diff --git a/cran/paws.analytics/R/datazone_interfaces.R b/cran/paws.analytics/R/datazone_interfaces.R index a4aa681a83..1f9d9dc28d 100644 --- a/cran/paws.analytics/R/datazone_interfaces.R +++ b/cran/paws.analytics/R/datazone_interfaces.R @@ -23,7 +23,31 @@ NULL .datazone$accept_subscription_request_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$add_entity_owner_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), entityIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "entityIdentifier", type = "string")), entityType = structure(logical(0), tags = list(location = "uri", locationName = "entityType", type = "string")), owner = structure(list(group = structure(list(groupIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(userIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$add_entity_owner_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$add_policy_grant_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), detail = structure(list(addToProjectMemberPool = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createAssetType = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createDomainUnit = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createEnvironment = structure(list(), tags = list(type = "structure")), createEnvironmentProfile = structure(list(domainUnitId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createFormType = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createGlossary = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createProject = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), delegateCreateEnvironmentProfile = structure(list(), tags = list(type = "structure")), overrideDomainUnitOwners = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), overrideProjectOwners = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), entityIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "entityIdentifier", type = "string")), entityType = structure(logical(0), tags = list(location = "uri", locationName = "entityType", type = "string")), policyType = structure(logical(0), tags = list(type = "string")), principal = structure(list(domainUnit = structure(list(domainUnitDesignation = structure(logical(0), tags = list(type = "string")), domainUnitGrantFilter = structure(list(allDomainUnitsGrantFilter = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), domainUnitIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), group = structure(list(groupIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), project = structure(list(projectDesignation = structure(logical(0), tags = list(type = "string")), projectGrantFilter = structure(list(domainUnitFilter = structure(list(domainUnit = structure(logical(0), tags = list(type = "string")), includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), projectIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(allUsersGrantFilter = structure(list(), tags = list(type = "structure")), userIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$add_policy_grant_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) return(populate(args, shape)) } @@ -59,7 +83,7 @@ NULL .datazone$cancel_subscription_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -75,6 +99,18 @@ NULL return(populate(args, shape)) } +.datazone$create_asset_filter_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "assetIdentifier", type = "string")), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), configuration = structure(list(columnConfiguration = structure(list(includedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), rowConfiguration = structure(list(rowFilter = structure(list(and = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), expression = structure(list(equalTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), "in" = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), isNotNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), isNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), like = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notIn = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), notLike = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), or = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure", union = TRUE)), sensitive = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$create_asset_filter_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetId = structure(logical(0), tags = list(type = "string")), configuration = structure(list(columnConfiguration = structure(list(includedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), rowConfiguration = structure(list(rowFilter = structure(list(and = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), expression = structure(list(equalTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), "in" = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), isNotNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), isNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), like = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notIn = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), notLike = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), or = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure", union = TRUE)), sensitive = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), effectiveColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), effectiveRowFilter = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$create_asset_revision_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), formsInput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), predictionConfiguration = structure(list(businessNameGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -99,6 +135,30 @@ NULL return(populate(args, shape)) } +.datazone$create_data_product_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), formsInput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), itemType = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$create_data_product_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), firstRevisionCreatedAt = structure(logical(0), tags = list(type = "timestamp")), firstRevisionCreatedBy = structure(logical(0), tags = list(type = "string")), formsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), itemType = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$create_data_product_revision_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), formsInput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), itemType = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$create_data_product_revision_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), firstRevisionCreatedAt = structure(logical(0), tags = list(type = "timestamp")), firstRevisionCreatedBy = structure(logical(0), tags = list(type = "string")), formsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), itemType = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$create_data_source_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(assetFormsInput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), configuration = structure(list(glueRunConfiguration = structure(list(autoImportDataQualityResult = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dataAccessRole = structure(logical(0), tags = list(type = "string")), relationalFilterConfigurations = structure(list(structure(list(databaseName = structure(logical(0), tags = list(type = "string")), filterExpressions = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), redshiftRunConfiguration = structure(list(dataAccessRole = structure(logical(0), tags = list(type = "string")), redshiftCredentialConfiguration = structure(list(secretManagerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), redshiftStorage = structure(list(redshiftClusterSource = structure(list(clusterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), redshiftServerlessSource = structure(list(workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), relationalFilterConfigurations = structure(list(structure(list(databaseName = structure(logical(0), tags = list(type = "string")), filterExpressions = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), enableSetting = structure(logical(0), tags = list(type = "string")), environmentIdentifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectIdentifier = structure(logical(0), tags = list(type = "string")), publishOnImport = structure(logical(0), tags = list(type = "boolean", box = TRUE)), recommendation = structure(list(enableBusinessNameGeneration = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), schedule = structure(list(schedule = structure(logical(0), tags = list(type = "string")), timezone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -119,7 +179,19 @@ NULL .datazone$create_domain_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), domainExecutionRole = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), portalUrl = structure(logical(0), tags = list(type = "string")), singleSignOn = structure(list(type = structure(logical(0), tags = list(type = "string")), userAssignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = 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")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), domainExecutionRole = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), portalUrl = structure(logical(0), tags = list(type = "string")), rootDomainUnitId = structure(logical(0), tags = list(type = "string")), singleSignOn = structure(list(type = structure(logical(0), tags = list(type = "string")), userAssignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = 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)) +} + +.datazone$create_domain_unit_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), parentDomainUnitIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$create_domain_unit_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(ancestorDomainUnitIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owners = structure(list(structure(list(group = structure(list(groupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(userId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), parentDomainUnitId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -221,13 +293,13 @@ NULL .datazone$create_project_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), domainUnitId = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .datazone$create_project_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), domainUnitId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -251,7 +323,7 @@ NULL .datazone$create_subscription_grant_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Multiple subscriptions can exist for a single grant", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -263,7 +335,7 @@ NULL .datazone$create_subscription_request_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -303,6 +375,16 @@ NULL return(populate(args, shape)) } +.datazone$delete_asset_filter_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "assetIdentifier", type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$delete_asset_filter_output <- function(...) { + list() +} + .datazone$delete_asset_type_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) @@ -315,6 +397,18 @@ NULL return(populate(args, shape)) } +.datazone$delete_data_product_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$delete_data_product_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$delete_data_source_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, location = "querystring", locationName = "clientToken", type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), retainPermissionsOnRevokeFailure = structure(logical(0), tags = list(location = "querystring", locationName = "retainPermissionsOnRevokeFailure", type = "boolean", box = TRUE))), tags = list(type = "structure")) @@ -339,6 +433,18 @@ NULL return(populate(args, shape)) } +.datazone$delete_domain_unit_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$delete_domain_unit_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$delete_environment_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) @@ -461,7 +567,7 @@ NULL .datazone$delete_subscription_grant_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Multiple subscriptions can exist for a single grant", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -521,6 +627,18 @@ NULL return(populate(args, shape)) } +.datazone$get_asset_filter_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "assetIdentifier", type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$get_asset_filter_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetId = structure(logical(0), tags = list(type = "string")), configuration = structure(list(columnConfiguration = structure(list(includedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), rowConfiguration = structure(list(rowFilter = structure(list(and = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), expression = structure(list(equalTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), "in" = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), isNotNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), isNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), like = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notIn = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), notLike = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), or = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure", union = TRUE)), sensitive = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), effectiveColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), effectiveRowFilter = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$get_asset_type_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), revision = structure(logical(0), tags = list(location = "querystring", locationName = "revision", type = "string"))), tags = list(type = "structure")) @@ -533,6 +651,18 @@ NULL return(populate(args, shape)) } +.datazone$get_data_product_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), revision = structure(logical(0), tags = list(location = "querystring", locationName = "revision", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$get_data_product_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), firstRevisionCreatedAt = structure(logical(0), tags = list(type = "timestamp")), firstRevisionCreatedBy = structure(logical(0), tags = list(type = "string")), formsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), itemType = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$get_data_source_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) @@ -565,7 +695,19 @@ NULL .datazone$get_domain_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), domainExecutionRole = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp")), name = structure(logical(0), tags = list(type = "string")), portalUrl = structure(logical(0), tags = list(type = "string")), singleSignOn = structure(list(type = structure(logical(0), tags = list(type = "string")), userAssignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = 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")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), domainExecutionRole = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), kmsKeyIdentifier = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp")), name = structure(logical(0), tags = list(type = "string")), portalUrl = structure(logical(0), tags = list(type = "string")), rootDomainUnitId = structure(logical(0), tags = list(type = "string")), singleSignOn = structure(list(type = structure(logical(0), tags = list(type = "string")), userAssignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = 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)) +} + +.datazone$get_domain_unit_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$get_domain_unit_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owners = structure(list(structure(list(group = structure(list(groupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(userId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), parentDomainUnitId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -613,7 +755,19 @@ NULL .datazone$get_environment_blueprint_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), domainId = structure(logical(0), tags = list(type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintId = structure(logical(0), tags = list(type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), domainId = structure(logical(0), tags = list(type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintId = structure(logical(0), tags = list(type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningConfigurations = structure(list(structure(list(lakeFormationConfiguration = structure(list(locationRegistrationExcludeS3Locations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), locationRegistrationRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$get_environment_credentials_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), environmentIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "environmentIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$get_environment_credentials_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(accessKeyId = structure(logical(0), tags = list(type = "string")), expiration = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), secretAccessKey = structure(logical(0), tags = list(type = "string")), sessionToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE)) return(populate(args, shape)) } @@ -709,7 +863,7 @@ NULL .datazone$get_listing_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), assetType = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), latestTimeSeriesDataPointForms = structure(list(structure(list(contentSummary = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), listingRevision = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), assetType = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), latestTimeSeriesDataPointForms = structure(list(structure(list(contentSummary = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dataProductListing = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), dataProductId = structure(logical(0), tags = list(type = "string")), dataProductRevision = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), listingId = structure(logical(0), tags = list(type = "string")), listingRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), listingRevision = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -733,7 +887,7 @@ NULL .datazone$get_project_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), domainUnitId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -745,7 +899,7 @@ NULL .datazone$get_subscription_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -757,7 +911,7 @@ NULL .datazone$get_subscription_grant_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Multiple subscriptions can exist for a single grant", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -769,7 +923,7 @@ NULL .datazone$get_subscription_request_details_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -809,6 +963,18 @@ NULL return(populate(args, shape)) } +.datazone$list_asset_filters_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "assetIdentifier", type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$list_asset_filters_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(items = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), effectiveColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), effectiveRowFilter = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), status = 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)) +} + .datazone$list_asset_revisions_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure")) @@ -821,6 +987,18 @@ NULL return(populate(args, shape)) } +.datazone$list_data_product_revisions_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$list_data_product_revisions_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), revision = 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)) +} + .datazone$list_data_source_run_activities_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string"))), tags = list(type = "structure")) @@ -857,6 +1035,18 @@ NULL return(populate(args, shape)) } +.datazone$list_domain_units_for_parent_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), parentDomainUnitIdentifier = structure(logical(0), tags = list(location = "querystring", locationName = "parentDomainUnitIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$list_domain_units_for_parent_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(items = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), name = 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)) +} + .datazone$list_domains_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), status = structure(logical(0), tags = list(location = "querystring", locationName = "status", type = "string"))), tags = list(type = "structure")) @@ -869,6 +1059,18 @@ NULL return(populate(args, shape)) } +.datazone$list_entity_owners_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), entityIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "entityIdentifier", type = "string")), entityType = structure(logical(0), tags = list(location = "uri", locationName = "entityType", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$list_entity_owners_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), owners = structure(list(structure(list(group = structure(list(groupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(userId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$list_environment_actions_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), environmentIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "environmentIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure")) @@ -889,7 +1091,7 @@ NULL .datazone$list_environment_blueprint_configurations_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), domainId = structure(logical(0), tags = list(type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintId = structure(logical(0), tags = list(type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), domainId = structure(logical(0), tags = list(type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintId = structure(logical(0), tags = list(type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningConfigurations = structure(list(structure(list(lakeFormationConfiguration = structure(list(locationRegistrationExcludeS3Locations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), locationRegistrationRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -965,6 +1167,18 @@ NULL return(populate(args, shape)) } +.datazone$list_policy_grants_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), entityIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "entityIdentifier", type = "string")), entityType = structure(logical(0), tags = list(location = "uri", locationName = "entityType", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), policyType = structure(logical(0), tags = list(location = "querystring", locationName = "policyType", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$list_policy_grants_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(grantList = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), detail = structure(list(addToProjectMemberPool = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createAssetType = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createDomainUnit = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createEnvironment = structure(list(), tags = list(type = "structure")), createEnvironmentProfile = structure(list(domainUnitId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createFormType = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createGlossary = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), createProject = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), delegateCreateEnvironmentProfile = structure(list(), tags = list(type = "structure")), overrideDomainUnitOwners = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), overrideProjectOwners = structure(list(includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), principal = structure(list(domainUnit = structure(list(domainUnitDesignation = structure(logical(0), tags = list(type = "string")), domainUnitGrantFilter = structure(list(allDomainUnitsGrantFilter = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), domainUnitIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), group = structure(list(groupIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), project = structure(list(projectDesignation = structure(logical(0), tags = list(type = "string")), projectGrantFilter = structure(list(domainUnitFilter = structure(list(domainUnit = structure(logical(0), tags = list(type = "string")), includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), projectIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(allUsersGrantFilter = structure(list(), tags = list(type = "structure")), userIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$list_project_memberships_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), projectIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "projectIdentifier", 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")) @@ -985,19 +1199,19 @@ NULL .datazone$list_projects_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), domainUnitId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .datazone$list_subscription_grants_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), environmentId = structure(logical(0), tags = list(location = "querystring", locationName = "environmentId", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), sortBy = structure(logical(0), tags = list(location = "querystring", locationName = "sortBy", type = "string")), sortOrder = structure(logical(0), tags = list(location = "querystring", locationName = "sortOrder", type = "string")), subscribedListingId = structure(logical(0), tags = list(location = "querystring", locationName = "subscribedListingId", type = "string")), subscriptionId = structure(logical(0), tags = list(location = "querystring", locationName = "subscriptionId", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(location = "querystring", locationName = "subscriptionTargetId", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), environmentId = structure(logical(0), tags = list(location = "querystring", locationName = "environmentId", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), owningProjectId = structure(logical(0), tags = list(location = "querystring", locationName = "owningProjectId", 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")), subscribedListingId = structure(logical(0), tags = list(location = "querystring", locationName = "subscribedListingId", type = "string")), subscriptionId = structure(logical(0), tags = list(location = "querystring", locationName = "subscriptionId", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(location = "querystring", locationName = "subscriptionTargetId", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .datazone$list_subscription_grants_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = 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")) + shape <- structure(list(items = structure(list(structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Multiple subscriptions can exist for a single grant", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = 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)) } @@ -1009,7 +1223,7 @@ NULL .datazone$list_subscription_requests_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = 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")) + shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = 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)) } @@ -1033,7 +1247,7 @@ NULL .datazone$list_subscriptions_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = 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")) + shape <- structure(list(items = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = 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)) } @@ -1087,13 +1301,13 @@ NULL .datazone$put_environment_blueprint_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "environmentBlueprintIdentifier", type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map"))), tags = list(type = "structure")) + shape <- structure(list(domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "environmentBlueprintIdentifier", type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningConfigurations = structure(list(structure(list(lakeFormationConfiguration = structure(list(locationRegistrationExcludeS3Locations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), locationRegistrationRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map"))), tags = list(type = "structure")) return(populate(args, shape)) } .datazone$put_environment_blueprint_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), domainId = structure(logical(0), tags = list(type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintId = structure(logical(0), tags = list(type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), domainId = structure(logical(0), tags = list(type = "string")), enabledRegions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environmentBlueprintId = structure(logical(0), tags = list(type = "string")), manageAccessRoleArn = structure(logical(0), tags = list(type = "string")), provisioningConfigurations = structure(list(structure(list(lakeFormationConfiguration = structure(list(locationRegistrationExcludeS3Locations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), locationRegistrationRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), provisioningRoleArn = structure(logical(0), tags = list(type = "string")), regionalParameters = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1117,7 +1331,31 @@ NULL .datazone$reject_subscription_request_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$remove_entity_owner_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), entityIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "entityIdentifier", type = "string")), entityType = structure(logical(0), tags = list(location = "uri", locationName = "entityType", type = "string")), owner = structure(list(group = structure(list(groupIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(userIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$remove_entity_owner_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$remove_policy_grant_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(clientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), entityIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "entityIdentifier", type = "string")), entityType = structure(logical(0), tags = list(location = "uri", locationName = "entityType", type = "string")), policyType = structure(logical(0), tags = list(type = "string")), principal = structure(list(domainUnit = structure(list(domainUnitDesignation = structure(logical(0), tags = list(type = "string")), domainUnitGrantFilter = structure(list(allDomainUnitsGrantFilter = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), domainUnitIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), group = structure(list(groupIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), project = structure(list(projectDesignation = structure(logical(0), tags = list(type = "string")), projectGrantFilter = structure(list(domainUnitFilter = structure(list(domainUnit = structure(logical(0), tags = list(type = "string")), includeChildDomainUnits = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), projectIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(allUsersGrantFilter = structure(list(), tags = list(type = "structure")), userIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$remove_policy_grant_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1129,7 +1367,7 @@ NULL .datazone$revoke_subscription_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), retainPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), status = structure(logical(0), tags = list(type = "string")), subscribedListing = structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), subscribedPrincipal = structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), subscriptionRequestId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1141,7 +1379,7 @@ NULL .datazone$search_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(assetItem = structure(list(additionalAttributes = structure(list(formsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), latestTimeSeriesDataPointFormsOutput = structure(list(structure(list(contentSummary = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), readOnlyFormsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), externalIdentifier = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), firstRevisionCreatedAt = structure(logical(0), tags = list(type = "timestamp")), firstRevisionCreatedBy = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dataProductItem = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), dataProductItems = structure(list(structure(list(domainId = structure(logical(0), tags = list(type = "string")), itemId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", deprecated = TRUE, deprecatedMessage = "This structure is deprecated."))), tags = list(type = "list", deprecated = TRUE, deprecatedMessage = "This structure is deprecated.")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", deprecated = TRUE, deprecatedMessage = "This structure is deprecated.")), glossaryItem = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), glossaryTermItem = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), glossaryId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), longDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), status = structure(logical(0), tags = list(type = "string")), termRelations = structure(list(classifies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), isA = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string")), totalMatchCount = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) + shape <- structure(list(items = structure(list(structure(list(assetItem = structure(list(additionalAttributes = structure(list(formsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), latestTimeSeriesDataPointFormsOutput = structure(list(structure(list(contentSummary = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), readOnlyFormsOutput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), externalIdentifier = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), firstRevisionCreatedAt = structure(logical(0), tags = list(type = "timestamp")), firstRevisionCreatedBy = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), identifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dataProductItem = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), firstRevisionCreatedAt = structure(logical(0), tags = list(type = "timestamp")), firstRevisionCreatedBy = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), glossaryItem = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), glossaryTermItem = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), glossaryId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), longDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), status = structure(logical(0), tags = list(type = "string")), termRelations = structure(list(classifies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), isA = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string")), totalMatchCount = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1165,7 +1403,7 @@ NULL .datazone$search_listings_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(items = structure(list(structure(list(assetListing = structure(list(additionalAttributes = structure(list(forms = structure(logical(0), tags = list(type = "string")), latestTimeSeriesDataPointForms = structure(list(structure(list(contentSummary = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), listingCreatedBy = structure(logical(0), tags = list(type = "string")), listingId = structure(logical(0), tags = list(type = "string")), listingRevision = structure(logical(0), tags = list(type = "string")), listingUpdatedBy = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string")), totalMatchCount = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) + shape <- structure(list(items = structure(list(structure(list(assetListing = structure(list(additionalAttributes = structure(list(forms = structure(logical(0), tags = list(type = "string")), latestTimeSeriesDataPointForms = structure(list(structure(list(contentSummary = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), timestamp = structure(logical(0), tags = list(type = "timestamp")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), listingCreatedBy = structure(logical(0), tags = list(type = "string")), listingId = structure(logical(0), tags = list(type = "string")), listingRevision = structure(logical(0), tags = list(type = "string")), listingUpdatedBy = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dataProductListing = structure(list(additionalAttributes = structure(list(forms = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), items = structure(list(structure(list(glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), listingId = structure(logical(0), tags = list(type = "string")), listingRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), listingCreatedBy = structure(logical(0), tags = list(type = "string")), listingId = structure(logical(0), tags = list(type = "string")), listingRevision = structure(logical(0), tags = list(type = "string")), listingUpdatedBy = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owningProjectId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string")), totalMatchCount = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1241,6 +1479,18 @@ NULL return(populate(args, shape)) } +.datazone$update_asset_filter_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "assetIdentifier", type = "string")), configuration = structure(list(columnConfiguration = structure(list(includedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), rowConfiguration = structure(list(rowFilter = structure(list(and = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), expression = structure(list(equalTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), "in" = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), isNotNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), isNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), like = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notIn = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), notLike = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), or = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure", union = TRUE)), sensitive = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$update_asset_filter_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(assetId = structure(logical(0), tags = list(type = "string")), configuration = structure(list(columnConfiguration = structure(list(includedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), rowConfiguration = structure(list(rowFilter = structure(list(and = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), expression = structure(list(equalTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), greaterThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), "in" = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), isNotNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), isNull = structure(list(columnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThan = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lessThanOrEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), like = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notEqualTo = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), notIn = structure(list(columnName = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), notLike = structure(list(columnName = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), or = structure(list(structure(logical(0), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure", union = TRUE)), sensitive = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), effectiveColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), effectiveRowFilter = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .datazone$update_data_source_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(assetFormsInput = structure(list(structure(list(content = structure(logical(0), tags = list(type = "string")), formName = structure(logical(0), tags = list(type = "string")), typeIdentifier = structure(logical(0), tags = list(type = "string")), typeRevision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), configuration = structure(list(glueRunConfiguration = structure(list(autoImportDataQualityResult = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dataAccessRole = structure(logical(0), tags = list(type = "string")), relationalFilterConfigurations = structure(list(structure(list(databaseName = structure(logical(0), tags = list(type = "string")), filterExpressions = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), redshiftRunConfiguration = structure(list(dataAccessRole = structure(logical(0), tags = list(type = "string")), redshiftCredentialConfiguration = structure(list(secretManagerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), redshiftStorage = structure(list(redshiftClusterSource = structure(list(clusterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), redshiftServerlessSource = structure(list(workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), relationalFilterConfigurations = structure(list(structure(list(databaseName = structure(logical(0), tags = list(type = "string")), filterExpressions = structure(list(structure(list(expression = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), enableSetting = structure(logical(0), tags = list(type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), publishOnImport = structure(logical(0), tags = list(type = "boolean", box = TRUE)), recommendation = structure(list(enableBusinessNameGeneration = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), retainPermissionsOnRevokeFailure = structure(logical(0), tags = list(type = "boolean", box = TRUE)), schedule = structure(list(schedule = structure(logical(0), tags = list(type = "string")), timezone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", sensitive = TRUE))), tags = list(type = "structure")) @@ -1261,7 +1511,19 @@ NULL .datazone$update_domain_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), domainExecutionRole = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp")), name = structure(logical(0), tags = list(type = "string")), singleSignOn = structure(list(type = structure(logical(0), tags = list(type = "string")), userAssignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), domainExecutionRole = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp")), name = structure(logical(0), tags = list(type = "string")), rootDomainUnitId = structure(logical(0), tags = list(type = "string")), singleSignOn = structure(list(type = structure(logical(0), tags = list(type = "string")), userAssignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$update_domain_unit_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "domainIdentifier", type = "string")), identifier = structure(logical(0), tags = list(location = "uri", locationName = "identifier", type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.datazone$update_domain_unit_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), owners = structure(list(structure(list(group = structure(list(groupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), user = structure(list(userId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), parentDomainUnitId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1345,7 +1607,7 @@ NULL .datazone$update_project_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), domainUnitId = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), glossaryTerms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), id = structure(logical(0), tags = list(type = "string")), lastUpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), projectStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1357,7 +1619,7 @@ NULL .datazone$update_subscription_grant_status_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(assets = structure(list(structure(list(assetId = structure(logical(0), tags = list(type = "string")), assetRevision = structure(logical(0), tags = list(type = "string")), failureCause = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), failureTimestamp = structure(logical(0), tags = list(type = "timestamp")), grantedTimestamp = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string")), targetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), domainId = structure(logical(0), tags = list(type = "string")), grantedEntity = structure(list(listing = structure(list(id = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscriptionId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "Multiple subscriptions can exist for a single grant", type = "string")), subscriptionTargetId = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1369,7 +1631,7 @@ NULL .datazone$update_subscription_request_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), createdBy = structure(logical(0), tags = list(type = "string")), decisionComment = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), domainId = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), requestReason = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reviewerId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), subscribedListings = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), item = structure(list(assetListing = structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string")), forms = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), productListing = structure(list(assetListings = structure(list(structure(list(entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), entityType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), entityId = structure(logical(0), tags = list(type = "string")), entityRevision = structure(logical(0), tags = list(type = "string")), glossaryTerms = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), shortDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = structure(logical(0), tags = list(type = "string")), ownerProjectId = structure(logical(0), tags = list(type = "string")), ownerProjectName = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), subscribedPrincipals = structure(list(structure(list(project = structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/R/datazone_operations.R b/cran/paws.analytics/R/datazone_operations.R index d9f5eb5d27..749111ab11 100644 --- a/cran/paws.analytics/R/datazone_operations.R +++ b/cran/paws.analytics/R/datazone_operations.R @@ -78,6 +78,80 @@ datazone_accept_subscription_request <- function(decisionComment = NULL, domainI } .datazone$operations$accept_subscription_request <- datazone_accept_subscription_request +#' Adds the owner of an entity (a domain unit) +#' +#' @description +#' Adds the owner of an entity (a domain unit). +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_add_entity_owner/](https://www.paws-r-sdk.com/docs/datazone_add_entity_owner/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param domainIdentifier [required] The ID of the domain in which you want to add the entity owner. +#' @param entityIdentifier [required] The ID of the entity to which you want to add an owner. +#' @param entityType [required] The type of an entity. +#' @param owner [required] The owner that you want to add to the entity. +#' +#' @keywords internal +#' +#' @rdname datazone_add_entity_owner +datazone_add_entity_owner <- function(clientToken = NULL, domainIdentifier, entityIdentifier, entityType, owner) { + op <- new_operation( + name = "AddEntityOwner", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner", + host_prefix = "", + paginator = list() + ) + input <- .datazone$add_entity_owner_input(clientToken = clientToken, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, owner = owner) + output <- .datazone$add_entity_owner_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$add_entity_owner <- datazone_add_entity_owner + +#' Adds a policy grant (an authorization policy) to a specified entity, +#' including domain units, environment blueprint configurations, or +#' environment profiles +#' +#' @description +#' Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_add_policy_grant/](https://www.paws-r-sdk.com/docs/datazone_add_policy_grant/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param detail [required] The details of the policy grant. +#' @param domainIdentifier [required] The ID of the domain where you want to add a policy grant. +#' @param entityIdentifier [required] The ID of the entity (resource) to which you want to add a policy grant. +#' @param entityType [required] The type of entity (resource) to which the grant is added. +#' @param policyType [required] The type of policy that you want to grant. +#' @param principal [required] The principal to whom the permissions are granted. +#' +#' @keywords internal +#' +#' @rdname datazone_add_policy_grant +datazone_add_policy_grant <- function(clientToken = NULL, detail, domainIdentifier, entityIdentifier, entityType, policyType, principal) { + op <- new_operation( + name = "AddPolicyGrant", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant", + host_prefix = "", + paginator = list() + ) + input <- .datazone$add_policy_grant_input(clientToken = clientToken, detail = detail, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, policyType = policyType, principal = principal) + output <- .datazone$add_policy_grant_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$add_policy_grant <- datazone_add_policy_grant + #' Associates the environment role in Amazon DataZone #' #' @description @@ -217,6 +291,42 @@ datazone_create_asset <- function(clientToken = NULL, description = NULL, domain } .datazone$operations$create_asset <- datazone_create_asset +#' Creates a data asset filter +#' +#' @description +#' Creates a data asset filter. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_create_asset_filter/](https://www.paws-r-sdk.com/docs/datazone_create_asset_filter/) for full documentation. +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param configuration [required] The configuration of the asset filter. +#' @param description The description of the asset filter. +#' @param domainIdentifier [required] The ID of the domain in which you want to create an asset filter. +#' @param name [required] The name of the asset filter. +#' +#' @keywords internal +#' +#' @rdname datazone_create_asset_filter +datazone_create_asset_filter <- function(assetIdentifier, clientToken = NULL, configuration, description = NULL, domainIdentifier, name) { + op <- new_operation( + name = "CreateAssetFilter", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_asset_filter_input(assetIdentifier = assetIdentifier, clientToken = clientToken, configuration = configuration, description = description, domainIdentifier = domainIdentifier, name = name) + output <- .datazone$create_asset_filter_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_asset_filter <- datazone_create_asset_filter + #' Creates a revision of the asset #' #' @description @@ -295,6 +405,82 @@ datazone_create_asset_type <- function(description = NULL, domainIdentifier, for } .datazone$operations$create_asset_type <- datazone_create_asset_type +#' Creates a data product +#' +#' @description +#' Creates a data product. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_create_data_product/](https://www.paws-r-sdk.com/docs/datazone_create_data_product/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param description The description of the data product. +#' @param domainIdentifier [required] The ID of the domain where the data product is created. +#' @param formsInput The metadata forms of the data product. +#' @param glossaryTerms The glossary terms of the data product. +#' @param items The data assets of the data product. +#' @param name [required] The name of the data product. +#' @param owningProjectIdentifier [required] The ID of the owning project of the data product. +#' +#' @keywords internal +#' +#' @rdname datazone_create_data_product +datazone_create_data_product <- function(clientToken = NULL, description = NULL, domainIdentifier, formsInput = NULL, glossaryTerms = NULL, items = NULL, name, owningProjectIdentifier) { + op <- new_operation( + name = "CreateDataProduct", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/data-products", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_data_product_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, glossaryTerms = glossaryTerms, items = items, name = name, owningProjectIdentifier = owningProjectIdentifier) + output <- .datazone$create_data_product_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_data_product <- datazone_create_data_product + +#' Creates a data product revision +#' +#' @description +#' Creates a data product revision. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_create_data_product_revision/](https://www.paws-r-sdk.com/docs/datazone_create_data_product_revision/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param description The description of the data product revision. +#' @param domainIdentifier [required] The ID of the domain where the data product revision is created. +#' @param formsInput The metadata forms of the data product revision. +#' @param glossaryTerms The glossary terms of the data product revision. +#' @param identifier [required] The ID of the data product revision. +#' @param items The data assets of the data product revision. +#' @param name [required] The name of the data product revision. +#' +#' @keywords internal +#' +#' @rdname datazone_create_data_product_revision +datazone_create_data_product_revision <- function(clientToken = NULL, description = NULL, domainIdentifier, formsInput = NULL, glossaryTerms = NULL, identifier, items = NULL, name) { + op <- new_operation( + name = "CreateDataProductRevision", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_data_product_revision_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, glossaryTerms = glossaryTerms, identifier = identifier, items = items, name = name) + output <- .datazone$create_data_product_revision_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_data_product_revision <- datazone_create_data_product_revision + #' Creates an Amazon DataZone data source #' #' @description @@ -385,6 +571,41 @@ datazone_create_domain <- function(clientToken = NULL, description = NULL, domai } .datazone$operations$create_domain <- datazone_create_domain +#' Creates a domain unit in Amazon DataZone +#' +#' @description +#' Creates a domain unit in Amazon DataZone. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_create_domain_unit/](https://www.paws-r-sdk.com/docs/datazone_create_domain_unit/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param description The description of the domain unit. +#' @param domainIdentifier [required] The ID of the domain where you want to crate a domain unit. +#' @param name [required] The name of the domain unit. +#' @param parentDomainUnitIdentifier [required] The ID of the parent domain unit. +#' +#' @keywords internal +#' +#' @rdname datazone_create_domain_unit +datazone_create_domain_unit <- function(clientToken = NULL, description = NULL, domainIdentifier, name, parentDomainUnitIdentifier) { + op <- new_operation( + name = "CreateDomainUnit", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/domain-units", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_domain_unit_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, name = name, parentDomainUnitIdentifier = parentDomainUnitIdentifier) + output <- .datazone$create_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_domain_unit <- datazone_create_domain_unit + #' Create an Amazon DataZone environment #' #' @description @@ -697,13 +918,16 @@ datazone_create_listing_change_set <- function(action, clientToken = NULL, domai #' #' @param description The description of the Amazon DataZone project. #' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which this project is created. +#' @param domainUnitId The ID of the domain unit. This parameter is not required and if it is +#' not specified, then the project is created at the root domain unit +#' level. #' @param glossaryTerms The glossary terms that can be used in this Amazon DataZone project. #' @param name [required] The name of the Amazon DataZone project. #' #' @keywords internal #' #' @rdname datazone_create_project -datazone_create_project <- function(description = NULL, domainIdentifier, glossaryTerms = NULL, name) { +datazone_create_project <- function(description = NULL, domainIdentifier, domainUnitId = NULL, glossaryTerms = NULL, name) { op <- new_operation( name = "CreateProject", http_method = "POST", @@ -711,7 +935,7 @@ datazone_create_project <- function(description = NULL, domainIdentifier, glossa host_prefix = "", paginator = list() ) - input <- .datazone$create_project_input(description = description, domainIdentifier = domainIdentifier, glossaryTerms = glossaryTerms, name = name) + input <- .datazone$create_project_input(description = description, domainIdentifier = domainIdentifier, domainUnitId = domainUnitId, glossaryTerms = glossaryTerms, name = name) output <- .datazone$create_project_output() config <- get_config() svc <- .datazone$service(config, op) @@ -906,10 +1130,10 @@ datazone_create_user_profile <- function(clientToken = NULL, domainIdentifier, u } .datazone$operations$create_user_profile <- datazone_create_user_profile -#' Delets an asset in Amazon DataZone +#' Deletes an asset in Amazon DataZone #' #' @description -#' Delets an asset in Amazon DataZone. +#' Deletes an asset in Amazon DataZone. #' #' See [https://www.paws-r-sdk.com/docs/datazone_delete_asset/](https://www.paws-r-sdk.com/docs/datazone_delete_asset/) for full documentation. #' @@ -937,6 +1161,38 @@ datazone_delete_asset <- function(domainIdentifier, identifier) { } .datazone$operations$delete_asset <- datazone_delete_asset +#' Deletes an asset filter +#' +#' @description +#' Deletes an asset filter. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_delete_asset_filter/](https://www.paws-r-sdk.com/docs/datazone_delete_asset_filter/) for full documentation. +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param domainIdentifier [required] The ID of the domain where you want to delete an asset filter. +#' @param identifier [required] The ID of the asset filter that you want to delete. +#' +#' @keywords internal +#' +#' @rdname datazone_delete_asset_filter +datazone_delete_asset_filter <- function(assetIdentifier, domainIdentifier, identifier) { + op <- new_operation( + name = "DeleteAssetFilter", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$delete_asset_filter_input(assetIdentifier = assetIdentifier, domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_asset_filter_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$delete_asset_filter <- datazone_delete_asset_filter + #' Deletes an asset type in Amazon DataZone #' #' @description @@ -968,6 +1224,38 @@ datazone_delete_asset_type <- function(domainIdentifier, identifier) { } .datazone$operations$delete_asset_type <- datazone_delete_asset_type +#' Deletes a data product in Amazon DataZone +#' +#' @description +#' Deletes a data product in Amazon DataZone. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_delete_data_product/](https://www.paws-r-sdk.com/docs/datazone_delete_data_product/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which the data product is +#' deleted. +#' @param identifier [required] The identifier of the data product that is deleted. +#' +#' @keywords internal +#' +#' @rdname datazone_delete_data_product +datazone_delete_data_product <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "DeleteDataProduct", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$delete_data_product_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_data_product_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$delete_data_product <- datazone_delete_data_product + #' Deletes a data source in Amazon DataZone #' #' @description @@ -1038,6 +1326,37 @@ datazone_delete_domain <- function(clientToken = NULL, identifier, skipDeletionC } .datazone$operations$delete_domain <- datazone_delete_domain +#' Deletes a domain unit +#' +#' @description +#' Deletes a domain unit. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_delete_domain_unit/](https://www.paws-r-sdk.com/docs/datazone_delete_domain_unit/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain where you want to delete a domain unit. +#' @param identifier [required] The ID of the domain unit that you want to delete. +#' +#' @keywords internal +#' +#' @rdname datazone_delete_domain_unit +datazone_delete_domain_unit <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "DeleteDomainUnit", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/domain-units/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$delete_domain_unit_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$delete_domain_unit <- datazone_delete_domain_unit + #' Deletes an environment in Amazon DataZone #' #' @description @@ -1561,6 +1880,38 @@ datazone_get_asset <- function(domainIdentifier, identifier, revision = NULL) { } .datazone$operations$get_asset <- datazone_get_asset +#' Gets an asset filter +#' +#' @description +#' Gets an asset filter. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_get_asset_filter/](https://www.paws-r-sdk.com/docs/datazone_get_asset_filter/) for full documentation. +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param domainIdentifier [required] The ID of the domain where you want to get an asset filter. +#' @param identifier [required] The ID of the asset filter. +#' +#' @keywords internal +#' +#' @rdname datazone_get_asset_filter +datazone_get_asset_filter <- function(assetIdentifier, domainIdentifier, identifier) { + op <- new_operation( + name = "GetAssetFilter", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_asset_filter_input(assetIdentifier = assetIdentifier, domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$get_asset_filter_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_asset_filter <- datazone_get_asset_filter + #' Gets an Amazon DataZone asset type #' #' @description @@ -1593,6 +1944,38 @@ datazone_get_asset_type <- function(domainIdentifier, identifier, revision = NUL } .datazone$operations$get_asset_type <- datazone_get_asset_type +#' Gets the data product +#' +#' @description +#' Gets the data product. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_get_data_product/](https://www.paws-r-sdk.com/docs/datazone_get_data_product/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain where the data product lives. +#' @param identifier [required] The ID of the data product. +#' @param revision The revision of the data product. +#' +#' @keywords internal +#' +#' @rdname datazone_get_data_product +datazone_get_data_product <- function(domainIdentifier, identifier, revision = NULL) { + op <- new_operation( + name = "GetDataProduct", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_data_product_input(domainIdentifier = domainIdentifier, identifier = identifier, revision = revision) + output <- .datazone$get_data_product_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_data_product <- datazone_get_data_product + #' Gets an Amazon DataZone data source #' #' @description @@ -1685,6 +2068,37 @@ datazone_get_domain <- function(identifier) { } .datazone$operations$get_domain <- datazone_get_domain +#' Gets the details of the specified domain unit +#' +#' @description +#' Gets the details of the specified domain unit. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_get_domain_unit/](https://www.paws-r-sdk.com/docs/datazone_get_domain_unit/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain where you want to get a domain unit. +#' @param identifier [required] The identifier of the domain unit that you want to get. +#' +#' @keywords internal +#' +#' @rdname datazone_get_domain_unit +datazone_get_domain_unit <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "GetDomainUnit", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/domain-units/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_domain_unit_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$get_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_domain_unit <- datazone_get_domain_unit + #' Gets an Amazon DataZone environment #' #' @description @@ -1812,6 +2226,38 @@ datazone_get_environment_blueprint_configuration <- function(domainIdentifier, e } .datazone$operations$get_environment_blueprint_configuration <- datazone_get_environment_blueprint_configuration +#' Gets the credentials of an environment in Amazon DataZone +#' +#' @description +#' Gets the credentials of an environment in Amazon DataZone. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_get_environment_credentials/](https://www.paws-r-sdk.com/docs/datazone_get_environment_credentials/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which this environment and its +#' credentials exist. +#' @param environmentIdentifier [required] The ID of the environment whose credentials this operation gets. +#' +#' @keywords internal +#' +#' @rdname datazone_get_environment_credentials +datazone_get_environment_credentials <- function(domainIdentifier, environmentIdentifier) { + op <- new_operation( + name = "GetEnvironmentCredentials", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/credentials", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_environment_credentials_input(domainIdentifier = domainIdentifier, environmentIdentifier = environmentIdentifier) + output <- .datazone$get_environment_credentials_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_environment_credentials <- datazone_get_environment_credentials + #' Gets an evinronment profile in Amazon DataZone #' #' @description @@ -2044,7 +2490,7 @@ datazone_get_lineage_node <- function(domainIdentifier, eventTimestamp = NULL, i #' Gets a listing (a record of an asset at a given time) #' #' @description -#' Gets a listing (a record of an asset at a given time). +#' Gets a listing (a record of an asset at a given time). If you specify a listing version, only details that are specific to that version are returned. #' #' See [https://www.paws-r-sdk.com/docs/datazone_get_listing/](https://www.paws-r-sdk.com/docs/datazone_get_listing/) for full documentation. #' @@ -2333,6 +2779,51 @@ datazone_get_user_profile <- function(domainIdentifier, type = NULL, userIdentif } .datazone$operations$get_user_profile <- datazone_get_user_profile +#' Lists asset filters +#' +#' @description +#' Lists asset filters. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_list_asset_filters/](https://www.paws-r-sdk.com/docs/datazone_list_asset_filters/) for full documentation. +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param domainIdentifier [required] The ID of the domain where you want to list asset filters. +#' @param maxResults The maximum number of asset filters to return in a single call to +#' [`list_asset_filters`][datazone_list_asset_filters]. When the number of +#' asset filters to be listed is greater than the value of `MaxResults`, +#' the response contains a `NextToken` value that you can use in a +#' subsequent call to [`list_asset_filters`][datazone_list_asset_filters] +#' to list the next set of asset filters. +#' @param nextToken When the number of asset filters is greater than the default value for +#' the `MaxResults` parameter, or if you explicitly specify a value for +#' `MaxResults` that is less than the number of asset filters, the response +#' includes a pagination token named `NextToken`. You can specify this +#' `NextToken` value in a subsequent call to +#' [`list_asset_filters`][datazone_list_asset_filters] to list the next set +#' of asset filters. +#' @param status The status of the asset filter. +#' +#' @keywords internal +#' +#' @rdname datazone_list_asset_filters +datazone_list_asset_filters <- function(assetIdentifier, domainIdentifier, maxResults = NULL, nextToken = NULL, status = NULL) { + op <- new_operation( + name = "ListAssetFilters", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") + ) + input <- .datazone$list_asset_filters_input(assetIdentifier = assetIdentifier, domainIdentifier = domainIdentifier, maxResults = maxResults, nextToken = nextToken, status = status) + output <- .datazone$list_asset_filters_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_asset_filters <- datazone_list_asset_filters + #' Lists the revisions for the asset #' #' @description @@ -2377,6 +2868,52 @@ datazone_list_asset_revisions <- function(domainIdentifier, identifier, maxResul } .datazone$operations$list_asset_revisions <- datazone_list_asset_revisions +#' Lists data product revisions +#' +#' @description +#' Lists data product revisions. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_list_data_product_revisions/](https://www.paws-r-sdk.com/docs/datazone_list_data_product_revisions/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain of the data product revisions that you want to +#' list. +#' @param identifier [required] The ID of the data product revision. +#' @param maxResults The maximum number of asset filters to return in a single call to +#' [`list_data_product_revisions`][datazone_list_data_product_revisions]. +#' When the number of data product revisions to be listed is greater than +#' the value of `MaxResults`, the response contains a `NextToken` value +#' that you can use in a subsequent call to +#' [`list_data_product_revisions`][datazone_list_data_product_revisions] to +#' list the next set of data product revisions. +#' @param nextToken When the number of data product revisions is greater than the default +#' value for the `MaxResults` parameter, or if you explicitly specify a +#' value for `MaxResults` that is less than the number of data product +#' revisions, the response includes a pagination token named `NextToken`. +#' You can specify this `NextToken` value in a subsequent call to +#' [`list_data_product_revisions`][datazone_list_data_product_revisions] to +#' list the next set of data product revisions. +#' +#' @keywords internal +#' +#' @rdname datazone_list_data_product_revisions +datazone_list_data_product_revisions <- function(domainIdentifier, identifier, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListDataProductRevisions", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") + ) + input <- .datazone$list_data_product_revisions_input(domainIdentifier = domainIdentifier, identifier = identifier, maxResults = maxResults, nextToken = nextToken) + output <- .datazone$list_data_product_revisions_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_data_product_revisions <- datazone_list_data_product_revisions + #' Lists data source run activities #' #' @description @@ -2520,6 +3057,49 @@ datazone_list_data_sources <- function(domainIdentifier, environmentIdentifier = } .datazone$operations$list_data_sources <- datazone_list_data_sources +#' Lists child domain units for the specified parent domain unit +#' +#' @description +#' Lists child domain units for the specified parent domain unit. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_list_domain_units_for_parent/](https://www.paws-r-sdk.com/docs/datazone_list_domain_units_for_parent/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain in which you want to list domain units for a parent +#' domain unit. +#' @param maxResults The maximum number of domain units to return in a single call to +#' ListDomainUnitsForParent. When the number of domain units to be listed +#' is greater than the value of MaxResults, the response contains a +#' NextToken value that you can use in a subsequent call to +#' ListDomainUnitsForParent to list the next set of domain units. +#' @param nextToken When the number of domain units is greater than the default value for +#' the MaxResults parameter, or if you explicitly specify a value for +#' MaxResults that is less than the number of domain units, the response +#' includes a pagination token named NextToken. You can specify this +#' NextToken value in a subsequent call to ListDomainUnitsForParent to list +#' the next set of domain units. +#' @param parentDomainUnitIdentifier [required] The ID of the parent domain unit. +#' +#' @keywords internal +#' +#' @rdname datazone_list_domain_units_for_parent +datazone_list_domain_units_for_parent <- function(domainIdentifier, maxResults = NULL, nextToken = NULL, parentDomainUnitIdentifier) { + op <- new_operation( + name = "ListDomainUnitsForParent", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/domain-units", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") + ) + input <- .datazone$list_domain_units_for_parent_input(domainIdentifier = domainIdentifier, maxResults = maxResults, nextToken = nextToken, parentDomainUnitIdentifier = parentDomainUnitIdentifier) + output <- .datazone$list_domain_units_for_parent_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_domain_units_for_parent <- datazone_list_domain_units_for_parent + #' Lists Amazon DataZone domains #' #' @description @@ -2561,6 +3141,51 @@ datazone_list_domains <- function(maxResults = NULL, nextToken = NULL, status = } .datazone$operations$list_domains <- datazone_list_domains +#' Lists the entity (domain units) owners +#' +#' @description +#' Lists the entity (domain units) owners. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_list_entity_owners/](https://www.paws-r-sdk.com/docs/datazone_list_entity_owners/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain where you want to list entity owners. +#' @param entityIdentifier [required] The ID of the entity that you want to list. +#' @param entityType [required] The type of the entity that you want to list. +#' @param maxResults The maximum number of entities to return in a single call to +#' [`list_entity_owners`][datazone_list_entity_owners]. When the number of +#' entities to be listed is greater than the value of `MaxResults`, the +#' response contains a `NextToken` value that you can use in a subsequent +#' call to [`list_entity_owners`][datazone_list_entity_owners] to list the +#' next set of entities. +#' @param nextToken When the number of entities is greater than the default value for the +#' `MaxResults` parameter, or if you explicitly specify a value for +#' `MaxResults` that is less than the number of entities, the response +#' includes a pagination token named `NextToken`. You can specify this +#' `NextToken` value in a subsequent call to +#' [`list_entity_owners`][datazone_list_entity_owners] to list the next set +#' of entities. +#' +#' @keywords internal +#' +#' @rdname datazone_list_entity_owners +datazone_list_entity_owners <- function(domainIdentifier, entityIdentifier, entityType, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListEntityOwners", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "owners") + ) + input <- .datazone$list_entity_owners_input(domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, maxResults = maxResults, nextToken = nextToken) + output <- .datazone$list_entity_owners_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_entity_owners <- datazone_list_entity_owners + #' Lists existing environment actions #' #' @description @@ -2948,6 +3573,52 @@ datazone_list_notifications <- function(afterTimestamp = NULL, beforeTimestamp = } .datazone$operations$list_notifications <- datazone_list_notifications +#' Lists policy grants +#' +#' @description +#' Lists policy grants. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_list_policy_grants/](https://www.paws-r-sdk.com/docs/datazone_list_policy_grants/) for full documentation. +#' +#' @param domainIdentifier [required] The ID of the domain where you want to list policy grants. +#' @param entityIdentifier [required] The ID of the entity for which you want to list policy grants. +#' @param entityType [required] The type of entity for which you want to list policy grants. +#' @param maxResults The maximum number of grants to return in a single call to +#' [`list_policy_grants`][datazone_list_policy_grants]. When the number of +#' grants to be listed is greater than the value of `MaxResults`, the +#' response contains a `NextToken` value that you can use in a subsequent +#' call to [`list_policy_grants`][datazone_list_policy_grants] to list the +#' next set of grants. +#' @param nextToken When the number of grants is greater than the default value for the +#' `MaxResults` parameter, or if you explicitly specify a value for +#' `MaxResults` that is less than the number of grants, the response +#' includes a pagination token named `NextToken`. You can specify this +#' `NextToken` value in a subsequent call to +#' [`list_policy_grants`][datazone_list_policy_grants] to list the next set +#' of grants. +#' @param policyType [required] The type of policy that you want to list. +#' +#' @keywords internal +#' +#' @rdname datazone_list_policy_grants +datazone_list_policy_grants <- function(domainIdentifier, entityIdentifier, entityType, maxResults = NULL, nextToken = NULL, policyType) { + op <- new_operation( + name = "ListPolicyGrants", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "grantList") + ) + input <- .datazone$list_policy_grants_input(domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, maxResults = maxResults, nextToken = nextToken, policyType = policyType) + output <- .datazone$list_policy_grants_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_policy_grants <- datazone_list_policy_grants + #' Lists all members of the specified project #' #' @description @@ -3065,6 +3736,7 @@ datazone_list_projects <- function(domainIdentifier, groupIdentifier = NULL, max #' this `NextToken` value in a subsequent call to #' [`list_subscription_grants`][datazone_list_subscription_grants] to list #' the next set of subscription grants. +#' @param owningProjectId The ID of the owning project of the subscription grants. #' @param sortBy Specifies the way of sorting the results of this action. #' @param sortOrder Specifies the sort order of this action. #' @param subscribedListingId The identifier of the subscribed listing. @@ -3074,7 +3746,7 @@ datazone_list_projects <- function(domainIdentifier, groupIdentifier = NULL, max #' @keywords internal #' #' @rdname datazone_list_subscription_grants -datazone_list_subscription_grants <- function(domainIdentifier, environmentId = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL, subscribedListingId = NULL, subscriptionId = NULL, subscriptionTargetId = NULL) { +datazone_list_subscription_grants <- function(domainIdentifier, environmentId = NULL, maxResults = NULL, nextToken = NULL, owningProjectId = NULL, sortBy = NULL, sortOrder = NULL, subscribedListingId = NULL, subscriptionId = NULL, subscriptionTargetId = NULL) { op <- new_operation( name = "ListSubscriptionGrants", http_method = "GET", @@ -3082,7 +3754,7 @@ datazone_list_subscription_grants <- function(domainIdentifier, environmentId = host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") ) - input <- .datazone$list_subscription_grants_input(domainIdentifier = domainIdentifier, environmentId = environmentId, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder, subscribedListingId = subscribedListingId, subscriptionId = subscriptionId, subscriptionTargetId = subscriptionTargetId) + input <- .datazone$list_subscription_grants_input(domainIdentifier = domainIdentifier, environmentId = environmentId, maxResults = maxResults, nextToken = nextToken, owningProjectId = owningProjectId, sortBy = sortBy, sortOrder = sortOrder, subscribedListingId = subscribedListingId, subscriptionId = subscriptionId, subscriptionTargetId = subscriptionTargetId) output <- .datazone$list_subscription_grants_output() config <- get_config() svc <- .datazone$service(config, op) @@ -3119,6 +3791,9 @@ datazone_list_subscription_grants <- function(domainIdentifier, environmentId = #' @param sortBy Specifies the way to sort the results of this action. #' @param sortOrder Specifies the sort order for the results of this action. #' @param status Specifies the status of the subscription requests. +#' +#' This is not a required parameter, but if not specified, by default, +#' Amazon DataZone returns only `PENDING` subscription requests. #' @param subscribedListingId The identifier of the subscribed listing. #' #' @keywords internal @@ -3217,6 +3892,9 @@ datazone_list_subscription_targets <- function(domainIdentifier, environmentIden #' @param sortBy Specifies the way in which the results of this action are to be sorted. #' @param sortOrder Specifies the sort order for the results of this action. #' @param status The status of the subscriptions that you want to list. +#' +#' This is not a required parameter, but if not provided, by default, +#' Amazon DataZone returns only `APPROVED` subscriptions. #' @param subscribedListingId The identifier of the subscribed listing for the subscriptions that you #' want to list. #' @param subscriptionRequestIdentifier The identifier of the subscription request for the subscriptions that @@ -3402,13 +4080,14 @@ datazone_post_time_series_data_points <- function(clientToken = NULL, domainIden #' @param enabledRegions [required] Specifies the enabled Amazon Web Services Regions. #' @param environmentBlueprintIdentifier [required] The identifier of the environment blueprint. #' @param manageAccessRoleArn The ARN of the manage access role. +#' @param provisioningConfigurations The provisioning configuration of a blueprint. #' @param provisioningRoleArn The ARN of the provisioning role. #' @param regionalParameters The regional parameters in the environment blueprint. #' #' @keywords internal #' #' @rdname datazone_put_environment_blueprint_configuration -datazone_put_environment_blueprint_configuration <- function(domainIdentifier, enabledRegions, environmentBlueprintIdentifier, manageAccessRoleArn = NULL, provisioningRoleArn = NULL, regionalParameters = NULL) { +datazone_put_environment_blueprint_configuration <- function(domainIdentifier, enabledRegions, environmentBlueprintIdentifier, manageAccessRoleArn = NULL, provisioningConfigurations = NULL, provisioningRoleArn = NULL, regionalParameters = NULL) { op <- new_operation( name = "PutEnvironmentBlueprintConfiguration", http_method = "PUT", @@ -3416,7 +4095,7 @@ datazone_put_environment_blueprint_configuration <- function(domainIdentifier, e host_prefix = "", paginator = list() ) - input <- .datazone$put_environment_blueprint_configuration_input(domainIdentifier = domainIdentifier, enabledRegions = enabledRegions, environmentBlueprintIdentifier = environmentBlueprintIdentifier, manageAccessRoleArn = manageAccessRoleArn, provisioningRoleArn = provisioningRoleArn, regionalParameters = regionalParameters) + input <- .datazone$put_environment_blueprint_configuration_input(domainIdentifier = domainIdentifier, enabledRegions = enabledRegions, environmentBlueprintIdentifier = environmentBlueprintIdentifier, manageAccessRoleArn = manageAccessRoleArn, provisioningConfigurations = provisioningConfigurations, provisioningRoleArn = provisioningRoleArn, regionalParameters = regionalParameters) output <- .datazone$put_environment_blueprint_configuration_output() config <- get_config() svc <- .datazone$service(config, op) @@ -3499,6 +4178,77 @@ datazone_reject_subscription_request <- function(decisionComment = NULL, domainI } .datazone$operations$reject_subscription_request <- datazone_reject_subscription_request +#' Removes an owner from an entity +#' +#' @description +#' Removes an owner from an entity. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_remove_entity_owner/](https://www.paws-r-sdk.com/docs/datazone_remove_entity_owner/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param domainIdentifier [required] The ID of the domain where you want to remove an owner from an entity. +#' @param entityIdentifier [required] The ID of the entity from which you want to remove an owner. +#' @param entityType [required] The type of the entity from which you want to remove an owner. +#' @param owner [required] The owner that you want to remove from an entity. +#' +#' @keywords internal +#' +#' @rdname datazone_remove_entity_owner +datazone_remove_entity_owner <- function(clientToken = NULL, domainIdentifier, entityIdentifier, entityType, owner) { + op <- new_operation( + name = "RemoveEntityOwner", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner", + host_prefix = "", + paginator = list() + ) + input <- .datazone$remove_entity_owner_input(clientToken = clientToken, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, owner = owner) + output <- .datazone$remove_entity_owner_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$remove_entity_owner <- datazone_remove_entity_owner + +#' Removes a policy grant +#' +#' @description +#' Removes a policy grant. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_remove_policy_grant/](https://www.paws-r-sdk.com/docs/datazone_remove_policy_grant/) for full documentation. +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param domainIdentifier [required] The ID of the domain where you want to remove a policy grant. +#' @param entityIdentifier [required] The ID of the entity from which you want to remove a policy grant. +#' @param entityType [required] The type of the entity from which you want to remove a policy grant. +#' @param policyType [required] The type of the policy that you want to remove. +#' @param principal [required] The principal from which you want to remove a policy grant. +#' +#' @keywords internal +#' +#' @rdname datazone_remove_policy_grant +datazone_remove_policy_grant <- function(clientToken = NULL, domainIdentifier, entityIdentifier, entityType, policyType, principal) { + op <- new_operation( + name = "RemovePolicyGrant", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant", + host_prefix = "", + paginator = list() + ) + input <- .datazone$remove_policy_grant_input(clientToken = clientToken, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, policyType = policyType, principal = principal) + output <- .datazone$remove_policy_grant_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$remove_policy_grant <- datazone_remove_policy_grant + #' Revokes a specified subscription in Amazon DataZone #' #' @description @@ -3909,6 +4659,41 @@ datazone_untag_resource <- function(resourceArn, tagKeys) { } .datazone$operations$untag_resource <- datazone_untag_resource +#' Updates an asset filter +#' +#' @description +#' Updates an asset filter. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_update_asset_filter/](https://www.paws-r-sdk.com/docs/datazone_update_asset_filter/) for full documentation. +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param configuration The configuration of the asset filter. +#' @param description The description of the asset filter. +#' @param domainIdentifier [required] The ID of the domain where you want to update an asset filter. +#' @param identifier [required] The ID of the asset filter. +#' @param name The name of the asset filter. +#' +#' @keywords internal +#' +#' @rdname datazone_update_asset_filter +datazone_update_asset_filter <- function(assetIdentifier, configuration = NULL, description = NULL, domainIdentifier, identifier, name = NULL) { + op <- new_operation( + name = "UpdateAssetFilter", + http_method = "PATCH", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$update_asset_filter_input(assetIdentifier = assetIdentifier, configuration = configuration, description = description, domainIdentifier = domainIdentifier, identifier = identifier, name = name) + output <- .datazone$update_asset_filter_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$update_asset_filter <- datazone_update_asset_filter + #' Updates the specified data source in Amazon DataZone #' #' @description @@ -3998,6 +4783,39 @@ datazone_update_domain <- function(clientToken = NULL, description = NULL, domai } .datazone$operations$update_domain <- datazone_update_domain +#' Updates the domain unit +#' +#' @description +#' Updates the domain unit. +#' +#' See [https://www.paws-r-sdk.com/docs/datazone_update_domain_unit/](https://www.paws-r-sdk.com/docs/datazone_update_domain_unit/) for full documentation. +#' +#' @param description The description of the domain unit that you want to update. +#' @param domainIdentifier [required] The ID of the domain where you want to update a domain unit. +#' @param identifier [required] The ID of the domain unit that you want to update. +#' @param name The name of the domain unit that you want to update. +#' +#' @keywords internal +#' +#' @rdname datazone_update_domain_unit +datazone_update_domain_unit <- function(description = NULL, domainIdentifier, identifier, name = NULL) { + op <- new_operation( + name = "UpdateDomainUnit", + http_method = "PUT", + http_path = "/v2/domains/{domainIdentifier}/domain-units/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$update_domain_unit_input(description = description, domainIdentifier = domainIdentifier, identifier = identifier, name = name) + output <- .datazone$update_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$update_domain_unit <- datazone_update_domain_unit + #' Updates the specified environment in Amazon DataZone #' #' @description @@ -4241,8 +5059,7 @@ datazone_update_group_profile <- function(domainIdentifier, groupIdentifier, sta #' #' @param description The description to be updated as part of the #' [`update_project`][datazone_update_project] action. -#' @param domainIdentifier [required] The identifier of the Amazon DataZone domain in which a project is to be -#' updated. +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain where a project is being updated. #' @param glossaryTerms The glossary terms to be updated as part of the #' [`update_project`][datazone_update_project] action. #' @param identifier [required] The identifier of the project that is to be updated. diff --git a/cran/paws.analytics/R/datazone_service.R b/cran/paws.analytics/R/datazone_service.R index fb7170321e..5c8c043a74 100644 --- a/cran/paws.analytics/R/datazone_service.R +++ b/cran/paws.analytics/R/datazone_service.R @@ -98,14 +98,20 @@ NULL #' \tabular{ll}{ #' \link[=datazone_accept_predictions]{accept_predictions} \tab Accepts automatically generated business-friendly metadata for your Amazon DataZone assets\cr #' \link[=datazone_accept_subscription_request]{accept_subscription_request} \tab Accepts a subscription request to a specific asset\cr +#' \link[=datazone_add_entity_owner]{add_entity_owner} \tab Adds the owner of an entity (a domain unit)\cr +#' \link[=datazone_add_policy_grant]{add_policy_grant} \tab Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles\cr #' \link[=datazone_associate_environment_role]{associate_environment_role} \tab Associates the environment role in Amazon DataZone\cr #' \link[=datazone_cancel_metadata_generation_run]{cancel_metadata_generation_run} \tab Cancels the metadata generation run\cr #' \link[=datazone_cancel_subscription]{cancel_subscription} \tab Cancels the subscription to the specified asset\cr #' \link[=datazone_create_asset]{create_asset} \tab Creates an asset in Amazon DataZone catalog\cr +#' \link[=datazone_create_asset_filter]{create_asset_filter} \tab Creates a data asset filter\cr #' \link[=datazone_create_asset_revision]{create_asset_revision} \tab Creates a revision of the asset\cr #' \link[=datazone_create_asset_type]{create_asset_type} \tab Creates a custom asset type\cr +#' \link[=datazone_create_data_product]{create_data_product} \tab Creates a data product\cr +#' \link[=datazone_create_data_product_revision]{create_data_product_revision} \tab Creates a data product revision\cr #' \link[=datazone_create_data_source]{create_data_source} \tab Creates an Amazon DataZone data source\cr #' \link[=datazone_create_domain]{create_domain} \tab Creates an Amazon DataZone domain\cr +#' \link[=datazone_create_domain_unit]{create_domain_unit} \tab Creates a domain unit in Amazon DataZone\cr #' \link[=datazone_create_environment]{create_environment} \tab Create an Amazon DataZone environment\cr #' \link[=datazone_create_environment_action]{create_environment_action} \tab Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment\cr #' \link[=datazone_create_environment_profile]{create_environment_profile} \tab Creates an Amazon DataZone environment profile\cr @@ -120,10 +126,13 @@ NULL #' \link[=datazone_create_subscription_request]{create_subscription_request} \tab Creates a subscription request in Amazon DataZone\cr #' \link[=datazone_create_subscription_target]{create_subscription_target} \tab Creates a subscription target in Amazon DataZone\cr #' \link[=datazone_create_user_profile]{create_user_profile} \tab Creates a user profile in Amazon DataZone\cr -#' \link[=datazone_delete_asset]{delete_asset} \tab Delets an asset in Amazon DataZone\cr +#' \link[=datazone_delete_asset]{delete_asset} \tab Deletes an asset in Amazon DataZone\cr +#' \link[=datazone_delete_asset_filter]{delete_asset_filter} \tab Deletes an asset filter\cr #' \link[=datazone_delete_asset_type]{delete_asset_type} \tab Deletes an asset type in Amazon DataZone\cr +#' \link[=datazone_delete_data_product]{delete_data_product} \tab Deletes a data product in Amazon DataZone\cr #' \link[=datazone_delete_data_source]{delete_data_source} \tab Deletes a data source in Amazon DataZone\cr #' \link[=datazone_delete_domain]{delete_domain} \tab Deletes a Amazon DataZone domain\cr +#' \link[=datazone_delete_domain_unit]{delete_domain_unit} \tab Deletes a domain unit\cr #' \link[=datazone_delete_environment]{delete_environment} \tab Deletes an environment in Amazon DataZone\cr #' \link[=datazone_delete_environment_action]{delete_environment_action} \tab Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment\cr #' \link[=datazone_delete_environment_blueprint_configuration]{delete_environment_blueprint_configuration} \tab Deletes the blueprint configuration in Amazon DataZone\cr @@ -140,14 +149,18 @@ NULL #' \link[=datazone_delete_time_series_data_points]{delete_time_series_data_points} \tab Deletes the specified time series form for the specified asset\cr #' \link[=datazone_disassociate_environment_role]{disassociate_environment_role} \tab Disassociates the environment role in Amazon DataZone\cr #' \link[=datazone_get_asset]{get_asset} \tab Gets an Amazon DataZone asset\cr +#' \link[=datazone_get_asset_filter]{get_asset_filter} \tab Gets an asset filter\cr #' \link[=datazone_get_asset_type]{get_asset_type} \tab Gets an Amazon DataZone asset type\cr +#' \link[=datazone_get_data_product]{get_data_product} \tab Gets the data product\cr #' \link[=datazone_get_data_source]{get_data_source} \tab Gets an Amazon DataZone data source\cr #' \link[=datazone_get_data_source_run]{get_data_source_run} \tab Gets an Amazon DataZone data source run\cr #' \link[=datazone_get_domain]{get_domain} \tab Gets an Amazon DataZone domain\cr +#' \link[=datazone_get_domain_unit]{get_domain_unit} \tab Gets the details of the specified domain unit\cr #' \link[=datazone_get_environment]{get_environment} \tab Gets an Amazon DataZone environment\cr #' \link[=datazone_get_environment_action]{get_environment_action} \tab Gets the specified environment action\cr #' \link[=datazone_get_environment_blueprint]{get_environment_blueprint} \tab Gets an Amazon DataZone blueprint\cr #' \link[=datazone_get_environment_blueprint_configuration]{get_environment_blueprint_configuration} \tab Gets the blueprint configuration in Amazon DataZone\cr +#' \link[=datazone_get_environment_credentials]{get_environment_credentials} \tab Gets the credentials of an environment in Amazon DataZone\cr #' \link[=datazone_get_environment_profile]{get_environment_profile} \tab Gets an evinronment profile in Amazon DataZone\cr #' \link[=datazone_get_form_type]{get_form_type} \tab Gets a metadata form type in Amazon DataZone\cr #' \link[=datazone_get_glossary]{get_glossary} \tab Gets a business glossary in Amazon DataZone\cr @@ -164,11 +177,15 @@ NULL #' \link[=datazone_get_subscription_target]{get_subscription_target} \tab Gets the subscription target in Amazon DataZone\cr #' \link[=datazone_get_time_series_data_point]{get_time_series_data_point} \tab Gets the existing data point for the asset\cr #' \link[=datazone_get_user_profile]{get_user_profile} \tab Gets a user profile in Amazon DataZone\cr +#' \link[=datazone_list_asset_filters]{list_asset_filters} \tab Lists asset filters\cr #' \link[=datazone_list_asset_revisions]{list_asset_revisions} \tab Lists the revisions for the asset\cr +#' \link[=datazone_list_data_product_revisions]{list_data_product_revisions} \tab Lists data product revisions\cr #' \link[=datazone_list_data_source_run_activities]{list_data_source_run_activities} \tab Lists data source run activities\cr #' \link[=datazone_list_data_source_runs]{list_data_source_runs} \tab Lists data source runs in Amazon DataZone\cr #' \link[=datazone_list_data_sources]{list_data_sources} \tab Lists data sources in Amazon DataZone\cr #' \link[=datazone_list_domains]{list_domains} \tab Lists Amazon DataZone domains\cr +#' \link[=datazone_list_domain_units_for_parent]{list_domain_units_for_parent} \tab Lists child domain units for the specified parent domain unit\cr +#' \link[=datazone_list_entity_owners]{list_entity_owners} \tab Lists the entity (domain units) owners\cr #' \link[=datazone_list_environment_actions]{list_environment_actions} \tab Lists existing environment actions\cr #' \link[=datazone_list_environment_blueprint_configurations]{list_environment_blueprint_configurations} \tab Lists blueprint configurations for a Amazon DataZone environment\cr #' \link[=datazone_list_environment_blueprints]{list_environment_blueprints} \tab Lists blueprints in an Amazon DataZone environment\cr @@ -177,6 +194,7 @@ NULL #' \link[=datazone_list_lineage_node_history]{list_lineage_node_history} \tab Lists the history of the specified data lineage node\cr #' \link[=datazone_list_metadata_generation_runs]{list_metadata_generation_runs} \tab Lists all metadata generation runs\cr #' \link[=datazone_list_notifications]{list_notifications} \tab Lists all Amazon DataZone notifications\cr +#' \link[=datazone_list_policy_grants]{list_policy_grants} \tab Lists policy grants\cr #' \link[=datazone_list_project_memberships]{list_project_memberships} \tab Lists all members of the specified project\cr #' \link[=datazone_list_projects]{list_projects} \tab Lists Amazon DataZone projects\cr #' \link[=datazone_list_subscription_grants]{list_subscription_grants} \tab Lists subscription grants\cr @@ -190,6 +208,8 @@ NULL #' \link[=datazone_put_environment_blueprint_configuration]{put_environment_blueprint_configuration} \tab Writes the configuration for the specified environment blueprint in Amazon DataZone\cr #' \link[=datazone_reject_predictions]{reject_predictions} \tab Rejects automatically generated business-friendly metadata for your Amazon DataZone assets\cr #' \link[=datazone_reject_subscription_request]{reject_subscription_request} \tab Rejects the specified subscription request\cr +#' \link[=datazone_remove_entity_owner]{remove_entity_owner} \tab Removes an owner from an entity\cr +#' \link[=datazone_remove_policy_grant]{remove_policy_grant} \tab Removes a policy grant\cr #' \link[=datazone_revoke_subscription]{revoke_subscription} \tab Revokes a specified subscription in Amazon DataZone\cr #' \link[=datazone_search]{search} \tab Searches for assets in Amazon DataZone\cr #' \link[=datazone_search_group_profiles]{search_group_profiles} \tab Searches group profiles in Amazon DataZone\cr @@ -200,8 +220,10 @@ NULL #' \link[=datazone_start_metadata_generation_run]{start_metadata_generation_run} \tab Starts the metadata generation run\cr #' \link[=datazone_tag_resource]{tag_resource} \tab Tags a resource in Amazon DataZone\cr #' \link[=datazone_untag_resource]{untag_resource} \tab Untags a resource in Amazon DataZone\cr +#' \link[=datazone_update_asset_filter]{update_asset_filter} \tab Updates an asset filter\cr #' \link[=datazone_update_data_source]{update_data_source} \tab Updates the specified data source in Amazon DataZone\cr #' \link[=datazone_update_domain]{update_domain} \tab Updates a Amazon DataZone domain\cr +#' \link[=datazone_update_domain_unit]{update_domain_unit} \tab Updates the domain unit\cr #' \link[=datazone_update_environment]{update_environment} \tab Updates the specified environment in Amazon DataZone\cr #' \link[=datazone_update_environment_action]{update_environment_action} \tab Updates an environment action\cr #' \link[=datazone_update_environment_profile]{update_environment_profile} \tab Updates the specified environment profile in Amazon DataZone\cr diff --git a/cran/paws.analytics/R/entityresolution_interfaces.R b/cran/paws.analytics/R/entityresolution_interfaces.R index 180b38ddaf..09abb2fb7f 100644 --- a/cran/paws.analytics/R/entityresolution_interfaces.R +++ b/cran/paws.analytics/R/entityresolution_interfaces.R @@ -29,49 +29,49 @@ NULL .entityresolution$create_id_mapping_workflow_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModel = structure(logical(0), tags = list(type = "string")), ruleDefinitionType = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$create_id_mapping_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModel = structure(logical(0), tags = list(type = "string")), ruleDefinitionType = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$create_id_namespace_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = 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")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleDefinitionTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = 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)) } .entityresolution$create_id_namespace_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = 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")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleDefinitionTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = 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")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$create_matching_workflow_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), matchPurpose = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$create_matching_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), matchPurpose = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$create_schema_mapping_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = 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")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = 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)) } .entityresolution$create_schema_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaArn = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaArn = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -143,7 +143,7 @@ NULL .entityresolution$get_id_mapping_job_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(endTime = structure(logical(0), tags = list(type = "timestamp")), errorDetails = structure(list(errorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), jobId = structure(logical(0), tags = list(type = "string")), metrics = structure(list(inputRecords = structure(logical(0), tags = list(type = "integer", box = TRUE)), recordsNotProcessed = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalRecordsProcessed = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(endTime = structure(logical(0), tags = list(type = "timestamp")), errorDetails = structure(list(errorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), jobId = structure(logical(0), tags = list(type = "string")), metrics = structure(list(inputRecords = structure(logical(0), tags = list(type = "integer", box = TRUE)), recordsNotProcessed = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalMappedRecords = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalMappedSourceRecords = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalMappedTargetRecords = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalRecordsProcessed = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTime = structure(logical(0), tags = list(type = "timestamp")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -155,7 +155,7 @@ NULL .entityresolution$get_id_mapping_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModel = structure(logical(0), tags = list(type = "string")), ruleDefinitionType = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -167,7 +167,7 @@ NULL .entityresolution$get_id_namespace_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = 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")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleDefinitionTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = 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")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -203,7 +203,7 @@ NULL .entityresolution$get_matching_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), matchPurpose = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -239,7 +239,7 @@ NULL .entityresolution$get_schema_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), hasWorkflows = structure(logical(0), tags = list(type = "boolean", box = TRUE)), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaArn = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), hasWorkflows = structure(logical(0), tags = list(type = "boolean", box = TRUE)), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaArn = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -275,7 +275,7 @@ NULL .entityresolution$list_id_namespaces_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(idNamespaceSummaries = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(idNamespaceSummaries = structure(list(structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -401,48 +401,48 @@ NULL .entityresolution$update_id_mapping_workflow_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(location = "uri", locationName = "workflowName", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModel = structure(logical(0), tags = list(type = "string")), ruleDefinitionType = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(location = "uri", locationName = "workflowName", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_id_mapping_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingTechniques = structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModel = structure(logical(0), tags = list(type = "string")), ruleDefinitionType = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), workflowArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_id_namespace_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceName = structure(logical(0), tags = list(location = "uri", locationName = "idNamespaceName", type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleDefinitionTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceName = structure(logical(0), tags = list(location = "uri", locationName = "idNamespaceName", type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_id_namespace_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp")), description = structure(logical(0), tags = list(type = "string")), idMappingWorkflowProperties = structure(list(structure(list(idMappingType = structure(logical(0), tags = list(type = "string")), providerProperties = structure(list(providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), recordMatchingModels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleDefinitionTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), idNamespaceArn = structure(logical(0), tags = list(type = "string")), idNamespaceName = structure(logical(0), tags = list(type = "string")), inputSourceConfig = structure(list(structure(list(inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_matching_workflow_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(location = "uri", locationName = "workflowName", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), matchPurpose = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(location = "uri", locationName = "workflowName", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_matching_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), incrementalRunConfig = structure(list(incrementalRunType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inputSourceConfig = structure(list(structure(list(applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), inputSourceARN = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputSourceConfig = structure(list(structure(list(KMSArn = structure(logical(0), tags = list(type = "string")), applyNormalization = structure(logical(0), tags = list(type = "boolean", box = TRUE)), output = structure(list(structure(list(hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resolutionTechniques = structure(list(providerProperties = structure(list(intermediateSourceConfiguration = structure(list(intermediateS3Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), providerConfiguration = structure(list(), tags = list(type = "structure", document = TRUE)), providerServiceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resolutionType = structure(logical(0), tags = list(type = "string")), ruleBasedProperties = structure(list(attributeMatchingModel = structure(logical(0), tags = list(type = "string")), matchPurpose = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(matchingKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ruleName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), workflowName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_schema_mapping_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaName = structure(logical(0), tags = list(location = "uri", locationName = "schemaName", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .entityresolution$update_schema_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaArn = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(description = structure(logical(0), tags = list(type = "string")), mappedInputFields = structure(list(structure(list(fieldName = structure(logical(0), tags = list(type = "string")), groupName = structure(logical(0), tags = list(type = "string")), hashed = structure(logical(0), tags = list(type = "boolean", box = TRUE)), matchKey = structure(logical(0), tags = list(type = "string")), subType = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), schemaArn = structure(logical(0), tags = list(type = "string")), schemaName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/R/entityresolution_operations.R b/cran/paws.analytics/R/entityresolution_operations.R index 66be5c0aac..39e88562c2 100644 --- a/cran/paws.analytics/R/entityresolution_operations.R +++ b/cran/paws.analytics/R/entityresolution_operations.R @@ -19,6 +19,12 @@ NULL #' @param condition A set of condition keys that you can use in key policies. #' @param effect [required] Determines whether the permissions specified in the policy are to be #' allowed (`Allow`) or denied (`Deny`). +#' +#' If you set the value of the `effect` parameter to `Deny` for the +#' [`add_policy_statement`][entityresolution_add_policy_statement] +#' operation, you must also set the value of the `effect` parameter in the +#' `policy` to `Deny` for the [`put_policy`][entityresolution_put_policy] +#' operation. #' @param principal [required] The Amazon Web Services service or Amazon Web Services account that can #' access the resource defined as ARN. #' @param statementId [required] A statement identifier that differentiates the statement from others in @@ -86,13 +92,13 @@ entityresolution_batch_delete_unique_id <- function(inputSource = NULL, uniqueId #' See [https://www.paws-r-sdk.com/docs/entityresolution_create_id_mapping_workflow/](https://www.paws-r-sdk.com/docs/entityresolution_create_id_mapping_workflow/) for full documentation. #' #' @param description A description of the workflow. -#' @param idMappingTechniques [required] An object which defines the `idMappingType` and the -#' `providerProperties`. +#' @param idMappingTechniques [required] An object which defines the ID mapping technique and any additional +#' configurations. #' @param inputSourceConfig [required] A list of `InputSource` objects, which have the fields `InputSourceARN` #' and `SchemaName`. #' @param outputSourceConfig A list of `IdMappingWorkflowOutputSource` objects, each of which #' contains fields `OutputS3Path` and `Output`. -#' @param roleArn [required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution +#' @param roleArn The Amazon Resource Name (ARN) of the IAM role. Entity Resolution #' assumes this role to create resources on your behalf as part of workflow #' execution. #' @param tags The tags used to organize, track, or control access for this resource. @@ -102,7 +108,7 @@ entityresolution_batch_delete_unique_id <- function(inputSource = NULL, uniqueId #' @keywords internal #' #' @rdname entityresolution_create_id_mapping_workflow -entityresolution_create_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn, tags = NULL, workflowName) { +entityresolution_create_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn = NULL, tags = NULL, workflowName) { op <- new_operation( name = "CreateIdMappingWorkflow", http_method = "POST", @@ -948,6 +954,12 @@ entityresolution_list_tags_for_resource <- function(resourceArn) { #' @param arn [required] The Amazon Resource Name (ARN) of the resource for which the policy #' needs to be updated. #' @param policy [required] The resource-based policy. +#' +#' If you set the value of the `effect` parameter in the `policy` to `Deny` +#' for the [`put_policy`][entityresolution_put_policy] operation, you must +#' also set the value of the `effect` parameter to `Deny` for the +#' [`add_policy_statement`][entityresolution_add_policy_statement] +#' operation. #' @param token A unique identifier for the current revision of the policy. #' #' @keywords internal @@ -1103,13 +1115,13 @@ entityresolution_untag_resource <- function(resourceArn, tagKeys) { #' See [https://www.paws-r-sdk.com/docs/entityresolution_update_id_mapping_workflow/](https://www.paws-r-sdk.com/docs/entityresolution_update_id_mapping_workflow/) for full documentation. #' #' @param description A description of the workflow. -#' @param idMappingTechniques [required] An object which defines the `idMappingType` and the -#' `providerProperties`. +#' @param idMappingTechniques [required] An object which defines the ID mapping technique and any additional +#' configurations. #' @param inputSourceConfig [required] A list of `InputSource` objects, which have the fields `InputSourceARN` #' and `SchemaName`. #' @param outputSourceConfig A list of `OutputSource` objects, each of which contains fields #' `OutputS3Path` and `KMSArn`. -#' @param roleArn [required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution +#' @param roleArn The Amazon Resource Name (ARN) of the IAM role. Entity Resolution #' assumes this role to access Amazon Web Services resources on your #' behalf. #' @param workflowName [required] The name of the workflow. @@ -1117,7 +1129,7 @@ entityresolution_untag_resource <- function(resourceArn, tagKeys) { #' @keywords internal #' #' @rdname entityresolution_update_id_mapping_workflow -entityresolution_update_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn, workflowName) { +entityresolution_update_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn = NULL, workflowName) { op <- new_operation( name = "UpdateIdMappingWorkflow", http_method = "PUT", diff --git a/cran/paws.analytics/R/firehose_interfaces.R b/cran/paws.analytics/R/firehose_interfaces.R index 773e48e008..815ef93b6a 100644 --- a/cran/paws.analytics/R/firehose_interfaces.R +++ b/cran/paws.analytics/R/firehose_interfaces.R @@ -5,7 +5,7 @@ NULL .firehose$create_delivery_stream_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DeliveryStreamName = structure(logical(0), tags = list(type = "string")), DeliveryStreamType = structure(logical(0), tags = list(type = "string")), KinesisStreamSourceConfiguration = structure(list(KinesisStreamARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryStreamEncryptionConfigurationInput = structure(list(KeyARN = structure(logical(0), tags = list(type = "string")), KeyType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3DestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, type = "structure")), ExtendedS3DestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFormatConversionConfiguration = structure(list(SchemaConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputFormatConfiguration = structure(list(Deserializer = structure(list(OpenXJsonSerDe = structure(list(ConvertDotsInJsonKeysToUnderscores = structure(logical(0), tags = list(type = "boolean")), CaseInsensitive = structure(logical(0), tags = list(type = "boolean")), ColumnToJsonKeyMappings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), HiveJsonSerDe = structure(list(TimestampFormats = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), OutputFormatConfiguration = structure(list(Serializer = structure(list(ParquetSerDe = structure(list(BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), PageSizeBytes = structure(logical(0), tags = list(type = "integer")), Compression = structure(logical(0), tags = list(type = "string")), EnableDictionaryCompression = structure(logical(0), tags = list(type = "boolean")), MaxPaddingBytes = structure(logical(0), tags = list(type = "integer")), WriterVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OrcSerDe = structure(list(StripeSizeBytes = structure(logical(0), tags = list(type = "integer")), BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), RowIndexStride = structure(logical(0), tags = list(type = "integer")), EnablePadding = structure(logical(0), tags = list(type = "boolean")), PaddingTolerance = structure(logical(0), tags = list(type = "double")), Compression = structure(logical(0), tags = list(type = "string")), BloomFilterColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BloomFilterFalsePositiveProbability = structure(logical(0), tags = list(type = "double")), DictionaryKeyThreshold = structure(logical(0), tags = list(type = "double")), FormatVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DynamicPartitioningConfiguration = structure(list(RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), FileExtension = structure(logical(0), tags = list(type = "string")), CustomTimeZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), ClusterJDBCURL = structure(logical(0), tags = list(type = "string")), CopyCommand = structure(list(DataTableName = structure(logical(0), tags = list(type = "string")), DataTableColumns = structure(logical(0), tags = list(type = "string")), CopyOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), ElasticsearchDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfiguration = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonopensearchserviceDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfiguration = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SplunkDestinationConfiguration = structure(list(HECEndpoint = structure(logical(0), tags = list(type = "string")), HECEndpointType = structure(logical(0), tags = list(type = "string")), HECToken = structure(logical(0), tags = list(type = "string")), HECAcknowledgmentTimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), HttpEndpointDestinationConfiguration = structure(list(EndpointConfiguration = structure(list(Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string")), AccessKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RequestConfiguration = structure(list(ContentEncoding = structure(logical(0), tags = list(type = "string")), CommonAttributes = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AttributeValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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")), AmazonOpenSearchServerlessDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CollectionEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfiguration = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), MSKSourceConfiguration = structure(list(MSKClusterARN = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), AuthenticationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), Connectivity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SnowflakeDestinationConfiguration = structure(list(AccountUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PrivateKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), KeyPassphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), User = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Database = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Schema = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Table = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeRoleConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SnowflakeRole = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DataLoadingOption = structure(logical(0), tags = list(type = "string")), MetaDataColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeVpcConfiguration = structure(list(PrivateLinkVpceId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DeliveryStreamName = structure(logical(0), tags = list(type = "string")), DeliveryStreamType = structure(logical(0), tags = list(type = "string")), KinesisStreamSourceConfiguration = structure(list(KinesisStreamARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryStreamEncryptionConfigurationInput = structure(list(KeyARN = structure(logical(0), tags = list(type = "string")), KeyType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3DestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, type = "structure")), ExtendedS3DestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFormatConversionConfiguration = structure(list(SchemaConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputFormatConfiguration = structure(list(Deserializer = structure(list(OpenXJsonSerDe = structure(list(ConvertDotsInJsonKeysToUnderscores = structure(logical(0), tags = list(type = "boolean")), CaseInsensitive = structure(logical(0), tags = list(type = "boolean")), ColumnToJsonKeyMappings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), HiveJsonSerDe = structure(list(TimestampFormats = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), OutputFormatConfiguration = structure(list(Serializer = structure(list(ParquetSerDe = structure(list(BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), PageSizeBytes = structure(logical(0), tags = list(type = "integer")), Compression = structure(logical(0), tags = list(type = "string")), EnableDictionaryCompression = structure(logical(0), tags = list(type = "boolean")), MaxPaddingBytes = structure(logical(0), tags = list(type = "integer")), WriterVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OrcSerDe = structure(list(StripeSizeBytes = structure(logical(0), tags = list(type = "integer")), BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), RowIndexStride = structure(logical(0), tags = list(type = "integer")), EnablePadding = structure(logical(0), tags = list(type = "boolean")), PaddingTolerance = structure(logical(0), tags = list(type = "double")), Compression = structure(logical(0), tags = list(type = "string")), BloomFilterColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BloomFilterFalsePositiveProbability = structure(logical(0), tags = list(type = "double")), DictionaryKeyThreshold = structure(logical(0), tags = list(type = "double")), FormatVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DynamicPartitioningConfiguration = structure(list(RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), FileExtension = structure(logical(0), tags = list(type = "string")), CustomTimeZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), ClusterJDBCURL = structure(logical(0), tags = list(type = "string")), CopyCommand = structure(list(DataTableName = structure(logical(0), tags = list(type = "string")), DataTableColumns = structure(logical(0), tags = list(type = "string")), CopyOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), ElasticsearchDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfiguration = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonopensearchserviceDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfiguration = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SplunkDestinationConfiguration = structure(list(HECEndpoint = structure(logical(0), tags = list(type = "string")), HECEndpointType = structure(logical(0), tags = list(type = "string")), HECToken = structure(logical(0), tags = list(type = "string")), HECAcknowledgmentTimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), HttpEndpointDestinationConfiguration = structure(list(EndpointConfiguration = structure(list(Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string")), AccessKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RequestConfiguration = structure(list(ContentEncoding = structure(logical(0), tags = list(type = "string")), CommonAttributes = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AttributeValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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")), AmazonOpenSearchServerlessDestinationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CollectionEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfiguration = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), MSKSourceConfiguration = structure(list(MSKClusterARN = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), AuthenticationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), Connectivity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReadFromTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), SnowflakeDestinationConfiguration = structure(list(AccountUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PrivateKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), KeyPassphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), User = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Database = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Schema = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Table = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeRoleConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SnowflakeRole = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DataLoadingOption = structure(logical(0), tags = list(type = "string")), MetaDataColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeVpcConfiguration = structure(list(PrivateLinkVpceId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), IcebergDestinationConfiguration = structure(list(DestinationTableConfigurationList = structure(list(structure(list(DestinationTableName = structure(logical(0), tags = list(type = "string")), DestinationDatabaseName = structure(logical(0), tags = list(type = "string")), UniqueKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), S3ErrorOutputPrefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), CatalogConfiguration = structure(list(CatalogARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -35,7 +35,7 @@ NULL .firehose$describe_delivery_stream_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DeliveryStreamDescription = structure(list(DeliveryStreamName = structure(logical(0), tags = list(type = "string")), DeliveryStreamARN = structure(logical(0), tags = list(type = "string")), DeliveryStreamStatus = structure(logical(0), tags = list(type = "string")), FailureDescription = structure(list(Type = structure(logical(0), tags = list(type = "string")), Details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryStreamEncryptionConfiguration = structure(list(KeyARN = structure(logical(0), tags = list(type = "string")), KeyType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), FailureDescription = structure(list(Type = structure(logical(0), tags = list(type = "string")), Details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeliveryStreamType = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), CreateTimestamp = structure(logical(0), tags = list(type = "timestamp")), LastUpdateTimestamp = structure(logical(0), tags = list(type = "timestamp")), Source = structure(list(KinesisStreamSourceDescription = structure(list(KinesisStreamARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), DeliveryStartTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), MSKSourceDescription = structure(list(MSKClusterARN = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), AuthenticationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), Connectivity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryStartTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")), Destinations = structure(list(structure(list(DestinationId = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExtendedS3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFormatConversionConfiguration = structure(list(SchemaConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputFormatConfiguration = structure(list(Deserializer = structure(list(OpenXJsonSerDe = structure(list(ConvertDotsInJsonKeysToUnderscores = structure(logical(0), tags = list(type = "boolean")), CaseInsensitive = structure(logical(0), tags = list(type = "boolean")), ColumnToJsonKeyMappings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), HiveJsonSerDe = structure(list(TimestampFormats = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), OutputFormatConfiguration = structure(list(Serializer = structure(list(ParquetSerDe = structure(list(BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), PageSizeBytes = structure(logical(0), tags = list(type = "integer")), Compression = structure(logical(0), tags = list(type = "string")), EnableDictionaryCompression = structure(logical(0), tags = list(type = "boolean")), MaxPaddingBytes = structure(logical(0), tags = list(type = "integer")), WriterVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OrcSerDe = structure(list(StripeSizeBytes = structure(logical(0), tags = list(type = "integer")), BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), RowIndexStride = structure(logical(0), tags = list(type = "integer")), EnablePadding = structure(logical(0), tags = list(type = "boolean")), PaddingTolerance = structure(logical(0), tags = list(type = "double")), Compression = structure(logical(0), tags = list(type = "string")), BloomFilterColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BloomFilterFalsePositiveProbability = structure(logical(0), tags = list(type = "double")), DictionaryKeyThreshold = structure(logical(0), tags = list(type = "double")), FormatVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DynamicPartitioningConfiguration = structure(list(RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), FileExtension = structure(logical(0), tags = list(type = "string")), CustomTimeZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), ClusterJDBCURL = structure(logical(0), tags = list(type = "string")), CopyCommand = structure(list(DataTableName = structure(logical(0), tags = list(type = "string")), DataTableColumns = structure(logical(0), tags = list(type = "string")), CopyOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), ElasticsearchDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfigurationDescription = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonopensearchserviceDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfigurationDescription = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SplunkDestinationDescription = structure(list(HECEndpoint = structure(logical(0), tags = list(type = "string")), HECEndpointType = structure(logical(0), tags = list(type = "string")), HECToken = structure(logical(0), tags = list(type = "string")), HECAcknowledgmentTimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), HttpEndpointDestinationDescription = structure(list(EndpointConfiguration = structure(list(Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RequestConfiguration = structure(list(ContentEncoding = structure(logical(0), tags = list(type = "string")), CommonAttributes = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AttributeValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), SnowflakeDestinationDescription = structure(list(AccountUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), User = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Database = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Schema = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Table = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeRoleConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SnowflakeRole = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DataLoadingOption = structure(logical(0), tags = list(type = "string")), MetaDataColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeVpcConfiguration = structure(list(PrivateLinkVpceId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonOpenSearchServerlessDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CollectionEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfigurationDescription = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HasMoreDestinations = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DeliveryStreamDescription = structure(list(DeliveryStreamName = structure(logical(0), tags = list(type = "string")), DeliveryStreamARN = structure(logical(0), tags = list(type = "string")), DeliveryStreamStatus = structure(logical(0), tags = list(type = "string")), FailureDescription = structure(list(Type = structure(logical(0), tags = list(type = "string")), Details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryStreamEncryptionConfiguration = structure(list(KeyARN = structure(logical(0), tags = list(type = "string")), KeyType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), FailureDescription = structure(list(Type = structure(logical(0), tags = list(type = "string")), Details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeliveryStreamType = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), CreateTimestamp = structure(logical(0), tags = list(type = "timestamp")), LastUpdateTimestamp = structure(logical(0), tags = list(type = "timestamp")), Source = structure(list(KinesisStreamSourceDescription = structure(list(KinesisStreamARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), DeliveryStartTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), MSKSourceDescription = structure(list(MSKClusterARN = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), AuthenticationConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), Connectivity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryStartTimestamp = structure(logical(0), tags = list(type = "timestamp")), ReadFromTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")), Destinations = structure(list(structure(list(DestinationId = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExtendedS3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFormatConversionConfiguration = structure(list(SchemaConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputFormatConfiguration = structure(list(Deserializer = structure(list(OpenXJsonSerDe = structure(list(ConvertDotsInJsonKeysToUnderscores = structure(logical(0), tags = list(type = "boolean")), CaseInsensitive = structure(logical(0), tags = list(type = "boolean")), ColumnToJsonKeyMappings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), HiveJsonSerDe = structure(list(TimestampFormats = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), OutputFormatConfiguration = structure(list(Serializer = structure(list(ParquetSerDe = structure(list(BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), PageSizeBytes = structure(logical(0), tags = list(type = "integer")), Compression = structure(logical(0), tags = list(type = "string")), EnableDictionaryCompression = structure(logical(0), tags = list(type = "boolean")), MaxPaddingBytes = structure(logical(0), tags = list(type = "integer")), WriterVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OrcSerDe = structure(list(StripeSizeBytes = structure(logical(0), tags = list(type = "integer")), BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), RowIndexStride = structure(logical(0), tags = list(type = "integer")), EnablePadding = structure(logical(0), tags = list(type = "boolean")), PaddingTolerance = structure(logical(0), tags = list(type = "double")), Compression = structure(logical(0), tags = list(type = "string")), BloomFilterColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BloomFilterFalsePositiveProbability = structure(logical(0), tags = list(type = "double")), DictionaryKeyThreshold = structure(logical(0), tags = list(type = "double")), FormatVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DynamicPartitioningConfiguration = structure(list(RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), FileExtension = structure(logical(0), tags = list(type = "string")), CustomTimeZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), ClusterJDBCURL = structure(logical(0), tags = list(type = "string")), CopyCommand = structure(list(DataTableName = structure(logical(0), tags = list(type = "string")), DataTableColumns = structure(logical(0), tags = list(type = "string")), CopyOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), ElasticsearchDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfigurationDescription = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonopensearchserviceDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfigurationDescription = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SplunkDestinationDescription = structure(list(HECEndpoint = structure(logical(0), tags = list(type = "string")), HECEndpointType = structure(logical(0), tags = list(type = "string")), HECToken = structure(logical(0), tags = list(type = "string")), HECAcknowledgmentTimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), HttpEndpointDestinationDescription = structure(list(EndpointConfiguration = structure(list(Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RequestConfiguration = structure(list(ContentEncoding = structure(logical(0), tags = list(type = "string")), CommonAttributes = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AttributeValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), SnowflakeDestinationDescription = structure(list(AccountUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), User = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Database = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Schema = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Table = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeRoleConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SnowflakeRole = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DataLoadingOption = structure(logical(0), tags = list(type = "string")), MetaDataColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeVpcConfiguration = structure(list(PrivateLinkVpceId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonOpenSearchServerlessDestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CollectionEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VpcConfigurationDescription = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RoleARN = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), IcebergDestinationDescription = structure(list(DestinationTableConfigurationList = structure(list(structure(list(DestinationTableName = structure(logical(0), tags = list(type = "string")), DestinationDatabaseName = structure(logical(0), tags = list(type = "string")), UniqueKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), S3ErrorOutputPrefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), CatalogConfiguration = structure(list(CatalogARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3DestinationDescription = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HasMoreDestinations = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -137,7 +137,7 @@ NULL .firehose$update_destination_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DeliveryStreamName = structure(logical(0), tags = list(type = "string")), CurrentDeliveryStreamVersionId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string")), S3DestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, type = "structure")), ExtendedS3DestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFormatConversionConfiguration = structure(list(SchemaConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputFormatConfiguration = structure(list(Deserializer = structure(list(OpenXJsonSerDe = structure(list(ConvertDotsInJsonKeysToUnderscores = structure(logical(0), tags = list(type = "boolean")), CaseInsensitive = structure(logical(0), tags = list(type = "boolean")), ColumnToJsonKeyMappings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), HiveJsonSerDe = structure(list(TimestampFormats = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), OutputFormatConfiguration = structure(list(Serializer = structure(list(ParquetSerDe = structure(list(BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), PageSizeBytes = structure(logical(0), tags = list(type = "integer")), Compression = structure(logical(0), tags = list(type = "string")), EnableDictionaryCompression = structure(logical(0), tags = list(type = "boolean")), MaxPaddingBytes = structure(logical(0), tags = list(type = "integer")), WriterVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OrcSerDe = structure(list(StripeSizeBytes = structure(logical(0), tags = list(type = "integer")), BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), RowIndexStride = structure(logical(0), tags = list(type = "integer")), EnablePadding = structure(logical(0), tags = list(type = "boolean")), PaddingTolerance = structure(logical(0), tags = list(type = "double")), Compression = structure(logical(0), tags = list(type = "string")), BloomFilterColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BloomFilterFalsePositiveProbability = structure(logical(0), tags = list(type = "double")), DictionaryKeyThreshold = structure(logical(0), tags = list(type = "double")), FormatVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DynamicPartitioningConfiguration = structure(list(RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), FileExtension = structure(logical(0), tags = list(type = "string")), CustomTimeZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), ClusterJDBCURL = structure(logical(0), tags = list(type = "string")), CopyCommand = structure(list(DataTableName = structure(logical(0), tags = list(type = "string")), DataTableColumns = structure(logical(0), tags = list(type = "string")), CopyOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), ElasticsearchDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonopensearchserviceDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SplunkDestinationUpdate = structure(list(HECEndpoint = structure(logical(0), tags = list(type = "string")), HECEndpointType = structure(logical(0), tags = list(type = "string")), HECToken = structure(logical(0), tags = list(type = "string")), HECAcknowledgmentTimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), HttpEndpointDestinationUpdate = structure(list(EndpointConfiguration = structure(list(Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string")), AccessKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RequestConfiguration = structure(list(ContentEncoding = structure(logical(0), tags = list(type = "string")), CommonAttributes = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AttributeValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonOpenSearchServerlessDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CollectionEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SnowflakeDestinationUpdate = structure(list(AccountUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PrivateKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), KeyPassphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), User = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Database = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Schema = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Table = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeRoleConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SnowflakeRole = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DataLoadingOption = structure(logical(0), tags = list(type = "string")), MetaDataColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DeliveryStreamName = structure(logical(0), tags = list(type = "string")), CurrentDeliveryStreamVersionId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string")), S3DestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, type = "structure")), ExtendedS3DestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFormatConversionConfiguration = structure(list(SchemaConfiguration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputFormatConfiguration = structure(list(Deserializer = structure(list(OpenXJsonSerDe = structure(list(ConvertDotsInJsonKeysToUnderscores = structure(logical(0), tags = list(type = "boolean")), CaseInsensitive = structure(logical(0), tags = list(type = "boolean")), ColumnToJsonKeyMappings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), HiveJsonSerDe = structure(list(TimestampFormats = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), OutputFormatConfiguration = structure(list(Serializer = structure(list(ParquetSerDe = structure(list(BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), PageSizeBytes = structure(logical(0), tags = list(type = "integer")), Compression = structure(logical(0), tags = list(type = "string")), EnableDictionaryCompression = structure(logical(0), tags = list(type = "boolean")), MaxPaddingBytes = structure(logical(0), tags = list(type = "integer")), WriterVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OrcSerDe = structure(list(StripeSizeBytes = structure(logical(0), tags = list(type = "integer")), BlockSizeBytes = structure(logical(0), tags = list(type = "integer")), RowIndexStride = structure(logical(0), tags = list(type = "integer")), EnablePadding = structure(logical(0), tags = list(type = "boolean")), PaddingTolerance = structure(logical(0), tags = list(type = "double")), Compression = structure(logical(0), tags = list(type = "string")), BloomFilterColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BloomFilterFalsePositiveProbability = structure(logical(0), tags = list(type = "double")), DictionaryKeyThreshold = structure(logical(0), tags = list(type = "double")), FormatVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DynamicPartitioningConfiguration = structure(list(RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), FileExtension = structure(logical(0), tags = list(type = "string")), CustomTimeZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), ClusterJDBCURL = structure(logical(0), tags = list(type = "string")), CopyCommand = structure(list(DataTableName = structure(logical(0), tags = list(type = "string")), DataTableColumns = structure(logical(0), tags = list(type = "string")), CopyOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Username = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Password = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3BackupUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), ElasticsearchDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonopensearchserviceDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), DomainARN = structure(logical(0), tags = list(type = "string")), ClusterEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), TypeName = structure(logical(0), tags = list(type = "string")), IndexRotationPeriod = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DocumentIdOptions = structure(list(DefaultDocumentIdFormat = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SplunkDestinationUpdate = structure(list(HECEndpoint = structure(logical(0), tags = list(type = "string")), HECEndpointType = structure(logical(0), tags = list(type = "string")), HECToken = structure(logical(0), tags = list(type = "string")), HECAcknowledgmentTimeoutInSeconds = structure(logical(0), tags = list(type = "integer")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), HttpEndpointDestinationUpdate = structure(list(EndpointConfiguration = structure(list(Url = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Name = structure(logical(0), tags = list(type = "string")), AccessKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RequestConfiguration = structure(list(ContentEncoding = structure(logical(0), tags = list(type = "string")), CommonAttributes = structure(list(structure(list(AttributeName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AttributeValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonOpenSearchServerlessDestinationUpdate = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), CollectionEndpoint = structure(logical(0), tags = list(type = "string")), IndexName = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(IntervalInSeconds = structure(logical(0), tags = list(type = "integer")), SizeInMBs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SnowflakeDestinationUpdate = structure(list(AccountUrl = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), PrivateKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), KeyPassphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), User = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Database = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Schema = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Table = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SnowflakeRoleConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SnowflakeRole = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DataLoadingOption = structure(logical(0), tags = list(type = "string")), MetaDataColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContentColumnName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), S3Update = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SecretsManagerConfiguration = structure(list(SecretARN = structure(logical(0), tags = list(type = "string")), RoleARN = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), IcebergDestinationUpdate = structure(list(DestinationTableConfigurationList = structure(list(structure(list(DestinationTableName = structure(logical(0), tags = list(type = "string")), DestinationDatabaseName = structure(logical(0), tags = list(type = "string")), UniqueKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), S3ErrorOutputPrefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingConfiguration = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), Processors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), ParameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3BackupMode = structure(logical(0), tags = list(type = "string")), RetryOptions = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), RoleARN = structure(logical(0), tags = list(type = "string")), CatalogConfiguration = structure(list(CatalogARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3Configuration = structure(list(RoleARN = structure(logical(0), tags = list(type = "string")), BucketARN = structure(logical(0), tags = list(type = "string")), Prefix = structure(logical(0), tags = list(type = "string")), ErrorOutputPrefix = structure(logical(0), tags = list(type = "string")), BufferingHints = structure(list(SizeInMBs = structure(logical(0), tags = list(type = "integer")), IntervalInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), CompressionFormat = structure(logical(0), tags = list(type = "string")), EncryptionConfiguration = structure(list(NoEncryptionConfig = structure(logical(0), tags = list(type = "string")), KMSEncryptionConfig = structure(list(AWSKMSKeyARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CloudWatchLoggingOptions = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), LogGroupName = structure(logical(0), tags = list(type = "string")), LogStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/R/firehose_operations.R b/cran/paws.analytics/R/firehose_operations.R index 18814400a1..eaabc9d417 100644 --- a/cran/paws.analytics/R/firehose_operations.R +++ b/cran/paws.analytics/R/firehose_operations.R @@ -71,11 +71,14 @@ NULL #' Service. You can specify only one destination. #' @param MSKSourceConfiguration #' @param SnowflakeDestinationConfiguration Configure Snowflake destination +#' @param IcebergDestinationConfiguration Configure Apache Iceberg Tables destination. +#' +#' Amazon Data Firehose is in preview release and is subject to change. #' #' @keywords internal #' #' @rdname firehose_create_delivery_stream -firehose_create_delivery_stream <- function(DeliveryStreamName, DeliveryStreamType = NULL, KinesisStreamSourceConfiguration = NULL, DeliveryStreamEncryptionConfigurationInput = NULL, S3DestinationConfiguration = NULL, ExtendedS3DestinationConfiguration = NULL, RedshiftDestinationConfiguration = NULL, ElasticsearchDestinationConfiguration = NULL, AmazonopensearchserviceDestinationConfiguration = NULL, SplunkDestinationConfiguration = NULL, HttpEndpointDestinationConfiguration = NULL, Tags = NULL, AmazonOpenSearchServerlessDestinationConfiguration = NULL, MSKSourceConfiguration = NULL, SnowflakeDestinationConfiguration = NULL) { +firehose_create_delivery_stream <- function(DeliveryStreamName, DeliveryStreamType = NULL, KinesisStreamSourceConfiguration = NULL, DeliveryStreamEncryptionConfigurationInput = NULL, S3DestinationConfiguration = NULL, ExtendedS3DestinationConfiguration = NULL, RedshiftDestinationConfiguration = NULL, ElasticsearchDestinationConfiguration = NULL, AmazonopensearchserviceDestinationConfiguration = NULL, SplunkDestinationConfiguration = NULL, HttpEndpointDestinationConfiguration = NULL, Tags = NULL, AmazonOpenSearchServerlessDestinationConfiguration = NULL, MSKSourceConfiguration = NULL, SnowflakeDestinationConfiguration = NULL, IcebergDestinationConfiguration = NULL) { op <- new_operation( name = "CreateDeliveryStream", http_method = "POST", @@ -83,7 +86,7 @@ firehose_create_delivery_stream <- function(DeliveryStreamName, DeliveryStreamTy host_prefix = "", paginator = list() ) - input <- .firehose$create_delivery_stream_input(DeliveryStreamName = DeliveryStreamName, DeliveryStreamType = DeliveryStreamType, KinesisStreamSourceConfiguration = KinesisStreamSourceConfiguration, DeliveryStreamEncryptionConfigurationInput = DeliveryStreamEncryptionConfigurationInput, S3DestinationConfiguration = S3DestinationConfiguration, ExtendedS3DestinationConfiguration = ExtendedS3DestinationConfiguration, RedshiftDestinationConfiguration = RedshiftDestinationConfiguration, ElasticsearchDestinationConfiguration = ElasticsearchDestinationConfiguration, AmazonopensearchserviceDestinationConfiguration = AmazonopensearchserviceDestinationConfiguration, SplunkDestinationConfiguration = SplunkDestinationConfiguration, HttpEndpointDestinationConfiguration = HttpEndpointDestinationConfiguration, Tags = Tags, AmazonOpenSearchServerlessDestinationConfiguration = AmazonOpenSearchServerlessDestinationConfiguration, MSKSourceConfiguration = MSKSourceConfiguration, SnowflakeDestinationConfiguration = SnowflakeDestinationConfiguration) + input <- .firehose$create_delivery_stream_input(DeliveryStreamName = DeliveryStreamName, DeliveryStreamType = DeliveryStreamType, KinesisStreamSourceConfiguration = KinesisStreamSourceConfiguration, DeliveryStreamEncryptionConfigurationInput = DeliveryStreamEncryptionConfigurationInput, S3DestinationConfiguration = S3DestinationConfiguration, ExtendedS3DestinationConfiguration = ExtendedS3DestinationConfiguration, RedshiftDestinationConfiguration = RedshiftDestinationConfiguration, ElasticsearchDestinationConfiguration = ElasticsearchDestinationConfiguration, AmazonopensearchserviceDestinationConfiguration = AmazonopensearchserviceDestinationConfiguration, SplunkDestinationConfiguration = SplunkDestinationConfiguration, HttpEndpointDestinationConfiguration = HttpEndpointDestinationConfiguration, Tags = Tags, AmazonOpenSearchServerlessDestinationConfiguration = AmazonOpenSearchServerlessDestinationConfiguration, MSKSourceConfiguration = MSKSourceConfiguration, SnowflakeDestinationConfiguration = SnowflakeDestinationConfiguration, IcebergDestinationConfiguration = IcebergDestinationConfiguration) output <- .firehose$create_delivery_stream_output() config <- get_config() svc <- .firehose$service(config, op) @@ -467,11 +470,14 @@ firehose_untag_delivery_stream <- function(DeliveryStreamName, TagKeys) { #' @param AmazonOpenSearchServerlessDestinationUpdate Describes an update for a destination in the Serverless offering for #' Amazon OpenSearch Service. #' @param SnowflakeDestinationUpdate Update to the Snowflake destination configuration settings. +#' @param IcebergDestinationUpdate Describes an update for a destination in Apache Iceberg Tables. +#' +#' Amazon Data Firehose is in preview release and is subject to change. #' #' @keywords internal #' #' @rdname firehose_update_destination -firehose_update_destination <- function(DeliveryStreamName, CurrentDeliveryStreamVersionId, DestinationId, S3DestinationUpdate = NULL, ExtendedS3DestinationUpdate = NULL, RedshiftDestinationUpdate = NULL, ElasticsearchDestinationUpdate = NULL, AmazonopensearchserviceDestinationUpdate = NULL, SplunkDestinationUpdate = NULL, HttpEndpointDestinationUpdate = NULL, AmazonOpenSearchServerlessDestinationUpdate = NULL, SnowflakeDestinationUpdate = NULL) { +firehose_update_destination <- function(DeliveryStreamName, CurrentDeliveryStreamVersionId, DestinationId, S3DestinationUpdate = NULL, ExtendedS3DestinationUpdate = NULL, RedshiftDestinationUpdate = NULL, ElasticsearchDestinationUpdate = NULL, AmazonopensearchserviceDestinationUpdate = NULL, SplunkDestinationUpdate = NULL, HttpEndpointDestinationUpdate = NULL, AmazonOpenSearchServerlessDestinationUpdate = NULL, SnowflakeDestinationUpdate = NULL, IcebergDestinationUpdate = NULL) { op <- new_operation( name = "UpdateDestination", http_method = "POST", @@ -479,7 +485,7 @@ firehose_update_destination <- function(DeliveryStreamName, CurrentDeliveryStrea host_prefix = "", paginator = list() ) - input <- .firehose$update_destination_input(DeliveryStreamName = DeliveryStreamName, CurrentDeliveryStreamVersionId = CurrentDeliveryStreamVersionId, DestinationId = DestinationId, S3DestinationUpdate = S3DestinationUpdate, ExtendedS3DestinationUpdate = ExtendedS3DestinationUpdate, RedshiftDestinationUpdate = RedshiftDestinationUpdate, ElasticsearchDestinationUpdate = ElasticsearchDestinationUpdate, AmazonopensearchserviceDestinationUpdate = AmazonopensearchserviceDestinationUpdate, SplunkDestinationUpdate = SplunkDestinationUpdate, HttpEndpointDestinationUpdate = HttpEndpointDestinationUpdate, AmazonOpenSearchServerlessDestinationUpdate = AmazonOpenSearchServerlessDestinationUpdate, SnowflakeDestinationUpdate = SnowflakeDestinationUpdate) + input <- .firehose$update_destination_input(DeliveryStreamName = DeliveryStreamName, CurrentDeliveryStreamVersionId = CurrentDeliveryStreamVersionId, DestinationId = DestinationId, S3DestinationUpdate = S3DestinationUpdate, ExtendedS3DestinationUpdate = ExtendedS3DestinationUpdate, RedshiftDestinationUpdate = RedshiftDestinationUpdate, ElasticsearchDestinationUpdate = ElasticsearchDestinationUpdate, AmazonopensearchserviceDestinationUpdate = AmazonopensearchserviceDestinationUpdate, SplunkDestinationUpdate = SplunkDestinationUpdate, HttpEndpointDestinationUpdate = HttpEndpointDestinationUpdate, AmazonOpenSearchServerlessDestinationUpdate = AmazonOpenSearchServerlessDestinationUpdate, SnowflakeDestinationUpdate = SnowflakeDestinationUpdate, IcebergDestinationUpdate = IcebergDestinationUpdate) output <- .firehose$update_destination_output() config <- get_config() svc <- .firehose$service(config, op) diff --git a/cran/paws.analytics/R/glue_interfaces.R b/cran/paws.analytics/R/glue_interfaces.R index 3bd8b73899..d723a2eebb 100644 --- a/cran/paws.analytics/R/glue_interfaces.R +++ b/cran/paws.analytics/R/glue_interfaces.R @@ -107,7 +107,7 @@ NULL .glue$batch_get_data_quality_result_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Results = structure(list(structure(list(ResultId = structure(logical(0), tags = list(type = "string")), Score = structure(logical(0), tags = list(type = "double", box = TRUE)), DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), RulesetName = structure(logical(0), tags = list(type = "string")), EvaluationContext = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobName = structure(logical(0), tags = list(type = "string")), JobRunId = structure(logical(0), tags = list(type = "string")), RulesetEvaluationRunId = structure(logical(0), tags = list(type = "string")), RuleResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), EvaluationMessage = structure(logical(0), tags = list(type = "string")), Result = structure(logical(0), tags = list(type = "string")), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalyzerResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), EvaluationMessage = structure(logical(0), tags = list(type = "string")), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Observations = structure(list(structure(list(Description = structure(logical(0), tags = list(type = "string")), MetricBasedObservation = structure(list(MetricName = structure(logical(0), tags = list(type = "string")), MetricValues = structure(list(ActualValue = structure(logical(0), tags = list(type = "double", box = TRUE)), ExpectedValue = structure(logical(0), tags = list(type = "double", box = TRUE)), LowerLimit = structure(logical(0), tags = list(type = "double", box = TRUE)), UpperLimit = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), NewRules = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ResultsNotFound = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(Results = structure(list(structure(list(ResultId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), Score = structure(logical(0), tags = list(type = "double", box = TRUE)), DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), RulesetName = structure(logical(0), tags = list(type = "string")), EvaluationContext = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobName = structure(logical(0), tags = list(type = "string")), JobRunId = structure(logical(0), tags = list(type = "string")), RulesetEvaluationRunId = structure(logical(0), tags = list(type = "string")), RuleResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EvaluationMessage = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Result = structure(logical(0), tags = list(type = "string")), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map", sensitive = TRUE)), EvaluatedRule = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), AnalyzerResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EvaluationMessage = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), Observations = structure(list(structure(list(Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), MetricBasedObservation = structure(list(MetricName = structure(logical(0), tags = list(type = "string")), StatisticId = structure(logical(0), tags = list(type = "string")), MetricValues = structure(list(ActualValue = structure(logical(0), tags = list(type = "double", box = TRUE)), ExpectedValue = structure(logical(0), tags = list(type = "double", box = TRUE)), LowerLimit = structure(logical(0), tags = list(type = "double", box = TRUE)), UpperLimit = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), NewRules = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ResultsNotFound = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -131,7 +131,7 @@ NULL .glue$batch_get_jobs_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Jobs = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), JobsNotFound = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(Jobs = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), JobsNotFound = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -179,7 +179,19 @@ NULL .glue$batch_get_workflows_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Workflows = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DefaultRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), LastRun = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer", box = TRUE)), BlueprintDetails = structure(list(BlueprintName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), MissingWorkflows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(Workflows = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DefaultRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), LastRun = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer", box = TRUE)), BlueprintDetails = structure(list(BlueprintName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), MissingWorkflows = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$batch_put_data_quality_statistic_annotation_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(InclusionAnnotations = structure(list(structure(list(ProfileId = structure(logical(0), tags = list(type = "string")), StatisticId = structure(logical(0), tags = list(type = "string")), InclusionAnnotation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ClientToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$batch_put_data_quality_statistic_annotation_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(FailedInclusionAnnotations = structure(list(structure(list(ProfileId = structure(logical(0), tags = list(type = "string")), StatisticId = structure(logical(0), tags = list(type = "string")), FailureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -329,7 +341,7 @@ NULL .glue$create_data_quality_ruleset_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Ruleset = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), TargetTable = structure(list(TableName = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClientToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Ruleset = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), TargetTable = structure(list(TableName = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataQualitySecurityConfiguration = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -365,7 +377,7 @@ NULL .glue$create_job_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1071,6 +1083,30 @@ NULL return(populate(args, shape)) } +.glue$get_data_quality_model_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StatisticId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$get_data_quality_model_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Status = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$get_data_quality_model_result_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StatisticId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$get_data_quality_model_result_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Model = structure(list(structure(list(LowerBound = structure(logical(0), tags = list(type = "double", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "double", box = TRUE)), PredictedValue = structure(logical(0), tags = list(type = "double", box = TRUE)), ActualValue = structure(logical(0), tags = list(type = "double", box = TRUE)), Date = structure(logical(0), tags = list(type = "timestamp")), InclusionAnnotation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .glue$get_data_quality_result_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(ResultId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -1079,7 +1115,7 @@ NULL .glue$get_data_quality_result_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ResultId = structure(logical(0), tags = list(type = "string")), Score = structure(logical(0), tags = list(type = "double", box = TRUE)), DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), RulesetName = structure(logical(0), tags = list(type = "string")), EvaluationContext = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobName = structure(logical(0), tags = list(type = "string")), JobRunId = structure(logical(0), tags = list(type = "string")), RulesetEvaluationRunId = structure(logical(0), tags = list(type = "string")), RuleResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), EvaluationMessage = structure(logical(0), tags = list(type = "string")), Result = structure(logical(0), tags = list(type = "string")), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalyzerResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), EvaluationMessage = structure(logical(0), tags = list(type = "string")), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Observations = structure(list(structure(list(Description = structure(logical(0), tags = list(type = "string")), MetricBasedObservation = structure(list(MetricName = structure(logical(0), tags = list(type = "string")), MetricValues = structure(list(ActualValue = structure(logical(0), tags = list(type = "double", box = TRUE)), ExpectedValue = structure(logical(0), tags = list(type = "double", box = TRUE)), LowerLimit = structure(logical(0), tags = list(type = "double", box = TRUE)), UpperLimit = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), NewRules = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(ResultId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), Score = structure(logical(0), tags = list(type = "double", box = TRUE)), DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), RulesetName = structure(logical(0), tags = list(type = "string")), EvaluationContext = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobName = structure(logical(0), tags = list(type = "string")), JobRunId = structure(logical(0), tags = list(type = "string")), RulesetEvaluationRunId = structure(logical(0), tags = list(type = "string")), RuleResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EvaluationMessage = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Result = structure(logical(0), tags = list(type = "string")), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map", sensitive = TRUE)), EvaluatedRule = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), AnalyzerResults = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EvaluationMessage = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), EvaluatedMetrics = structure(list(structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "map", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), Observations = structure(list(structure(list(Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), MetricBasedObservation = structure(list(MetricName = structure(logical(0), tags = list(type = "string")), StatisticId = structure(logical(0), tags = list(type = "string")), MetricValues = structure(list(ActualValue = structure(logical(0), tags = list(type = "double", box = TRUE)), ExpectedValue = structure(logical(0), tags = list(type = "double", box = TRUE)), LowerLimit = structure(logical(0), tags = list(type = "double", box = TRUE)), UpperLimit = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), NewRules = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1091,7 +1127,7 @@ NULL .glue$get_data_quality_rule_recommendation_run_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(RunId = structure(logical(0), tags = list(type = "string")), DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), Status = structure(logical(0), tags = list(type = "string")), ErrorString = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), RecommendedRuleset = structure(logical(0), tags = list(type = "string")), CreatedRulesetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(RunId = structure(logical(0), tags = list(type = "string")), DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), Status = structure(logical(0), tags = list(type = "string")), ErrorString = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), RecommendedRuleset = structure(logical(0), tags = list(type = "string")), CreatedRulesetName = structure(logical(0), tags = list(type = "string")), DataQualitySecurityConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1103,7 +1139,7 @@ NULL .glue$get_data_quality_ruleset_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Ruleset = structure(logical(0), tags = list(type = "string")), TargetTable = structure(list(TableName = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), RecommendationRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Ruleset = structure(logical(0), tags = list(type = "string")), TargetTable = structure(list(TableName = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), RecommendationRunId = structure(logical(0), tags = list(type = "string")), DataQualitySecurityConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1187,7 +1223,7 @@ NULL .glue$get_job_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Job = structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Job = structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1211,7 +1247,7 @@ NULL .glue$get_job_run_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(JobRun = structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(JobRun = structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1223,7 +1259,7 @@ NULL .glue$get_job_runs_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = 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")) + shape <- structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = 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)) } @@ -1235,7 +1271,7 @@ NULL .glue$get_jobs_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Jobs = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = 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")) + shape <- structure(list(Jobs = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = 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)) } @@ -1481,13 +1517,13 @@ NULL .glue$get_table_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), TransactionId = structure(logical(0), tags = list(type = "string")), QueryAsOfTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), TransactionId = structure(logical(0), tags = list(type = "string")), QueryAsOfTime = structure(logical(0), tags = list(type = "timestamp")), IncludeStatusDetails = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } .glue$get_table_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Status = structure(list(RequestedBy = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), Action = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(list(RequestedChange = structure(logical(0), tags = list(type = "structure")), ViewValidations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewValidationText = structure(logical(0), tags = list(type = "string")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1511,7 +1547,7 @@ NULL .glue$get_table_version_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(TableVersion = structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(TableVersion = structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Status = structure(list(RequestedBy = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), Action = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(list(RequestedChange = structure(logical(0), tags = list(type = "structure")), ViewValidations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewValidationText = structure(logical(0), tags = list(type = "string")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VersionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1523,19 +1559,19 @@ NULL .glue$get_table_versions_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(TableVersions = structure(list(structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), VersionId = 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")) + shape <- structure(list(TableVersions = structure(list(structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Status = structure(list(RequestedBy = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), Action = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(list(RequestedChange = structure(logical(0), tags = list(type = "structure")), ViewValidations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewValidationText = structure(logical(0), tags = list(type = "string")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VersionId = 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)) } .glue$get_tables_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), TransactionId = structure(logical(0), tags = list(type = "string")), QueryAsOfTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), TransactionId = structure(logical(0), tags = list(type = "string")), QueryAsOfTime = structure(logical(0), tags = list(type = "timestamp")), IncludeStatusDetails = structure(logical(0), tags = list(type = "boolean")), AttributesToGet = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .glue$get_tables_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(TableList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(TableList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Status = structure(list(RequestedBy = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), Action = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(list(RequestedChange = structure(logical(0), tags = list(type = "structure")), ViewValidations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewValidationText = structure(logical(0), tags = list(type = "string")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1607,7 +1643,7 @@ NULL .glue$get_unfiltered_table_metadata_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AuthorizedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), CellFilters = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), RowFilterExpression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), QueryAuthorizationId = structure(logical(0), tags = list(type = "string")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean")), ResourceArn = structure(logical(0), tags = list(type = "string")), IsProtected = structure(logical(0), tags = list(type = "boolean")), Permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RowFilter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Table = structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Status = structure(list(RequestedBy = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), Action = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(list(RequestedChange = structure(logical(0), tags = list(type = "structure")), ViewValidations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewValidationText = structure(logical(0), tags = list(type = "string")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AuthorizedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), CellFilters = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), RowFilterExpression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), QueryAuthorizationId = structure(logical(0), tags = list(type = "string")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean")), ResourceArn = structure(logical(0), tags = list(type = "string")), IsProtected = structure(logical(0), tags = list(type = "boolean")), Permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RowFilter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1655,7 +1691,7 @@ NULL .glue$get_workflow_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Workflow = structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DefaultRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), LastRun = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer", box = TRUE)), BlueprintDetails = structure(list(BlueprintName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Workflow = structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DefaultRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), LastRun = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer", box = TRUE)), BlueprintDetails = structure(list(BlueprintName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1667,7 +1703,7 @@ NULL .glue$get_workflow_run_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Run = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Run = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1691,7 +1727,7 @@ NULL .glue$get_workflow_runs_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Runs = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Runs = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowRunId = structure(logical(0), tags = list(type = "string")), PreviousRunId = structure(logical(0), tags = list(type = "string")), WorkflowRunProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), Statistics = structure(list(TotalActions = structure(logical(0), tags = list(type = "integer")), TimeoutActions = structure(logical(0), tags = list(type = "integer")), FailedActions = structure(logical(0), tags = list(type = "integer")), StoppedActions = structure(logical(0), tags = list(type = "integer")), SucceededActions = structure(logical(0), tags = list(type = "integer")), RunningActions = structure(logical(0), tags = list(type = "integer")), ErroredActions = structure(logical(0), tags = list(type = "integer")), WaitingActions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Graph = structure(list(Nodes = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), UniqueId = structure(logical(0), tags = list(type = "string")), TriggerDetails = structure(list(Trigger = structure(list(Name = structure(logical(0), tags = list(type = "string")), WorkflowName = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Schedule = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), CrawlerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Predicate = structure(list(Logical = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(LogicalOperator = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), CrawlerName = structure(logical(0), tags = list(type = "string")), CrawlState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), EventBatchingCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer")), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobDetails = structure(list(JobRuns = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Attempt = structure(logical(0), tags = list(type = "integer")), PreviousRunId = structure(logical(0), tags = list(type = "string")), TriggerName = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StartedOn = structure(logical(0), tags = list(type = "timestamp")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), JobRunState = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ErrorMessage = structure(logical(0), tags = list(type = "string")), PredecessorRuns = structure(list(structure(list(JobName = structure(logical(0), tags = list(type = "string")), RunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), ExecutionTime = structure(logical(0), tags = list(type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), LogGroupName = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), DPUSeconds = structure(logical(0), tags = list(type = "double", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), MaintenanceWindow = structure(logical(0), tags = list(type = "string")), ProfileName = structure(logical(0), tags = list(type = "string")), StateDetail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CrawlerDetails = structure(list(Crawls = structure(list(structure(list(State = structure(logical(0), tags = list(type = "string")), StartedOn = structure(logical(0), tags = list(type = "timestamp")), CompletedOn = structure(logical(0), tags = list(type = "timestamp")), ErrorMessage = structure(logical(0), tags = list(type = "string")), LogGroup = structure(logical(0), tags = list(type = "string")), LogStream = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Edges = structure(list(structure(list(SourceId = structure(logical(0), tags = list(type = "string")), DestinationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), StartingEventBatchCondition = structure(list(BatchSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), BatchWindow = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1815,6 +1851,30 @@ NULL return(populate(args, shape)) } +.glue$list_data_quality_statistic_annotations_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StatisticId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), TimestampFilter = structure(list(RecordedBefore = structure(logical(0), tags = list(type = "timestamp")), RecordedAfter = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$list_data_quality_statistic_annotations_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Annotations = structure(list(structure(list(ProfileId = structure(logical(0), tags = list(type = "string")), StatisticId = structure(logical(0), tags = list(type = "string")), StatisticRecordedOn = structure(logical(0), tags = list(type = "timestamp")), InclusionAnnotation = structure(list(Value = structure(logical(0), tags = list(type = "string")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$list_data_quality_statistics_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StatisticId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), TimestampFilter = structure(list(RecordedBefore = structure(logical(0), tags = list(type = "timestamp")), RecordedAfter = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$list_data_quality_statistics_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Statistics = structure(list(structure(list(StatisticId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), RunIdentifier = structure(list(RunId = structure(logical(0), tags = list(type = "string")), JobRunId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StatisticName = structure(logical(0), tags = list(type = "string")), DoubleValue = structure(logical(0), tags = list(type = "double")), EvaluationLevel = structure(logical(0), tags = list(type = "string")), ColumnsReferenced = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ReferencedDatasets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StatisticProperties = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), RecordedOn = structure(logical(0), tags = list(type = "timestamp")), InclusionAnnotation = structure(list(Value = structure(logical(0), tags = list(type = "string")), LastModifiedOn = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .glue$list_dev_endpoints_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")) @@ -1971,6 +2031,18 @@ NULL return(populate(args, shape)) } +.glue$put_data_quality_profile_annotation_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(ProfileId = structure(logical(0), tags = list(type = "string")), InclusionAnnotation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.glue$put_data_quality_profile_annotation_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + .glue$put_resource_policy_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(PolicyInJson = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), PolicyHashCondition = structure(logical(0), tags = list(type = "string")), PolicyExistsCondition = structure(logical(0), tags = list(type = "string")), EnableHybrid = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -2081,13 +2153,13 @@ NULL .glue$search_tables_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SearchText = structure(logical(0), tags = list(type = "string")), SortCriteria = structure(list(structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Sort = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), ResourceShareType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparator = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SearchText = structure(logical(0), tags = list(type = "string")), SortCriteria = structure(list(structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Sort = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), ResourceShareType = structure(logical(0), tags = list(type = "string")), IncludeStatusDetails = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } .glue$search_tables_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), TableList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), TableList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), CreateTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), LastAccessTime = structure(logical(0), tags = list(type = "timestamp")), LastAnalyzedTime = structure(logical(0), tags = list(type = "timestamp")), Retention = structure(logical(0), tags = list(type = "integer")), StorageDescriptor = structure(list(Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), Location = structure(logical(0), tags = list(type = "string")), AdditionalLocations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InputFormat = structure(logical(0), tags = list(type = "string")), OutputFormat = structure(logical(0), tags = list(type = "string")), Compressed = structure(logical(0), tags = list(type = "boolean")), NumberOfBuckets = structure(logical(0), tags = list(type = "integer")), SerdeInfo = structure(list(Name = structure(logical(0), tags = list(type = "string")), SerializationLibrary = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), BucketColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SortColumns = structure(list(structure(list(Column = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SkewedInfo = structure(list(SkewedColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SkewedColumnValueLocationMaps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), StoredAsSubDirectories = structure(logical(0), tags = list(type = "boolean")), SchemaReference = structure(list(SchemaId = structure(list(SchemaArn = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), RegistryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SchemaVersionId = structure(logical(0), tags = list(type = "string")), SchemaVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), PartitionKeys = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Comment = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), TableType = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), CreatedBy = structure(logical(0), tags = list(type = "string")), IsRegisteredWithLakeFormation = structure(logical(0), tags = list(type = "boolean")), TargetTable = structure(list(CatalogId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogId = structure(logical(0), tags = list(type = "string")), VersionId = structure(logical(0), tags = list(type = "string")), FederatedTable = structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DatabaseIdentifier = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ViewDefinition = structure(list(IsProtected = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Definer = structure(logical(0), tags = list(type = "string")), SubObjects = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Representations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewOriginalText = structure(logical(0), tags = list(type = "string")), ViewExpandedText = structure(logical(0), tags = list(type = "string")), ValidationConnection = structure(logical(0), tags = list(type = "string")), IsStale = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IsMultiDialectView = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Status = structure(list(RequestedBy = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string")), RequestTime = structure(logical(0), tags = list(type = "timestamp")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), Action = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Details = structure(list(RequestedChange = structure(logical(0), tags = list(type = "structure")), ViewValidations = structure(list(structure(list(Dialect = structure(logical(0), tags = list(type = "string")), DialectVersion = structure(logical(0), tags = list(type = "string")), ViewValidationText = structure(logical(0), tags = list(type = "string")), UpdateTime = structure(logical(0), tags = list(type = "timestamp")), State = structure(logical(0), tags = list(type = "string")), Error = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2141,7 +2213,7 @@ NULL .glue$start_data_quality_rule_recommendation_run_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), CreatedRulesetName = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(DataSource = structure(list(GlueTable = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), TableName = structure(logical(0), tags = list(type = "string")), CatalogId = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), CreatedRulesetName = structure(logical(0), tags = list(type = "string")), DataQualitySecurityConfiguration = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2189,7 +2261,7 @@ NULL .glue$start_job_run_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(JobName = structure(logical(0), tags = list(type = "string")), JobRunId = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(JobName = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), JobRunId = structure(logical(0), tags = list(type = "string")), Arguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2465,7 +2537,7 @@ NULL .glue$update_job_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(JobName = structure(logical(0), tags = list(type = "string")), JobUpdate = structure(list(JobMode = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(JobName = structure(logical(0), tags = list(type = "string")), JobUpdate = structure(list(JobMode = structure(logical(0), tags = list(type = "string")), JobRunQueuingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Description = structure(logical(0), tags = list(type = "string")), LogUri = structure(logical(0), tags = list(type = "string")), Role = structure(logical(0), tags = list(type = "string")), ExecutionProperty = structure(list(MaxConcurrentRuns = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Command = structure(list(Name = structure(logical(0), tags = list(type = "string")), ScriptLocation = structure(logical(0), tags = list(type = "string")), PythonVersion = structure(logical(0), tags = list(type = "string")), Runtime = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), NonOverridableArguments = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Connections = structure(list(Connections = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MaxRetries = structure(logical(0), tags = list(type = "integer")), AllocatedCapacity = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use MaxCapacity instead.", type = "integer")), Timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxCapacity = structure(logical(0), tags = list(type = "double", box = TRUE)), WorkerType = structure(logical(0), tags = list(type = "string")), NumberOfWorkers = structure(logical(0), tags = list(type = "integer", box = TRUE)), SecurityConfiguration = structure(logical(0), tags = list(type = "string")), NotificationProperty = structure(list(NotifyDelayAfter = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), GlueVersion = structure(logical(0), tags = list(type = "string")), CodeGenConfigurationNodes = structure(list(structure(list(AthenaConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), SchemaName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), JDBCConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(FilterPredicate = structure(logical(0), tags = list(type = "string")), PartitionColumn = structure(logical(0), tags = list(type = "string")), LowerBound = structure(logical(0), tags = list(type = "long", box = TRUE)), UpperBound = structure(logical(0), tags = list(type = "long", box = TRUE)), NumPartitions = structure(logical(0), tags = list(type = "long", box = TRUE)), JobBookmarkKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JobBookmarkKeysSortOrder = structure(logical(0), tags = list(type = "string")), DataTypeMapping = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConnectionTable = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CsvSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Separator = structure(logical(0), tags = list(type = "string")), Escaper = structure(logical(0), tags = list(type = "string")), QuoteChar = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WithHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WriteHeader = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SkipFirst = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OptimizePerformance = structure(logical(0), tags = list(type = "boolean")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3JsonSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JsonPath = structure(logical(0), tags = list(type = "string")), Multiline = structure(logical(0), tags = list(type = "boolean", box = TRUE)), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3ParquetSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CompressionType = structure(logical(0), tags = list(type = "string")), Exclusions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), GroupSize = structure(logical(0), tags = list(type = "string")), GroupFiles = structure(logical(0), tags = list(type = "string")), Recurse = structure(logical(0), tags = list(type = "boolean", box = TRUE)), MaxBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), MaxFilesInBand = structure(logical(0), tags = list(type = "integer", box = TRUE)), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), RelationalCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamoDBCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JDBCConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionTable = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkConnectorTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectorName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string")), TmpDirIAMRole = structure(logical(0), tags = list(type = "string")), UpsertRedshiftOptions = structure(list(TableLocation = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), UpsertKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3GlueParquetTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ApplyMapping = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Mapping = structure(list(structure(list(ToKey = structure(logical(0), tags = list(type = "string")), FromPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FromType = structure(logical(0), tags = list(type = "string")), ToType = structure(logical(0), tags = list(type = "string")), Dropped = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Children = structure(logical(0), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), DropFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameField = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourcePath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetPath = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Spigot = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Topk = structure(logical(0), tags = list(type = "integer", box = TRUE)), Prob = structure(logical(0), tags = list(type = "double", box = TRUE))), tags = list(type = "structure")), Join = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JoinType = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Keys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SplitFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Paths = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), SelectFromCollection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Index = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FillMissingValues = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ImputedPath = structure(logical(0), tags = list(type = "string")), FilledPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Filter = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LogicalOperator = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Operation = structure(logical(0), tags = list(type = "string")), Negated = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Values = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomCode = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Code = structure(logical(0), tags = list(type = "string")), ClassName = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SparkSQL = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SqlQuery = structure(logical(0), tags = list(type = "string")), SqlAliases = structure(list(structure(list(From = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), DirectKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKinesisSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(EndpointUrl = structure(logical(0), tags = list(type = "string")), StreamName = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), MaxFetchTimeInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxFetchRecordsPerShard = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRecordPerRead = structure(logical(0), tags = list(type = "long", box = TRUE)), AddIdleTimeBetweenReads = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IdleTimeBetweenReadsInMs = structure(logical(0), tags = list(type = "long", box = TRUE)), DescribeShardInterval = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxRetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), AvoidEmptyBatches = structure(logical(0), tags = list(type = "boolean", box = TRUE)), StreamArn = structure(logical(0), tags = list(type = "string")), RoleArn = structure(logical(0), tags = list(type = "string")), RoleSessionName = structure(logical(0), tags = list(type = "string")), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CatalogKafkaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), WindowSize = structure(logical(0), tags = list(type = "integer", box = TRUE)), DetectSchema = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), StreamingOptions = structure(list(BootstrapServers = structure(logical(0), tags = list(type = "string")), SecurityProtocol = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), TopicName = structure(logical(0), tags = list(type = "string")), Assign = structure(logical(0), tags = list(type = "string")), SubscribePattern = structure(logical(0), tags = list(type = "string")), Classification = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), StartingOffsets = structure(logical(0), tags = list(type = "string")), EndingOffsets = structure(logical(0), tags = list(type = "string")), PollTimeoutMs = structure(logical(0), tags = list(type = "long", box = TRUE)), NumRetries = structure(logical(0), tags = list(type = "integer", box = TRUE)), RetryIntervalMs = structure(logical(0), tags = list(type = "long", box = TRUE)), MaxOffsetsPerTrigger = structure(logical(0), tags = list(type = "long", box = TRUE)), MinPartitions = structure(logical(0), tags = list(type = "integer", box = TRUE)), IncludeHeaders = structure(logical(0), tags = list(type = "boolean", box = TRUE)), AddRecordTimestamp = structure(logical(0), tags = list(type = "string")), EmitConsumerLagMetrics = structure(logical(0), tags = list(type = "string")), StartingTimestamp = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), DataPreviewOptions = structure(list(PollingTime = structure(logical(0), tags = list(type = "long", box = TRUE)), RecordPollingLimit = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), DropNullFields = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NullCheckBoxList = structure(list(IsEmpty = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNullString = structure(logical(0), tags = list(type = "boolean", box = TRUE)), IsNegOne = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), NullTextList = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Datatype = structure(list(Id = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Merge = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Source = structure(logical(0), tags = list(type = "string")), PrimaryKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), Union = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UnionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PIIDetection = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PiiType = structure(logical(0), tags = list(type = "string")), EntityTypesToDetect = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), OutputColumnName = structure(logical(0), tags = list(type = "string")), SampleFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), ThresholdFraction = structure(logical(0), tags = list(type = "double", box = TRUE)), MaskValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Aggregate = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Groups = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Aggs = structure(list(structure(list(Column = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AggFunc = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DropDuplicates = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Columns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), GovernedCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GovernedCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), PartitionPredicate = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftSQLServerCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MySQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OracleSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PostgreSQLCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DynamicTransform = structure(list(Name = structure(logical(0), tags = list(type = "string")), TransformName = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Parameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), ValidationRule = structure(logical(0), tags = list(type = "string")), ValidationMessage = structure(logical(0), tags = list(type = "string")), Value = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ListType = structure(logical(0), tags = list(type = "string")), IsOptional = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), FunctionName = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Version = structure(logical(0), tags = list(type = "string")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQuality = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ruleset = structure(logical(0), tags = list(type = "string")), Output = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogHudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalHudiOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3HudiCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3HudiDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DirectJDBCSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), ConnectionName = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), RedshiftTmpDir = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), CatalogDeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Paths = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDeltaOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdditionalOptions = structure(list(BoundedSize = structure(logical(0), tags = list(type = "long", box = TRUE)), BoundedFiles = structure(logical(0), tags = list(type = "long", box = TRUE)), EnableSamplePath = structure(logical(0), tags = list(type = "boolean", box = TRUE)), SamplePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), S3DeltaCatalogTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), S3DeltaDirectTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PartitionKeys = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list")), Path = structure(logical(0), tags = list(type = "string")), Compression = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SchemaChangePolicy = structure(list(EnableUpdateCatalog = structure(logical(0), tags = list(type = "boolean", box = TRUE)), UpdateBehavior = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AmazonRedshiftTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(AccessType = structure(logical(0), tags = list(type = "string")), SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Table = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogDatabase = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogTable = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CatalogRedshiftSchema = structure(logical(0), tags = list(type = "string")), CatalogRedshiftTable = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdvancedOptions = 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")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), TablePrefix = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), CrawlerConnection = structure(logical(0), tags = list(type = "string")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), EvaluateDataQualityMultiFrame = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AdditionalDataSources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Ruleset = structure(logical(0), tags = list(type = "string")), PublishingOptions = structure(list(EvaluationContext = structure(logical(0), tags = list(type = "string")), ResultsS3Prefix = structure(logical(0), tags = list(type = "string")), CloudWatchMetricsEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ResultsPublishingEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), StopJobOnFailureOptions = structure(list(StopJobOnFailureTiming = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Recipe = structure(list(Name = structure(logical(0), tags = list(type = "string")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RecipeReference = structure(list(RecipeArn = structure(logical(0), tags = list(type = "string")), RecipeVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecipeSteps = structure(list(structure(list(Action = structure(list(Operation = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), ConditionExpressions = structure(list(structure(list(Condition = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), TargetColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), SnowflakeTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), Data = structure(list(SourceType = structure(logical(0), tags = list(type = "string")), Connection = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Schema = structure(logical(0), tags = list(type = "string")), Table = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), TempDir = structure(logical(0), tags = list(type = "string")), IamRole = structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AdditionalOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SampleQuery = structure(logical(0), tags = list(type = "string")), PreAction = structure(logical(0), tags = list(type = "string")), PostAction = structure(logical(0), tags = list(type = "string")), Action = structure(logical(0), tags = list(type = "string")), Upsert = structure(logical(0), tags = list(type = "boolean")), MergeAction = structure(logical(0), tags = list(type = "string")), MergeWhenMatched = structure(logical(0), tags = list(type = "string")), MergeWhenNotMatched = structure(logical(0), tags = list(type = "string")), MergeClause = structure(logical(0), tags = list(type = "string")), StagingTable = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoPushdown = structure(logical(0), tags = list(type = "boolean")), TableSchema = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataSource = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OutputSchemas = structure(list(structure(list(Columns = structure(list(structure(list(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"))), tags = list(type = "list"))), tags = list(type = "structure")), ConnectorDataTarget = structure(list(Name = structure(logical(0), tags = list(type = "string")), ConnectionType = structure(logical(0), tags = list(type = "string")), Data = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Inputs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map", sensitive = TRUE)), ExecutionClass = structure(logical(0), tags = list(type = "string")), SourceControlDetails = structure(list(Provider = structure(logical(0), tags = list(type = "string")), Repository = structure(logical(0), tags = list(type = "string")), Owner = structure(logical(0), tags = list(type = "string")), Branch = structure(logical(0), tags = list(type = "string")), Folder = structure(logical(0), tags = list(type = "string")), LastCommitId = structure(logical(0), tags = list(type = "string")), AuthStrategy = structure(logical(0), tags = list(type = "string")), AuthToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaintenanceWindow = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/R/glue_operations.R b/cran/paws.analytics/R/glue_operations.R index d9cc47e216..ea9c4e7f7e 100644 --- a/cran/paws.analytics/R/glue_operations.R +++ b/cran/paws.analytics/R/glue_operations.R @@ -495,6 +495,37 @@ glue_batch_get_workflows <- function(Names, IncludeGraph = NULL) { } .glue$operations$batch_get_workflows <- glue_batch_get_workflows +#' Annotate datapoints over time for a specific data quality statistic +#' +#' @description +#' Annotate datapoints over time for a specific data quality statistic. +#' +#' See [https://www.paws-r-sdk.com/docs/glue_batch_put_data_quality_statistic_annotation/](https://www.paws-r-sdk.com/docs/glue_batch_put_data_quality_statistic_annotation/) for full documentation. +#' +#' @param InclusionAnnotations [required] A list of `DatapointInclusionAnnotation`'s. +#' @param ClientToken Client Token. +#' +#' @keywords internal +#' +#' @rdname glue_batch_put_data_quality_statistic_annotation +glue_batch_put_data_quality_statistic_annotation <- function(InclusionAnnotations, ClientToken = NULL) { + op <- new_operation( + name = "BatchPutDataQualityStatisticAnnotation", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$batch_put_data_quality_statistic_annotation_input(InclusionAnnotations = InclusionAnnotations, ClientToken = ClientToken) + output <- .glue$batch_put_data_quality_statistic_annotation_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$batch_put_data_quality_statistic_annotation <- glue_batch_put_data_quality_statistic_annotation + #' Stops one or more job runs for a specified job definition #' #' @description @@ -935,6 +966,8 @@ glue_create_custom_entity_type <- function(Name, RegexString, ContextWords = NUL #' see the Glue developer guide. #' @param Tags A list of tags applied to the data quality ruleset. #' @param TargetTable A target table associated with the data quality ruleset. +#' @param DataQualitySecurityConfiguration The name of the security configuration created with the data quality +#' encryption option. #' @param ClientToken Used for idempotency and is recommended to be set to a random ID (such #' as a UUID) to avoid creating or starting multiple instances of the same #' resource. @@ -942,7 +975,7 @@ glue_create_custom_entity_type <- function(Name, RegexString, ContextWords = NUL #' @keywords internal #' #' @rdname glue_create_data_quality_ruleset -glue_create_data_quality_ruleset <- function(Name, Description = NULL, Ruleset, Tags = NULL, TargetTable = NULL, ClientToken = NULL) { +glue_create_data_quality_ruleset <- function(Name, Description = NULL, Ruleset, Tags = NULL, TargetTable = NULL, DataQualitySecurityConfiguration = NULL, ClientToken = NULL) { op <- new_operation( name = "CreateDataQualityRuleset", http_method = "POST", @@ -950,7 +983,7 @@ glue_create_data_quality_ruleset <- function(Name, Description = NULL, Ruleset, host_prefix = "", paginator = list() ) - input <- .glue$create_data_quality_ruleset_input(Name = Name, Description = Description, Ruleset = Ruleset, Tags = Tags, TargetTable = TargetTable, ClientToken = ClientToken) + input <- .glue$create_data_quality_ruleset_input(Name = Name, Description = Description, Ruleset = Ruleset, Tags = Tags, TargetTable = TargetTable, DataQualitySecurityConfiguration = DataQualitySecurityConfiguration, ClientToken = ClientToken) output <- .glue$create_data_quality_ruleset_output() config <- get_config() svc <- .glue$service(config, op) @@ -1119,6 +1152,15 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' #' When the `JobMode` field is missing or null, `SCRIPT` is assigned as the #' default value. +#' @param JobRunQueuingEnabled Specifies whether job run queuing is enabled for the job runs for this +#' job. +#' +#' A value of true means job run queuing is enabled for the job runs. If +#' false or not populated, the job runs will not be considered for +#' queueing. +#' +#' If this field does not match the value set in the job run, then the +#' value from the job run field will be used. #' @param Description Description of the job being defined. #' @param LogUri This field is reserved for future use. #' @param Role [required] The name or Amazon Resource Name (ARN) of the IAM role associated with @@ -1291,7 +1333,7 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' @keywords internal #' #' @rdname glue_create_job -glue_create_job <- function(Name, JobMode = NULL, Description = NULL, LogUri = NULL, Role, ExecutionProperty = NULL, Command, DefaultArguments = NULL, NonOverridableArguments = NULL, Connections = NULL, MaxRetries = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, Tags = NULL, NotificationProperty = NULL, GlueVersion = NULL, NumberOfWorkers = NULL, WorkerType = NULL, CodeGenConfigurationNodes = NULL, ExecutionClass = NULL, SourceControlDetails = NULL, MaintenanceWindow = NULL) { +glue_create_job <- function(Name, JobMode = NULL, JobRunQueuingEnabled = NULL, Description = NULL, LogUri = NULL, Role, ExecutionProperty = NULL, Command, DefaultArguments = NULL, NonOverridableArguments = NULL, Connections = NULL, MaxRetries = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, Tags = NULL, NotificationProperty = NULL, GlueVersion = NULL, NumberOfWorkers = NULL, WorkerType = NULL, CodeGenConfigurationNodes = NULL, ExecutionClass = NULL, SourceControlDetails = NULL, MaintenanceWindow = NULL) { op <- new_operation( name = "CreateJob", http_method = "POST", @@ -1299,7 +1341,7 @@ glue_create_job <- function(Name, JobMode = NULL, Description = NULL, LogUri = N host_prefix = "", paginator = list() ) - input <- .glue$create_job_input(Name = Name, JobMode = JobMode, Description = Description, LogUri = LogUri, Role = Role, ExecutionProperty = ExecutionProperty, Command = Command, DefaultArguments = DefaultArguments, NonOverridableArguments = NonOverridableArguments, Connections = Connections, MaxRetries = MaxRetries, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, Tags = Tags, NotificationProperty = NotificationProperty, GlueVersion = GlueVersion, NumberOfWorkers = NumberOfWorkers, WorkerType = WorkerType, CodeGenConfigurationNodes = CodeGenConfigurationNodes, ExecutionClass = ExecutionClass, SourceControlDetails = SourceControlDetails, MaintenanceWindow = MaintenanceWindow) + input <- .glue$create_job_input(Name = Name, JobMode = JobMode, JobRunQueuingEnabled = JobRunQueuingEnabled, Description = Description, LogUri = LogUri, Role = Role, ExecutionProperty = ExecutionProperty, Command = Command, DefaultArguments = DefaultArguments, NonOverridableArguments = NonOverridableArguments, Connections = Connections, MaxRetries = MaxRetries, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, Tags = Tags, NotificationProperty = NotificationProperty, GlueVersion = GlueVersion, NumberOfWorkers = NumberOfWorkers, WorkerType = WorkerType, CodeGenConfigurationNodes = CodeGenConfigurationNodes, ExecutionClass = ExecutionClass, SourceControlDetails = SourceControlDetails, MaintenanceWindow = MaintenanceWindow) output <- .glue$create_job_output() config <- get_config() svc <- .glue$service(config, op) @@ -3433,6 +3475,69 @@ glue_get_data_catalog_encryption_settings <- function(CatalogId = NULL) { } .glue$operations$get_data_catalog_encryption_settings <- glue_get_data_catalog_encryption_settings +#' Retrieve the training status of the model along with more information +#' (CompletedOn, StartedOn, FailureReason) +#' +#' @description +#' Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason). +#' +#' See [https://www.paws-r-sdk.com/docs/glue_get_data_quality_model/](https://www.paws-r-sdk.com/docs/glue_get_data_quality_model/) for full documentation. +#' +#' @param StatisticId The Statistic ID. +#' @param ProfileId [required] The Profile ID. +#' +#' @keywords internal +#' +#' @rdname glue_get_data_quality_model +glue_get_data_quality_model <- function(StatisticId = NULL, ProfileId) { + op <- new_operation( + name = "GetDataQualityModel", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$get_data_quality_model_input(StatisticId = StatisticId, ProfileId = ProfileId) + output <- .glue$get_data_quality_model_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$get_data_quality_model <- glue_get_data_quality_model + +#' Retrieve a statistic's predictions for a given Profile ID +#' +#' @description +#' Retrieve a statistic's predictions for a given Profile ID. +#' +#' See [https://www.paws-r-sdk.com/docs/glue_get_data_quality_model_result/](https://www.paws-r-sdk.com/docs/glue_get_data_quality_model_result/) for full documentation. +#' +#' @param StatisticId [required] The Statistic ID. +#' @param ProfileId [required] The Profile ID. +#' +#' @keywords internal +#' +#' @rdname glue_get_data_quality_model_result +glue_get_data_quality_model_result <- function(StatisticId, ProfileId) { + op <- new_operation( + name = "GetDataQualityModelResult", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$get_data_quality_model_result_input(StatisticId = StatisticId, ProfileId = ProfileId) + output <- .glue$get_data_quality_model_result_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$get_data_quality_model_result <- glue_get_data_quality_model_result + #' Retrieves the result of a data quality rule evaluation #' #' @description @@ -4689,11 +4794,13 @@ glue_get_statement <- function(SessionId, Id, RequestOrigin = NULL) { #' @param QueryAsOfTime The time as of when to read the table contents. If not set, the most #' recent transaction commit time will be used. Cannot be specified along #' with `TransactionId`. +#' @param IncludeStatusDetails Specifies whether to include status details related to a request to +#' create or update an Glue Data Catalog view. #' #' @keywords internal #' #' @rdname glue_get_table -glue_get_table <- function(CatalogId = NULL, DatabaseName, Name, TransactionId = NULL, QueryAsOfTime = NULL) { +glue_get_table <- function(CatalogId = NULL, DatabaseName, Name, TransactionId = NULL, QueryAsOfTime = NULL, IncludeStatusDetails = NULL) { op <- new_operation( name = "GetTable", http_method = "POST", @@ -4701,7 +4808,7 @@ glue_get_table <- function(CatalogId = NULL, DatabaseName, Name, TransactionId = host_prefix = "", paginator = list() ) - input <- .glue$get_table_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Name = Name, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime) + input <- .glue$get_table_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Name = Name, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime, IncludeStatusDetails = IncludeStatusDetails) output <- .glue$get_table_output() config <- get_config() svc <- .glue$service(config, op) @@ -4840,11 +4947,22 @@ glue_get_table_versions <- function(CatalogId = NULL, DatabaseName, TableName, N #' @param QueryAsOfTime The time as of when to read the table contents. If not set, the most #' recent transaction commit time will be used. Cannot be specified along #' with `TransactionId`. +#' @param IncludeStatusDetails Specifies whether to include status details related to a request to +#' create or update an Glue Data Catalog view. +#' @param AttributesToGet Specifies the table fields returned by the +#' [`get_tables`][glue_get_tables] call. This parameter doesn’t accept an +#' empty list. The request must include `NAME`. +#' +#' The following are the valid combinations of values: +#' +#' - `NAME` - Names of all tables in the database. +#' +#' - `NAME`, `TABLE_TYPE` - Names of all tables and the table types. #' #' @keywords internal #' #' @rdname glue_get_tables -glue_get_tables <- function(CatalogId = NULL, DatabaseName, Expression = NULL, NextToken = NULL, MaxResults = NULL, TransactionId = NULL, QueryAsOfTime = NULL) { +glue_get_tables <- function(CatalogId = NULL, DatabaseName, Expression = NULL, NextToken = NULL, MaxResults = NULL, TransactionId = NULL, QueryAsOfTime = NULL, IncludeStatusDetails = NULL, AttributesToGet = NULL) { op <- new_operation( name = "GetTables", http_method = "POST", @@ -4852,7 +4970,7 @@ glue_get_tables <- function(CatalogId = NULL, DatabaseName, Expression = NULL, N host_prefix = "", paginator = list(input_token = "NextToken", limit_key = "MaxResults", output_token = "NextToken") ) - input <- .glue$get_tables_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Expression = Expression, NextToken = NextToken, MaxResults = MaxResults, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime) + input <- .glue$get_tables_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Expression = Expression, NextToken = NextToken, MaxResults = MaxResults, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime, IncludeStatusDetails = IncludeStatusDetails, AttributesToGet = AttributesToGet) output <- .glue$get_tables_output() config <- get_config() svc <- .glue$service(config, op) @@ -5761,6 +5879,74 @@ glue_list_data_quality_rulesets <- function(NextToken = NULL, MaxResults = NULL, } .glue$operations$list_data_quality_rulesets <- glue_list_data_quality_rulesets +#' Retrieve annotations for a data quality statistic +#' +#' @description +#' Retrieve annotations for a data quality statistic. +#' +#' See [https://www.paws-r-sdk.com/docs/glue_list_data_quality_statistic_annotations/](https://www.paws-r-sdk.com/docs/glue_list_data_quality_statistic_annotations/) for full documentation. +#' +#' @param StatisticId The Statistic ID. +#' @param ProfileId The Profile ID. +#' @param TimestampFilter A timestamp filter. +#' @param MaxResults The maximum number of results to return in this request. +#' @param NextToken A pagination token to retrieve the next set of results. +#' +#' @keywords internal +#' +#' @rdname glue_list_data_quality_statistic_annotations +glue_list_data_quality_statistic_annotations <- function(StatisticId = NULL, ProfileId = NULL, TimestampFilter = NULL, MaxResults = NULL, NextToken = NULL) { + op <- new_operation( + name = "ListDataQualityStatisticAnnotations", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$list_data_quality_statistic_annotations_input(StatisticId = StatisticId, ProfileId = ProfileId, TimestampFilter = TimestampFilter, MaxResults = MaxResults, NextToken = NextToken) + output <- .glue$list_data_quality_statistic_annotations_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$list_data_quality_statistic_annotations <- glue_list_data_quality_statistic_annotations + +#' Retrieves a list of data quality statistics +#' +#' @description +#' Retrieves a list of data quality statistics. +#' +#' See [https://www.paws-r-sdk.com/docs/glue_list_data_quality_statistics/](https://www.paws-r-sdk.com/docs/glue_list_data_quality_statistics/) for full documentation. +#' +#' @param StatisticId The Statistic ID. +#' @param ProfileId The Profile ID. +#' @param TimestampFilter A timestamp filter. +#' @param MaxResults The maximum number of results to return in this request. +#' @param NextToken A pagination token to request the next page of results. +#' +#' @keywords internal +#' +#' @rdname glue_list_data_quality_statistics +glue_list_data_quality_statistics <- function(StatisticId = NULL, ProfileId = NULL, TimestampFilter = NULL, MaxResults = NULL, NextToken = NULL) { + op <- new_operation( + name = "ListDataQualityStatistics", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$list_data_quality_statistics_input(StatisticId = StatisticId, ProfileId = ProfileId, TimestampFilter = TimestampFilter, MaxResults = MaxResults, NextToken = NextToken) + output <- .glue$list_data_quality_statistics_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$list_data_quality_statistics <- glue_list_data_quality_statistics + #' Retrieves the names of all DevEndpoint resources in this Amazon Web #' Services account, or the resources with the specified tag #' @@ -6205,6 +6391,37 @@ glue_put_data_catalog_encryption_settings <- function(CatalogId = NULL, DataCata } .glue$operations$put_data_catalog_encryption_settings <- glue_put_data_catalog_encryption_settings +#' Annotate all datapoints for a Profile +#' +#' @description +#' Annotate all datapoints for a Profile. +#' +#' See [https://www.paws-r-sdk.com/docs/glue_put_data_quality_profile_annotation/](https://www.paws-r-sdk.com/docs/glue_put_data_quality_profile_annotation/) for full documentation. +#' +#' @param ProfileId [required] The ID of the data quality monitoring profile to annotate. +#' @param InclusionAnnotation [required] The inclusion annotation value to apply to the profile. +#' +#' @keywords internal +#' +#' @rdname glue_put_data_quality_profile_annotation +glue_put_data_quality_profile_annotation <- function(ProfileId, InclusionAnnotation) { + op <- new_operation( + name = "PutDataQualityProfileAnnotation", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$put_data_quality_profile_annotation_input(ProfileId = ProfileId, InclusionAnnotation = InclusionAnnotation) + output <- .glue$put_data_quality_profile_annotation_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$put_data_quality_profile_annotation <- glue_put_data_quality_profile_annotation + #' Sets the Data Catalog resource policy for access control #' #' @description @@ -6568,11 +6785,13 @@ glue_run_statement <- function(SessionId, Code, RequestOrigin = NULL) { #' #' - If set to `ALL`, will search the tables shared with your account, as #' well as the tables in yor local account. +#' @param IncludeStatusDetails Specifies whether to include status details related to a request to +#' create or update an Glue Data Catalog view. #' #' @keywords internal #' #' @rdname glue_search_tables -glue_search_tables <- function(CatalogId = NULL, NextToken = NULL, Filters = NULL, SearchText = NULL, SortCriteria = NULL, MaxResults = NULL, ResourceShareType = NULL) { +glue_search_tables <- function(CatalogId = NULL, NextToken = NULL, Filters = NULL, SearchText = NULL, SortCriteria = NULL, MaxResults = NULL, ResourceShareType = NULL, IncludeStatusDetails = NULL) { op <- new_operation( name = "SearchTables", http_method = "POST", @@ -6580,7 +6799,7 @@ glue_search_tables <- function(CatalogId = NULL, NextToken = NULL, Filters = NUL host_prefix = "", paginator = list(input_token = "NextToken", limit_key = "MaxResults", output_token = "NextToken") ) - input <- .glue$search_tables_input(CatalogId = CatalogId, NextToken = NextToken, Filters = Filters, SearchText = SearchText, SortCriteria = SortCriteria, MaxResults = MaxResults, ResourceShareType = ResourceShareType) + input <- .glue$search_tables_input(CatalogId = CatalogId, NextToken = NextToken, Filters = Filters, SearchText = SearchText, SortCriteria = SortCriteria, MaxResults = MaxResults, ResourceShareType = ResourceShareType, IncludeStatusDetails = IncludeStatusDetails) output <- .glue$search_tables_output() config <- get_config() svc <- .glue$service(config, op) @@ -6740,6 +6959,8 @@ glue_start_crawler_schedule <- function(CrawlerName) { #' can consume resources before it is terminated and enters `TIMEOUT` #' status. The default is 2,880 minutes (48 hours). #' @param CreatedRulesetName A name for the ruleset. +#' @param DataQualitySecurityConfiguration The name of the security configuration created with the data quality +#' encryption option. #' @param ClientToken Used for idempotency and is recommended to be set to a random ID (such #' as a UUID) to avoid creating or starting multiple instances of the same #' resource. @@ -6747,7 +6968,7 @@ glue_start_crawler_schedule <- function(CrawlerName) { #' @keywords internal #' #' @rdname glue_start_data_quality_rule_recommendation_run -glue_start_data_quality_rule_recommendation_run <- function(DataSource, Role, NumberOfWorkers = NULL, Timeout = NULL, CreatedRulesetName = NULL, ClientToken = NULL) { +glue_start_data_quality_rule_recommendation_run <- function(DataSource, Role, NumberOfWorkers = NULL, Timeout = NULL, CreatedRulesetName = NULL, DataQualitySecurityConfiguration = NULL, ClientToken = NULL) { op <- new_operation( name = "StartDataQualityRuleRecommendationRun", http_method = "POST", @@ -6755,7 +6976,7 @@ glue_start_data_quality_rule_recommendation_run <- function(DataSource, Role, Nu host_prefix = "", paginator = list() ) - input <- .glue$start_data_quality_rule_recommendation_run_input(DataSource = DataSource, Role = Role, NumberOfWorkers = NumberOfWorkers, Timeout = Timeout, CreatedRulesetName = CreatedRulesetName, ClientToken = ClientToken) + input <- .glue$start_data_quality_rule_recommendation_run_input(DataSource = DataSource, Role = Role, NumberOfWorkers = NumberOfWorkers, Timeout = Timeout, CreatedRulesetName = CreatedRulesetName, DataQualitySecurityConfiguration = DataQualitySecurityConfiguration, ClientToken = ClientToken) output <- .glue$start_data_quality_rule_recommendation_run_output() config <- get_config() svc <- .glue$service(config, op) @@ -6883,6 +7104,10 @@ glue_start_import_labels_task_run <- function(TransformId, InputS3Path, ReplaceA #' See [https://www.paws-r-sdk.com/docs/glue_start_job_run/](https://www.paws-r-sdk.com/docs/glue_start_job_run/) for full documentation. #' #' @param JobName [required] The name of the job definition to use. +#' @param JobRunQueuingEnabled Specifies whether job run queuing is enabled for the job run. +#' +#' A value of true means job run queuing is enabled for the job run. If +#' false or not populated, the job run will not be considered for queueing. #' @param JobRunId The ID of a previous `JobRun` to retry. #' @param Arguments The job arguments associated with this run. For this job run, they #' replace the default arguments set in the job definition itself. @@ -7012,7 +7237,7 @@ glue_start_import_labels_task_run <- function(TransformId, InputS3Path, ReplaceA #' @keywords internal #' #' @rdname glue_start_job_run -glue_start_job_run <- function(JobName, JobRunId = NULL, Arguments = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, NotificationProperty = NULL, WorkerType = NULL, NumberOfWorkers = NULL, ExecutionClass = NULL) { +glue_start_job_run <- function(JobName, JobRunQueuingEnabled = NULL, JobRunId = NULL, Arguments = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, NotificationProperty = NULL, WorkerType = NULL, NumberOfWorkers = NULL, ExecutionClass = NULL) { op <- new_operation( name = "StartJobRun", http_method = "POST", @@ -7020,7 +7245,7 @@ glue_start_job_run <- function(JobName, JobRunId = NULL, Arguments = NULL, Alloc host_prefix = "", paginator = list() ) - input <- .glue$start_job_run_input(JobName = JobName, JobRunId = JobRunId, Arguments = Arguments, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, NotificationProperty = NotificationProperty, WorkerType = WorkerType, NumberOfWorkers = NumberOfWorkers, ExecutionClass = ExecutionClass) + input <- .glue$start_job_run_input(JobName = JobName, JobRunQueuingEnabled = JobRunQueuingEnabled, JobRunId = JobRunId, Arguments = Arguments, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, NotificationProperty = NotificationProperty, WorkerType = WorkerType, NumberOfWorkers = NumberOfWorkers, ExecutionClass = ExecutionClass) output <- .glue$start_job_run_output() config <- get_config() svc <- .glue$service(config, op) diff --git a/cran/paws.analytics/R/glue_service.R b/cran/paws.analytics/R/glue_service.R index 59df9c7664..b4f9943eac 100644 --- a/cran/paws.analytics/R/glue_service.R +++ b/cran/paws.analytics/R/glue_service.R @@ -107,6 +107,7 @@ NULL #' \link[=glue_batch_get_table_optimizer]{batch_get_table_optimizer} \tab Returns the configuration for the specified table optimizers\cr #' \link[=glue_batch_get_triggers]{batch_get_triggers} \tab Returns a list of resource metadata for a given list of trigger names\cr #' \link[=glue_batch_get_workflows]{batch_get_workflows} \tab Returns a list of resource metadata for a given list of workflow names\cr +#' \link[=glue_batch_put_data_quality_statistic_annotation]{batch_put_data_quality_statistic_annotation} \tab Annotate datapoints over time for a specific data quality statistic\cr #' \link[=glue_batch_stop_job_run]{batch_stop_job_run} \tab Stops one or more job runs for a specified job definition\cr #' \link[=glue_batch_update_partition]{batch_update_partition} \tab Updates one or more partitions in a batch operation\cr #' \link[=glue_cancel_data_quality_rule_recommendation_run]{cancel_data_quality_rule_recommendation_run} \tab Cancels the specified recommendation run that was being used to generate rules\cr @@ -184,6 +185,8 @@ NULL #' \link[=glue_get_databases]{get_databases} \tab Retrieves all databases defined in a given Data Catalog\cr #' \link[=glue_get_data_catalog_encryption_settings]{get_data_catalog_encryption_settings} \tab Retrieves the security configuration for a specified catalog\cr #' \link[=glue_get_dataflow_graph]{get_dataflow_graph} \tab Transforms a Python script into a directed acyclic graph (DAG)\cr +#' \link[=glue_get_data_quality_model]{get_data_quality_model} \tab Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason)\cr +#' \link[=glue_get_data_quality_model_result]{get_data_quality_model_result} \tab Retrieve a statistic's predictions for a given Profile ID\cr #' \link[=glue_get_data_quality_result]{get_data_quality_result} \tab Retrieves the result of a data quality rule evaluation\cr #' \link[=glue_get_data_quality_rule_recommendation_run]{get_data_quality_rule_recommendation_run} \tab Gets the specified recommendation run that was used to generate rules\cr #' \link[=glue_get_data_quality_ruleset]{get_data_quality_ruleset} \tab Returns an existing ruleset by identifier or name\cr @@ -243,6 +246,8 @@ NULL #' \link[=glue_list_data_quality_rule_recommendation_runs]{list_data_quality_rule_recommendation_runs} \tab Lists the recommendation runs meeting the filter criteria\cr #' \link[=glue_list_data_quality_ruleset_evaluation_runs]{list_data_quality_ruleset_evaluation_runs} \tab Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source\cr #' \link[=glue_list_data_quality_rulesets]{list_data_quality_rulesets} \tab Returns a paginated list of rulesets for the specified list of Glue tables\cr +#' \link[=glue_list_data_quality_statistic_annotations]{list_data_quality_statistic_annotations} \tab Retrieve annotations for a data quality statistic\cr +#' \link[=glue_list_data_quality_statistics]{list_data_quality_statistics} \tab Retrieves a list of data quality statistics\cr #' \link[=glue_list_dev_endpoints]{list_dev_endpoints} \tab Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag\cr #' \link[=glue_list_jobs]{list_jobs} \tab Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag\cr #' \link[=glue_list_ml_transforms]{list_ml_transforms} \tab Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag\cr @@ -256,6 +261,7 @@ NULL #' \link[=glue_list_usage_profiles]{list_usage_profiles} \tab List all the Glue usage profiles\cr #' \link[=glue_list_workflows]{list_workflows} \tab Lists names of workflows created in the account\cr #' \link[=glue_put_data_catalog_encryption_settings]{put_data_catalog_encryption_settings} \tab Sets the security configuration for a specified catalog\cr +#' \link[=glue_put_data_quality_profile_annotation]{put_data_quality_profile_annotation} \tab Annotate all datapoints for a Profile\cr #' \link[=glue_put_resource_policy]{put_resource_policy} \tab Sets the Data Catalog resource policy for access control\cr #' \link[=glue_put_schema_version_metadata]{put_schema_version_metadata} \tab Puts the metadata key value pair for a specified schema version ID\cr #' \link[=glue_put_workflow_run_properties]{put_workflow_run_properties} \tab Puts the specified workflow run properties for the given workflow run\cr diff --git a/cran/paws.analytics/R/ivs_interfaces.R b/cran/paws.analytics/R/ivs_interfaces.R index bae1257767..00d27f74c8 100644 --- a/cran/paws.analytics/R/ivs_interfaces.R +++ b/cran/paws.analytics/R/ivs_interfaces.R @@ -11,7 +11,7 @@ NULL .ivs$batch_get_channel_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channels = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), 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")), errors = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(channels = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), errors = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -23,7 +23,7 @@ NULL .ivs$batch_get_stream_key_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(errors = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), streamKeys = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), channelArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(streamKeys = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), channelArn = 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")), errors = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -35,19 +35,19 @@ NULL .ivs$batch_start_viewer_session_revocation_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(errors = structure(list(structure(list(channelArn = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), viewerId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(errors = structure(list(structure(list(channelArn = structure(logical(0), tags = list(type = "string")), viewerId = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$create_channel_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(authorized = structure(logical(0), tags = list(type = "boolean")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = 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")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$create_channel_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), 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")), streamKey = structure(list(arn = structure(logical(0), tags = list(type = "string")), channelArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), streamKey = structure(list(arn = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), channelArn = 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 = "structure")) return(populate(args, shape)) } @@ -59,19 +59,19 @@ NULL .ivs$create_playback_restriction_policy_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(playbackRestrictionPolicy = structure(list(allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), arn = structure(logical(0), tags = list(type = "string")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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 = "structure")) + shape <- structure(list(playbackRestrictionPolicy = structure(list(arn = structure(logical(0), tags = list(type = "string")), allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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 = "structure")) return(populate(args, shape)) } .ivs$create_recording_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE)), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$create_recording_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(recordingConfiguration = structure(list(arn = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(recordingConfiguration = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE)), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -83,7 +83,7 @@ NULL .ivs$create_stream_key_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(streamKey = structure(list(arn = structure(logical(0), tags = list(type = "string")), channelArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(streamKey = structure(list(arn = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), channelArn = 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 = "structure")) return(populate(args, shape)) } @@ -147,7 +147,7 @@ NULL .ivs$get_channel_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), 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 = "structure")) + shape <- structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -159,7 +159,7 @@ NULL .ivs$get_playback_key_pair_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(keyPair = structure(list(arn = structure(logical(0), tags = list(type = "string")), fingerprint = structure(logical(0), tags = list(type = "string")), name = 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 = "structure")) + shape <- structure(list(keyPair = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), fingerprint = 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 = "structure")) return(populate(args, shape)) } @@ -171,7 +171,7 @@ NULL .ivs$get_playback_restriction_policy_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(playbackRestrictionPolicy = structure(list(allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), arn = structure(logical(0), tags = list(type = "string")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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 = "structure")) + shape <- structure(list(playbackRestrictionPolicy = structure(list(arn = structure(logical(0), tags = list(type = "string")), allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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 = "structure")) return(populate(args, shape)) } @@ -183,7 +183,7 @@ NULL .ivs$get_recording_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(recordingConfiguration = structure(list(arn = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(recordingConfiguration = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE)), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -195,7 +195,7 @@ NULL .ivs$get_stream_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stream = structure(list(channelArn = structure(logical(0), tags = list(type = "string")), health = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), state = structure(logical(0), tags = list(type = "string")), streamId = structure(logical(0), tags = list(type = "string")), viewerCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(stream = structure(list(channelArn = structure(logical(0), tags = list(type = "string")), streamId = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), state = structure(logical(0), tags = list(type = "string")), health = structure(logical(0), tags = list(type = "string")), viewerCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -207,7 +207,7 @@ NULL .ivs$get_stream_key_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(streamKey = structure(list(arn = structure(logical(0), tags = list(type = "string")), channelArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(streamKey = structure(list(arn = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), channelArn = 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 = "structure")) return(populate(args, shape)) } @@ -219,37 +219,37 @@ NULL .ivs$get_stream_session_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(streamSession = structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), 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")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), ingestConfiguration = structure(list(audio = structure(list(channels = structure(logical(0), tags = list(type = "long")), codec = structure(logical(0), tags = list(type = "string")), sampleRate = structure(logical(0), tags = list(type = "long")), targetBitrate = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), video = structure(list(avcLevel = structure(logical(0), tags = list(type = "string")), avcProfile = structure(logical(0), tags = list(type = "string")), codec = structure(logical(0), tags = list(type = "string")), encoder = structure(logical(0), tags = list(type = "string")), targetBitrate = structure(logical(0), tags = list(type = "long")), targetFramerate = structure(logical(0), tags = list(type = "long")), videoHeight = structure(logical(0), tags = list(type = "long")), videoWidth = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), recordingConfiguration = structure(list(arn = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), streamId = structure(logical(0), tags = list(type = "string")), truncatedEvents = structure(list(structure(list(eventTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), 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"))), tags = list(type = "structure")) + shape <- structure(list(streamSession = structure(list(streamId = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ingestConfiguration = structure(list(video = structure(list(avcProfile = structure(logical(0), tags = list(type = "string")), avcLevel = structure(logical(0), tags = list(type = "string")), codec = structure(logical(0), tags = list(type = "string")), encoder = structure(logical(0), tags = list(type = "string")), targetBitrate = structure(logical(0), tags = list(type = "long")), targetFramerate = structure(logical(0), tags = list(type = "long")), videoHeight = structure(logical(0), tags = list(type = "long")), videoWidth = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), audio = structure(list(codec = structure(logical(0), tags = list(type = "string")), targetBitrate = structure(logical(0), tags = list(type = "long")), sampleRate = structure(logical(0), tags = list(type = "long")), channels = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), recordingConfiguration = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), thumbnailConfiguration = structure(list(recordingMode = structure(logical(0), tags = list(type = "string")), targetIntervalSeconds = structure(logical(0), tags = list(type = "long", box = TRUE)), resolution = structure(logical(0), tags = list(type = "string")), storage = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), recordingReconnectWindowSeconds = structure(logical(0), tags = list(type = "integer")), renditionConfiguration = structure(list(renditionSelection = structure(logical(0), tags = list(type = "string")), renditions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), truncatedEvents = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), eventTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$import_playback_key_pair_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), publicKeyMaterial = 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")) + shape <- structure(list(publicKeyMaterial = structure(logical(0), tags = list(type = "string")), name = 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)) } .ivs$import_playback_key_pair_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(keyPair = structure(list(arn = structure(logical(0), tags = list(type = "string")), fingerprint = structure(logical(0), tags = list(type = "string")), name = 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 = "structure")) + shape <- structure(list(keyPair = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), fingerprint = 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 = "structure")) return(populate(args, shape)) } .ivs$list_channels_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(filterByName = structure(logical(0), tags = list(type = "string")), filterByPlaybackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), filterByRecordingConfigurationArn = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(filterByName = structure(logical(0), tags = list(type = "string")), filterByRecordingConfigurationArn = structure(logical(0), tags = list(type = "string")), filterByPlaybackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_channels_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channels = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = 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")) + shape <- structure(list(channels = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), type = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = 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)) } .ivs$list_playback_key_pairs_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -261,61 +261,61 @@ NULL .ivs$list_playback_restriction_policies_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_playback_restriction_policies_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicies = structure(list(structure(list(allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), arn = structure(logical(0), tags = list(type = "string")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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")) + shape <- structure(list(playbackRestrictionPolicies = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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)) } .ivs$list_recording_configurations_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_recording_configurations_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), recordingConfigurations = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), state = 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")) + shape <- structure(list(recordingConfigurations = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), state = 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)) } .ivs$list_stream_keys_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channelArn = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(channelArn = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_stream_keys_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), streamKeys = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), channelArn = 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")) + shape <- structure(list(streamKeys = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), channelArn = 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)) } .ivs$list_stream_sessions_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channelArn = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(channelArn = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_stream_sessions_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), streamSessions = structure(list(structure(list(endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), hasErrorEvent = structure(logical(0), tags = list(type = "boolean")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), streamId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(streamSessions = structure(list(structure(list(streamId = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), hasErrorEvent = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_streams_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(filterBy = structure(list(health = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(filterBy = structure(list(health = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$list_streams_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), streams = structure(list(structure(list(channelArn = structure(logical(0), tags = list(type = "string")), health = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), state = structure(logical(0), tags = list(type = "string")), streamId = structure(logical(0), tags = list(type = "string")), viewerCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(streams = structure(list(structure(list(channelArn = structure(logical(0), tags = list(type = "string")), streamId = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), health = structure(logical(0), tags = list(type = "string")), viewerCount = structure(logical(0), tags = list(type = "long")), startTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -391,24 +391,24 @@ NULL .ivs$update_channel_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$update_channel_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), latencyMode = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), preset = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), 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 = "structure")) + shape <- structure(list(channel = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), latencyMode = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), recordingConfigurationArn = structure(logical(0), tags = list(type = "string")), ingestEndpoint = structure(logical(0), tags = list(type = "string")), playbackUrl = structure(logical(0), tags = list(type = "string")), authorized = structure(logical(0), tags = list(type = "boolean")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), insecureIngest = structure(logical(0), tags = list(type = "boolean")), preset = structure(logical(0), tags = list(type = "string")), srt = structure(list(endpoint = structure(logical(0), tags = list(type = "string")), passphrase = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), playbackRestrictionPolicyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$update_playback_restriction_policy_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), arn = structure(logical(0), tags = list(type = "string")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivs$update_playback_restriction_policy_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(playbackRestrictionPolicy = structure(list(allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), arn = structure(logical(0), tags = list(type = "string")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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 = "structure")) + shape <- structure(list(playbackRestrictionPolicy = structure(list(arn = structure(logical(0), tags = list(type = "string")), allowedCountries = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allowedOrigins = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enableStrictOriginEnforcement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), name = 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 = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/R/ivs_operations.R b/cran/paws.analytics/R/ivs_operations.R index fb54efbe31..d511d2f4cf 100644 --- a/cran/paws.analytics/R/ivs_operations.R +++ b/cran/paws.analytics/R/ivs_operations.R @@ -101,21 +101,17 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' #' See [https://www.paws-r-sdk.com/docs/ivs_create_channel/](https://www.paws-r-sdk.com/docs/ivs_create_channel/) for full documentation. #' -#' @param authorized Whether the channel is private (enabled for playback authorization). -#' Default: `false`. -#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: -#' `false`. +#' @param name Channel name. #' @param latencyMode Channel latency mode. Use `NORMAL` to broadcast and deliver live video #' up to Full HD. Use `LOW` for near-real-time interaction with viewers. #' Default: `LOW`. -#' @param name Channel name. -#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies -#' the ARN and enables playback restriction. Default: "" (empty string, no -#' playback restriction policy is applied). -#' @param preset Optional transcode preset for the channel. This is selectable only for -#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, -#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel -#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). +#' @param type Channel type, which determines the allowable resolution and bitrate. *If +#' you exceed the allowable input resolution or bitrate, the stream +#' probably will disconnect immediately.* Default: `STANDARD`. For details, +#' see [Channel +#' Types](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html). +#' @param authorized Whether the channel is private (enabled for playback authorization). +#' Default: `false`. #' @param recordingConfigurationArn Recording-configuration ARN. A valid ARN value here both specifies the #' ARN and enables recording. Default: "" (empty string, recording is #' disabled). @@ -125,16 +121,20 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' for more information, including restrictions that apply to tags and "Tag #' naming limits and requirements"; Amazon IVS has no service-specific #' constraints beyond what is documented there. -#' @param type Channel type, which determines the allowable resolution and bitrate. *If -#' you exceed the allowable input resolution or bitrate, the stream -#' probably will disconnect immediately.* Default: `STANDARD`. For details, -#' see [Channel -#' Types](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html). +#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: +#' `false`. +#' @param preset Optional transcode preset for the channel. This is selectable only for +#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, +#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel +#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). +#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies +#' the ARN and enables playback restriction. Default: "" (empty string, no +#' playback restriction policy is applied). #' #' @keywords internal #' #' @rdname ivs_create_channel -ivs_create_channel <- function(authorized = NULL, insecureIngest = NULL, latencyMode = NULL, name = NULL, playbackRestrictionPolicyArn = NULL, preset = NULL, recordingConfigurationArn = NULL, tags = NULL, type = NULL) { +ivs_create_channel <- function(name = NULL, latencyMode = NULL, type = NULL, authorized = NULL, recordingConfigurationArn = NULL, tags = NULL, insecureIngest = NULL, preset = NULL, playbackRestrictionPolicyArn = NULL) { op <- new_operation( name = "CreateChannel", http_method = "POST", @@ -142,7 +142,7 @@ ivs_create_channel <- function(authorized = NULL, insecureIngest = NULL, latency host_prefix = "", paginator = list() ) - input <- .ivs$create_channel_input(authorized = authorized, insecureIngest = insecureIngest, latencyMode = latencyMode, name = name, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn, preset = preset, recordingConfigurationArn = recordingConfigurationArn, tags = tags, type = type) + input <- .ivs$create_channel_input(name = name, latencyMode = latencyMode, type = type, authorized = authorized, recordingConfigurationArn = recordingConfigurationArn, tags = tags, insecureIngest = insecureIngest, preset = preset, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn) output <- .ivs$create_channel_output() config <- get_config() svc <- .ivs$service(config, op) @@ -207,13 +207,9 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' #' See [https://www.paws-r-sdk.com/docs/ivs_create_recording_configuration/](https://www.paws-r-sdk.com/docs/ivs_create_recording_configuration/) for full documentation. #' +#' @param name Recording-configuration name. The value does not need to be unique. #' @param destinationConfiguration [required] A complex type that contains a destination configuration for where #' recorded video will be stored. -#' @param name Recording-configuration name. The value does not need to be unique. -#' @param recordingReconnectWindowSeconds If a broadcast disconnects and then reconnects within the specified -#' interval, the multiple streams will be considered a single broadcast and -#' merged together. Default: 0. -#' @param renditionConfiguration Object that describes which renditions should be recorded for a stream. #' @param tags Array of 1-50 maps, each of the form `string:string (key:value)`. See #' [Tagging Amazon Web Services #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) @@ -223,11 +219,15 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' @param thumbnailConfiguration A complex type that allows you to enable/disable the recording of #' thumbnails for a live session and modify the interval at which #' thumbnails are generated for the live session. +#' @param recordingReconnectWindowSeconds If a broadcast disconnects and then reconnects within the specified +#' interval, the multiple streams will be considered a single broadcast and +#' merged together. Default: 0. +#' @param renditionConfiguration Object that describes which renditions should be recorded for a stream. #' #' @keywords internal #' #' @rdname ivs_create_recording_configuration -ivs_create_recording_configuration <- function(destinationConfiguration, name = NULL, recordingReconnectWindowSeconds = NULL, renditionConfiguration = NULL, tags = NULL, thumbnailConfiguration = NULL) { +ivs_create_recording_configuration <- function(name = NULL, destinationConfiguration, tags = NULL, thumbnailConfiguration = NULL, recordingReconnectWindowSeconds = NULL, renditionConfiguration = NULL) { op <- new_operation( name = "CreateRecordingConfiguration", http_method = "POST", @@ -235,7 +235,7 @@ ivs_create_recording_configuration <- function(destinationConfiguration, name = host_prefix = "", paginator = list() ) - input <- .ivs$create_recording_configuration_input(destinationConfiguration = destinationConfiguration, name = name, recordingReconnectWindowSeconds = recordingReconnectWindowSeconds, renditionConfiguration = renditionConfiguration, tags = tags, thumbnailConfiguration = thumbnailConfiguration) + input <- .ivs$create_recording_configuration_input(name = name, destinationConfiguration = destinationConfiguration, tags = tags, thumbnailConfiguration = thumbnailConfiguration, recordingReconnectWindowSeconds = recordingReconnectWindowSeconds, renditionConfiguration = renditionConfiguration) output <- .ivs$create_recording_configuration_output() config <- get_config() svc <- .ivs$service(config, op) @@ -655,8 +655,8 @@ ivs_get_stream_session <- function(channelArn, streamId = NULL) { #' #' See [https://www.paws-r-sdk.com/docs/ivs_import_playback_key_pair/](https://www.paws-r-sdk.com/docs/ivs_import_playback_key_pair/) for full documentation. #' -#' @param name Playback-key-pair name. The value does not need to be unique. #' @param publicKeyMaterial [required] The public portion of a customer-generated key pair. +#' @param name Playback-key-pair name. The value does not need to be unique. #' @param tags Any tags provided with the request are added to the playback key pair #' tags. See [Tagging Amazon Web Services #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) @@ -667,7 +667,7 @@ ivs_get_stream_session <- function(channelArn, streamId = NULL) { #' @keywords internal #' #' @rdname ivs_import_playback_key_pair -ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = NULL) { +ivs_import_playback_key_pair <- function(publicKeyMaterial, name = NULL, tags = NULL) { op <- new_operation( name = "ImportPlaybackKeyPair", http_method = "POST", @@ -675,7 +675,7 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = host_prefix = "", paginator = list() ) - input <- .ivs$import_playback_key_pair_input(name = name, publicKeyMaterial = publicKeyMaterial, tags = tags) + input <- .ivs$import_playback_key_pair_input(publicKeyMaterial = publicKeyMaterial, name = name, tags = tags) output <- .ivs$import_playback_key_pair_output() config <- get_config() svc <- .ivs$service(config, op) @@ -694,17 +694,17 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = #' See [https://www.paws-r-sdk.com/docs/ivs_list_channels/](https://www.paws-r-sdk.com/docs/ivs_list_channels/) for full documentation. #' #' @param filterByName Filters the channel list to match the specified name. -#' @param filterByPlaybackRestrictionPolicyArn Filters the channel list to match the specified policy. #' @param filterByRecordingConfigurationArn Filters the channel list to match the specified recording-configuration #' ARN. -#' @param maxResults Maximum number of channels to return. Default: 100. +#' @param filterByPlaybackRestrictionPolicyArn Filters the channel list to match the specified policy. #' @param nextToken The first channel to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of channels to return. Default: 100. #' #' @keywords internal #' #' @rdname ivs_list_channels -ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPolicyArn = NULL, filterByRecordingConfigurationArn = NULL, maxResults = NULL, nextToken = NULL) { +ivs_list_channels <- function(filterByName = NULL, filterByRecordingConfigurationArn = NULL, filterByPlaybackRestrictionPolicyArn = NULL, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListChannels", http_method = "POST", @@ -712,7 +712,7 @@ ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPo host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_channels_input(filterByName = filterByName, filterByPlaybackRestrictionPolicyArn = filterByPlaybackRestrictionPolicyArn, filterByRecordingConfigurationArn = filterByRecordingConfigurationArn, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_channels_input(filterByName = filterByName, filterByRecordingConfigurationArn = filterByRecordingConfigurationArn, filterByPlaybackRestrictionPolicyArn = filterByPlaybackRestrictionPolicyArn, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_channels_output() config <- get_config() svc <- .ivs$service(config, op) @@ -729,15 +729,15 @@ ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPo #' #' See [https://www.paws-r-sdk.com/docs/ivs_list_playback_key_pairs/](https://www.paws-r-sdk.com/docs/ivs_list_playback_key_pairs/) for full documentation. #' -#' @param maxResults Maximum number of key pairs to return. Default: your service quota or -#' 100, whichever is smaller. #' @param nextToken The first key pair to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of key pairs to return. Default: your service quota or +#' 100, whichever is smaller. #' #' @keywords internal #' #' @rdname ivs_list_playback_key_pairs -ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { +ivs_list_playback_key_pairs <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListPlaybackKeyPairs", http_method = "POST", @@ -745,7 +745,7 @@ ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_playback_key_pairs_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_playback_key_pairs_input(nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_playback_key_pairs_output() config <- get_config() svc <- .ivs$service(config, op) @@ -762,14 +762,14 @@ ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { #' #' See [https://www.paws-r-sdk.com/docs/ivs_list_playback_restriction_policies/](https://www.paws-r-sdk.com/docs/ivs_list_playback_restriction_policies/) for full documentation. #' -#' @param maxResults Maximum number of policies to return. Default: 1. #' @param nextToken The first policy to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of policies to return. Default: 1. #' #' @keywords internal #' #' @rdname ivs_list_playback_restriction_policies -ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken = NULL) { +ivs_list_playback_restriction_policies <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListPlaybackRestrictionPolicies", http_method = "POST", @@ -777,7 +777,7 @@ ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_playback_restriction_policies_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_playback_restriction_policies_input(nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_playback_restriction_policies_output() config <- get_config() svc <- .ivs$service(config, op) @@ -796,15 +796,15 @@ ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken #' #' See [https://www.paws-r-sdk.com/docs/ivs_list_recording_configurations/](https://www.paws-r-sdk.com/docs/ivs_list_recording_configurations/) for full documentation. #' -#' @param maxResults Maximum number of recording configurations to return. Default: your -#' service quota or 100, whichever is smaller. #' @param nextToken The first recording configuration to retrieve. This is used for #' pagination; see the `nextToken` response field. +#' @param maxResults Maximum number of recording configurations to return. Default: your +#' service quota or 100, whichever is smaller. #' #' @keywords internal #' #' @rdname ivs_list_recording_configurations -ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NULL) { +ivs_list_recording_configurations <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListRecordingConfigurations", http_method = "POST", @@ -812,7 +812,7 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_recording_configurations_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_recording_configurations_input(nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_recording_configurations_output() config <- get_config() svc <- .ivs$service(config, op) @@ -830,14 +830,14 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL #' See [https://www.paws-r-sdk.com/docs/ivs_list_stream_keys/](https://www.paws-r-sdk.com/docs/ivs_list_stream_keys/) for full documentation. #' #' @param channelArn [required] Channel ARN used to filter the list. -#' @param maxResults Maximum number of streamKeys to return. Default: 1. #' @param nextToken The first stream key to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of streamKeys to return. Default: 1. #' #' @keywords internal #' #' @rdname ivs_list_stream_keys -ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL) { +ivs_list_stream_keys <- function(channelArn, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListStreamKeys", http_method = "POST", @@ -845,7 +845,7 @@ ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_stream_keys_input(channelArn = channelArn, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_stream_keys_input(channelArn = channelArn, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_stream_keys_output() config <- get_config() svc <- .ivs$service(config, op) @@ -864,14 +864,14 @@ ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL #' See [https://www.paws-r-sdk.com/docs/ivs_list_stream_sessions/](https://www.paws-r-sdk.com/docs/ivs_list_stream_sessions/) for full documentation. #' #' @param channelArn [required] Channel ARN used to filter the list. -#' @param maxResults Maximum number of streams to return. Default: 100. #' @param nextToken The first stream to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of streams to return. Default: 100. #' #' @keywords internal #' #' @rdname ivs_list_stream_sessions -ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = NULL) { +ivs_list_stream_sessions <- function(channelArn, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListStreamSessions", http_method = "POST", @@ -879,7 +879,7 @@ ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_stream_sessions_input(channelArn = channelArn, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_stream_sessions_input(channelArn = channelArn, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_stream_sessions_output() config <- get_config() svc <- .ivs$service(config, op) @@ -898,14 +898,14 @@ ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = #' See [https://www.paws-r-sdk.com/docs/ivs_list_streams/](https://www.paws-r-sdk.com/docs/ivs_list_streams/) for full documentation. #' #' @param filterBy Filters the stream list to match the specified criterion. -#' @param maxResults Maximum number of streams to return. Default: 100. #' @param nextToken The first stream to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of streams to return. Default: 100. #' #' @keywords internal #' #' @rdname ivs_list_streams -ivs_list_streams <- function(filterBy = NULL, maxResults = NULL, nextToken = NULL) { +ivs_list_streams <- function(filterBy = NULL, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListStreams", http_method = "POST", @@ -913,7 +913,7 @@ ivs_list_streams <- function(filterBy = NULL, maxResults = NULL, nextToken = NUL host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_streams_input(filterBy = filterBy, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_streams_input(filterBy = filterBy, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_streams_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1135,32 +1135,32 @@ ivs_untag_resource <- function(resourceArn, tagKeys) { #' See [https://www.paws-r-sdk.com/docs/ivs_update_channel/](https://www.paws-r-sdk.com/docs/ivs_update_channel/) for full documentation. #' #' @param arn [required] ARN of the channel to be updated. -#' @param authorized Whether the channel is private (enabled for playback authorization). -#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: -#' `false`. +#' @param name Channel name. #' @param latencyMode Channel latency mode. Use `NORMAL` to broadcast and deliver live video #' up to Full HD. Use `LOW` for near-real-time interaction with viewers. -#' @param name Channel name. -#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies -#' the ARN and enables playback restriction. If this is set to an empty -#' string, playback restriction policy is disabled. -#' @param preset Optional transcode preset for the channel. This is selectable only for -#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, -#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel -#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). -#' @param recordingConfigurationArn Recording-configuration ARN. A valid ARN value here both specifies the -#' ARN and enables recording. If this is set to an empty string, recording -#' is disabled. #' @param type Channel type, which determines the allowable resolution and bitrate. *If #' you exceed the allowable input resolution or bitrate, the stream #' probably will disconnect immediately.* Default: `STANDARD`. For details, #' see [Channel #' Types](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html). +#' @param authorized Whether the channel is private (enabled for playback authorization). +#' @param recordingConfigurationArn Recording-configuration ARN. A valid ARN value here both specifies the +#' ARN and enables recording. If this is set to an empty string, recording +#' is disabled. +#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: +#' `false`. +#' @param preset Optional transcode preset for the channel. This is selectable only for +#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, +#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel +#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). +#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies +#' the ARN and enables playback restriction. If this is set to an empty +#' string, playback restriction policy is disabled. #' #' @keywords internal #' #' @rdname ivs_update_channel -ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, latencyMode = NULL, name = NULL, playbackRestrictionPolicyArn = NULL, preset = NULL, recordingConfigurationArn = NULL, type = NULL) { +ivs_update_channel <- function(arn, name = NULL, latencyMode = NULL, type = NULL, authorized = NULL, recordingConfigurationArn = NULL, insecureIngest = NULL, preset = NULL, playbackRestrictionPolicyArn = NULL) { op <- new_operation( name = "UpdateChannel", http_method = "POST", @@ -1168,7 +1168,7 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la host_prefix = "", paginator = list() ) - input <- .ivs$update_channel_input(arn = arn, authorized = authorized, insecureIngest = insecureIngest, latencyMode = latencyMode, name = name, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn, preset = preset, recordingConfigurationArn = recordingConfigurationArn, type = type) + input <- .ivs$update_channel_input(arn = arn, name = name, latencyMode = latencyMode, type = type, authorized = authorized, recordingConfigurationArn = recordingConfigurationArn, insecureIngest = insecureIngest, preset = preset, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn) output <- .ivs$update_channel_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1185,6 +1185,7 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' #' See [https://www.paws-r-sdk.com/docs/ivs_update_playback_restriction_policy/](https://www.paws-r-sdk.com/docs/ivs_update_playback_restriction_policy/) for full documentation. #' +#' @param arn [required] ARN of the playback-restriction-policy to be updated. #' @param allowedCountries A list of country codes that control geoblocking restriction. Allowed #' values are the officially assigned [ISO 3166-1 #' alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes. @@ -1193,7 +1194,6 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' the same as valid values of the Origin header defined at #' . #' Default: All origins (an empty array). -#' @param arn [required] ARN of the playback-restriction-policy to be updated. #' @param enableStrictOriginEnforcement Whether channel playback is constrained by origin site. Default: #' `false`. #' @param name Playback-restriction-policy name. The value does not need to be unique. @@ -1201,7 +1201,7 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' @keywords internal #' #' @rdname ivs_update_playback_restriction_policy -ivs_update_playback_restriction_policy <- function(allowedCountries = NULL, allowedOrigins = NULL, arn, enableStrictOriginEnforcement = NULL, name = NULL) { +ivs_update_playback_restriction_policy <- function(arn, allowedCountries = NULL, allowedOrigins = NULL, enableStrictOriginEnforcement = NULL, name = NULL) { op <- new_operation( name = "UpdatePlaybackRestrictionPolicy", http_method = "POST", @@ -1209,7 +1209,7 @@ ivs_update_playback_restriction_policy <- function(allowedCountries = NULL, allo host_prefix = "", paginator = list() ) - input <- .ivs$update_playback_restriction_policy_input(allowedCountries = allowedCountries, allowedOrigins = allowedOrigins, arn = arn, enableStrictOriginEnforcement = enableStrictOriginEnforcement, name = name) + input <- .ivs$update_playback_restriction_policy_input(arn = arn, allowedCountries = allowedCountries, allowedOrigins = allowedOrigins, enableStrictOriginEnforcement = enableStrictOriginEnforcement, name = name) output <- .ivs$update_playback_restriction_policy_output() config <- get_config() svc <- .ivs$service(config, op) diff --git a/cran/paws.analytics/R/ivs_service.R b/cran/paws.analytics/R/ivs_service.R index cf300b97ab..a44a326352 100644 --- a/cran/paws.analytics/R/ivs_service.R +++ b/cran/paws.analytics/R/ivs_service.R @@ -130,160 +130,6 @@ NULL #' policies and API calls. For more information, see [Amazon Resource #' Names](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *AWS General Reference*. -#' -#' **Channel Endpoints** -#' -#' - [`create_channel`][ivs_create_channel] — Creates a new channel and -#' an associated stream key to start streaming. -#' -#' - [`get_channel`][ivs_get_channel] — Gets the channel configuration -#' for the specified channel ARN. -#' -#' - [`batch_get_channel`][ivs_batch_get_channel] — Performs -#' [`get_channel`][ivs_get_channel] on multiple ARNs simultaneously. -#' -#' - [`list_channels`][ivs_list_channels] — Gets summary information -#' about all channels in your account, in the Amazon Web Services -#' region where the API request is processed. This list can be filtered -#' to match a specified name or recording-configuration ARN. Filters -#' are mutually exclusive and cannot be used together. If you try to -#' use both filters, you will get an error (409 Conflict Exception). -#' -#' - [`update_channel`][ivs_update_channel] — Updates a channel's -#' configuration. This does not affect an ongoing stream of this -#' channel. You must stop and restart the stream for the changes to -#' take effect. -#' -#' - [`delete_channel`][ivs_delete_channel] — Deletes the specified -#' channel. -#' -#' **Playback Restriction Policy Endpoints** -#' -#' - [`create_playback_restriction_policy`][ivs_create_playback_restriction_policy] -#' — Creates a new playback restriction policy, for constraining -#' playback by countries and/or origins. -#' -#' - [`delete_playback_restriction_policy`][ivs_delete_playback_restriction_policy] -#' — Deletes the specified playback restriction policy -#' -#' - [`get_playback_restriction_policy`][ivs_get_playback_restriction_policy] -#' — Gets the specified playback restriction policy. -#' -#' - [`list_playback_restriction_policies`][ivs_list_playback_restriction_policies] -#' — Gets summary information about playback restriction policies. -#' -#' - [`update_playback_restriction_policy`][ivs_update_playback_restriction_policy] -#' — Updates a specified playback restriction policy. -#' -#' **Private Channel Endpoints** -#' -#' For more information, see [Setting Up Private -#' Channels](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/private-channels.html) -#' in the *Amazon IVS User Guide*. -#' -#' - [`import_playback_key_pair`][ivs_import_playback_key_pair] — Imports -#' the public portion of a new key pair and returns its `arn` and -#' `fingerprint`. The `privateKey` can then be used to generate viewer -#' authorization tokens, to grant viewers access to private channels -#' (channels enabled for playback authorization). -#' -#' - [`get_playback_key_pair`][ivs_get_playback_key_pair] — Gets a -#' specified playback authorization key pair and returns the `arn` and -#' `fingerprint`. The `privateKey` held by the caller can be used to -#' generate viewer authorization tokens, to grant viewers access to -#' private channels. -#' -#' - [`list_playback_key_pairs`][ivs_list_playback_key_pairs] — Gets -#' summary information about playback key pairs. -#' -#' - [`delete_playback_key_pair`][ivs_delete_playback_key_pair] — Deletes -#' a specified authorization key pair. This invalidates future viewer -#' tokens generated using the key pair’s `privateKey`. -#' -#' - [`start_viewer_session_revocation`][ivs_start_viewer_session_revocation] -#' — Starts the process of revoking the viewer session associated with -#' a specified channel ARN and viewer ID. Optionally, you can provide a -#' version to revoke viewer sessions less than and including that -#' version. -#' -#' - [`batch_start_viewer_session_revocation`][ivs_batch_start_viewer_session_revocation] -#' — Performs -#' [`start_viewer_session_revocation`][ivs_start_viewer_session_revocation] -#' on multiple channel ARN and viewer ID pairs simultaneously. -#' -#' **Recording Configuration Endpoints** -#' -#' - [`create_recording_configuration`][ivs_create_recording_configuration] -#' — Creates a new recording configuration, used to enable recording to -#' Amazon S3. -#' -#' - [`get_recording_configuration`][ivs_get_recording_configuration] — -#' Gets the recording-configuration metadata for the specified ARN. -#' -#' - [`list_recording_configurations`][ivs_list_recording_configurations] -#' — Gets summary information about all recording configurations in -#' your account, in the Amazon Web Services region where the API -#' request is processed. -#' -#' - [`delete_recording_configuration`][ivs_delete_recording_configuration] -#' — Deletes the recording configuration for the specified ARN. -#' -#' **Stream Endpoints** -#' -#' - [`get_stream`][ivs_get_stream] — Gets information about the active -#' (live) stream on a specified channel. -#' -#' - [`get_stream_session`][ivs_get_stream_session] — Gets metadata on a -#' specified stream. -#' -#' - [`list_streams`][ivs_list_streams] — Gets summary information about -#' live streams in your account, in the Amazon Web Services region -#' where the API request is processed. -#' -#' - [`list_stream_sessions`][ivs_list_stream_sessions] — Gets a summary -#' of current and previous streams for a specified channel in your -#' account, in the AWS region where the API request is processed. -#' -#' - [`stop_stream`][ivs_stop_stream] — Disconnects the incoming RTMPS -#' stream for the specified channel. Can be used in conjunction with -#' [`delete_stream_key`][ivs_delete_stream_key] to prevent further -#' streaming to a channel. -#' -#' - [`put_metadata`][ivs_put_metadata] — Inserts metadata into the -#' active stream of the specified channel. At most 5 requests per -#' second per channel are allowed, each with a maximum 1 KB payload. -#' (If 5 TPS is not sufficient for your needs, we recommend batching -#' your data into a single PutMetadata call.) At most 155 requests per -#' second per account are allowed. -#' -#' **Stream Key Endpoints** -#' -#' - [`create_stream_key`][ivs_create_stream_key] — Creates a stream key, -#' used to initiate a stream, for the specified channel ARN. -#' -#' - [`get_stream_key`][ivs_get_stream_key] — Gets stream key information -#' for the specified ARN. -#' -#' - [`batch_get_stream_key`][ivs_batch_get_stream_key] — Performs -#' [`get_stream_key`][ivs_get_stream_key] on multiple ARNs -#' simultaneously. -#' -#' - [`list_stream_keys`][ivs_list_stream_keys] — Gets summary -#' information about stream keys for the specified channel. -#' -#' - [`delete_stream_key`][ivs_delete_stream_key] — Deletes the stream -#' key for the specified ARN, so it can no longer be used to stream. -#' -#' **Amazon Web Services Tags Endpoints** -#' -#' - [`tag_resource`][ivs_tag_resource] — Adds or updates tags for the -#' Amazon Web Services resource with the specified ARN. -#' -#' - [`untag_resource`][ivs_untag_resource] — Removes tags from the -#' resource with the specified ARN. -#' -#' - [`list_tags_for_resource`][ivs_list_tags_for_resource] — Gets -#' information about Amazon Web Services tags for the specified ARN. #' #' @param #' config @@ -438,7 +284,7 @@ ivs <- function(config = list(), credentials = list(), endpoint = NULL, region = service_id = "ivs", api_version = "2020-07-14", signing_name = "ivs", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.analytics/R/opensearchserviceserverless_interfaces.R b/cran/paws.analytics/R/opensearchserviceserverless_interfaces.R index 789106a948..4d6c94a70a 100644 --- a/cran/paws.analytics/R/opensearchserviceserverless_interfaces.R +++ b/cran/paws.analytics/R/opensearchserviceserverless_interfaces.R @@ -11,7 +11,7 @@ NULL .opensearchserviceserverless$batch_get_collection_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(collectionDetails = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), collectionEndpoint = structure(logical(0), tags = list(type = "string")), createdDate = structure(logical(0), tags = list(type = "long", box = TRUE)), dashboardEndpoint = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), kmsKeyArn = structure(logical(0), tags = list(type = "string")), lastModifiedDate = structure(logical(0), tags = list(type = "long", box = TRUE)), name = structure(logical(0), tags = list(type = "string")), standbyReplicas = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), collectionErrorDetails = structure(list(structure(list(errorCode = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(collectionDetails = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), collectionEndpoint = structure(logical(0), tags = list(type = "string")), createdDate = structure(logical(0), tags = list(type = "long", box = TRUE)), dashboardEndpoint = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), failureCode = structure(logical(0), tags = list(type = "string")), failureMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), kmsKeyArn = structure(logical(0), tags = list(type = "string")), lastModifiedDate = structure(logical(0), tags = list(type = "long", box = TRUE)), name = structure(logical(0), tags = list(type = "string")), standbyReplicas = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), collectionErrorDetails = structure(list(structure(list(errorCode = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -47,7 +47,7 @@ NULL .opensearchserviceserverless$batch_get_vpc_endpoint_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(vpcEndpointDetails = structure(list(structure(list(createdDate = structure(logical(0), tags = list(type = "long", box = TRUE)), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointErrorDetails = structure(list(structure(list(errorCode = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(vpcEndpointDetails = structure(list(structure(list(createdDate = structure(logical(0), tags = list(type = "long", box = TRUE)), failureCode = structure(logical(0), tags = list(type = "string")), failureMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointErrorDetails = structure(list(structure(list(errorCode = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/R/quicksight_interfaces.R b/cran/paws.analytics/R/quicksight_interfaces.R index 6f1709be83..e457fe8a28 100644 --- a/cran/paws.analytics/R/quicksight_interfaces.R +++ b/cran/paws.analytics/R/quicksight_interfaces.R @@ -65,7 +65,7 @@ NULL .quicksight$create_analysis_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), AnalysisId = structure(logical(0), tags = list(location = "uri", locationName = "AnalysisId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(StringParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), IntegerParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DecimalParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DateTimeParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Permissions = structure(list(structure(list(Principal = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceEntity = structure(list(SourceTemplate = structure(list(DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ThemeArn = 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")), Definition = structure(list(DataSetIdentifierDeclarations = structure(list(structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FolderArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), AnalysisId = structure(logical(0), tags = list(location = "uri", locationName = "AnalysisId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(StringParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), IntegerParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DecimalParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DateTimeParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Permissions = structure(list(structure(list(Principal = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceEntity = structure(list(SourceTemplate = structure(list(DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ThemeArn = 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")), Definition = structure(list(DataSetIdentifierDeclarations = structure(list(structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QueryExecutionOptions = structure(list(QueryExecutionMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FolderArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -89,7 +89,7 @@ NULL .quicksight$create_data_set_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), DataSetId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), PhysicalTableMap = structure(list(structure(list(RelationalTable = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Catalog = structure(logical(0), tags = list(type = "string")), Schema = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomSql = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), SqlQuery = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3Source = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), UploadSettings = structure(list(Format = structure(logical(0), tags = list(type = "string")), StartFromRow = structure(logical(0), tags = list(box = TRUE, type = "integer")), ContainsHeader = structure(logical(0), tags = list(box = TRUE, type = "boolean")), TextQualifier = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), LogicalTableMap = structure(list(structure(list(Alias = structure(logical(0), tags = list(type = "string")), DataTransforms = structure(list(structure(list(ProjectOperation = structure(list(ProjectedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FilterOperation = structure(list(ConditionExpression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CreateColumnsOperation = structure(list(Columns = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CastColumnTypeOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnType = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(ColumnGeographicRole = structure(logical(0), tags = list(type = "string")), ColumnDescription = structure(list(Text = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), UntagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), TagNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OverrideDatasetParameterOperation = structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), NewParameterName = structure(logical(0), tags = list(type = "string")), NewDefaultValues = structure(list(StringStaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DecimalStaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list")), DateTimeStaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list")), IntegerStaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Source = structure(list(JoinInstruction = structure(list(LeftOperand = structure(logical(0), tags = list(type = "string")), RightOperand = structure(logical(0), tags = list(type = "string")), LeftJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), RightJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), OnClause = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PhysicalTableId = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), ImportMode = structure(logical(0), tags = list(type = "string")), ColumnGroups = structure(list(structure(list(GeoSpatialColumnGroup = structure(list(Name = structure(logical(0), tags = list(type = "string")), CountryCode = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FieldFolders = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string")), columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map")), Permissions = structure(list(structure(list(Principal = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), RowLevelPermissionDataSet = structure(list(Namespace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), PermissionPolicy = structure(logical(0), tags = list(type = "string")), FormatVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RowLevelPermissionTagConfiguration = structure(list(Status = structure(logical(0), tags = list(type = "string")), TagRules = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string")), TagMultiValueDelimiter = structure(logical(0), tags = list(type = "string")), MatchAllValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), TagRuleConfigurations = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLevelPermissionRules = structure(list(structure(list(Principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), 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")), DataSetUsageConfiguration = structure(list(DisableUseAsDirectQuerySource = structure(logical(0), tags = list(type = "boolean")), DisableUseAsImportedSource = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DatasetParameters = structure(list(structure(list(StringDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), IntegerDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FolderArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), DataSetId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), PhysicalTableMap = structure(list(structure(list(RelationalTable = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Catalog = structure(logical(0), tags = list(type = "string")), Schema = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomSql = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), SqlQuery = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3Source = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), UploadSettings = structure(list(Format = structure(logical(0), tags = list(type = "string")), StartFromRow = structure(logical(0), tags = list(box = TRUE, type = "integer")), ContainsHeader = structure(logical(0), tags = list(box = TRUE, type = "boolean")), TextQualifier = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), LogicalTableMap = structure(list(structure(list(Alias = structure(logical(0), tags = list(type = "string")), DataTransforms = structure(list(structure(list(ProjectOperation = structure(list(ProjectedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FilterOperation = structure(list(ConditionExpression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CreateColumnsOperation = structure(list(Columns = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CastColumnTypeOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnType = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(ColumnGeographicRole = structure(logical(0), tags = list(type = "string")), ColumnDescription = structure(list(Text = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), UntagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), TagNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OverrideDatasetParameterOperation = structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), NewParameterName = structure(logical(0), tags = list(type = "string")), NewDefaultValues = structure(list(StringStaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DecimalStaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list")), DateTimeStaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list")), IntegerStaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Source = structure(list(JoinInstruction = structure(list(LeftOperand = structure(logical(0), tags = list(type = "string")), RightOperand = structure(logical(0), tags = list(type = "string")), LeftJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), RightJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), OnClause = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PhysicalTableId = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), ImportMode = structure(logical(0), tags = list(type = "string")), ColumnGroups = structure(list(structure(list(GeoSpatialColumnGroup = structure(list(Name = structure(logical(0), tags = list(type = "string")), CountryCode = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FieldFolders = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string")), columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map")), Permissions = structure(list(structure(list(Principal = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), RowLevelPermissionDataSet = structure(list(Namespace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), PermissionPolicy = structure(logical(0), tags = list(type = "string")), FormatVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RowLevelPermissionTagConfiguration = structure(list(Status = structure(logical(0), tags = list(type = "string")), TagRules = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string")), TagMultiValueDelimiter = structure(logical(0), tags = list(type = "string")), MatchAllValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), TagRuleConfigurations = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLevelPermissionRules = structure(list(structure(list(Principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), 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")), DataSetUsageConfiguration = structure(list(DisableUseAsDirectQuerySource = structure(logical(0), tags = list(type = "boolean")), DisableUseAsImportedSource = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DatasetParameters = structure(list(structure(list(StringDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), IntegerDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FolderArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -221,7 +221,7 @@ NULL .quicksight$create_template_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), TemplateId = structure(logical(0), tags = list(location = "uri", locationName = "TemplateId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Permissions = structure(list(structure(list(Principal = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceEntity = structure(list(SourceAnalysis = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceTemplate = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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")), VersionDescription = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetConfigurations = structure(list(structure(list(Placeholder = structure(logical(0), tags = list(type = "string")), DataSetSchema = structure(list(ColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DataType = structure(logical(0), tags = list(type = "string")), GeographicRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnGroupSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ColumnGroupColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), TemplateId = structure(logical(0), tags = list(location = "uri", locationName = "TemplateId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Permissions = structure(list(structure(list(Principal = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceEntity = structure(list(SourceAnalysis = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceTemplate = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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")), VersionDescription = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetConfigurations = structure(list(structure(list(Placeholder = structure(logical(0), tags = list(type = "string")), DataSetSchema = structure(list(ColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DataType = structure(logical(0), tags = list(type = "string")), GeographicRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnGroupSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ColumnGroupColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QueryExecutionOptions = structure(list(QueryExecutionMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -671,7 +671,7 @@ NULL .quicksight$describe_analysis_definition_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AnalysisId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Errors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), ViolatedEntities = structure(list(structure(list(Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceStatus = structure(logical(0), tags = list(type = "string")), ThemeArn = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetIdentifierDeclarations = structure(list(structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(location = "statusCode", type = "integer")), RequestId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(AnalysisId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Errors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), ViolatedEntities = structure(list(structure(list(Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceStatus = structure(logical(0), tags = list(type = "string")), ThemeArn = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetIdentifierDeclarations = structure(list(structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QueryExecutionOptions = structure(list(QueryExecutionMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(location = "statusCode", type = "integer")), RequestId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -779,7 +779,7 @@ NULL .quicksight$describe_data_set_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DataSet = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DataSetId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), PhysicalTableMap = structure(list(structure(list(RelationalTable = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Catalog = structure(logical(0), tags = list(type = "string")), Schema = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomSql = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), SqlQuery = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3Source = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), UploadSettings = structure(list(Format = structure(logical(0), tags = list(type = "string")), StartFromRow = structure(logical(0), tags = list(box = TRUE, type = "integer")), ContainsHeader = structure(logical(0), tags = list(box = TRUE, type = "boolean")), TextQualifier = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), LogicalTableMap = structure(list(structure(list(Alias = structure(logical(0), tags = list(type = "string")), DataTransforms = structure(list(structure(list(ProjectOperation = structure(list(ProjectedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FilterOperation = structure(list(ConditionExpression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CreateColumnsOperation = structure(list(Columns = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CastColumnTypeOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnType = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(ColumnGeographicRole = structure(logical(0), tags = list(type = "string")), ColumnDescription = structure(list(Text = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), UntagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), TagNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OverrideDatasetParameterOperation = structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), NewParameterName = structure(logical(0), tags = list(type = "string")), NewDefaultValues = structure(list(StringStaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DecimalStaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list")), DateTimeStaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list")), IntegerStaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Source = structure(list(JoinInstruction = structure(list(LeftOperand = structure(logical(0), tags = list(type = "string")), RightOperand = structure(logical(0), tags = list(type = "string")), LeftJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), RightJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), OnClause = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PhysicalTableId = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), OutputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ImportMode = structure(logical(0), tags = list(type = "string")), ConsumedSpiceCapacityInBytes = structure(logical(0), tags = list(type = "long")), ColumnGroups = structure(list(structure(list(GeoSpatialColumnGroup = structure(list(Name = structure(logical(0), tags = list(type = "string")), CountryCode = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FieldFolders = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string")), columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map")), RowLevelPermissionDataSet = structure(list(Namespace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), PermissionPolicy = structure(logical(0), tags = list(type = "string")), FormatVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RowLevelPermissionTagConfiguration = structure(list(Status = structure(logical(0), tags = list(type = "string")), TagRules = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string")), TagMultiValueDelimiter = structure(logical(0), tags = list(type = "string")), MatchAllValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), TagRuleConfigurations = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLevelPermissionRules = structure(list(structure(list(Principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetUsageConfiguration = structure(list(DisableUseAsDirectQuerySource = structure(logical(0), tags = list(type = "boolean")), DisableUseAsImportedSource = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DatasetParameters = structure(list(structure(list(StringDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), IntegerDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RequestId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(location = "statusCode", type = "integer"))), tags = list(type = "structure")) + shape <- structure(list(DataSet = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DataSetId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), PhysicalTableMap = structure(list(structure(list(RelationalTable = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Catalog = structure(logical(0), tags = list(type = "string")), Schema = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomSql = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), SqlQuery = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3Source = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), UploadSettings = structure(list(Format = structure(logical(0), tags = list(type = "string")), StartFromRow = structure(logical(0), tags = list(box = TRUE, type = "integer")), ContainsHeader = structure(logical(0), tags = list(box = TRUE, type = "boolean")), TextQualifier = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), LogicalTableMap = structure(list(structure(list(Alias = structure(logical(0), tags = list(type = "string")), DataTransforms = structure(list(structure(list(ProjectOperation = structure(list(ProjectedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FilterOperation = structure(list(ConditionExpression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CreateColumnsOperation = structure(list(Columns = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CastColumnTypeOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnType = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(ColumnGeographicRole = structure(logical(0), tags = list(type = "string")), ColumnDescription = structure(list(Text = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), UntagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), TagNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OverrideDatasetParameterOperation = structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), NewParameterName = structure(logical(0), tags = list(type = "string")), NewDefaultValues = structure(list(StringStaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DecimalStaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list")), DateTimeStaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list")), IntegerStaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Source = structure(list(JoinInstruction = structure(list(LeftOperand = structure(logical(0), tags = list(type = "string")), RightOperand = structure(logical(0), tags = list(type = "string")), LeftJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), RightJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), OnClause = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PhysicalTableId = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), OutputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ImportMode = structure(logical(0), tags = list(type = "string")), ConsumedSpiceCapacityInBytes = structure(logical(0), tags = list(type = "long")), ColumnGroups = structure(list(structure(list(GeoSpatialColumnGroup = structure(list(Name = structure(logical(0), tags = list(type = "string")), CountryCode = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FieldFolders = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string")), columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map")), RowLevelPermissionDataSet = structure(list(Namespace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), PermissionPolicy = structure(logical(0), tags = list(type = "string")), FormatVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RowLevelPermissionTagConfiguration = structure(list(Status = structure(logical(0), tags = list(type = "string")), TagRules = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string")), TagMultiValueDelimiter = structure(logical(0), tags = list(type = "string")), MatchAllValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), TagRuleConfigurations = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLevelPermissionRules = structure(list(structure(list(Principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetUsageConfiguration = structure(list(DisableUseAsDirectQuerySource = structure(logical(0), tags = list(type = "boolean")), DisableUseAsImportedSource = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DatasetParameters = structure(list(structure(list(StringDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), IntegerDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RequestId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(location = "statusCode", type = "integer"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1007,7 +1007,7 @@ NULL .quicksight$describe_template_definition_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), TemplateId = structure(logical(0), tags = list(type = "string")), Errors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), ViolatedEntities = structure(list(structure(list(Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceStatus = structure(logical(0), tags = list(type = "string")), ThemeArn = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetConfigurations = structure(list(structure(list(Placeholder = structure(logical(0), tags = list(type = "string")), DataSetSchema = structure(list(ColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DataType = structure(logical(0), tags = list(type = "string")), GeographicRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnGroupSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ColumnGroupColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(location = "statusCode", type = "integer")), RequestId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), TemplateId = structure(logical(0), tags = list(type = "string")), Errors = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), ViolatedEntities = structure(list(structure(list(Path = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceStatus = structure(logical(0), tags = list(type = "string")), ThemeArn = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetConfigurations = structure(list(structure(list(Placeholder = structure(logical(0), tags = list(type = "string")), DataSetSchema = structure(list(ColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DataType = structure(logical(0), tags = list(type = "string")), GeographicRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnGroupSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ColumnGroupColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QueryExecutionOptions = structure(list(QueryExecutionMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(location = "statusCode", type = "integer")), RequestId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1133,7 +1133,7 @@ NULL .quicksight$generate_embed_url_for_anonymous_user_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), SessionLifetimeInMinutes = structure(logical(0), tags = list(type = "long")), Namespace = structure(logical(0), tags = list(type = "string")), SessionTags = structure(list(structure(list(Key = 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")), AuthorizedResourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExperienceConfiguration = structure(list(Dashboard = structure(list(InitialDashboardId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DashboardVisual = structure(list(InitialDashboardVisualId = structure(list(DashboardId = structure(logical(0), tags = list(type = "string")), SheetId = structure(logical(0), tags = list(type = "string")), VisualId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), QSearchBar = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeQnA = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AllowedDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), SessionLifetimeInMinutes = structure(logical(0), tags = list(type = "long")), Namespace = structure(logical(0), tags = list(type = "string")), SessionTags = structure(list(structure(list(Key = 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")), AuthorizedResourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExperienceConfiguration = structure(list(Dashboard = structure(list(InitialDashboardId = structure(logical(0), tags = list(type = "string")), EnabledFeatures = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DisabledFeatures = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FeatureConfigurations = structure(list(SharedView = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DashboardVisual = structure(list(InitialDashboardVisualId = structure(list(DashboardId = structure(logical(0), tags = list(type = "string")), SheetId = structure(logical(0), tags = list(type = "string")), VisualId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), QSearchBar = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeQnA = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AllowedDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1145,7 +1145,7 @@ NULL .quicksight$generate_embed_url_for_registered_user_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), SessionLifetimeInMinutes = structure(logical(0), tags = list(type = "long")), UserArn = structure(logical(0), tags = list(type = "string")), ExperienceConfiguration = structure(list(Dashboard = structure(list(InitialDashboardId = structure(logical(0), tags = list(type = "string")), FeatureConfigurations = structure(list(StatePersistence = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Bookmarks = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), QuickSightConsole = structure(list(InitialPath = structure(logical(0), tags = list(type = "string")), FeatureConfigurations = structure(list(StatePersistence = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), QSearchBar = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DashboardVisual = structure(list(InitialDashboardVisualId = structure(list(DashboardId = structure(logical(0), tags = list(type = "string")), SheetId = structure(logical(0), tags = list(type = "string")), VisualId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GenerativeQnA = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AllowedDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), SessionLifetimeInMinutes = structure(logical(0), tags = list(type = "long")), UserArn = structure(logical(0), tags = list(type = "string")), ExperienceConfiguration = structure(list(Dashboard = structure(list(InitialDashboardId = structure(logical(0), tags = list(type = "string")), FeatureConfigurations = structure(list(StatePersistence = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), SharedView = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Bookmarks = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), QuickSightConsole = structure(list(InitialPath = structure(logical(0), tags = list(type = "string")), FeatureConfigurations = structure(list(StatePersistence = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), SharedView = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), QSearchBar = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DashboardVisual = structure(list(InitialDashboardVisualId = structure(list(DashboardId = structure(logical(0), tags = list(type = "string")), SheetId = structure(logical(0), tags = list(type = "string")), VisualId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GenerativeQnA = structure(list(InitialTopicId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AllowedDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1745,7 +1745,7 @@ NULL .quicksight$update_analysis_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), AnalysisId = structure(logical(0), tags = list(location = "uri", locationName = "AnalysisId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(StringParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), IntegerParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DecimalParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DateTimeParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceEntity = structure(list(SourceTemplate = structure(list(DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ThemeArn = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetIdentifierDeclarations = structure(list(structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), AnalysisId = structure(logical(0), tags = list(location = "uri", locationName = "AnalysisId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(StringParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), IntegerParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DecimalParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DateTimeParameters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceEntity = structure(list(SourceTemplate = structure(list(DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ThemeArn = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetIdentifierDeclarations = structure(list(structure(list(Identifier = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QueryExecutionOptions = structure(list(QueryExecutionMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1817,7 +1817,7 @@ NULL .quicksight$update_data_set_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), DataSetId = structure(logical(0), tags = list(location = "uri", locationName = "DataSetId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), PhysicalTableMap = structure(list(structure(list(RelationalTable = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Catalog = structure(logical(0), tags = list(type = "string")), Schema = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomSql = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), SqlQuery = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3Source = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), UploadSettings = structure(list(Format = structure(logical(0), tags = list(type = "string")), StartFromRow = structure(logical(0), tags = list(box = TRUE, type = "integer")), ContainsHeader = structure(logical(0), tags = list(box = TRUE, type = "boolean")), TextQualifier = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), LogicalTableMap = structure(list(structure(list(Alias = structure(logical(0), tags = list(type = "string")), DataTransforms = structure(list(structure(list(ProjectOperation = structure(list(ProjectedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FilterOperation = structure(list(ConditionExpression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CreateColumnsOperation = structure(list(Columns = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CastColumnTypeOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnType = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(ColumnGeographicRole = structure(logical(0), tags = list(type = "string")), ColumnDescription = structure(list(Text = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), UntagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), TagNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OverrideDatasetParameterOperation = structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), NewParameterName = structure(logical(0), tags = list(type = "string")), NewDefaultValues = structure(list(StringStaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DecimalStaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list")), DateTimeStaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list")), IntegerStaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Source = structure(list(JoinInstruction = structure(list(LeftOperand = structure(logical(0), tags = list(type = "string")), RightOperand = structure(logical(0), tags = list(type = "string")), LeftJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), RightJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), OnClause = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PhysicalTableId = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), ImportMode = structure(logical(0), tags = list(type = "string")), ColumnGroups = structure(list(structure(list(GeoSpatialColumnGroup = structure(list(Name = structure(logical(0), tags = list(type = "string")), CountryCode = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FieldFolders = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string")), columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map")), RowLevelPermissionDataSet = structure(list(Namespace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), PermissionPolicy = structure(logical(0), tags = list(type = "string")), FormatVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RowLevelPermissionTagConfiguration = structure(list(Status = structure(logical(0), tags = list(type = "string")), TagRules = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string")), TagMultiValueDelimiter = structure(logical(0), tags = list(type = "string")), MatchAllValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), TagRuleConfigurations = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLevelPermissionRules = structure(list(structure(list(Principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetUsageConfiguration = structure(list(DisableUseAsDirectQuerySource = structure(logical(0), tags = list(type = "boolean")), DisableUseAsImportedSource = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DatasetParameters = structure(list(structure(list(StringDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), IntegerDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), DataSetId = structure(logical(0), tags = list(location = "uri", locationName = "DataSetId", type = "string")), Name = structure(logical(0), tags = list(type = "string")), PhysicalTableMap = structure(list(structure(list(RelationalTable = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Catalog = structure(logical(0), tags = list(type = "string")), Schema = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomSql = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), SqlQuery = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), S3Source = structure(list(DataSourceArn = structure(logical(0), tags = list(type = "string")), UploadSettings = structure(list(Format = structure(logical(0), tags = list(type = "string")), StartFromRow = structure(logical(0), tags = list(box = TRUE, type = "integer")), ContainsHeader = structure(logical(0), tags = list(box = TRUE, type = "boolean")), TextQualifier = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InputColumns = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), LogicalTableMap = structure(list(structure(list(Alias = structure(logical(0), tags = list(type = "string")), DataTransforms = structure(list(structure(list(ProjectOperation = structure(list(ProjectedColumns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), FilterOperation = structure(list(ConditionExpression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), CreateColumnsOperation = structure(list(Columns = structure(list(structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), ColumnId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RenameColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CastColumnTypeOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), NewColumnType = structure(logical(0), tags = list(type = "string")), SubType = structure(logical(0), tags = list(type = "string")), Format = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(ColumnGeographicRole = structure(logical(0), tags = list(type = "string")), ColumnDescription = structure(list(Text = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), UntagColumnOperation = structure(list(ColumnName = structure(logical(0), tags = list(type = "string")), TagNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OverrideDatasetParameterOperation = structure(list(ParameterName = structure(logical(0), tags = list(type = "string")), NewParameterName = structure(logical(0), tags = list(type = "string")), NewDefaultValues = structure(list(StringStaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DecimalStaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list")), DateTimeStaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list")), IntegerStaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Source = structure(list(JoinInstruction = structure(list(LeftOperand = structure(logical(0), tags = list(type = "string")), RightOperand = structure(logical(0), tags = list(type = "string")), LeftJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), RightJoinKeyProperties = structure(list(UniqueKey = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), OnClause = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PhysicalTableId = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), ImportMode = structure(logical(0), tags = list(type = "string")), ColumnGroups = structure(list(structure(list(GeoSpatialColumnGroup = structure(list(Name = structure(logical(0), tags = list(type = "string")), CountryCode = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FieldFolders = structure(list(structure(list(description = structure(logical(0), tags = list(type = "string")), columns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map")), RowLevelPermissionDataSet = structure(list(Namespace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), PermissionPolicy = structure(logical(0), tags = list(type = "string")), FormatVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RowLevelPermissionTagConfiguration = structure(list(Status = structure(logical(0), tags = list(type = "string")), TagRules = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string")), TagMultiValueDelimiter = structure(logical(0), tags = list(type = "string")), MatchAllValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), TagRuleConfigurations = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLevelPermissionRules = structure(list(structure(list(Principals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ColumnNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetUsageConfiguration = structure(list(DisableUseAsDirectQuerySource = structure(logical(0), tags = list(type = "boolean")), DisableUseAsImportedSource = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), DatasetParameters = structure(list(structure(list(StringDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), IntegerDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "long"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeDatasetParameter = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ValueType = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1997,7 +1997,7 @@ NULL .quicksight$update_template_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), TemplateId = structure(logical(0), tags = list(location = "uri", locationName = "TemplateId", type = "string")), SourceEntity = structure(list(SourceAnalysis = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceTemplate = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), VersionDescription = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetConfigurations = structure(list(structure(list(Placeholder = structure(logical(0), tags = list(type = "string")), DataSetSchema = structure(list(ColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DataType = structure(logical(0), tags = list(type = "string")), GeographicRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnGroupSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ColumnGroupColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(AwsAccountId = structure(logical(0), tags = list(location = "uri", locationName = "AwsAccountId", type = "string")), TemplateId = structure(logical(0), tags = list(location = "uri", locationName = "TemplateId", type = "string")), SourceEntity = structure(list(SourceAnalysis = structure(list(Arn = structure(logical(0), tags = list(type = "string")), DataSetReferences = structure(list(structure(list(DataSetPlaceholder = structure(logical(0), tags = list(type = "string")), DataSetArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceTemplate = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), VersionDescription = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Definition = structure(list(DataSetConfigurations = structure(list(structure(list(Placeholder = structure(logical(0), tags = list(type = "string")), DataSetSchema = structure(list(ColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DataType = structure(logical(0), tags = list(type = "string")), GeographicRole = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnGroupSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), ColumnGroupColumnSchemaList = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Sheets = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ParameterControls = structure(list(structure(list(DateTimePicker = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), List = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LinkToDataSetColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(ParameterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterControls = structure(list(structure(list(DateTimePicker = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), List = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Dropdown = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextField = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextArea = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Slider = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), RelativeDateTime = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), Title = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CrossSheet = structure(list(FilterControlId = structure(logical(0), tags = list(type = "string")), SourceFilterId = structure(logical(0), tags = list(type = "string")), CascadingControlConfiguration = structure(list(SourceControls = structure(list(structure(list(SourceSheetControlId = structure(logical(0), tags = list(type = "string")), ColumnToMatch = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Visuals = structure(list(structure(list(TableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TableAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableUnaggregatedFieldWells = structure(list(Values = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(RowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), TableOptions = structure(list(Orientation = structure(logical(0), tags = list(type = "string")), HeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), URLStyling = structure(list(LinkConfiguration = structure(list(Target = structure(logical(0), tags = list(type = "string")), Content = structure(list(CustomTextContent = structure(list(Value = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomIconContent = structure(list(Icon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ImageConfiguration = structure(list(SizingOptions = structure(list(TableCellImageScalingConfiguration = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Order = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), PinnedFieldOptions = structure(list(PinnedLeftFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TableInlineVisualizations = structure(list(structure(list(DataBars = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), PositiveColor = structure(logical(0), tags = list(type = "string")), NegativeColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Row = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PivotTableVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PivotTableAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(FieldSortOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), SortBy = structure(list(Field = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Column = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataPath = structure(list(Direction = structure(logical(0), tags = list(type = "string")), SortPaths = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TableOptions = structure(list(MetricPlacement = structure(logical(0), tags = list(type = "string")), SingleMetricVisibility = structure(logical(0), tags = list(type = "string")), ColumnNamesVisibility = structure(logical(0), tags = list(type = "string")), ToggleButtonsVisibility = structure(logical(0), tags = list(type = "string")), ColumnHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowHeaderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowFieldNamesStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowAlternateColorOptions = structure(list(Status = structure(logical(0), tags = list(type = "string")), RowAlternateColors = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsePrimaryBackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CollapsedRowDimensionsVisibility = structure(logical(0), tags = list(type = "string")), RowsLayout = structure(logical(0), tags = list(type = "string")), RowsLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultCellWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalOptions = structure(list(RowSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnSubtotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), FieldLevel = structure(logical(0), tags = list(type = "string")), FieldLevelOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), StyleTargets = structure(list(structure(list(CellType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RowTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnTotalOptions = structure(list(TotalsVisibility = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string")), ScrollStatus = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), TotalCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValueCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MetricHeaderCellStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextWrap = structure(logical(0), tags = list(type = "string")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string")), VerticalTextAlignment = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "integer")), Border = structure(list(UniformBorder = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SideSpecificBorder = structure(list(InnerVertical = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InnerHorizontal = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Left = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Right = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Top = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Bottom = structure(list(Color = structure(logical(0), tags = list(type = "string")), Thickness = structure(logical(0), tags = list(type = "integer")), Style = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TotalAggregationOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TotalAggregationFunction = structure(list(SimpleTotalAggregationFunction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), FieldOptions = structure(list(SelectedFieldOptions = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), CustomLabel = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DataPathOptions = structure(list(structure(list(DataPathList = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Width = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CollapseStateOptions = structure(list(structure(list(Target = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldDataPathValues = structure(list(structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PaginatedReportOptions = structure(list(VerticalOverflowVisibility = structure(logical(0), tags = list(type = "string")), OverflowColumnHeaderVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Cell = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), TextFormat = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Scope = structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Scopes = structure(list(structure(list(Role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Orientation = structure(logical(0), tags = list(type = "string")), BarsArrangement = structure(logical(0), tags = list(type = "string")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TrendGroups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortConfiguration = structure(list(TrendGroupSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KPIOptions = structure(list(ProgressBar = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TrendArrows = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValue = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Sparkline = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string")), TooltipVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualLayoutOptions = structure(list(StandardLayout = structure(list(Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProgressBar = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ActualValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PieChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(PieChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DonutOptions = structure(list(ArcOptions = structure(list(ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DonutCenterOptions = structure(list(LabelVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GaugeChartOptions = structure(list(PrimaryValueDisplayType = structure(logical(0), tags = list(type = "string")), Comparison = structure(list(ComparisonMethod = structure(logical(0), tags = list(type = "string")), ComparisonFormat = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ArcAxis = structure(list(Range = structure(list(Min = structure(logical(0), tags = list(box = TRUE, type = "double")), Max = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), ReserveRange = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Arc = structure(list(ArcAngle = structure(logical(0), tags = list(box = TRUE, type = "double")), ArcThickness = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryValueFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TooltipOptions = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(ForegroundColor = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(PrimaryValue = structure(list(TextColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Icon = structure(list(IconSet = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconSetType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomCondition = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), IconOptions = structure(list(Icon = structure(logical(0), tags = list(type = "string")), UnicodeIcon = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), DisplayConfiguration = structure(list(IconDisplayOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Arc = structure(list(ForegroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), LineChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(LineChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiples = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmallMultiplesSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SmallMultiplesLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ForecastConfigurations = structure(list(structure(list(ForecastProperties = structure(list(PeriodsForward = structure(logical(0), tags = list(box = TRUE, type = "integer")), PeriodsBackward = structure(logical(0), tags = list(box = TRUE, type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(box = TRUE, type = "integer")), Seasonality = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")), Scenario = structure(list(WhatIfPointScenario = structure(list(Date = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), WhatIfRangeScenario = structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), EndDate = structure(logical(0), tags = list(type = "timestamp")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), SmallMultiplesOptions = structure(list(MaxVisibleRows = structure(logical(0), tags = list(type = "long")), MaxVisibleColumns = structure(logical(0), tags = list(type = "long")), PanelConfiguration = structure(list(Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HorizontalTextAlignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BorderVisibility = structure(logical(0), tags = list(type = "string")), BorderThickness = structure(logical(0), tags = list(type = "string")), BorderStyle = structure(logical(0), tags = list(type = "string")), BorderColor = structure(logical(0), tags = list(type = "string")), GutterVisibility = structure(logical(0), tags = list(type = "string")), GutterSpacing = structure(logical(0), tags = list(type = "string")), BackgroundVisibility = structure(logical(0), tags = list(type = "string")), BackgroundColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxis = structure(list(Scale = structure(logical(0), tags = list(type = "string")), Placement = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(AxisOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MissingDataConfigurations = structure(list(structure(list(TreatmentOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSeriesSettings = structure(list(AxisBinding = structure(logical(0), tags = list(type = "string")), LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Series = structure(list(structure(list(FieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataFieldSeriesItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AxisBinding = structure(logical(0), tags = list(type = "string")), Settings = structure(list(LineStyleSettings = structure(list(LineVisibility = structure(logical(0), tags = list(type = "string")), LineInterpolation = structure(logical(0), tags = list(type = "string")), LineStyle = structure(logical(0), tags = list(type = "string")), LineWidth = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MarkerStyleSettings = structure(list(MarkerVisibility = structure(logical(0), tags = list(type = "string")), MarkerShape = structure(logical(0), tags = list(type = "string")), MarkerSize = structure(logical(0), tags = list(type = "string")), MarkerColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ContributionAnalysisDefaults = structure(list(structure(list(MeasureFieldId = structure(logical(0), tags = list(type = "string")), ContributorDimensions = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HeatMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HeatMapAggregatedFieldWells = structure(list(Rows = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Columns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(HeatMapRowSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapColumnSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), HeatMapRowItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HeatMapColumnItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RowLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TreeMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(TreeMapAggregatedFieldWells = structure(list(Groups = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Sizes = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(TreeMapSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TreeMapGroupItemsLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), GroupLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SizeLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorScale = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorFillType = structure(logical(0), tags = list(type = "string")), NullValueColor = structure(list(Color = structure(logical(0), tags = list(type = "string")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GeospatialMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(GeospatialMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PointStyleOptions = structure(list(SelectedPointStyle = structure(logical(0), tags = list(type = "string")), ClusterMarkerConfiguration = structure(list(ClusterMarker = structure(list(SimpleClusterMarker = structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), HeatmapConfiguration = structure(list(HeatmapColor = structure(list(Colors = structure(list(structure(list(Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FilledMapVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FilledMapAggregatedFieldWells = structure(list(Geospatial = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), WindowOptions = structure(list(Bounds = structure(list(North = structure(logical(0), tags = list(type = "double")), South = structure(logical(0), tags = list(type = "double")), West = structure(logical(0), tags = list(type = "double")), East = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), MapZoomMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MapStyleOptions = structure(list(BaseMapStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), ConditionalFormatting = structure(list(ConditionalFormattingOptions = structure(list(structure(list(Shape = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Format = structure(list(BackgroundColor = structure(list(Solid = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Gradient = structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(list(Stops = structure(list(structure(list(GradientOffset = structure(logical(0), tags = list(type = "double")), DataValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunnelChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(FunnelChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ValueLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), Position = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), MeasureDataLabelStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ScatterPlotCategoricallyAggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ScatterPlotUnaggregatedFieldWells = structure(list(XAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), YAxis = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Label = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(ScatterPlotLimitConfiguration = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), YAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ComboChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(ComboChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BarValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Colors = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LineValues = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), BarsArrangement = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SecondaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SecondaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SingleAxisOptions = structure(list(YAxisOptions = structure(list(YAxis = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BarDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LineDataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), BoxPlotVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(BoxPlotAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PaginationConfiguration = structure(list(PageSize = structure(logical(0), tags = list(box = TRUE, type = "long")), PageNumber = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")), BoxPlotOptions = structure(list(StyleOptions = structure(list(FillStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutlierVisibility = structure(logical(0), tags = list(type = "string")), AllDataPointsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ReferenceLines = structure(list(structure(list(Status = structure(logical(0), tags = list(type = "string")), DataConfiguration = structure(list(StaticConfiguration = structure(list(Value = structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "structure")), DynamicConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MeasureAggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Calculation = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisBinding = structure(logical(0), tags = list(type = "string")), SeriesType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StyleConfiguration = structure(list(Pattern = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelConfiguration = structure(list(ValueLabelConfiguration = structure(list(RelativePosition = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomLabelConfiguration = structure(list(CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontColor = structure(logical(0), tags = list(type = "string")), HorizontalPosition = structure(logical(0), tags = list(type = "string")), VerticalPosition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WaterfallVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WaterfallChartAggregatedFieldWells = structure(list(Categories = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Breakdowns = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BreakdownItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), WaterfallChartOptions = structure(list(TotalBarLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PrimaryYAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PrimaryYAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorConfiguration = structure(list(GroupColorConfiguration = structure(list(PositiveBarColor = structure(logical(0), tags = list(type = "string")), NegativeBarColor = structure(logical(0), tags = list(type = "string")), TotalBarColor = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HistogramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(HistogramAggregatedFieldWells = structure(list(Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), XAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), XAxisLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), YAxisDisplayOptions = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BinOptions = structure(list(SelectedBinType = structure(logical(0), tags = list(type = "string")), BinCount = structure(list(Value = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BinWidth = structure(list(Value = structure(logical(0), tags = list(type = "double")), BinCountLimit = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), StartValue = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tooltip = structure(list(TooltipVisibility = structure(logical(0), tags = list(type = "string")), SelectedTooltipType = structure(logical(0), tags = list(type = "string")), FieldBasedTooltip = structure(list(AggregationVisibility = structure(logical(0), tags = list(type = "string")), TooltipTitleType = structure(logical(0), tags = list(type = "string")), TooltipFields = structure(list(structure(list(FieldTooltipItem = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnTooltipItem = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Label = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), Aggregation = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TooltipTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(WordCloudAggregatedFieldWells = structure(list(GroupBy = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Size = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), WordCloudOptions = structure(list(WordOrientation = structure(logical(0), tags = list(type = "string")), WordScaling = structure(logical(0), tags = list(type = "string")), CloudLayout = structure(logical(0), tags = list(type = "string")), WordCasing = structure(logical(0), tags = list(type = "string")), WordPadding = structure(logical(0), tags = list(type = "string")), MaximumStringLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InsightVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), InsightConfiguration = structure(list(Computations = structure(list(structure(list(TopBottomRanked = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ResultSize = structure(logical(0), tags = list(type = "integer")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TopBottomMovers = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), MoverSize = structure(logical(0), tags = list(type = "integer")), SortOrder = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TotalAggregation = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumMinimum = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MetricComparison = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FromValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TargetValue = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodOverPeriod = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodToDate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodTimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GrowthRate = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), UniqueValues = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Category = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Forecast = structure(list(ComputationId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Time = structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Value = structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PeriodsForward = structure(logical(0), tags = list(type = "integer")), PeriodsBackward = structure(logical(0), tags = list(type = "integer")), UpperBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), LowerBoundary = structure(logical(0), tags = list(box = TRUE, type = "double")), PredictionInterval = structure(logical(0), tags = list(type = "integer")), Seasonality = structure(logical(0), tags = list(type = "string")), CustomSeasonalityValue = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CustomNarrative = structure(list(Narrative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SankeyDiagramVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(SankeyDiagramAggregatedFieldWells = structure(list(Source = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Destination = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Weight = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(WeightSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DestinationItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DataLabels = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), CategoryLabelVisibility = structure(logical(0), tags = list(type = "string")), MeasureLabelVisibility = structure(logical(0), tags = list(type = "string")), DataLabelTypes = structure(list(structure(list(FieldLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataPathLabelType = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeEndsLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MaximumLabelType = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Position = structure(logical(0), tags = list(type = "string")), LabelContent = structure(logical(0), tags = list(type = "string")), LabelFontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LabelColor = structure(logical(0), tags = list(type = "string")), Overlap = structure(logical(0), tags = list(type = "string")), TotalsVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CustomContentVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(ContentUrl = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), ImageScaling = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), DataSetIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmptyVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), RadarChartVisual = structure(list(VisualId = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Subtitle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FormatText = structure(list(PlainText = structure(logical(0), tags = list(type = "string")), RichText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ChartConfiguration = structure(list(FieldWells = structure(list(RadarChartAggregatedFieldWells = structure(list(Category = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Color = structure(list(structure(list(NumericalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateDimensionField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateGranularity = structure(logical(0), tags = list(type = "string")), HierarchyId = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Values = structure(list(structure(list(NumericalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), FormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AggregationFunction = structure(logical(0), tags = list(type = "string")), FormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), CalculatedMeasureField = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SortConfiguration = structure(list(CategorySort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CategoryItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorSort = structure(list(structure(list(FieldSort = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Direction = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColumnSort = structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ColorItemsLimit = structure(list(ItemsLimit = structure(logical(0), tags = list(box = TRUE, type = "long")), OtherCategories = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Shape = structure(logical(0), tags = list(type = "string")), BaseSeriesSettings = structure(list(AreaStyleSettings = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StartAngle = structure(logical(0), tags = list(type = "double")), VisualPalette = structure(list(ChartColor = structure(logical(0), tags = list(type = "string")), ColorMap = structure(list(structure(list(Element = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DataPathType = structure(list(PivotTableDataPathType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Color = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AlternateBandColorsVisibility = structure(logical(0), tags = list(type = "string")), AlternateBandEvenColor = structure(logical(0), tags = list(type = "string")), AlternateBandOddColor = structure(logical(0), tags = list(type = "string")), CategoryAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ColorAxis = structure(list(TickLabelOptions = structure(list(LabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RotationAngle = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), AxisLineVisibility = structure(logical(0), tags = list(type = "string")), GridLineVisibility = structure(logical(0), tags = list(type = "string")), DataOptions = structure(list(NumericAxisOptions = structure(list(Scale = structure(list(Linear = structure(list(StepCount = structure(logical(0), tags = list(box = TRUE, type = "integer")), StepSize = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), Logarithmic = structure(list(Base = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), Range = structure(list(MinMax = structure(list(Minimum = structure(logical(0), tags = list(box = TRUE, type = "double")), Maximum = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure")), DataDriven = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateAxisOptions = structure(list(MissingDateVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ScrollbarOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), VisibleRange = structure(list(PercentRange = structure(list(From = structure(logical(0), tags = list(box = TRUE, type = "double")), To = structure(logical(0), tags = list(box = TRUE, type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), AxisOffset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ColorLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), SortIconVisibility = structure(logical(0), tags = list(type = "string")), AxisLabelOptions = structure(list(structure(list(FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string")), ApplyTo = structure(list(FieldId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Legend = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Title = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Position = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AxesRangeScale = structure(logical(0), tags = list(type = "string")), Interactions = structure(list(VisualMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContextMenuOption = structure(list(AvailabilityStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Actions = structure(list(structure(list(CustomActionId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Trigger = structure(logical(0), tags = list(type = "string")), ActionOperations = structure(list(structure(list(FilterOperation = structure(list(SelectedFieldsConfiguration = structure(list(SelectedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectedFieldOptions = structure(logical(0), tags = list(type = "string")), SelectedColumns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TargetVisualsConfiguration = structure(list(SameSheetTargetVisualConfiguration = structure(list(TargetVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetVisualOptions = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NavigationOperation = structure(list(LocalNavigationConfiguration = structure(list(TargetSheetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), URLOperation = structure(list(URLTemplate = structure(logical(0), tags = list(type = "string")), URLTarget = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SetParametersOperation = structure(list(ParameterValueConfigurations = structure(list(structure(list(DestinationParameterName = structure(logical(0), tags = list(type = "string")), Value = structure(list(CustomValuesConfiguration = structure(list(IncludeNullValue = structure(logical(0), tags = list(type = "boolean")), CustomValues = structure(list(StringValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list")), IntegerValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list")), DecimalValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list")), DateTimeValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SelectAllValueOptions = structure(logical(0), tags = list(type = "string")), SourceParameterName = structure(logical(0), tags = list(type = "string")), SourceField = structure(logical(0), tags = list(type = "string")), SourceColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnHierarchies = structure(list(structure(list(ExplicitHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), PredefinedHierarchy = structure(list(HierarchyId = structure(logical(0), tags = list(type = "string")), Columns = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DrillDownFilters = structure(list(structure(list(NumericEqualityFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), CategoryFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMinimum = structure(logical(0), tags = list(type = "timestamp")), RangeMaximum = structure(logical(0), tags = list(type = "timestamp")), TimeGranularity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TextBoxes = structure(list(structure(list(SheetTextBoxId = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Layouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SectionBasedLayout = structure(list(HeaderSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BodySections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Content = structure(list(Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RepeatConfiguration = structure(list(DimensionConfigurations = structure(list(structure(list(DynamicCategoryDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DynamicNumericDimensionConfiguration = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), SortByMetrics = structure(list(structure(list(SortBy = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Direction = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PageBreakConfiguration = structure(list(After = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NonRepeatingVisuals = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FooterSections = structure(list(structure(list(SectionId = structure(logical(0), tags = list(type = "string")), Layout = structure(list(FreeFormLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), XAxisLocation = structure(logical(0), tags = list(type = "string")), YAxisLocation = structure(logical(0), tags = list(type = "string")), Width = structure(logical(0), tags = list(type = "string")), Height = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), RenderingRules = structure(list(structure(list(Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ConfigurationOverrides = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), BorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectedBorderStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BackgroundStyle = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), Color = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadingAnimation = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Style = structure(list(Height = structure(logical(0), tags = list(type = "string")), Padding = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SheetControlLayouts = structure(list(structure(list(Configuration = structure(list(GridLayout = structure(list(Elements = structure(list(structure(list(ElementId = structure(logical(0), tags = list(type = "string")), ElementType = structure(logical(0), tags = list(type = "string")), ColumnIndex = structure(logical(0), tags = list(type = "integer")), ColumnSpan = structure(logical(0), tags = list(type = "integer")), RowIndex = structure(logical(0), tags = list(type = "integer")), RowSpan = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CalculatedFields = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), ParameterDeclarations = structure(list(structure(list(StringParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DecimalParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "double", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "double", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), IntegerParameterDeclaration = structure(list(ParameterValueType = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "long", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(box = TRUE, type = "long", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DateTimeParameterDeclaration = structure(list(Name = structure(logical(0), tags = list(type = "string")), DefaultValues = structure(list(DynamicValue = structure(list(UserNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GroupNameColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultValueColumn = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), StaticValues = structure(list(structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "list")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ValueWhenUnset = structure(list(ValueWhenUnsetOption = structure(logical(0), tags = list(type = "string")), CustomValue = structure(logical(0), tags = list(type = "timestamp", sensitive = TRUE))), tags = list(type = "structure")), MappedDataSetParameters = structure(list(structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), DataSetParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), FilterGroups = structure(list(structure(list(FilterGroupId = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(CategoryFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), RangeMaximum = structure(list(StaticValue = structure(logical(0), tags = list(box = TRUE, type = "double")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(box = TRUE, type = "structure")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumericEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(box = TRUE, type = "double")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), MatchOperator = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeEqualityFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Value = structure(logical(0), tags = list(type = "timestamp")), ParameterName = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TimeRangeFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeMinimum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), IncludeMaximum = structure(logical(0), tags = list(box = TRUE, type = "boolean")), RangeMinimumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RangeMaximumValue = structure(list(StaticValue = structure(logical(0), tags = list(type = "timestamp")), RollingDate = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), Expression = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), Parameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeGranularity = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), RelativeDatesFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AnchorDateConfiguration = structure(list(AnchorOption = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MinimumGranularity = structure(logical(0), tags = list(type = "string")), TimeGranularity = structure(logical(0), tags = list(type = "string")), RelativeDateType = structure(logical(0), tags = list(type = "string")), RelativeDateValue = structure(logical(0), tags = list(box = TRUE, type = "integer")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string")), ExcludePeriodConfiguration = structure(list(Amount = structure(logical(0), tags = list(box = TRUE, type = "integer")), Granularity = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), TopBottomFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Limit = structure(logical(0), tags = list(box = TRUE, type = "integer")), AggregationSortConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SortDirection = structure(logical(0), tags = list(type = "string")), AggregationFunction = structure(list(NumericalAggregationFunction = structure(list(SimpleNumericalAggregation = structure(logical(0), tags = list(type = "string")), PercentileAggregation = structure(list(PercentileValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure")), CategoricalAggregationFunction = structure(logical(0), tags = list(type = "string")), DateAggregationFunction = structure(logical(0), tags = list(type = "string")), AttributeAggregationFunction = structure(list(SimpleAttributeAggregation = structure(logical(0), tags = list(type = "string")), ValueForMultipleValues = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), TimeGranularity = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NestedFilter = structure(list(FilterId = structure(logical(0), tags = list(type = "string")), Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IncludeInnerSet = structure(logical(0), tags = list(type = "boolean")), InnerFilter = structure(list(CategoryInnerFilter = structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Configuration = structure(list(FilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterListConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomFilterConfiguration = structure(list(MatchOperator = structure(logical(0), tags = list(type = "string")), CategoryValue = structure(logical(0), tags = list(type = "string")), SelectAllOptions = structure(logical(0), tags = list(type = "string")), ParameterName = structure(logical(0), tags = list(type = "string")), NullOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultFilterControlConfiguration = structure(list(Title = structure(logical(0), tags = list(type = "string")), ControlOptions = structure(list(DefaultDateTimePickerOptions = structure(list(Type = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HelperTextVisibility = structure(logical(0), tags = list(type = "string")), DateIconVisibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultListOptions = structure(list(DisplayOptions = structure(list(SearchOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultDropdownOptions = structure(list(DisplayOptions = structure(list(SelectAllOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), SelectableValues = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextFieldOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultTextAreaOptions = structure(list(Delimiter = structure(logical(0), tags = list(type = "string")), DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlaceholderOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultSliderOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), MaximumValue = structure(logical(0), tags = list(type = "double")), MinimumValue = structure(logical(0), tags = list(type = "double")), StepSize = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), DefaultRelativeDateTimeOptions = structure(list(DisplayOptions = structure(list(TitleOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), FontConfiguration = structure(list(FontSize = structure(list(Relative = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontDecoration = structure(logical(0), tags = list(type = "string")), FontColor = structure(logical(0), tags = list(type = "string")), FontWeight = structure(list(Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FontStyle = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DateTimeFormat = structure(logical(0), tags = list(type = "string")), InfoIconLabelOptions = structure(list(Visibility = structure(logical(0), tags = list(type = "string")), InfoIconText = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScopeConfiguration = structure(list(SelectedSheets = structure(list(SheetVisualScopingConfigurations = structure(list(structure(list(SheetId = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), VisualIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), AllSheets = structure(list(), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), CrossDataset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ColumnConfigurations = structure(list(structure(list(Column = structure(list(DataSetIdentifier = structure(logical(0), tags = list(type = "string")), ColumnName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FormatConfiguration = structure(list(StringFormatConfiguration = structure(list(NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), NumberFormatConfiguration = structure(list(FormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), DateTimeFormatConfiguration = structure(list(DateTimeFormat = structure(logical(0), tags = list(type = "string")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), NumericFormatConfiguration = structure(list(NumberDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrencyDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Symbol = structure(logical(0), tags = list(type = "string")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NumberScale = structure(logical(0), tags = list(type = "string")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), PercentageDisplayFormatConfiguration = structure(list(Prefix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Suffix = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), SeparatorConfiguration = structure(list(DecimalSeparator = structure(logical(0), tags = list(type = "string")), ThousandsSeparator = structure(list(Symbol = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DecimalPlacesConfiguration = structure(list(DecimalPlaces = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), NegativeValueConfiguration = structure(list(DisplayMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NullValueFormatConfiguration = structure(list(NullString = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Role = structure(logical(0), tags = list(type = "string")), ColorsConfiguration = structure(list(CustomColors = structure(list(structure(list(FieldValue = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), Color = structure(logical(0), tags = list(type = "string")), SpecialValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AnalysisDefaults = structure(list(DefaultNewSheetConfiguration = structure(list(InteractiveLayoutConfiguration = structure(list(Grid = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(ResizeOption = structure(logical(0), tags = list(type = "string")), OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), FreeForm = structure(list(CanvasSizeOptions = structure(list(ScreenCanvasSizeOptions = structure(list(OptimizedViewPortWidth = structure(logical(0), tags = list(box = TRUE, type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), PaginatedLayoutConfiguration = structure(list(SectionBased = structure(list(CanvasSizeOptions = structure(list(PaperCanvasSizeOptions = structure(list(PaperSize = structure(logical(0), tags = list(type = "string")), PaperOrientation = structure(logical(0), tags = list(type = "string")), PaperMargin = structure(list(Top = structure(logical(0), tags = list(type = "string")), Bottom = structure(logical(0), tags = list(type = "string")), Left = structure(logical(0), tags = list(type = "string")), Right = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SheetContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Options = structure(list(Timezone = structure(logical(0), tags = list(type = "string")), WeekStart = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QueryExecutionOptions = structure(list(QueryExecutionMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ValidationStrategy = structure(list(Mode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.analytics/man/datazone.Rd b/cran/paws.analytics/man/datazone.Rd index 8da06ad3c7..a5738af560 100644 --- a/cran/paws.analytics/man/datazone.Rd +++ b/cran/paws.analytics/man/datazone.Rd @@ -97,14 +97,20 @@ Services Lake Formation. \tabular{ll}{ \link[=datazone_accept_predictions]{accept_predictions} \tab Accepts automatically generated business-friendly metadata for your Amazon DataZone assets\cr \link[=datazone_accept_subscription_request]{accept_subscription_request} \tab Accepts a subscription request to a specific asset\cr +\link[=datazone_add_entity_owner]{add_entity_owner} \tab Adds the owner of an entity (a domain unit)\cr +\link[=datazone_add_policy_grant]{add_policy_grant} \tab Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles\cr \link[=datazone_associate_environment_role]{associate_environment_role} \tab Associates the environment role in Amazon DataZone\cr \link[=datazone_cancel_metadata_generation_run]{cancel_metadata_generation_run} \tab Cancels the metadata generation run\cr \link[=datazone_cancel_subscription]{cancel_subscription} \tab Cancels the subscription to the specified asset\cr \link[=datazone_create_asset]{create_asset} \tab Creates an asset in Amazon DataZone catalog\cr +\link[=datazone_create_asset_filter]{create_asset_filter} \tab Creates a data asset filter\cr \link[=datazone_create_asset_revision]{create_asset_revision} \tab Creates a revision of the asset\cr \link[=datazone_create_asset_type]{create_asset_type} \tab Creates a custom asset type\cr +\link[=datazone_create_data_product]{create_data_product} \tab Creates a data product\cr +\link[=datazone_create_data_product_revision]{create_data_product_revision} \tab Creates a data product revision\cr \link[=datazone_create_data_source]{create_data_source} \tab Creates an Amazon DataZone data source\cr \link[=datazone_create_domain]{create_domain} \tab Creates an Amazon DataZone domain\cr +\link[=datazone_create_domain_unit]{create_domain_unit} \tab Creates a domain unit in Amazon DataZone\cr \link[=datazone_create_environment]{create_environment} \tab Create an Amazon DataZone environment\cr \link[=datazone_create_environment_action]{create_environment_action} \tab Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment\cr \link[=datazone_create_environment_profile]{create_environment_profile} \tab Creates an Amazon DataZone environment profile\cr @@ -119,10 +125,13 @@ Services Lake Formation. \link[=datazone_create_subscription_request]{create_subscription_request} \tab Creates a subscription request in Amazon DataZone\cr \link[=datazone_create_subscription_target]{create_subscription_target} \tab Creates a subscription target in Amazon DataZone\cr \link[=datazone_create_user_profile]{create_user_profile} \tab Creates a user profile in Amazon DataZone\cr -\link[=datazone_delete_asset]{delete_asset} \tab Delets an asset in Amazon DataZone\cr +\link[=datazone_delete_asset]{delete_asset} \tab Deletes an asset in Amazon DataZone\cr +\link[=datazone_delete_asset_filter]{delete_asset_filter} \tab Deletes an asset filter\cr \link[=datazone_delete_asset_type]{delete_asset_type} \tab Deletes an asset type in Amazon DataZone\cr +\link[=datazone_delete_data_product]{delete_data_product} \tab Deletes a data product in Amazon DataZone\cr \link[=datazone_delete_data_source]{delete_data_source} \tab Deletes a data source in Amazon DataZone\cr \link[=datazone_delete_domain]{delete_domain} \tab Deletes a Amazon DataZone domain\cr +\link[=datazone_delete_domain_unit]{delete_domain_unit} \tab Deletes a domain unit\cr \link[=datazone_delete_environment]{delete_environment} \tab Deletes an environment in Amazon DataZone\cr \link[=datazone_delete_environment_action]{delete_environment_action} \tab Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment\cr \link[=datazone_delete_environment_blueprint_configuration]{delete_environment_blueprint_configuration} \tab Deletes the blueprint configuration in Amazon DataZone\cr @@ -139,14 +148,18 @@ Services Lake Formation. \link[=datazone_delete_time_series_data_points]{delete_time_series_data_points} \tab Deletes the specified time series form for the specified asset\cr \link[=datazone_disassociate_environment_role]{disassociate_environment_role} \tab Disassociates the environment role in Amazon DataZone\cr \link[=datazone_get_asset]{get_asset} \tab Gets an Amazon DataZone asset\cr +\link[=datazone_get_asset_filter]{get_asset_filter} \tab Gets an asset filter\cr \link[=datazone_get_asset_type]{get_asset_type} \tab Gets an Amazon DataZone asset type\cr +\link[=datazone_get_data_product]{get_data_product} \tab Gets the data product\cr \link[=datazone_get_data_source]{get_data_source} \tab Gets an Amazon DataZone data source\cr \link[=datazone_get_data_source_run]{get_data_source_run} \tab Gets an Amazon DataZone data source run\cr \link[=datazone_get_domain]{get_domain} \tab Gets an Amazon DataZone domain\cr +\link[=datazone_get_domain_unit]{get_domain_unit} \tab Gets the details of the specified domain unit\cr \link[=datazone_get_environment]{get_environment} \tab Gets an Amazon DataZone environment\cr \link[=datazone_get_environment_action]{get_environment_action} \tab Gets the specified environment action\cr \link[=datazone_get_environment_blueprint]{get_environment_blueprint} \tab Gets an Amazon DataZone blueprint\cr \link[=datazone_get_environment_blueprint_configuration]{get_environment_blueprint_configuration} \tab Gets the blueprint configuration in Amazon DataZone\cr +\link[=datazone_get_environment_credentials]{get_environment_credentials} \tab Gets the credentials of an environment in Amazon DataZone\cr \link[=datazone_get_environment_profile]{get_environment_profile} \tab Gets an evinronment profile in Amazon DataZone\cr \link[=datazone_get_form_type]{get_form_type} \tab Gets a metadata form type in Amazon DataZone\cr \link[=datazone_get_glossary]{get_glossary} \tab Gets a business glossary in Amazon DataZone\cr @@ -163,11 +176,15 @@ Services Lake Formation. \link[=datazone_get_subscription_target]{get_subscription_target} \tab Gets the subscription target in Amazon DataZone\cr \link[=datazone_get_time_series_data_point]{get_time_series_data_point} \tab Gets the existing data point for the asset\cr \link[=datazone_get_user_profile]{get_user_profile} \tab Gets a user profile in Amazon DataZone\cr +\link[=datazone_list_asset_filters]{list_asset_filters} \tab Lists asset filters\cr \link[=datazone_list_asset_revisions]{list_asset_revisions} \tab Lists the revisions for the asset\cr +\link[=datazone_list_data_product_revisions]{list_data_product_revisions} \tab Lists data product revisions\cr \link[=datazone_list_data_source_run_activities]{list_data_source_run_activities} \tab Lists data source run activities\cr \link[=datazone_list_data_source_runs]{list_data_source_runs} \tab Lists data source runs in Amazon DataZone\cr \link[=datazone_list_data_sources]{list_data_sources} \tab Lists data sources in Amazon DataZone\cr \link[=datazone_list_domains]{list_domains} \tab Lists Amazon DataZone domains\cr +\link[=datazone_list_domain_units_for_parent]{list_domain_units_for_parent} \tab Lists child domain units for the specified parent domain unit\cr +\link[=datazone_list_entity_owners]{list_entity_owners} \tab Lists the entity (domain units) owners\cr \link[=datazone_list_environment_actions]{list_environment_actions} \tab Lists existing environment actions\cr \link[=datazone_list_environment_blueprint_configurations]{list_environment_blueprint_configurations} \tab Lists blueprint configurations for a Amazon DataZone environment\cr \link[=datazone_list_environment_blueprints]{list_environment_blueprints} \tab Lists blueprints in an Amazon DataZone environment\cr @@ -176,6 +193,7 @@ Services Lake Formation. \link[=datazone_list_lineage_node_history]{list_lineage_node_history} \tab Lists the history of the specified data lineage node\cr \link[=datazone_list_metadata_generation_runs]{list_metadata_generation_runs} \tab Lists all metadata generation runs\cr \link[=datazone_list_notifications]{list_notifications} \tab Lists all Amazon DataZone notifications\cr +\link[=datazone_list_policy_grants]{list_policy_grants} \tab Lists policy grants\cr \link[=datazone_list_project_memberships]{list_project_memberships} \tab Lists all members of the specified project\cr \link[=datazone_list_projects]{list_projects} \tab Lists Amazon DataZone projects\cr \link[=datazone_list_subscription_grants]{list_subscription_grants} \tab Lists subscription grants\cr @@ -189,6 +207,8 @@ Services Lake Formation. \link[=datazone_put_environment_blueprint_configuration]{put_environment_blueprint_configuration} \tab Writes the configuration for the specified environment blueprint in Amazon DataZone\cr \link[=datazone_reject_predictions]{reject_predictions} \tab Rejects automatically generated business-friendly metadata for your Amazon DataZone assets\cr \link[=datazone_reject_subscription_request]{reject_subscription_request} \tab Rejects the specified subscription request\cr +\link[=datazone_remove_entity_owner]{remove_entity_owner} \tab Removes an owner from an entity\cr +\link[=datazone_remove_policy_grant]{remove_policy_grant} \tab Removes a policy grant\cr \link[=datazone_revoke_subscription]{revoke_subscription} \tab Revokes a specified subscription in Amazon DataZone\cr \link[=datazone_search]{search} \tab Searches for assets in Amazon DataZone\cr \link[=datazone_search_group_profiles]{search_group_profiles} \tab Searches group profiles in Amazon DataZone\cr @@ -199,8 +219,10 @@ Services Lake Formation. \link[=datazone_start_metadata_generation_run]{start_metadata_generation_run} \tab Starts the metadata generation run\cr \link[=datazone_tag_resource]{tag_resource} \tab Tags a resource in Amazon DataZone\cr \link[=datazone_untag_resource]{untag_resource} \tab Untags a resource in Amazon DataZone\cr +\link[=datazone_update_asset_filter]{update_asset_filter} \tab Updates an asset filter\cr \link[=datazone_update_data_source]{update_data_source} \tab Updates the specified data source in Amazon DataZone\cr \link[=datazone_update_domain]{update_domain} \tab Updates a Amazon DataZone domain\cr +\link[=datazone_update_domain_unit]{update_domain_unit} \tab Updates the domain unit\cr \link[=datazone_update_environment]{update_environment} \tab Updates the specified environment in Amazon DataZone\cr \link[=datazone_update_environment_action]{update_environment_action} \tab Updates an environment action\cr \link[=datazone_update_environment_profile]{update_environment_profile} \tab Updates the specified environment profile in Amazon DataZone\cr diff --git a/cran/paws.analytics/man/datazone_add_entity_owner.Rd b/cran/paws.analytics/man/datazone_add_entity_owner.Rd new file mode 100644 index 0000000000..c130b2527d --- /dev/null +++ b/cran/paws.analytics/man/datazone_add_entity_owner.Rd @@ -0,0 +1,32 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_add_entity_owner} +\alias{datazone_add_entity_owner} +\title{Adds the owner of an entity (a domain unit)} +\usage{ +datazone_add_entity_owner( + clientToken = NULL, + domainIdentifier, + entityIdentifier, + entityType, + owner +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{domainIdentifier}{[required] The ID of the domain in which you want to add the entity owner.} + +\item{entityIdentifier}{[required] The ID of the entity to which you want to add an owner.} + +\item{entityType}{[required] The type of an entity.} + +\item{owner}{[required] The owner that you want to add to the entity.} +} +\description{ +Adds the owner of an entity (a domain unit). + +See \url{https://www.paws-r-sdk.com/docs/datazone_add_entity_owner/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_add_policy_grant.Rd b/cran/paws.analytics/man/datazone_add_policy_grant.Rd new file mode 100644 index 0000000000..d6671391bc --- /dev/null +++ b/cran/paws.analytics/man/datazone_add_policy_grant.Rd @@ -0,0 +1,40 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_add_policy_grant} +\alias{datazone_add_policy_grant} +\title{Adds a policy grant (an authorization policy) to a specified entity, +including domain units, environment blueprint configurations, or +environment profiles} +\usage{ +datazone_add_policy_grant( + clientToken = NULL, + detail, + domainIdentifier, + entityIdentifier, + entityType, + policyType, + principal +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{detail}{[required] The details of the policy grant.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to add a policy grant.} + +\item{entityIdentifier}{[required] The ID of the entity (resource) to which you want to add a policy grant.} + +\item{entityType}{[required] The type of entity (resource) to which the grant is added.} + +\item{policyType}{[required] The type of policy that you want to grant.} + +\item{principal}{[required] The principal to whom the permissions are granted.} +} +\description{ +Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles. + +See \url{https://www.paws-r-sdk.com/docs/datazone_add_policy_grant/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_create_asset_filter.Rd b/cran/paws.analytics/man/datazone_create_asset_filter.Rd new file mode 100644 index 0000000000..0372c0dafd --- /dev/null +++ b/cran/paws.analytics/man/datazone_create_asset_filter.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_create_asset_filter} +\alias{datazone_create_asset_filter} +\title{Creates a data asset filter} +\usage{ +datazone_create_asset_filter( + assetIdentifier, + clientToken = NULL, + configuration, + description = NULL, + domainIdentifier, + name +) +} +\arguments{ +\item{assetIdentifier}{[required] The ID of the data asset.} + +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{configuration}{[required] The configuration of the asset filter.} + +\item{description}{The description of the asset filter.} + +\item{domainIdentifier}{[required] The ID of the domain in which you want to create an asset filter.} + +\item{name}{[required] The name of the asset filter.} +} +\description{ +Creates a data asset filter. + +See \url{https://www.paws-r-sdk.com/docs/datazone_create_asset_filter/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_create_data_product.Rd b/cran/paws.analytics/man/datazone_create_data_product.Rd new file mode 100644 index 0000000000..215d04a27f --- /dev/null +++ b/cran/paws.analytics/man/datazone_create_data_product.Rd @@ -0,0 +1,41 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_create_data_product} +\alias{datazone_create_data_product} +\title{Creates a data product} +\usage{ +datazone_create_data_product( + clientToken = NULL, + description = NULL, + domainIdentifier, + formsInput = NULL, + glossaryTerms = NULL, + items = NULL, + name, + owningProjectIdentifier +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{description}{The description of the data product.} + +\item{domainIdentifier}{[required] The ID of the domain where the data product is created.} + +\item{formsInput}{The metadata forms of the data product.} + +\item{glossaryTerms}{The glossary terms of the data product.} + +\item{items}{The data assets of the data product.} + +\item{name}{[required] The name of the data product.} + +\item{owningProjectIdentifier}{[required] The ID of the owning project of the data product.} +} +\description{ +Creates a data product. + +See \url{https://www.paws-r-sdk.com/docs/datazone_create_data_product/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_create_data_product_revision.Rd b/cran/paws.analytics/man/datazone_create_data_product_revision.Rd new file mode 100644 index 0000000000..0c135bc6d6 --- /dev/null +++ b/cran/paws.analytics/man/datazone_create_data_product_revision.Rd @@ -0,0 +1,41 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_create_data_product_revision} +\alias{datazone_create_data_product_revision} +\title{Creates a data product revision} +\usage{ +datazone_create_data_product_revision( + clientToken = NULL, + description = NULL, + domainIdentifier, + formsInput = NULL, + glossaryTerms = NULL, + identifier, + items = NULL, + name +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{description}{The description of the data product revision.} + +\item{domainIdentifier}{[required] The ID of the domain where the data product revision is created.} + +\item{formsInput}{The metadata forms of the data product revision.} + +\item{glossaryTerms}{The glossary terms of the data product revision.} + +\item{identifier}{[required] The ID of the data product revision.} + +\item{items}{The data assets of the data product revision.} + +\item{name}{[required] The name of the data product revision.} +} +\description{ +Creates a data product revision. + +See \url{https://www.paws-r-sdk.com/docs/datazone_create_data_product_revision/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_create_domain_unit.Rd b/cran/paws.analytics/man/datazone_create_domain_unit.Rd new file mode 100644 index 0000000000..9f4f253134 --- /dev/null +++ b/cran/paws.analytics/man/datazone_create_domain_unit.Rd @@ -0,0 +1,32 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_create_domain_unit} +\alias{datazone_create_domain_unit} +\title{Creates a domain unit in Amazon DataZone} +\usage{ +datazone_create_domain_unit( + clientToken = NULL, + description = NULL, + domainIdentifier, + name, + parentDomainUnitIdentifier +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{description}{The description of the domain unit.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to crate a domain unit.} + +\item{name}{[required] The name of the domain unit.} + +\item{parentDomainUnitIdentifier}{[required] The ID of the parent domain unit.} +} +\description{ +Creates a domain unit in Amazon DataZone. + +See \url{https://www.paws-r-sdk.com/docs/datazone_create_domain_unit/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_create_project.Rd b/cran/paws.analytics/man/datazone_create_project.Rd index 77f5305a30..1371cd1e46 100644 --- a/cran/paws.analytics/man/datazone_create_project.Rd +++ b/cran/paws.analytics/man/datazone_create_project.Rd @@ -7,6 +7,7 @@ datazone_create_project( description = NULL, domainIdentifier, + domainUnitId = NULL, glossaryTerms = NULL, name ) @@ -16,6 +17,10 @@ datazone_create_project( \item{domainIdentifier}{[required] The ID of the Amazon DataZone domain in which this project is created.} +\item{domainUnitId}{The ID of the domain unit. This parameter is not required and if it is +not specified, then the project is created at the root domain unit +level.} + \item{glossaryTerms}{The glossary terms that can be used in this Amazon DataZone project.} \item{name}{[required] The name of the Amazon DataZone project.} diff --git a/cran/paws.analytics/man/datazone_delete_asset.Rd b/cran/paws.analytics/man/datazone_delete_asset.Rd index f9086b1d97..89387c92c0 100644 --- a/cran/paws.analytics/man/datazone_delete_asset.Rd +++ b/cran/paws.analytics/man/datazone_delete_asset.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/datazone_operations.R \name{datazone_delete_asset} \alias{datazone_delete_asset} -\title{Delets an asset in Amazon DataZone} +\title{Deletes an asset in Amazon DataZone} \usage{ datazone_delete_asset(domainIdentifier, identifier) } @@ -12,7 +12,7 @@ datazone_delete_asset(domainIdentifier, identifier) \item{identifier}{[required] The identifier of the asset that is deleted.} } \description{ -Delets an asset in Amazon DataZone. +Deletes an asset in Amazon DataZone. See \url{https://www.paws-r-sdk.com/docs/datazone_delete_asset/} for full documentation. } diff --git a/cran/paws.analytics/man/datazone_delete_asset_filter.Rd b/cran/paws.analytics/man/datazone_delete_asset_filter.Rd new file mode 100644 index 0000000000..70767fab77 --- /dev/null +++ b/cran/paws.analytics/man/datazone_delete_asset_filter.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_delete_asset_filter} +\alias{datazone_delete_asset_filter} +\title{Deletes an asset filter} +\usage{ +datazone_delete_asset_filter(assetIdentifier, domainIdentifier, identifier) +} +\arguments{ +\item{assetIdentifier}{[required] The ID of the data asset.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to delete an asset filter.} + +\item{identifier}{[required] The ID of the asset filter that you want to delete.} +} +\description{ +Deletes an asset filter. + +See \url{https://www.paws-r-sdk.com/docs/datazone_delete_asset_filter/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_delete_data_product.Rd b/cran/paws.analytics/man/datazone_delete_data_product.Rd new file mode 100644 index 0000000000..e423c61ed9 --- /dev/null +++ b/cran/paws.analytics/man/datazone_delete_data_product.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_delete_data_product} +\alias{datazone_delete_data_product} +\title{Deletes a data product in Amazon DataZone} +\usage{ +datazone_delete_data_product(domainIdentifier, identifier) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the Amazon DataZone domain in which the data product is +deleted.} + +\item{identifier}{[required] The identifier of the data product that is deleted.} +} +\description{ +Deletes a data product in Amazon DataZone. + +See \url{https://www.paws-r-sdk.com/docs/datazone_delete_data_product/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_delete_domain_unit.Rd b/cran/paws.analytics/man/datazone_delete_domain_unit.Rd new file mode 100644 index 0000000000..181d49f294 --- /dev/null +++ b/cran/paws.analytics/man/datazone_delete_domain_unit.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_delete_domain_unit} +\alias{datazone_delete_domain_unit} +\title{Deletes a domain unit} +\usage{ +datazone_delete_domain_unit(domainIdentifier, identifier) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain where you want to delete a domain unit.} + +\item{identifier}{[required] The ID of the domain unit that you want to delete.} +} +\description{ +Deletes a domain unit. + +See \url{https://www.paws-r-sdk.com/docs/datazone_delete_domain_unit/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_get_asset_filter.Rd b/cran/paws.analytics/man/datazone_get_asset_filter.Rd new file mode 100644 index 0000000000..2193305f21 --- /dev/null +++ b/cran/paws.analytics/man/datazone_get_asset_filter.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_get_asset_filter} +\alias{datazone_get_asset_filter} +\title{Gets an asset filter} +\usage{ +datazone_get_asset_filter(assetIdentifier, domainIdentifier, identifier) +} +\arguments{ +\item{assetIdentifier}{[required] The ID of the data asset.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to get an asset filter.} + +\item{identifier}{[required] The ID of the asset filter.} +} +\description{ +Gets an asset filter. + +See \url{https://www.paws-r-sdk.com/docs/datazone_get_asset_filter/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_get_data_product.Rd b/cran/paws.analytics/man/datazone_get_data_product.Rd new file mode 100644 index 0000000000..ffd87e6bd9 --- /dev/null +++ b/cran/paws.analytics/man/datazone_get_data_product.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_get_data_product} +\alias{datazone_get_data_product} +\title{Gets the data product} +\usage{ +datazone_get_data_product(domainIdentifier, identifier, revision = NULL) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain where the data product lives.} + +\item{identifier}{[required] The ID of the data product.} + +\item{revision}{The revision of the data product.} +} +\description{ +Gets the data product. + +See \url{https://www.paws-r-sdk.com/docs/datazone_get_data_product/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_get_domain_unit.Rd b/cran/paws.analytics/man/datazone_get_domain_unit.Rd new file mode 100644 index 0000000000..7afdcc69d0 --- /dev/null +++ b/cran/paws.analytics/man/datazone_get_domain_unit.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_get_domain_unit} +\alias{datazone_get_domain_unit} +\title{Gets the details of the specified domain unit} +\usage{ +datazone_get_domain_unit(domainIdentifier, identifier) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain where you want to get a domain unit.} + +\item{identifier}{[required] The identifier of the domain unit that you want to get.} +} +\description{ +Gets the details of the specified domain unit. + +See \url{https://www.paws-r-sdk.com/docs/datazone_get_domain_unit/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_get_environment_credentials.Rd b/cran/paws.analytics/man/datazone_get_environment_credentials.Rd new file mode 100644 index 0000000000..9daa40bfd2 --- /dev/null +++ b/cran/paws.analytics/man/datazone_get_environment_credentials.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_get_environment_credentials} +\alias{datazone_get_environment_credentials} +\title{Gets the credentials of an environment in Amazon DataZone} +\usage{ +datazone_get_environment_credentials(domainIdentifier, environmentIdentifier) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the Amazon DataZone domain in which this environment and its +credentials exist.} + +\item{environmentIdentifier}{[required] The ID of the environment whose credentials this operation gets.} +} +\description{ +Gets the credentials of an environment in Amazon DataZone. + +See \url{https://www.paws-r-sdk.com/docs/datazone_get_environment_credentials/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_get_listing.Rd b/cran/paws.analytics/man/datazone_get_listing.Rd index 7e4b90f09b..7015db0516 100644 --- a/cran/paws.analytics/man/datazone_get_listing.Rd +++ b/cran/paws.analytics/man/datazone_get_listing.Rd @@ -14,7 +14,7 @@ datazone_get_listing(domainIdentifier, identifier, listingRevision = NULL) \item{listingRevision}{The revision of the listing.} } \description{ -Gets a listing (a record of an asset at a given time). +Gets a listing (a record of an asset at a given time). If you specify a listing version, only details that are specific to that version are returned. See \url{https://www.paws-r-sdk.com/docs/datazone_get_listing/} for full documentation. } diff --git a/cran/paws.analytics/man/datazone_list_asset_filters.Rd b/cran/paws.analytics/man/datazone_list_asset_filters.Rd new file mode 100644 index 0000000000..336122d04f --- /dev/null +++ b/cran/paws.analytics/man/datazone_list_asset_filters.Rd @@ -0,0 +1,42 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_list_asset_filters} +\alias{datazone_list_asset_filters} +\title{Lists asset filters} +\usage{ +datazone_list_asset_filters( + assetIdentifier, + domainIdentifier, + maxResults = NULL, + nextToken = NULL, + status = NULL +) +} +\arguments{ +\item{assetIdentifier}{[required] The ID of the data asset.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to list asset filters.} + +\item{maxResults}{The maximum number of asset filters to return in a single call to +\code{\link[=datazone_list_asset_filters]{list_asset_filters}}. When the number of +asset filters to be listed is greater than the value of \code{MaxResults}, +the response contains a \code{NextToken} value that you can use in a +subsequent call to \code{\link[=datazone_list_asset_filters]{list_asset_filters}} +to list the next set of asset filters.} + +\item{nextToken}{When the number of asset filters is greater than the default value for +the \code{MaxResults} parameter, or if you explicitly specify a value for +\code{MaxResults} that is less than the number of asset filters, the response +includes a pagination token named \code{NextToken}. You can specify this +\code{NextToken} value in a subsequent call to +\code{\link[=datazone_list_asset_filters]{list_asset_filters}} to list the next set +of asset filters.} + +\item{status}{The status of the asset filter.} +} +\description{ +Lists asset filters. + +See \url{https://www.paws-r-sdk.com/docs/datazone_list_asset_filters/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_list_data_product_revisions.Rd b/cran/paws.analytics/man/datazone_list_data_product_revisions.Rd new file mode 100644 index 0000000000..30e3d29b3f --- /dev/null +++ b/cran/paws.analytics/man/datazone_list_data_product_revisions.Rd @@ -0,0 +1,41 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_list_data_product_revisions} +\alias{datazone_list_data_product_revisions} +\title{Lists data product revisions} +\usage{ +datazone_list_data_product_revisions( + domainIdentifier, + identifier, + maxResults = NULL, + nextToken = NULL +) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain of the data product revisions that you want to +list.} + +\item{identifier}{[required] The ID of the data product revision.} + +\item{maxResults}{The maximum number of asset filters to return in a single call to +\code{\link[=datazone_list_data_product_revisions]{list_data_product_revisions}}. +When the number of data product revisions to be listed is greater than +the value of \code{MaxResults}, the response contains a \code{NextToken} value +that you can use in a subsequent call to +\code{\link[=datazone_list_data_product_revisions]{list_data_product_revisions}} to +list the next set of data product revisions.} + +\item{nextToken}{When the number of data product revisions is greater than the default +value for the \code{MaxResults} parameter, or if you explicitly specify a +value for \code{MaxResults} that is less than the number of data product +revisions, the response includes a pagination token named \code{NextToken}. +You can specify this \code{NextToken} value in a subsequent call to +\code{\link[=datazone_list_data_product_revisions]{list_data_product_revisions}} to +list the next set of data product revisions.} +} +\description{ +Lists data product revisions. + +See \url{https://www.paws-r-sdk.com/docs/datazone_list_data_product_revisions/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_list_domain_units_for_parent.Rd b/cran/paws.analytics/man/datazone_list_domain_units_for_parent.Rd new file mode 100644 index 0000000000..13000ff3c2 --- /dev/null +++ b/cran/paws.analytics/man/datazone_list_domain_units_for_parent.Rd @@ -0,0 +1,38 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_list_domain_units_for_parent} +\alias{datazone_list_domain_units_for_parent} +\title{Lists child domain units for the specified parent domain unit} +\usage{ +datazone_list_domain_units_for_parent( + domainIdentifier, + maxResults = NULL, + nextToken = NULL, + parentDomainUnitIdentifier +) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain in which you want to list domain units for a parent +domain unit.} + +\item{maxResults}{The maximum number of domain units to return in a single call to +ListDomainUnitsForParent. When the number of domain units to be listed +is greater than the value of MaxResults, the response contains a +NextToken value that you can use in a subsequent call to +ListDomainUnitsForParent to list the next set of domain units.} + +\item{nextToken}{When the number of domain units is greater than the default value for +the MaxResults parameter, or if you explicitly specify a value for +MaxResults that is less than the number of domain units, the response +includes a pagination token named NextToken. You can specify this +NextToken value in a subsequent call to ListDomainUnitsForParent to list +the next set of domain units.} + +\item{parentDomainUnitIdentifier}{[required] The ID of the parent domain unit.} +} +\description{ +Lists child domain units for the specified parent domain unit. + +See \url{https://www.paws-r-sdk.com/docs/datazone_list_domain_units_for_parent/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_list_entity_owners.Rd b/cran/paws.analytics/man/datazone_list_entity_owners.Rd new file mode 100644 index 0000000000..15b5912017 --- /dev/null +++ b/cran/paws.analytics/man/datazone_list_entity_owners.Rd @@ -0,0 +1,42 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_list_entity_owners} +\alias{datazone_list_entity_owners} +\title{Lists the entity (domain units) owners} +\usage{ +datazone_list_entity_owners( + domainIdentifier, + entityIdentifier, + entityType, + maxResults = NULL, + nextToken = NULL +) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain where you want to list entity owners.} + +\item{entityIdentifier}{[required] The ID of the entity that you want to list.} + +\item{entityType}{[required] The type of the entity that you want to list.} + +\item{maxResults}{The maximum number of entities to return in a single call to +\code{\link[=datazone_list_entity_owners]{list_entity_owners}}. When the number of +entities to be listed is greater than the value of \code{MaxResults}, the +response contains a \code{NextToken} value that you can use in a subsequent +call to \code{\link[=datazone_list_entity_owners]{list_entity_owners}} to list the +next set of entities.} + +\item{nextToken}{When the number of entities is greater than the default value for the +\code{MaxResults} parameter, or if you explicitly specify a value for +\code{MaxResults} that is less than the number of entities, the response +includes a pagination token named \code{NextToken}. You can specify this +\code{NextToken} value in a subsequent call to +\code{\link[=datazone_list_entity_owners]{list_entity_owners}} to list the next set +of entities.} +} +\description{ +Lists the entity (domain units) owners. + +See \url{https://www.paws-r-sdk.com/docs/datazone_list_entity_owners/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_list_policy_grants.Rd b/cran/paws.analytics/man/datazone_list_policy_grants.Rd new file mode 100644 index 0000000000..6c1731288a --- /dev/null +++ b/cran/paws.analytics/man/datazone_list_policy_grants.Rd @@ -0,0 +1,45 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_list_policy_grants} +\alias{datazone_list_policy_grants} +\title{Lists policy grants} +\usage{ +datazone_list_policy_grants( + domainIdentifier, + entityIdentifier, + entityType, + maxResults = NULL, + nextToken = NULL, + policyType +) +} +\arguments{ +\item{domainIdentifier}{[required] The ID of the domain where you want to list policy grants.} + +\item{entityIdentifier}{[required] The ID of the entity for which you want to list policy grants.} + +\item{entityType}{[required] The type of entity for which you want to list policy grants.} + +\item{maxResults}{The maximum number of grants to return in a single call to +\code{\link[=datazone_list_policy_grants]{list_policy_grants}}. When the number of +grants to be listed is greater than the value of \code{MaxResults}, the +response contains a \code{NextToken} value that you can use in a subsequent +call to \code{\link[=datazone_list_policy_grants]{list_policy_grants}} to list the +next set of grants.} + +\item{nextToken}{When the number of grants is greater than the default value for the +\code{MaxResults} parameter, or if you explicitly specify a value for +\code{MaxResults} that is less than the number of grants, the response +includes a pagination token named \code{NextToken}. You can specify this +\code{NextToken} value in a subsequent call to +\code{\link[=datazone_list_policy_grants]{list_policy_grants}} to list the next set +of grants.} + +\item{policyType}{[required] The type of policy that you want to list.} +} +\description{ +Lists policy grants. + +See \url{https://www.paws-r-sdk.com/docs/datazone_list_policy_grants/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_list_subscription_grants.Rd b/cran/paws.analytics/man/datazone_list_subscription_grants.Rd index 2f306e4298..c75f507a25 100644 --- a/cran/paws.analytics/man/datazone_list_subscription_grants.Rd +++ b/cran/paws.analytics/man/datazone_list_subscription_grants.Rd @@ -9,6 +9,7 @@ datazone_list_subscription_grants( environmentId = NULL, maxResults = NULL, nextToken = NULL, + owningProjectId = NULL, sortBy = NULL, sortOrder = NULL, subscribedListingId = NULL, @@ -37,6 +38,8 @@ this \code{NextToken} value in a subsequent call to \code{\link[=datazone_list_subscription_grants]{list_subscription_grants}} to list the next set of subscription grants.} +\item{owningProjectId}{The ID of the owning project of the subscription grants.} + \item{sortBy}{Specifies the way of sorting the results of this action.} \item{sortOrder}{Specifies the sort order of this action.} diff --git a/cran/paws.analytics/man/datazone_list_subscription_requests.Rd b/cran/paws.analytics/man/datazone_list_subscription_requests.Rd index b98dea08b6..84415d2007 100644 --- a/cran/paws.analytics/man/datazone_list_subscription_requests.Rd +++ b/cran/paws.analytics/man/datazone_list_subscription_requests.Rd @@ -43,7 +43,10 @@ list the next set of subscription requests.} \item{sortOrder}{Specifies the sort order for the results of this action.} -\item{status}{Specifies the status of the subscription requests.} +\item{status}{Specifies the status of the subscription requests. + +This is not a required parameter, but if not specified, by default, +Amazon DataZone returns only \code{PENDING} subscription requests.} \item{subscribedListingId}{The identifier of the subscribed listing.} } diff --git a/cran/paws.analytics/man/datazone_list_subscriptions.Rd b/cran/paws.analytics/man/datazone_list_subscriptions.Rd index f6f2b9fc54..1e6585b67f 100644 --- a/cran/paws.analytics/man/datazone_list_subscriptions.Rd +++ b/cran/paws.analytics/man/datazone_list_subscriptions.Rd @@ -43,7 +43,10 @@ of subscriptions.} \item{sortOrder}{Specifies the sort order for the results of this action.} -\item{status}{The status of the subscriptions that you want to list.} +\item{status}{The status of the subscriptions that you want to list. + +This is not a required parameter, but if not provided, by default, +Amazon DataZone returns only \code{APPROVED} subscriptions.} \item{subscribedListingId}{The identifier of the subscribed listing for the subscriptions that you want to list.} diff --git a/cran/paws.analytics/man/datazone_put_environment_blueprint_configuration.Rd b/cran/paws.analytics/man/datazone_put_environment_blueprint_configuration.Rd index 6d18b74610..d4103e3326 100644 --- a/cran/paws.analytics/man/datazone_put_environment_blueprint_configuration.Rd +++ b/cran/paws.analytics/man/datazone_put_environment_blueprint_configuration.Rd @@ -10,6 +10,7 @@ datazone_put_environment_blueprint_configuration( enabledRegions, environmentBlueprintIdentifier, manageAccessRoleArn = NULL, + provisioningConfigurations = NULL, provisioningRoleArn = NULL, regionalParameters = NULL ) @@ -23,6 +24,8 @@ datazone_put_environment_blueprint_configuration( \item{manageAccessRoleArn}{The ARN of the manage access role.} +\item{provisioningConfigurations}{The provisioning configuration of a blueprint.} + \item{provisioningRoleArn}{The ARN of the provisioning role.} \item{regionalParameters}{The regional parameters in the environment blueprint.} diff --git a/cran/paws.analytics/man/datazone_remove_entity_owner.Rd b/cran/paws.analytics/man/datazone_remove_entity_owner.Rd new file mode 100644 index 0000000000..d36c78c4f2 --- /dev/null +++ b/cran/paws.analytics/man/datazone_remove_entity_owner.Rd @@ -0,0 +1,32 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_remove_entity_owner} +\alias{datazone_remove_entity_owner} +\title{Removes an owner from an entity} +\usage{ +datazone_remove_entity_owner( + clientToken = NULL, + domainIdentifier, + entityIdentifier, + entityType, + owner +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to remove an owner from an entity.} + +\item{entityIdentifier}{[required] The ID of the entity from which you want to remove an owner.} + +\item{entityType}{[required] The type of the entity from which you want to remove an owner.} + +\item{owner}{[required] The owner that you want to remove from an entity.} +} +\description{ +Removes an owner from an entity. + +See \url{https://www.paws-r-sdk.com/docs/datazone_remove_entity_owner/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_remove_policy_grant.Rd b/cran/paws.analytics/man/datazone_remove_policy_grant.Rd new file mode 100644 index 0000000000..4c67dab2fe --- /dev/null +++ b/cran/paws.analytics/man/datazone_remove_policy_grant.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_remove_policy_grant} +\alias{datazone_remove_policy_grant} +\title{Removes a policy grant} +\usage{ +datazone_remove_policy_grant( + clientToken = NULL, + domainIdentifier, + entityIdentifier, + entityType, + policyType, + principal +) +} +\arguments{ +\item{clientToken}{A unique, case-sensitive identifier that is provided to ensure the +idempotency of the request.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to remove a policy grant.} + +\item{entityIdentifier}{[required] The ID of the entity from which you want to remove a policy grant.} + +\item{entityType}{[required] The type of the entity from which you want to remove a policy grant.} + +\item{policyType}{[required] The type of the policy that you want to remove.} + +\item{principal}{[required] The principal from which you want to remove a policy grant.} +} +\description{ +Removes a policy grant. + +See \url{https://www.paws-r-sdk.com/docs/datazone_remove_policy_grant/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_update_asset_filter.Rd b/cran/paws.analytics/man/datazone_update_asset_filter.Rd new file mode 100644 index 0000000000..fb3b01db5f --- /dev/null +++ b/cran/paws.analytics/man/datazone_update_asset_filter.Rd @@ -0,0 +1,34 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_update_asset_filter} +\alias{datazone_update_asset_filter} +\title{Updates an asset filter} +\usage{ +datazone_update_asset_filter( + assetIdentifier, + configuration = NULL, + description = NULL, + domainIdentifier, + identifier, + name = NULL +) +} +\arguments{ +\item{assetIdentifier}{[required] The ID of the data asset.} + +\item{configuration}{The configuration of the asset filter.} + +\item{description}{The description of the asset filter.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to update an asset filter.} + +\item{identifier}{[required] The ID of the asset filter.} + +\item{name}{The name of the asset filter.} +} +\description{ +Updates an asset filter. + +See \url{https://www.paws-r-sdk.com/docs/datazone_update_asset_filter/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_update_domain_unit.Rd b/cran/paws.analytics/man/datazone_update_domain_unit.Rd new file mode 100644 index 0000000000..fa0e8d1a56 --- /dev/null +++ b/cran/paws.analytics/man/datazone_update_domain_unit.Rd @@ -0,0 +1,28 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/datazone_operations.R +\name{datazone_update_domain_unit} +\alias{datazone_update_domain_unit} +\title{Updates the domain unit} +\usage{ +datazone_update_domain_unit( + description = NULL, + domainIdentifier, + identifier, + name = NULL +) +} +\arguments{ +\item{description}{The description of the domain unit that you want to update.} + +\item{domainIdentifier}{[required] The ID of the domain where you want to update a domain unit.} + +\item{identifier}{[required] The ID of the domain unit that you want to update.} + +\item{name}{The name of the domain unit that you want to update.} +} +\description{ +Updates the domain unit. + +See \url{https://www.paws-r-sdk.com/docs/datazone_update_domain_unit/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/datazone_update_project.Rd b/cran/paws.analytics/man/datazone_update_project.Rd index 426be54aee..0901887a79 100644 --- a/cran/paws.analytics/man/datazone_update_project.Rd +++ b/cran/paws.analytics/man/datazone_update_project.Rd @@ -16,8 +16,7 @@ datazone_update_project( \item{description}{The description to be updated as part of the \code{\link[=datazone_update_project]{update_project}} action.} -\item{domainIdentifier}{[required] The identifier of the Amazon DataZone domain in which a project is to be -updated.} +\item{domainIdentifier}{[required] The ID of the Amazon DataZone domain where a project is being updated.} \item{glossaryTerms}{The glossary terms to be updated as part of the \code{\link[=datazone_update_project]{update_project}} action.} diff --git a/cran/paws.analytics/man/entityresolution_add_policy_statement.Rd b/cran/paws.analytics/man/entityresolution_add_policy_statement.Rd index fe0b3966c1..75b895abf5 100644 --- a/cran/paws.analytics/man/entityresolution_add_policy_statement.Rd +++ b/cran/paws.analytics/man/entityresolution_add_policy_statement.Rd @@ -25,7 +25,13 @@ the principal.} \item{condition}{A set of condition keys that you can use in key policies.} \item{effect}{[required] Determines whether the permissions specified in the policy are to be -allowed (\code{Allow}) or denied (\code{Deny}).} +allowed (\code{Allow}) or denied (\code{Deny}). + +If you set the value of the \code{effect} parameter to \code{Deny} for the +\code{\link[=entityresolution_add_policy_statement]{add_policy_statement}} +operation, you must also set the value of the \code{effect} parameter in the +\code{policy} to \code{Deny} for the \code{\link[=entityresolution_put_policy]{put_policy}} +operation.} \item{principal}{[required] The Amazon Web Services service or Amazon Web Services account that can access the resource defined as ARN.} diff --git a/cran/paws.analytics/man/entityresolution_create_id_mapping_workflow.Rd b/cran/paws.analytics/man/entityresolution_create_id_mapping_workflow.Rd index b8b5aa313a..1475f793cb 100644 --- a/cran/paws.analytics/man/entityresolution_create_id_mapping_workflow.Rd +++ b/cran/paws.analytics/man/entityresolution_create_id_mapping_workflow.Rd @@ -10,7 +10,7 @@ entityresolution_create_id_mapping_workflow( idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, - roleArn, + roleArn = NULL, tags = NULL, workflowName ) @@ -18,8 +18,8 @@ entityresolution_create_id_mapping_workflow( \arguments{ \item{description}{A description of the workflow.} -\item{idMappingTechniques}{[required] An object which defines the \code{idMappingType} and the -\code{providerProperties}.} +\item{idMappingTechniques}{[required] An object which defines the ID mapping technique and any additional +configurations.} \item{inputSourceConfig}{[required] A list of \code{InputSource} objects, which have the fields \code{InputSourceARN} and \code{SchemaName}.} @@ -27,7 +27,7 @@ and \code{SchemaName}.} \item{outputSourceConfig}{A list of \code{IdMappingWorkflowOutputSource} objects, each of which contains fields \code{OutputS3Path} and \code{Output}.} -\item{roleArn}{[required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution +\item{roleArn}{The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.} diff --git a/cran/paws.analytics/man/entityresolution_put_policy.Rd b/cran/paws.analytics/man/entityresolution_put_policy.Rd index 7feac9ff58..b1bd522ff5 100644 --- a/cran/paws.analytics/man/entityresolution_put_policy.Rd +++ b/cran/paws.analytics/man/entityresolution_put_policy.Rd @@ -10,7 +10,13 @@ entityresolution_put_policy(arn, policy, token = NULL) \item{arn}{[required] The Amazon Resource Name (ARN) of the resource for which the policy needs to be updated.} -\item{policy}{[required] The resource-based policy.} +\item{policy}{[required] The resource-based policy. + +If you set the value of the \code{effect} parameter in the \code{policy} to \code{Deny} +for the \code{\link[=entityresolution_put_policy]{put_policy}} operation, you must +also set the value of the \code{effect} parameter to \code{Deny} for the +\code{\link[=entityresolution_add_policy_statement]{add_policy_statement}} +operation.} \item{token}{A unique identifier for the current revision of the policy.} } diff --git a/cran/paws.analytics/man/entityresolution_update_id_mapping_workflow.Rd b/cran/paws.analytics/man/entityresolution_update_id_mapping_workflow.Rd index ce0c115b31..03d0a93841 100644 --- a/cran/paws.analytics/man/entityresolution_update_id_mapping_workflow.Rd +++ b/cran/paws.analytics/man/entityresolution_update_id_mapping_workflow.Rd @@ -9,15 +9,15 @@ entityresolution_update_id_mapping_workflow( idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, - roleArn, + roleArn = NULL, workflowName ) } \arguments{ \item{description}{A description of the workflow.} -\item{idMappingTechniques}{[required] An object which defines the \code{idMappingType} and the -\code{providerProperties}.} +\item{idMappingTechniques}{[required] An object which defines the ID mapping technique and any additional +configurations.} \item{inputSourceConfig}{[required] A list of \code{InputSource} objects, which have the fields \code{InputSourceARN} and \code{SchemaName}.} @@ -25,7 +25,7 @@ and \code{SchemaName}.} \item{outputSourceConfig}{A list of \code{OutputSource} objects, each of which contains fields \code{OutputS3Path} and \code{KMSArn}.} -\item{roleArn}{[required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution +\item{roleArn}{The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.} diff --git a/cran/paws.analytics/man/firehose_create_delivery_stream.Rd b/cran/paws.analytics/man/firehose_create_delivery_stream.Rd index 1e44e035a9..9c05617efe 100644 --- a/cran/paws.analytics/man/firehose_create_delivery_stream.Rd +++ b/cran/paws.analytics/man/firehose_create_delivery_stream.Rd @@ -19,7 +19,8 @@ firehose_create_delivery_stream( Tags = NULL, AmazonOpenSearchServerlessDestinationConfiguration = NULL, MSKSourceConfiguration = NULL, - SnowflakeDestinationConfiguration = NULL + SnowflakeDestinationConfiguration = NULL, + IcebergDestinationConfiguration = NULL ) } \arguments{ @@ -95,6 +96,10 @@ Service. You can specify only one destination.} \item{MSKSourceConfiguration}{} \item{SnowflakeDestinationConfiguration}{Configure Snowflake destination} + +\item{IcebergDestinationConfiguration}{Configure Apache Iceberg Tables destination. + +Amazon Data Firehose is in preview release and is subject to change.} } \description{ Creates a Firehose delivery stream. diff --git a/cran/paws.analytics/man/firehose_update_destination.Rd b/cran/paws.analytics/man/firehose_update_destination.Rd index 6d842d9e16..d7c532eb9d 100644 --- a/cran/paws.analytics/man/firehose_update_destination.Rd +++ b/cran/paws.analytics/man/firehose_update_destination.Rd @@ -16,7 +16,8 @@ firehose_update_destination( SplunkDestinationUpdate = NULL, HttpEndpointDestinationUpdate = NULL, AmazonOpenSearchServerlessDestinationUpdate = NULL, - SnowflakeDestinationUpdate = NULL + SnowflakeDestinationUpdate = NULL, + IcebergDestinationUpdate = NULL ) } \arguments{ @@ -50,6 +51,10 @@ configuration.} Amazon OpenSearch Service.} \item{SnowflakeDestinationUpdate}{Update to the Snowflake destination configuration settings.} + +\item{IcebergDestinationUpdate}{Describes an update for a destination in Apache Iceberg Tables. + +Amazon Data Firehose is in preview release and is subject to change.} } \description{ Updates the specified destination of the specified delivery stream. diff --git a/cran/paws.analytics/man/glue.Rd b/cran/paws.analytics/man/glue.Rd index aa7188217d..57e31b1be7 100644 --- a/cran/paws.analytics/man/glue.Rd +++ b/cran/paws.analytics/man/glue.Rd @@ -106,6 +106,7 @@ Defines the public endpoint for the Glue service. \link[=glue_batch_get_table_optimizer]{batch_get_table_optimizer} \tab Returns the configuration for the specified table optimizers\cr \link[=glue_batch_get_triggers]{batch_get_triggers} \tab Returns a list of resource metadata for a given list of trigger names\cr \link[=glue_batch_get_workflows]{batch_get_workflows} \tab Returns a list of resource metadata for a given list of workflow names\cr +\link[=glue_batch_put_data_quality_statistic_annotation]{batch_put_data_quality_statistic_annotation} \tab Annotate datapoints over time for a specific data quality statistic\cr \link[=glue_batch_stop_job_run]{batch_stop_job_run} \tab Stops one or more job runs for a specified job definition\cr \link[=glue_batch_update_partition]{batch_update_partition} \tab Updates one or more partitions in a batch operation\cr \link[=glue_cancel_data_quality_rule_recommendation_run]{cancel_data_quality_rule_recommendation_run} \tab Cancels the specified recommendation run that was being used to generate rules\cr @@ -183,6 +184,8 @@ Defines the public endpoint for the Glue service. \link[=glue_get_databases]{get_databases} \tab Retrieves all databases defined in a given Data Catalog\cr \link[=glue_get_data_catalog_encryption_settings]{get_data_catalog_encryption_settings} \tab Retrieves the security configuration for a specified catalog\cr \link[=glue_get_dataflow_graph]{get_dataflow_graph} \tab Transforms a Python script into a directed acyclic graph (DAG)\cr +\link[=glue_get_data_quality_model]{get_data_quality_model} \tab Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason)\cr +\link[=glue_get_data_quality_model_result]{get_data_quality_model_result} \tab Retrieve a statistic's predictions for a given Profile ID\cr \link[=glue_get_data_quality_result]{get_data_quality_result} \tab Retrieves the result of a data quality rule evaluation\cr \link[=glue_get_data_quality_rule_recommendation_run]{get_data_quality_rule_recommendation_run} \tab Gets the specified recommendation run that was used to generate rules\cr \link[=glue_get_data_quality_ruleset]{get_data_quality_ruleset} \tab Returns an existing ruleset by identifier or name\cr @@ -242,6 +245,8 @@ Defines the public endpoint for the Glue service. \link[=glue_list_data_quality_rule_recommendation_runs]{list_data_quality_rule_recommendation_runs} \tab Lists the recommendation runs meeting the filter criteria\cr \link[=glue_list_data_quality_ruleset_evaluation_runs]{list_data_quality_ruleset_evaluation_runs} \tab Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source\cr \link[=glue_list_data_quality_rulesets]{list_data_quality_rulesets} \tab Returns a paginated list of rulesets for the specified list of Glue tables\cr +\link[=glue_list_data_quality_statistic_annotations]{list_data_quality_statistic_annotations} \tab Retrieve annotations for a data quality statistic\cr +\link[=glue_list_data_quality_statistics]{list_data_quality_statistics} \tab Retrieves a list of data quality statistics\cr \link[=glue_list_dev_endpoints]{list_dev_endpoints} \tab Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag\cr \link[=glue_list_jobs]{list_jobs} \tab Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag\cr \link[=glue_list_ml_transforms]{list_ml_transforms} \tab Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag\cr @@ -255,6 +260,7 @@ Defines the public endpoint for the Glue service. \link[=glue_list_usage_profiles]{list_usage_profiles} \tab List all the Glue usage profiles\cr \link[=glue_list_workflows]{list_workflows} \tab Lists names of workflows created in the account\cr \link[=glue_put_data_catalog_encryption_settings]{put_data_catalog_encryption_settings} \tab Sets the security configuration for a specified catalog\cr +\link[=glue_put_data_quality_profile_annotation]{put_data_quality_profile_annotation} \tab Annotate all datapoints for a Profile\cr \link[=glue_put_resource_policy]{put_resource_policy} \tab Sets the Data Catalog resource policy for access control\cr \link[=glue_put_schema_version_metadata]{put_schema_version_metadata} \tab Puts the metadata key value pair for a specified schema version ID\cr \link[=glue_put_workflow_run_properties]{put_workflow_run_properties} \tab Puts the specified workflow run properties for the given workflow run\cr diff --git a/cran/paws.analytics/man/glue_batch_put_data_quality_statistic_annotation.Rd b/cran/paws.analytics/man/glue_batch_put_data_quality_statistic_annotation.Rd new file mode 100644 index 0000000000..dde0244e8a --- /dev/null +++ b/cran/paws.analytics/man/glue_batch_put_data_quality_statistic_annotation.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/glue_operations.R +\name{glue_batch_put_data_quality_statistic_annotation} +\alias{glue_batch_put_data_quality_statistic_annotation} +\title{Annotate datapoints over time for a specific data quality statistic} +\usage{ +glue_batch_put_data_quality_statistic_annotation( + InclusionAnnotations, + ClientToken = NULL +) +} +\arguments{ +\item{InclusionAnnotations}{[required] A list of \code{DatapointInclusionAnnotation}'s.} + +\item{ClientToken}{Client Token.} +} +\description{ +Annotate datapoints over time for a specific data quality statistic. + +See \url{https://www.paws-r-sdk.com/docs/glue_batch_put_data_quality_statistic_annotation/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/glue_create_data_quality_ruleset.Rd b/cran/paws.analytics/man/glue_create_data_quality_ruleset.Rd index aec6ad2eb8..4c7f53bf7a 100644 --- a/cran/paws.analytics/man/glue_create_data_quality_ruleset.Rd +++ b/cran/paws.analytics/man/glue_create_data_quality_ruleset.Rd @@ -11,6 +11,7 @@ glue_create_data_quality_ruleset( Ruleset, Tags = NULL, TargetTable = NULL, + DataQualitySecurityConfiguration = NULL, ClientToken = NULL ) } @@ -26,6 +27,9 @@ see the Glue developer guide.} \item{TargetTable}{A target table associated with the data quality ruleset.} +\item{DataQualitySecurityConfiguration}{The name of the security configuration created with the data quality +encryption option.} + \item{ClientToken}{Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.} diff --git a/cran/paws.analytics/man/glue_create_job.Rd b/cran/paws.analytics/man/glue_create_job.Rd index 5e5e9f18d3..f96c462bbd 100644 --- a/cran/paws.analytics/man/glue_create_job.Rd +++ b/cran/paws.analytics/man/glue_create_job.Rd @@ -7,6 +7,7 @@ glue_create_job( Name, JobMode = NULL, + JobRunQueuingEnabled = NULL, Description = NULL, LogUri = NULL, Role, @@ -46,6 +47,16 @@ notebook. When the \code{JobMode} field is missing or null, \code{SCRIPT} is assigned as the default value.} +\item{JobRunQueuingEnabled}{Specifies whether job run queuing is enabled for the job runs for this +job. + +A value of true means job run queuing is enabled for the job runs. If +false or not populated, the job runs will not be considered for +queueing. + +If this field does not match the value set in the job run, then the +value from the job run field will be used.} + \item{Description}{Description of the job being defined.} \item{LogUri}{This field is reserved for future use.} diff --git a/cran/paws.analytics/man/glue_get_data_quality_model.Rd b/cran/paws.analytics/man/glue_get_data_quality_model.Rd new file mode 100644 index 0000000000..0fbdfcb0fb --- /dev/null +++ b/cran/paws.analytics/man/glue_get_data_quality_model.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/glue_operations.R +\name{glue_get_data_quality_model} +\alias{glue_get_data_quality_model} +\title{Retrieve the training status of the model along with more information +(CompletedOn, StartedOn, FailureReason)} +\usage{ +glue_get_data_quality_model(StatisticId = NULL, ProfileId) +} +\arguments{ +\item{StatisticId}{The Statistic ID.} + +\item{ProfileId}{[required] The Profile ID.} +} +\description{ +Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason). + +See \url{https://www.paws-r-sdk.com/docs/glue_get_data_quality_model/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/glue_get_data_quality_model_result.Rd b/cran/paws.analytics/man/glue_get_data_quality_model_result.Rd new file mode 100644 index 0000000000..d2507709a9 --- /dev/null +++ b/cran/paws.analytics/man/glue_get_data_quality_model_result.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/glue_operations.R +\name{glue_get_data_quality_model_result} +\alias{glue_get_data_quality_model_result} +\title{Retrieve a statistic's predictions for a given Profile ID} +\usage{ +glue_get_data_quality_model_result(StatisticId, ProfileId) +} +\arguments{ +\item{StatisticId}{[required] The Statistic ID.} + +\item{ProfileId}{[required] The Profile ID.} +} +\description{ +Retrieve a statistic's predictions for a given Profile ID. + +See \url{https://www.paws-r-sdk.com/docs/glue_get_data_quality_model_result/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/glue_get_table.Rd b/cran/paws.analytics/man/glue_get_table.Rd index 56d520d877..e227a07e70 100644 --- a/cran/paws.analytics/man/glue_get_table.Rd +++ b/cran/paws.analytics/man/glue_get_table.Rd @@ -9,7 +9,8 @@ glue_get_table( DatabaseName, Name, TransactionId = NULL, - QueryAsOfTime = NULL + QueryAsOfTime = NULL, + IncludeStatusDetails = NULL ) } \arguments{ @@ -27,6 +28,9 @@ compatibility, this name is entirely lowercase.} \item{QueryAsOfTime}{The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with \code{TransactionId}.} + +\item{IncludeStatusDetails}{Specifies whether to include status details related to a request to +create or update an Glue Data Catalog view.} } \description{ Retrieves the \code{Table} definition in a Data Catalog for a specified table. diff --git a/cran/paws.analytics/man/glue_get_tables.Rd b/cran/paws.analytics/man/glue_get_tables.Rd index 2428a91b12..d301d6a171 100644 --- a/cran/paws.analytics/man/glue_get_tables.Rd +++ b/cran/paws.analytics/man/glue_get_tables.Rd @@ -12,7 +12,9 @@ glue_get_tables( NextToken = NULL, MaxResults = NULL, TransactionId = NULL, - QueryAsOfTime = NULL + QueryAsOfTime = NULL, + IncludeStatusDetails = NULL, + AttributesToGet = NULL ) } \arguments{ @@ -34,6 +36,19 @@ match the pattern are returned.} \item{QueryAsOfTime}{The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with \code{TransactionId}.} + +\item{IncludeStatusDetails}{Specifies whether to include status details related to a request to +create or update an Glue Data Catalog view.} + +\item{AttributesToGet}{Specifies the table fields returned by the +\code{\link[=glue_get_tables]{get_tables}} call. This parameter doesn’t accept an +empty list. The request must include \code{NAME}. + +The following are the valid combinations of values: +\itemize{ +\item \code{NAME} - Names of all tables in the database. +\item \code{NAME}, \code{TABLE_TYPE} - Names of all tables and the table types. +}} } \description{ Retrieves the definitions of some or all of the tables in a given \code{Database}. diff --git a/cran/paws.analytics/man/glue_list_data_quality_statistic_annotations.Rd b/cran/paws.analytics/man/glue_list_data_quality_statistic_annotations.Rd new file mode 100644 index 0000000000..7f64afbbdc --- /dev/null +++ b/cran/paws.analytics/man/glue_list_data_quality_statistic_annotations.Rd @@ -0,0 +1,31 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/glue_operations.R +\name{glue_list_data_quality_statistic_annotations} +\alias{glue_list_data_quality_statistic_annotations} +\title{Retrieve annotations for a data quality statistic} +\usage{ +glue_list_data_quality_statistic_annotations( + StatisticId = NULL, + ProfileId = NULL, + TimestampFilter = NULL, + MaxResults = NULL, + NextToken = NULL +) +} +\arguments{ +\item{StatisticId}{The Statistic ID.} + +\item{ProfileId}{The Profile ID.} + +\item{TimestampFilter}{A timestamp filter.} + +\item{MaxResults}{The maximum number of results to return in this request.} + +\item{NextToken}{A pagination token to retrieve the next set of results.} +} +\description{ +Retrieve annotations for a data quality statistic. + +See \url{https://www.paws-r-sdk.com/docs/glue_list_data_quality_statistic_annotations/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/glue_list_data_quality_statistics.Rd b/cran/paws.analytics/man/glue_list_data_quality_statistics.Rd new file mode 100644 index 0000000000..7b64abfc2d --- /dev/null +++ b/cran/paws.analytics/man/glue_list_data_quality_statistics.Rd @@ -0,0 +1,31 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/glue_operations.R +\name{glue_list_data_quality_statistics} +\alias{glue_list_data_quality_statistics} +\title{Retrieves a list of data quality statistics} +\usage{ +glue_list_data_quality_statistics( + StatisticId = NULL, + ProfileId = NULL, + TimestampFilter = NULL, + MaxResults = NULL, + NextToken = NULL +) +} +\arguments{ +\item{StatisticId}{The Statistic ID.} + +\item{ProfileId}{The Profile ID.} + +\item{TimestampFilter}{A timestamp filter.} + +\item{MaxResults}{The maximum number of results to return in this request.} + +\item{NextToken}{A pagination token to request the next page of results.} +} +\description{ +Retrieves a list of data quality statistics. + +See \url{https://www.paws-r-sdk.com/docs/glue_list_data_quality_statistics/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/glue_put_data_quality_profile_annotation.Rd b/cran/paws.analytics/man/glue_put_data_quality_profile_annotation.Rd new file mode 100644 index 0000000000..b3c2c488ee --- /dev/null +++ b/cran/paws.analytics/man/glue_put_data_quality_profile_annotation.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/glue_operations.R +\name{glue_put_data_quality_profile_annotation} +\alias{glue_put_data_quality_profile_annotation} +\title{Annotate all datapoints for a Profile} +\usage{ +glue_put_data_quality_profile_annotation(ProfileId, InclusionAnnotation) +} +\arguments{ +\item{ProfileId}{[required] The ID of the data quality monitoring profile to annotate.} + +\item{InclusionAnnotation}{[required] The inclusion annotation value to apply to the profile.} +} +\description{ +Annotate all datapoints for a Profile. + +See \url{https://www.paws-r-sdk.com/docs/glue_put_data_quality_profile_annotation/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.analytics/man/glue_search_tables.Rd b/cran/paws.analytics/man/glue_search_tables.Rd index 7b1baa5f51..29f83a93de 100644 --- a/cran/paws.analytics/man/glue_search_tables.Rd +++ b/cran/paws.analytics/man/glue_search_tables.Rd @@ -12,7 +12,8 @@ glue_search_tables( SearchText = NULL, SortCriteria = NULL, MaxResults = NULL, - ResourceShareType = NULL + ResourceShareType = NULL, + IncludeStatusDetails = NULL ) } \arguments{ @@ -51,6 +52,9 @@ account. \item If set to \code{ALL}, will search the tables shared with your account, as well as the tables in yor local account. }} + +\item{IncludeStatusDetails}{Specifies whether to include status details related to a request to +create or update an Glue Data Catalog view.} } \description{ Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions. diff --git a/cran/paws.analytics/man/glue_start_data_quality_rule_recommendation_run.Rd b/cran/paws.analytics/man/glue_start_data_quality_rule_recommendation_run.Rd index 7edf4a693a..81a36e2b38 100644 --- a/cran/paws.analytics/man/glue_start_data_quality_rule_recommendation_run.Rd +++ b/cran/paws.analytics/man/glue_start_data_quality_rule_recommendation_run.Rd @@ -11,6 +11,7 @@ glue_start_data_quality_rule_recommendation_run( NumberOfWorkers = NULL, Timeout = NULL, CreatedRulesetName = NULL, + DataQualitySecurityConfiguration = NULL, ClientToken = NULL ) } @@ -27,6 +28,9 @@ status. The default is 2,880 minutes (48 hours).} \item{CreatedRulesetName}{A name for the ruleset.} +\item{DataQualitySecurityConfiguration}{The name of the security configuration created with the data quality +encryption option.} + \item{ClientToken}{Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.} diff --git a/cran/paws.analytics/man/glue_start_job_run.Rd b/cran/paws.analytics/man/glue_start_job_run.Rd index 9c91515cf4..5200a3aa9f 100644 --- a/cran/paws.analytics/man/glue_start_job_run.Rd +++ b/cran/paws.analytics/man/glue_start_job_run.Rd @@ -6,6 +6,7 @@ \usage{ glue_start_job_run( JobName, + JobRunQueuingEnabled = NULL, JobRunId = NULL, Arguments = NULL, AllocatedCapacity = NULL, @@ -21,6 +22,11 @@ glue_start_job_run( \arguments{ \item{JobName}{[required] The name of the job definition to use.} +\item{JobRunQueuingEnabled}{Specifies whether job run queuing is enabled for the job run. + +A value of true means job run queuing is enabled for the job run. If +false or not populated, the job run will not be considered for queueing.} + \item{JobRunId}{The ID of a previous \code{JobRun} to retry.} \item{Arguments}{The job arguments associated with this run. For this job run, they diff --git a/cran/paws.analytics/man/ivs.Rd b/cran/paws.analytics/man/ivs.Rd index 9335b8727c..d09d42e795 100644 --- a/cran/paws.analytics/man/ivs.Rd +++ b/cran/paws.analytics/man/ivs.Rd @@ -158,138 +158,6 @@ ARNs uniquely identify AWS resources. An ARN is required when you need to specify a resource unambiguously across all of AWS, such as in IAM policies and API calls. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names} in the \emph{AWS General Reference}. - -\strong{Channel Endpoints} -\itemize{ -\item \code{\link[=ivs_create_channel]{create_channel}} — Creates a new channel and -an associated stream key to start streaming. -\item \code{\link[=ivs_get_channel]{get_channel}} — Gets the channel configuration -for the specified channel ARN. -\item \code{\link[=ivs_batch_get_channel]{batch_get_channel}} — Performs -\code{\link[=ivs_get_channel]{get_channel}} on multiple ARNs simultaneously. -\item \code{\link[=ivs_list_channels]{list_channels}} — Gets summary information -about all channels in your account, in the Amazon Web Services -region where the API request is processed. This list can be filtered -to match a specified name or recording-configuration ARN. Filters -are mutually exclusive and cannot be used together. If you try to -use both filters, you will get an error (409 Conflict Exception). -\item \code{\link[=ivs_update_channel]{update_channel}} — Updates a channel's -configuration. This does not affect an ongoing stream of this -channel. You must stop and restart the stream for the changes to -take effect. -\item \code{\link[=ivs_delete_channel]{delete_channel}} — Deletes the specified -channel. -} - -\strong{Playback Restriction Policy Endpoints} -\itemize{ -\item \code{\link[=ivs_create_playback_restriction_policy]{create_playback_restriction_policy}} -— Creates a new playback restriction policy, for constraining -playback by countries and/or origins. -\item \code{\link[=ivs_delete_playback_restriction_policy]{delete_playback_restriction_policy}} -— Deletes the specified playback restriction policy -\item \code{\link[=ivs_get_playback_restriction_policy]{get_playback_restriction_policy}} -— Gets the specified playback restriction policy. -\item \code{\link[=ivs_list_playback_restriction_policies]{list_playback_restriction_policies}} -— Gets summary information about playback restriction policies. -\item \code{\link[=ivs_update_playback_restriction_policy]{update_playback_restriction_policy}} -— Updates a specified playback restriction policy. -} - -\strong{Private Channel Endpoints} - -For more information, see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/private-channels.html}{Setting Up Private Channels} -in the \emph{Amazon IVS User Guide}. -\itemize{ -\item \code{\link[=ivs_import_playback_key_pair]{import_playback_key_pair}} — Imports -the public portion of a new key pair and returns its \code{arn} and -\code{fingerprint}. The \code{privateKey} can then be used to generate viewer -authorization tokens, to grant viewers access to private channels -(channels enabled for playback authorization). -\item \code{\link[=ivs_get_playback_key_pair]{get_playback_key_pair}} — Gets a -specified playback authorization key pair and returns the \code{arn} and -\code{fingerprint}. The \code{privateKey} held by the caller can be used to -generate viewer authorization tokens, to grant viewers access to -private channels. -\item \code{\link[=ivs_list_playback_key_pairs]{list_playback_key_pairs}} — Gets -summary information about playback key pairs. -\item \code{\link[=ivs_delete_playback_key_pair]{delete_playback_key_pair}} — Deletes -a specified authorization key pair. This invalidates future viewer -tokens generated using the key pair’s \code{privateKey}. -\item \code{\link[=ivs_start_viewer_session_revocation]{start_viewer_session_revocation}} -— Starts the process of revoking the viewer session associated with -a specified channel ARN and viewer ID. Optionally, you can provide a -version to revoke viewer sessions less than and including that -version. -\item \code{\link[=ivs_batch_start_viewer_session_revocation]{batch_start_viewer_session_revocation}} -— Performs -\code{\link[=ivs_start_viewer_session_revocation]{start_viewer_session_revocation}} -on multiple channel ARN and viewer ID pairs simultaneously. -} - -\strong{Recording Configuration Endpoints} -\itemize{ -\item \code{\link[=ivs_create_recording_configuration]{create_recording_configuration}} -— Creates a new recording configuration, used to enable recording to -Amazon S3. -\item \code{\link[=ivs_get_recording_configuration]{get_recording_configuration}} — -Gets the recording-configuration metadata for the specified ARN. -\item \code{\link[=ivs_list_recording_configurations]{list_recording_configurations}} -— Gets summary information about all recording configurations in -your account, in the Amazon Web Services region where the API -request is processed. -\item \code{\link[=ivs_delete_recording_configuration]{delete_recording_configuration}} -— Deletes the recording configuration for the specified ARN. -} - -\strong{Stream Endpoints} -\itemize{ -\item \code{\link[=ivs_get_stream]{get_stream}} — Gets information about the active -(live) stream on a specified channel. -\item \code{\link[=ivs_get_stream_session]{get_stream_session}} — Gets metadata on a -specified stream. -\item \code{\link[=ivs_list_streams]{list_streams}} — Gets summary information about -live streams in your account, in the Amazon Web Services region -where the API request is processed. -\item \code{\link[=ivs_list_stream_sessions]{list_stream_sessions}} — Gets a summary -of current and previous streams for a specified channel in your -account, in the AWS region where the API request is processed. -\item \code{\link[=ivs_stop_stream]{stop_stream}} — Disconnects the incoming RTMPS -stream for the specified channel. Can be used in conjunction with -\code{\link[=ivs_delete_stream_key]{delete_stream_key}} to prevent further -streaming to a channel. -\item \code{\link[=ivs_put_metadata]{put_metadata}} — Inserts metadata into the -active stream of the specified channel. At most 5 requests per -second per channel are allowed, each with a maximum 1 KB payload. -(If 5 TPS is not sufficient for your needs, we recommend batching -your data into a single PutMetadata call.) At most 155 requests per -second per account are allowed. -} - -\strong{Stream Key Endpoints} -\itemize{ -\item \code{\link[=ivs_create_stream_key]{create_stream_key}} — Creates a stream key, -used to initiate a stream, for the specified channel ARN. -\item \code{\link[=ivs_get_stream_key]{get_stream_key}} — Gets stream key information -for the specified ARN. -\item \code{\link[=ivs_batch_get_stream_key]{batch_get_stream_key}} — Performs -\code{\link[=ivs_get_stream_key]{get_stream_key}} on multiple ARNs -simultaneously. -\item \code{\link[=ivs_list_stream_keys]{list_stream_keys}} — Gets summary -information about stream keys for the specified channel. -\item \code{\link[=ivs_delete_stream_key]{delete_stream_key}} — Deletes the stream -key for the specified ARN, so it can no longer be used to stream. -} - -\strong{Amazon Web Services Tags Endpoints} -\itemize{ -\item \code{\link[=ivs_tag_resource]{tag_resource}} — Adds or updates tags for the -Amazon Web Services resource with the specified ARN. -\item \code{\link[=ivs_untag_resource]{untag_resource}} — Removes tags from the -resource with the specified ARN. -\item \code{\link[=ivs_list_tags_for_resource]{list_tags_for_resource}} — Gets -information about Amazon Web Services tags for the specified ARN. -} } \section{Service syntax}{ diff --git a/cran/paws.analytics/man/ivs_create_channel.Rd b/cran/paws.analytics/man/ivs_create_channel.Rd index ce06f295ea..e883ac5f2b 100644 --- a/cran/paws.analytics/man/ivs_create_channel.Rd +++ b/cran/paws.analytics/man/ivs_create_channel.Rd @@ -5,38 +5,31 @@ \title{Creates a new channel and an associated stream key to start streaming} \usage{ ivs_create_channel( - authorized = NULL, - insecureIngest = NULL, - latencyMode = NULL, name = NULL, - playbackRestrictionPolicyArn = NULL, - preset = NULL, + latencyMode = NULL, + type = NULL, + authorized = NULL, recordingConfigurationArn = NULL, tags = NULL, - type = NULL + insecureIngest = NULL, + preset = NULL, + playbackRestrictionPolicyArn = NULL ) } \arguments{ -\item{authorized}{Whether the channel is private (enabled for playback authorization). -Default: \code{false}.} - -\item{insecureIngest}{Whether the channel allows insecure RTMP and SRT ingest. Default: -\code{false}.} +\item{name}{Channel name.} \item{latencyMode}{Channel latency mode. Use \code{NORMAL} to broadcast and deliver live video up to Full HD. Use \code{LOW} for near-real-time interaction with viewers. Default: \code{LOW}.} -\item{name}{Channel name.} - -\item{playbackRestrictionPolicyArn}{Playback-restriction-policy ARN. A valid ARN value here both specifies -the ARN and enables playback restriction. Default: "" (empty string, no -playback restriction policy is applied).} +\item{type}{Channel type, which determines the allowable resolution and bitrate. \emph{If +you exceed the allowable input resolution or bitrate, the stream +probably will disconnect immediately.} Default: \code{STANDARD}. For details, +see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html}{Channel Types}.} -\item{preset}{Optional transcode preset for the channel. This is selectable only for -\code{ADVANCED_HD} and \code{ADVANCED_SD} channel types. For those channel types, -the default \code{preset} is \code{HIGHER_BANDWIDTH_DELIVERY}. For other channel -types (\code{BASIC} and \code{STANDARD}), \code{preset} is the empty string (\code{""}).} +\item{authorized}{Whether the channel is private (enabled for playback authorization). +Default: \code{false}.} \item{recordingConfigurationArn}{Recording-configuration ARN. A valid ARN value here both specifies the ARN and enables recording. Default: "" (empty string, recording is @@ -48,10 +41,17 @@ for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.} -\item{type}{Channel type, which determines the allowable resolution and bitrate. \emph{If -you exceed the allowable input resolution or bitrate, the stream -probably will disconnect immediately.} Default: \code{STANDARD}. For details, -see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html}{Channel Types}.} +\item{insecureIngest}{Whether the channel allows insecure RTMP and SRT ingest. Default: +\code{false}.} + +\item{preset}{Optional transcode preset for the channel. This is selectable only for +\code{ADVANCED_HD} and \code{ADVANCED_SD} channel types. For those channel types, +the default \code{preset} is \code{HIGHER_BANDWIDTH_DELIVERY}. For other channel +types (\code{BASIC} and \code{STANDARD}), \code{preset} is the empty string (\code{""}).} + +\item{playbackRestrictionPolicyArn}{Playback-restriction-policy ARN. A valid ARN value here both specifies +the ARN and enables playback restriction. Default: "" (empty string, no +playback restriction policy is applied).} } \description{ Creates a new channel and an associated stream key to start streaming. diff --git a/cran/paws.analytics/man/ivs_create_recording_configuration.Rd b/cran/paws.analytics/man/ivs_create_recording_configuration.Rd index ce1efef3a2..ad84a0bdac 100644 --- a/cran/paws.analytics/man/ivs_create_recording_configuration.Rd +++ b/cran/paws.analytics/man/ivs_create_recording_configuration.Rd @@ -6,25 +6,19 @@ Amazon S3} \usage{ ivs_create_recording_configuration( - destinationConfiguration, name = NULL, - recordingReconnectWindowSeconds = NULL, - renditionConfiguration = NULL, + destinationConfiguration, tags = NULL, - thumbnailConfiguration = NULL + thumbnailConfiguration = NULL, + recordingReconnectWindowSeconds = NULL, + renditionConfiguration = NULL ) } \arguments{ -\item{destinationConfiguration}{[required] A complex type that contains a destination configuration for where -recorded video will be stored.} - \item{name}{Recording-configuration name. The value does not need to be unique.} -\item{recordingReconnectWindowSeconds}{If a broadcast disconnects and then reconnects within the specified -interval, the multiple streams will be considered a single broadcast and -merged together. Default: 0.} - -\item{renditionConfiguration}{Object that describes which renditions should be recorded for a stream.} +\item{destinationConfiguration}{[required] A complex type that contains a destination configuration for where +recorded video will be stored.} \item{tags}{Array of 1-50 maps, each of the form \code{string:string (key:value)}. See \href{https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html}{Tagging Amazon Web Services Resources} @@ -35,6 +29,12 @@ constraints beyond what is documented there.} \item{thumbnailConfiguration}{A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.} + +\item{recordingReconnectWindowSeconds}{If a broadcast disconnects and then reconnects within the specified +interval, the multiple streams will be considered a single broadcast and +merged together. Default: 0.} + +\item{renditionConfiguration}{Object that describes which renditions should be recorded for a stream.} } \description{ Creates a new recording configuration, used to enable recording to Amazon S3. diff --git a/cran/paws.analytics/man/ivs_import_playback_key_pair.Rd b/cran/paws.analytics/man/ivs_import_playback_key_pair.Rd index f0f59700f5..a06232e35d 100644 --- a/cran/paws.analytics/man/ivs_import_playback_key_pair.Rd +++ b/cran/paws.analytics/man/ivs_import_playback_key_pair.Rd @@ -5,13 +5,13 @@ \title{Imports the public portion of a new key pair and returns its arn and fingerprint} \usage{ -ivs_import_playback_key_pair(name = NULL, publicKeyMaterial, tags = NULL) +ivs_import_playback_key_pair(publicKeyMaterial, name = NULL, tags = NULL) } \arguments{ -\item{name}{Playback-key-pair name. The value does not need to be unique.} - \item{publicKeyMaterial}{[required] The public portion of a customer-generated key pair.} +\item{name}{Playback-key-pair name. The value does not need to be unique.} + \item{tags}{Any tags provided with the request are added to the playback key pair tags. See \href{https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html}{Tagging Amazon Web Services Resources} for more information, including restrictions that apply to tags and "Tag diff --git a/cran/paws.analytics/man/ivs_list_channels.Rd b/cran/paws.analytics/man/ivs_list_channels.Rd index 275f0d2bf4..ab7957f0ff 100644 --- a/cran/paws.analytics/man/ivs_list_channels.Rd +++ b/cran/paws.analytics/man/ivs_list_channels.Rd @@ -7,24 +7,24 @@ Amazon Web Services region where the API request is processed} \usage{ ivs_list_channels( filterByName = NULL, - filterByPlaybackRestrictionPolicyArn = NULL, filterByRecordingConfigurationArn = NULL, - maxResults = NULL, - nextToken = NULL + filterByPlaybackRestrictionPolicyArn = NULL, + nextToken = NULL, + maxResults = NULL ) } \arguments{ \item{filterByName}{Filters the channel list to match the specified name.} -\item{filterByPlaybackRestrictionPolicyArn}{Filters the channel list to match the specified policy.} - \item{filterByRecordingConfigurationArn}{Filters the channel list to match the specified recording-configuration ARN.} -\item{maxResults}{Maximum number of channels to return. Default: 100.} +\item{filterByPlaybackRestrictionPolicyArn}{Filters the channel list to match the specified policy.} \item{nextToken}{The first channel to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of channels to return. Default: 100.} } \description{ Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException). diff --git a/cran/paws.analytics/man/ivs_list_playback_key_pairs.Rd b/cran/paws.analytics/man/ivs_list_playback_key_pairs.Rd index 724d8591ab..e0b47b079e 100644 --- a/cran/paws.analytics/man/ivs_list_playback_key_pairs.Rd +++ b/cran/paws.analytics/man/ivs_list_playback_key_pairs.Rd @@ -4,14 +4,14 @@ \alias{ivs_list_playback_key_pairs} \title{Gets summary information about playback key pairs} \usage{ -ivs_list_playback_key_pairs(maxResults = NULL, nextToken = NULL) +ivs_list_playback_key_pairs(nextToken = NULL, maxResults = NULL) } \arguments{ -\item{maxResults}{Maximum number of key pairs to return. Default: your service quota or -100, whichever is smaller.} - \item{nextToken}{The first key pair to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of key pairs to return. Default: your service quota or +100, whichever is smaller.} } \description{ Gets summary information about playback key pairs. For more information, see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/private-channels.html}{Setting Up Private Channels} in the \emph{Amazon IVS User Guide}. diff --git a/cran/paws.analytics/man/ivs_list_playback_restriction_policies.Rd b/cran/paws.analytics/man/ivs_list_playback_restriction_policies.Rd index 7c30608d02..7593c62103 100644 --- a/cran/paws.analytics/man/ivs_list_playback_restriction_policies.Rd +++ b/cran/paws.analytics/man/ivs_list_playback_restriction_policies.Rd @@ -4,13 +4,13 @@ \alias{ivs_list_playback_restriction_policies} \title{Gets summary information about playback restriction policies} \usage{ -ivs_list_playback_restriction_policies(maxResults = NULL, nextToken = NULL) +ivs_list_playback_restriction_policies(nextToken = NULL, maxResults = NULL) } \arguments{ -\item{maxResults}{Maximum number of policies to return. Default: 1.} - \item{nextToken}{The first policy to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of policies to return. Default: 1.} } \description{ Gets summary information about playback restriction policies. diff --git a/cran/paws.analytics/man/ivs_list_recording_configurations.Rd b/cran/paws.analytics/man/ivs_list_recording_configurations.Rd index cf3673d842..57ba7a44ed 100644 --- a/cran/paws.analytics/man/ivs_list_recording_configurations.Rd +++ b/cran/paws.analytics/man/ivs_list_recording_configurations.Rd @@ -6,14 +6,14 @@ account, in the Amazon Web Services region where the API request is processed} \usage{ -ivs_list_recording_configurations(maxResults = NULL, nextToken = NULL) +ivs_list_recording_configurations(nextToken = NULL, maxResults = NULL) } \arguments{ -\item{maxResults}{Maximum number of recording configurations to return. Default: your -service quota or 100, whichever is smaller.} - \item{nextToken}{The first recording configuration to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of recording configurations to return. Default: your +service quota or 100, whichever is smaller.} } \description{ Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed. diff --git a/cran/paws.analytics/man/ivs_list_stream_keys.Rd b/cran/paws.analytics/man/ivs_list_stream_keys.Rd index 2eca5f146d..5fbb4b322a 100644 --- a/cran/paws.analytics/man/ivs_list_stream_keys.Rd +++ b/cran/paws.analytics/man/ivs_list_stream_keys.Rd @@ -4,15 +4,15 @@ \alias{ivs_list_stream_keys} \title{Gets summary information about stream keys for the specified channel} \usage{ -ivs_list_stream_keys(channelArn, maxResults = NULL, nextToken = NULL) +ivs_list_stream_keys(channelArn, nextToken = NULL, maxResults = NULL) } \arguments{ \item{channelArn}{[required] Channel ARN used to filter the list.} -\item{maxResults}{Maximum number of streamKeys to return. Default: 1.} - \item{nextToken}{The first stream key to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of streamKeys to return. Default: 1.} } \description{ Gets summary information about stream keys for the specified channel. diff --git a/cran/paws.analytics/man/ivs_list_stream_sessions.Rd b/cran/paws.analytics/man/ivs_list_stream_sessions.Rd index cdb5b3d894..b8e977eeb5 100644 --- a/cran/paws.analytics/man/ivs_list_stream_sessions.Rd +++ b/cran/paws.analytics/man/ivs_list_stream_sessions.Rd @@ -5,15 +5,15 @@ \title{Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where the API request is processed} \usage{ -ivs_list_stream_sessions(channelArn, maxResults = NULL, nextToken = NULL) +ivs_list_stream_sessions(channelArn, nextToken = NULL, maxResults = NULL) } \arguments{ \item{channelArn}{[required] Channel ARN used to filter the list.} -\item{maxResults}{Maximum number of streams to return. Default: 100.} - \item{nextToken}{The first stream to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of streams to return. Default: 100.} } \description{ Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where the API request is processed. diff --git a/cran/paws.analytics/man/ivs_list_streams.Rd b/cran/paws.analytics/man/ivs_list_streams.Rd index 68d62ceb06..512a59a834 100644 --- a/cran/paws.analytics/man/ivs_list_streams.Rd +++ b/cran/paws.analytics/man/ivs_list_streams.Rd @@ -5,15 +5,15 @@ \title{Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed} \usage{ -ivs_list_streams(filterBy = NULL, maxResults = NULL, nextToken = NULL) +ivs_list_streams(filterBy = NULL, nextToken = NULL, maxResults = NULL) } \arguments{ \item{filterBy}{Filters the stream list to match the specified criterion.} -\item{maxResults}{Maximum number of streams to return. Default: 100.} - \item{nextToken}{The first stream to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of streams to return. Default: 100.} } \description{ Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed. diff --git a/cran/paws.analytics/man/ivs_update_channel.Rd b/cran/paws.analytics/man/ivs_update_channel.Rd index c082ad2adc..7c09cbbc36 100644 --- a/cran/paws.analytics/man/ivs_update_channel.Rd +++ b/cran/paws.analytics/man/ivs_update_channel.Rd @@ -6,46 +6,46 @@ \usage{ ivs_update_channel( arn, + name = NULL, + latencyMode = NULL, + type = NULL, authorized = NULL, + recordingConfigurationArn = NULL, insecureIngest = NULL, - latencyMode = NULL, - name = NULL, - playbackRestrictionPolicyArn = NULL, preset = NULL, - recordingConfigurationArn = NULL, - type = NULL + playbackRestrictionPolicyArn = NULL ) } \arguments{ \item{arn}{[required] ARN of the channel to be updated.} -\item{authorized}{Whether the channel is private (enabled for playback authorization).} - -\item{insecureIngest}{Whether the channel allows insecure RTMP and SRT ingest. Default: -\code{false}.} +\item{name}{Channel name.} \item{latencyMode}{Channel latency mode. Use \code{NORMAL} to broadcast and deliver live video up to Full HD. Use \code{LOW} for near-real-time interaction with viewers.} -\item{name}{Channel name.} +\item{type}{Channel type, which determines the allowable resolution and bitrate. \emph{If +you exceed the allowable input resolution or bitrate, the stream +probably will disconnect immediately.} Default: \code{STANDARD}. For details, +see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html}{Channel Types}.} -\item{playbackRestrictionPolicyArn}{Playback-restriction-policy ARN. A valid ARN value here both specifies -the ARN and enables playback restriction. If this is set to an empty -string, playback restriction policy is disabled.} +\item{authorized}{Whether the channel is private (enabled for playback authorization).} + +\item{recordingConfigurationArn}{Recording-configuration ARN. A valid ARN value here both specifies the +ARN and enables recording. If this is set to an empty string, recording +is disabled.} + +\item{insecureIngest}{Whether the channel allows insecure RTMP and SRT ingest. Default: +\code{false}.} \item{preset}{Optional transcode preset for the channel. This is selectable only for \code{ADVANCED_HD} and \code{ADVANCED_SD} channel types. For those channel types, the default \code{preset} is \code{HIGHER_BANDWIDTH_DELIVERY}. For other channel types (\code{BASIC} and \code{STANDARD}), \code{preset} is the empty string (\code{""}).} -\item{recordingConfigurationArn}{Recording-configuration ARN. A valid ARN value here both specifies the -ARN and enables recording. If this is set to an empty string, recording -is disabled.} - -\item{type}{Channel type, which determines the allowable resolution and bitrate. \emph{If -you exceed the allowable input resolution or bitrate, the stream -probably will disconnect immediately.} Default: \code{STANDARD}. For details, -see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html}{Channel Types}.} +\item{playbackRestrictionPolicyArn}{Playback-restriction-policy ARN. A valid ARN value here both specifies +the ARN and enables playback restriction. If this is set to an empty +string, playback restriction policy is disabled.} } \description{ Updates a channel's configuration. Live channels cannot be updated. You must stop the ongoing stream, update the channel, and restart the stream for the changes to take effect. diff --git a/cran/paws.analytics/man/ivs_update_playback_restriction_policy.Rd b/cran/paws.analytics/man/ivs_update_playback_restriction_policy.Rd index d3de17dd39..b10895796b 100644 --- a/cran/paws.analytics/man/ivs_update_playback_restriction_policy.Rd +++ b/cran/paws.analytics/man/ivs_update_playback_restriction_policy.Rd @@ -5,14 +5,16 @@ \title{Updates a specified playback restriction policy} \usage{ ivs_update_playback_restriction_policy( + arn, allowedCountries = NULL, allowedOrigins = NULL, - arn, enableStrictOriginEnforcement = NULL, name = NULL ) } \arguments{ +\item{arn}{[required] ARN of the playback-restriction-policy to be updated.} + \item{allowedCountries}{A list of country codes that control geoblocking restriction. Allowed values are the officially assigned \href{https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2}{ISO 3166-1 alpha-2} codes. Default: All countries (an empty array).} @@ -22,8 +24,6 @@ the same as valid values of the Origin header defined at \url{https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin}. Default: All origins (an empty array).} -\item{arn}{[required] ARN of the playback-restriction-policy to be updated.} - \item{enableStrictOriginEnforcement}{Whether channel playback is constrained by origin site. Default: \code{false}.} diff --git a/cran/paws.analytics/tests/testthat/test_glue.R b/cran/paws.analytics/tests/testthat/test_glue.R index bfeb33e9fe..0df335051f 100644 --- a/cran/paws.analytics/tests/testthat/test_glue.R +++ b/cran/paws.analytics/tests/testthat/test_glue.R @@ -64,6 +64,22 @@ test_that("list_data_quality_rulesets", { expect_error(svc$list_data_quality_rulesets(MaxResults = 20), NA) }) +test_that("list_data_quality_statistic_annotations", { + expect_error(svc$list_data_quality_statistic_annotations(), NA) +}) + +test_that("list_data_quality_statistic_annotations", { + expect_error(svc$list_data_quality_statistic_annotations(MaxResults = 20), NA) +}) + +test_that("list_data_quality_statistics", { + expect_error(svc$list_data_quality_statistics(), NA) +}) + +test_that("list_data_quality_statistics", { + expect_error(svc$list_data_quality_statistics(MaxResults = 20), NA) +}) + test_that("list_dev_endpoints", { expect_error(svc$list_dev_endpoints(), NA) }) diff --git a/cran/paws.application.integration/R/mq_operations.R b/cran/paws.application.integration/R/mq_operations.R index b493674c9f..720c98fd11 100644 --- a/cran/paws.application.integration/R/mq_operations.R +++ b/cran/paws.application.integration/R/mq_operations.R @@ -768,7 +768,7 @@ mq_reboot_broker <- function(BrokerId) { #' the broker. #' @param HostInstanceType The broker's host instance type to upgrade to. For a list of supported #' instance types, see [Broker instance -#' types](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker.html#broker-instance-types). +#' types](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/#broker-instance-types). #' @param LdapServerMetadata Optional. The metadata of the LDAP server used to authenticate and #' authorize connections to the broker. Does not apply to RabbitMQ brokers. #' @param Logs Enables Amazon CloudWatch logging for brokers. diff --git a/cran/paws.application.integration/R/sfn_interfaces.R b/cran/paws.application.integration/R/sfn_interfaces.R index 1b58c4b120..4ba11057c2 100644 --- a/cran/paws.application.integration/R/sfn_interfaces.R +++ b/cran/paws.application.integration/R/sfn_interfaces.R @@ -5,7 +5,7 @@ NULL .sfn$create_activity_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsDataKeyReusePeriodSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -17,7 +17,7 @@ NULL .sfn$create_state_machine_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), 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")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), publish = structure(logical(0), tags = list(type = "boolean")), versionDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), 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")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), publish = structure(logical(0), tags = list(type = "boolean")), versionDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsDataKeyReusePeriodSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -95,13 +95,13 @@ NULL .sfn$describe_activity_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(activityArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(activityArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp")), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsDataKeyReusePeriodSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .sfn$describe_execution_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), includedData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -125,13 +125,13 @@ NULL .sfn$describe_state_machine_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), includedData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .sfn$describe_state_machine_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), label = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), creationDate = structure(logical(0), tags = list(type = "timestamp")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), label = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsDataKeyReusePeriodSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -149,13 +149,13 @@ NULL .sfn$describe_state_machine_for_execution_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(executionArn = structure(logical(0), tags = list(type = "string")), includedData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .sfn$describe_state_machine_for_execution_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), updateDate = structure(logical(0), tags = list(type = "timestamp")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), mapRunArn = structure(logical(0), tags = list(type = "string")), label = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), updateDate = structure(logical(0), tags = list(type = "timestamp")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), mapRunArn = structure(logical(0), tags = list(type = "string")), label = structure(logical(0), tags = list(type = "string")), revisionId = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsDataKeyReusePeriodSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -341,7 +341,7 @@ NULL .sfn$start_sync_execution_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), traceHeader = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), input = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), traceHeader = structure(logical(0), tags = list(type = "string")), includedData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -413,7 +413,7 @@ NULL .sfn$update_state_machine_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), publish = structure(logical(0), tags = list(type = "boolean")), versionDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + shape <- structure(list(stateMachineArn = structure(logical(0), tags = list(type = "string")), definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), roleArn = structure(logical(0), tags = list(type = "string")), loggingConfiguration = structure(list(level = structure(logical(0), tags = list(type = "string")), includeExecutionData = structure(logical(0), tags = list(type = "boolean")), destinations = structure(list(structure(list(cloudWatchLogsLogGroup = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), tracingConfiguration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), publish = structure(logical(0), tags = list(type = "boolean")), versionDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), encryptionConfiguration = structure(list(kmsKeyId = structure(logical(0), tags = list(type = "string")), kmsDataKeyReusePeriodSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -437,12 +437,12 @@ NULL .sfn$validate_state_machine_definition_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(definition = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), type = structure(logical(0), tags = list(type = "string")), severity = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")) return(populate(args, shape)) } .sfn$validate_state_machine_definition_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(result = structure(logical(0), tags = list(type = "string")), diagnostics = structure(list(structure(list(severity = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(result = structure(logical(0), tags = list(type = "string")), diagnostics = structure(list(structure(list(severity = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), truncated = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.application.integration/R/sfn_operations.R b/cran/paws.application.integration/R/sfn_operations.R index e1bff175bb..49cd48fc2b 100644 --- a/cran/paws.application.integration/R/sfn_operations.R +++ b/cran/paws.application.integration/R/sfn_operations.R @@ -13,7 +13,7 @@ NULL #' @param name [required] The name of the activity to create. This name must be unique for your #' Amazon Web Services account and region for 90 days. For more #' information, see [Limits Related to State Machine -#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions) +#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions) #' in the *Step Functions Developer Guide*. #' #' A name must *not* contain: @@ -41,11 +41,12 @@ NULL #' #' Tags may only contain Unicode letters, digits, white space, or these #' symbols: `_ . : / = + - @@`. +#' @param encryptionConfiguration Settings to configure server-side encryption. #' #' @keywords internal #' #' @rdname sfn_create_activity -sfn_create_activity <- function(name, tags = NULL) { +sfn_create_activity <- function(name, tags = NULL, encryptionConfiguration = NULL) { op <- new_operation( name = "CreateActivity", http_method = "POST", @@ -53,7 +54,7 @@ sfn_create_activity <- function(name, tags = NULL) { host_prefix = "", paginator = list() ) - input <- .sfn$create_activity_input(name = name, tags = tags) + input <- .sfn$create_activity_input(name = name, tags = tags, encryptionConfiguration = encryptionConfiguration) output <- .sfn$create_activity_output() config <- get_config() svc <- .sfn$service(config, op) @@ -98,7 +99,7 @@ sfn_create_activity <- function(name, tags = NULL) { #' logged. #' #' By default, the `level` is set to `OFF`. For more information see [Log -#' Levels](https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html) +#' Levels](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html) #' in the Step Functions User Guide. #' @param tags Tags to be added when creating a state machine. #' @@ -118,11 +119,12 @@ sfn_create_activity <- function(name, tags = NULL) { #' description if the `publish` parameter is set to `true`. Otherwise, if #' you set `versionDescription`, but `publish` to `false`, this API action #' throws `ValidationException`. +#' @param encryptionConfiguration Settings to configure server-side encryption. #' #' @keywords internal #' #' @rdname sfn_create_state_machine -sfn_create_state_machine <- function(name, definition, roleArn, type = NULL, loggingConfiguration = NULL, tags = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL) { +sfn_create_state_machine <- function(name, definition, roleArn, type = NULL, loggingConfiguration = NULL, tags = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL, encryptionConfiguration = NULL) { op <- new_operation( name = "CreateStateMachine", http_method = "POST", @@ -130,7 +132,7 @@ sfn_create_state_machine <- function(name, definition, roleArn, type = NULL, log host_prefix = "", paginator = list() ) - input <- .sfn$create_state_machine_input(name = name, definition = definition, roleArn = roleArn, type = type, loggingConfiguration = loggingConfiguration, tags = tags, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription) + input <- .sfn$create_state_machine_input(name = name, definition = definition, roleArn = roleArn, type = type, loggingConfiguration = loggingConfiguration, tags = tags, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription, encryptionConfiguration = encryptionConfiguration) output <- .sfn$create_state_machine_output() config <- get_config() svc <- .sfn$service(config, op) @@ -341,11 +343,16 @@ sfn_describe_activity <- function(activityArn) { #' See [https://www.paws-r-sdk.com/docs/sfn_describe_execution/](https://www.paws-r-sdk.com/docs/sfn_describe_execution/) for full documentation. #' #' @param executionArn [required] The Amazon Resource Name (ARN) of the execution to describe. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call DescribeStateMachine API with +#' `includedData = METADATA_ONLY` to get a successful response without the +#' encrypted definition. #' #' @keywords internal #' #' @rdname sfn_describe_execution -sfn_describe_execution <- function(executionArn) { +sfn_describe_execution <- function(executionArn, includedData = NULL) { op <- new_operation( name = "DescribeExecution", http_method = "POST", @@ -353,7 +360,7 @@ sfn_describe_execution <- function(executionArn) { host_prefix = "", paginator = list() ) - input <- .sfn$describe_execution_input(executionArn = executionArn) + input <- .sfn$describe_execution_input(executionArn = executionArn, includedData = includedData) output <- .sfn$describe_execution_output() config <- get_config() svc <- .sfn$service(config, op) @@ -409,11 +416,21 @@ sfn_describe_map_run <- function(mapRunArn) { #' about that version. The version ARN is a combination of state machine #' ARN and the version number separated by a colon (:). For example, #' `stateMachineARN:1`. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call the API with `includedData = METADATA_ONLY` +#' to get a successful response without the encrypted definition. +#' +#' When calling a labelled ARN for an encrypted state machine, the +#' `includedData = METADATA_ONLY` parameter will not apply because Step +#' Functions needs to decrypt the entire state machine definition to get +#' the Distributed Map state’s definition. In this case, the API caller +#' needs to have `kms:Decrypt` permission. #' #' @keywords internal #' #' @rdname sfn_describe_state_machine -sfn_describe_state_machine <- function(stateMachineArn) { +sfn_describe_state_machine <- function(stateMachineArn, includedData = NULL) { op <- new_operation( name = "DescribeStateMachine", http_method = "POST", @@ -421,7 +438,7 @@ sfn_describe_state_machine <- function(stateMachineArn) { host_prefix = "", paginator = list() ) - input <- .sfn$describe_state_machine_input(stateMachineArn = stateMachineArn) + input <- .sfn$describe_state_machine_input(stateMachineArn = stateMachineArn, includedData = includedData) output <- .sfn$describe_state_machine_output() config <- get_config() svc <- .sfn$service(config, op) @@ -471,11 +488,15 @@ sfn_describe_state_machine_alias <- function(stateMachineAliasArn) { #' #' @param executionArn [required] The Amazon Resource Name (ARN) of the execution you want state machine #' information for. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call the API with `includedData = METADATA_ONLY` +#' to get a successful response without the encrypted definition. #' #' @keywords internal #' #' @rdname sfn_describe_state_machine_for_execution -sfn_describe_state_machine_for_execution <- function(executionArn) { +sfn_describe_state_machine_for_execution <- function(executionArn, includedData = NULL) { op <- new_operation( name = "DescribeStateMachineForExecution", http_method = "POST", @@ -483,7 +504,7 @@ sfn_describe_state_machine_for_execution <- function(executionArn) { host_prefix = "", paginator = list() ) - input <- .sfn$describe_state_machine_for_execution_input(executionArn = executionArn) + input <- .sfn$describe_state_machine_for_execution_input(executionArn = executionArn, includedData = includedData) output <- .sfn$describe_state_machine_for_execution_output() config <- get_config() svc <- .sfn$service(config, op) @@ -1133,7 +1154,7 @@ sfn_send_task_success <- function(taskToken, output) { #' @param name Optional name of the execution. This name must be unique for your Amazon #' Web Services account, Region, and state machine for 90 days. For more #' information, see [Limits Related to State Machine -#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions) +#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions) #' in the *Step Functions Developer Guide*. #' #' If you don't provide a name for the execution, Step Functions @@ -1209,11 +1230,15 @@ sfn_start_execution <- function(stateMachineArn, name = NULL, input = NULL, trac #' in UTF-8 encoding. #' @param traceHeader Passes the X-Ray trace header. The trace header can also be passed in #' the request payload. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call the API with `includedData = METADATA_ONLY` +#' to get a successful response without the encrypted definition. #' #' @keywords internal #' #' @rdname sfn_start_sync_execution -sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, traceHeader = NULL) { +sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, traceHeader = NULL, includedData = NULL) { op <- new_operation( name = "StartSyncExecution", http_method = "POST", @@ -1221,7 +1246,7 @@ sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, host_prefix = "sync-", paginator = list() ) - input <- .sfn$start_sync_execution_input(stateMachineArn = stateMachineArn, name = name, input = input, traceHeader = traceHeader) + input <- .sfn$start_sync_execution_input(stateMachineArn = stateMachineArn, name = name, input = input, traceHeader = traceHeader, includedData = includedData) output <- .sfn$start_sync_execution_output() config <- get_config() svc <- .sfn$service(config, op) @@ -1431,10 +1456,10 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur .sfn$operations$update_map_run <- sfn_update_map_run #' Updates an existing state machine by modifying its definition, roleArn, -#' or loggingConfiguration +#' loggingConfiguration, or EncryptionConfiguration #' #' @description -#' Updates an existing state machine by modifying its `definition`, `roleArn`, or `loggingConfiguration`. Running executions will continue to use the previous `definition` and `roleArn`. You must include at least one of `definition` or `roleArn` or you will receive a `MissingRequiredParameter` error. +#' Updates an existing state machine by modifying its `definition`, `roleArn`, `loggingConfiguration`, or `EncryptionConfiguration`. Running executions will continue to use the previous `definition` and `roleArn`. You must include at least one of `definition` or `roleArn` or you will receive a `MissingRequiredParameter` error. #' #' See [https://www.paws-r-sdk.com/docs/sfn_update_state_machine/](https://www.paws-r-sdk.com/docs/sfn_update_state_machine/) for full documentation. #' @@ -1452,11 +1477,12 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur #' #' You can only specify the `versionDescription` parameter if you've set #' `publish` to `true`. +#' @param encryptionConfiguration Settings to configure server-side encryption. #' #' @keywords internal #' #' @rdname sfn_update_state_machine -sfn_update_state_machine <- function(stateMachineArn, definition = NULL, roleArn = NULL, loggingConfiguration = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL) { +sfn_update_state_machine <- function(stateMachineArn, definition = NULL, roleArn = NULL, loggingConfiguration = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL, encryptionConfiguration = NULL) { op <- new_operation( name = "UpdateStateMachine", http_method = "POST", @@ -1464,7 +1490,7 @@ sfn_update_state_machine <- function(stateMachineArn, definition = NULL, roleArn host_prefix = "", paginator = list() ) - input <- .sfn$update_state_machine_input(stateMachineArn = stateMachineArn, definition = definition, roleArn = roleArn, loggingConfiguration = loggingConfiguration, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription) + input <- .sfn$update_state_machine_input(stateMachineArn = stateMachineArn, definition = definition, roleArn = roleArn, loggingConfiguration = loggingConfiguration, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription, encryptionConfiguration = encryptionConfiguration) output <- .sfn$update_state_machine_output() config <- get_config() svc <- .sfn$service(config, op) @@ -1523,11 +1549,21 @@ sfn_update_state_machine_alias <- function(stateMachineAliasArn, description = N #' (ASL). #' @param type The target type of state machine for this definition. The default is #' `STANDARD`. +#' @param severity Minimum level of diagnostics to return. `ERROR` returns only `ERROR` +#' diagnostics, whereas `WARNING` returns both `WARNING` and `ERROR` +#' diagnostics. The default is `ERROR`. +#' @param maxResults The maximum number of diagnostics that are returned per call. The +#' default and maximum value is 100. Setting the value to 0 will also use +#' the default of 100. +#' +#' If the number of diagnostics returned in the response exceeds +#' `maxResults`, the value of the `truncated` field in the response will be +#' set to `true`. #' #' @keywords internal #' #' @rdname sfn_validate_state_machine_definition -sfn_validate_state_machine_definition <- function(definition, type = NULL) { +sfn_validate_state_machine_definition <- function(definition, type = NULL, severity = NULL, maxResults = NULL) { op <- new_operation( name = "ValidateStateMachineDefinition", http_method = "POST", @@ -1535,7 +1571,7 @@ sfn_validate_state_machine_definition <- function(definition, type = NULL) { host_prefix = "", paginator = list() ) - input <- .sfn$validate_state_machine_definition_input(definition = definition, type = type) + input <- .sfn$validate_state_machine_definition_input(definition = definition, type = type, severity = severity, maxResults = maxResults) output <- .sfn$validate_state_machine_definition_output() config <- get_config() svc <- .sfn$service(config, op) diff --git a/cran/paws.application.integration/R/sfn_service.R b/cran/paws.application.integration/R/sfn_service.R index 6e148e21aa..a2d78ec3d7 100644 --- a/cran/paws.application.integration/R/sfn_service.R +++ b/cran/paws.application.integration/R/sfn_service.R @@ -7,8 +7,8 @@ NULL #' @description #' Step Functions #' -#' Step Functions is a service that lets you coordinate the components of -#' distributed applications and microservices using visual workflows. +#' Step Functions coordinates the components of distributed applications +#' and microservices using visual workflows. #' #' You can use Step Functions to build applications from individual #' components, each of which performs a discrete function, or *task*, @@ -150,7 +150,7 @@ NULL #' \link[=sfn_test_state]{test_state} \tab Accepts the definition of a single state and executes it\cr #' \link[=sfn_untag_resource]{untag_resource} \tab Remove a tag from a Step Functions resource\cr #' \link[=sfn_update_map_run]{update_map_run} \tab Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure\cr -#' \link[=sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration\cr +#' \link[=sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, loggingConfiguration, or EncryptionConfiguration\cr #' \link[=sfn_update_state_machine_alias]{update_state_machine_alias} \tab Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration\cr #' \link[=sfn_validate_state_machine_definition]{validate_state_machine_definition} \tab Validates the syntax of a state machine definition #' } diff --git a/cran/paws.application.integration/man/mq_update_broker.Rd b/cran/paws.application.integration/man/mq_update_broker.Rd index d8043711cb..32f0b75ffd 100644 --- a/cran/paws.application.integration/man/mq_update_broker.Rd +++ b/cran/paws.application.integration/man/mq_update_broker.Rd @@ -43,7 +43,7 @@ When upgrading to ActiveMQ version 5.18 and above or RabbitMQ version the broker.} \item{HostInstanceType}{The broker's host instance type to upgrade to. For a list of supported -instance types, see \href{https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker.html#broker-instance-types}{Broker instance types}.} +instance types, see \href{https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/#broker-instance-types}{Broker instance types}.} \item{LdapServerMetadata}{Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.} diff --git a/cran/paws.application.integration/man/sfn.Rd b/cran/paws.application.integration/man/sfn.Rd index c2b9f4982a..edabe53d47 100644 --- a/cran/paws.application.integration/man/sfn.Rd +++ b/cran/paws.application.integration/man/sfn.Rd @@ -50,8 +50,8 @@ Operations section. \description{ Step Functions -Step Functions is a service that lets you coordinate the components of -distributed applications and microservices using visual workflows. +Step Functions coordinates the components of distributed applications +and microservices using visual workflows. You can use Step Functions to build applications from individual components, each of which performs a discrete function, or \emph{task}, @@ -149,7 +149,7 @@ action \code{startSyncExecution} and specify its parameter as \link[=sfn_test_state]{test_state} \tab Accepts the definition of a single state and executes it\cr \link[=sfn_untag_resource]{untag_resource} \tab Remove a tag from a Step Functions resource\cr \link[=sfn_update_map_run]{update_map_run} \tab Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure\cr -\link[=sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration\cr +\link[=sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, loggingConfiguration, or EncryptionConfiguration\cr \link[=sfn_update_state_machine_alias]{update_state_machine_alias} \tab Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration\cr \link[=sfn_validate_state_machine_definition]{validate_state_machine_definition} \tab Validates the syntax of a state machine definition } diff --git a/cran/paws.application.integration/man/sfn_create_activity.Rd b/cran/paws.application.integration/man/sfn_create_activity.Rd index 9f0e569c90..193ef9821f 100644 --- a/cran/paws.application.integration/man/sfn_create_activity.Rd +++ b/cran/paws.application.integration/man/sfn_create_activity.Rd @@ -4,12 +4,12 @@ \alias{sfn_create_activity} \title{Creates an activity} \usage{ -sfn_create_activity(name, tags = NULL) +sfn_create_activity(name, tags = NULL, encryptionConfiguration = NULL) } \arguments{ \item{name}{[required] The name of the activity to create. This name must be unique for your Amazon Web Services account and region for 90 days. For more -information, see \href{https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions}{Limits Related to State Machine Executions} +information, see \href{https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions}{Limits Related to State Machine Executions} in the \emph{Step Functions Developer Guide}. A name must \emph{not} contain: @@ -34,6 +34,8 @@ in the \emph{Amazon Web Services Billing and Cost Management User Guide}, and Tags may only contain Unicode letters, digits, white space, or these symbols: \verb{_ . : / = + - @}.} + +\item{encryptionConfiguration}{Settings to configure server-side encryption.} } \description{ Creates an activity. An activity is a task that you write in any programming language and host on any machine that has access to Step Functions. Activities must poll Step Functions using the \code{\link[=sfn_get_activity_task]{get_activity_task}} API action and respond using \verb{SendTask*} API actions. This function lets Step Functions know the existence of your activity and returns an identifier for use in a state machine and when polling from the activity. diff --git a/cran/paws.application.integration/man/sfn_create_state_machine.Rd b/cran/paws.application.integration/man/sfn_create_state_machine.Rd index 09db70e14f..5a085cec0d 100644 --- a/cran/paws.application.integration/man/sfn_create_state_machine.Rd +++ b/cran/paws.application.integration/man/sfn_create_state_machine.Rd @@ -13,7 +13,8 @@ sfn_create_state_machine( tags = NULL, tracingConfiguration = NULL, publish = NULL, - versionDescription = NULL + versionDescription = NULL, + encryptionConfiguration = NULL ) } \arguments{ @@ -45,7 +46,7 @@ once it has been created.} \item{loggingConfiguration}{Defines what execution history events are logged and where they are logged. -By default, the \code{level} is set to \code{OFF}. For more information see \href{https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html}{Log Levels} +By default, the \code{level} is set to \code{OFF}. For more information see \href{https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html}{Log Levels} in the Step Functions User Guide.} \item{tags}{Tags to be added when creating a state machine. @@ -66,6 +67,8 @@ creation. The default is \code{false}.} description if the \code{publish} parameter is set to \code{true}. Otherwise, if you set \code{versionDescription}, but \code{publish} to \code{false}, this API action throws \code{ValidationException}.} + +\item{encryptionConfiguration}{Settings to configure server-side encryption.} } \description{ Creates a state machine. A state machine consists of a collection of states that can do work (\code{Task} states), determine to which states to transition next (\code{Choice} states), stop an execution with an error (\code{Fail} states), and so on. State machines are specified using a JSON-based, structured language. For more information, see \href{https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html}{Amazon States Language} in the Step Functions User Guide. diff --git a/cran/paws.application.integration/man/sfn_describe_execution.Rd b/cran/paws.application.integration/man/sfn_describe_execution.Rd index ad88dc12ee..7a85efa19a 100644 --- a/cran/paws.application.integration/man/sfn_describe_execution.Rd +++ b/cran/paws.application.integration/man/sfn_describe_execution.Rd @@ -6,10 +6,16 @@ machine associated with the execution, the execution input and output, and relevant execution metadata} \usage{ -sfn_describe_execution(executionArn) +sfn_describe_execution(executionArn, includedData = NULL) } \arguments{ \item{executionArn}{[required] The Amazon Resource Name (ARN) of the execution to describe.} + +\item{includedData}{If your state machine definition is encrypted with a KMS key, callers +must have \code{kms:Decrypt} permission to decrypt the definition. +Alternatively, you can call DescribeStateMachine API with +\code{includedData = METADATA_ONLY} to get a successful response without the +encrypted definition.} } \description{ Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. If you've \href{https://docs.aws.amazon.com/step-functions/latest/dg/redrive-executions.html}{redriven} an execution, you can use this API action to return information about the redrives of that execution. In addition, you can use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run. diff --git a/cran/paws.application.integration/man/sfn_describe_state_machine.Rd b/cran/paws.application.integration/man/sfn_describe_state_machine.Rd index ed2f7f6365..28431c12d8 100644 --- a/cran/paws.application.integration/man/sfn_describe_state_machine.Rd +++ b/cran/paws.application.integration/man/sfn_describe_state_machine.Rd @@ -5,7 +5,7 @@ \title{Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration} \usage{ -sfn_describe_state_machine(stateMachineArn) +sfn_describe_state_machine(stateMachineArn, includedData = NULL) } \arguments{ \item{stateMachineArn}{[required] The Amazon Resource Name (ARN) of the state machine for which you want @@ -15,6 +15,17 @@ If you specify a state machine version ARN, this API returns details about that version. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, \code{stateMachineARN:1}.} + +\item{includedData}{If your state machine definition is encrypted with a KMS key, callers +must have \code{kms:Decrypt} permission to decrypt the definition. +Alternatively, you can call the API with \code{includedData = METADATA_ONLY} +to get a successful response without the encrypted definition. + +When calling a labelled ARN for an encrypted state machine, the +\code{includedData = METADATA_ONLY} parameter will not apply because Step +Functions needs to decrypt the entire state machine definition to get +the Distributed Map state’s definition. In this case, the API caller +needs to have \code{kms:Decrypt} permission.} } \description{ Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration. diff --git a/cran/paws.application.integration/man/sfn_describe_state_machine_for_execution.Rd b/cran/paws.application.integration/man/sfn_describe_state_machine_for_execution.Rd index 78382d8f33..421dd62efd 100644 --- a/cran/paws.application.integration/man/sfn_describe_state_machine_for_execution.Rd +++ b/cran/paws.application.integration/man/sfn_describe_state_machine_for_execution.Rd @@ -5,11 +5,16 @@ \title{Provides information about a state machine's definition, its execution role ARN, and configuration} \usage{ -sfn_describe_state_machine_for_execution(executionArn) +sfn_describe_state_machine_for_execution(executionArn, includedData = NULL) } \arguments{ \item{executionArn}{[required] The Amazon Resource Name (ARN) of the execution you want state machine information for.} + +\item{includedData}{If your state machine definition is encrypted with a KMS key, callers +must have \code{kms:Decrypt} permission to decrypt the definition. +Alternatively, you can call the API with \code{includedData = METADATA_ONLY} +to get a successful response without the encrypted definition.} } \description{ Provides information about a state machine's definition, its execution role ARN, and configuration. If a Map Run dispatched the execution, this action returns the Map Run Amazon Resource Name (ARN) in the response. The state machine returned is the state machine associated with the Map Run. diff --git a/cran/paws.application.integration/man/sfn_start_execution.Rd b/cran/paws.application.integration/man/sfn_start_execution.Rd index e7984205c6..0640e94a18 100644 --- a/cran/paws.application.integration/man/sfn_start_execution.Rd +++ b/cran/paws.application.integration/man/sfn_start_execution.Rd @@ -48,7 +48,7 @@ execution. \item{name}{Optional name of the execution. This name must be unique for your Amazon Web Services account, Region, and state machine for 90 days. For more -information, see \href{https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions}{Limits Related to State Machine Executions} +information, see \href{https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions}{Limits Related to State Machine Executions} in the \emph{Step Functions Developer Guide}. If you don't provide a name for the execution, Step Functions diff --git a/cran/paws.application.integration/man/sfn_start_sync_execution.Rd b/cran/paws.application.integration/man/sfn_start_sync_execution.Rd index 06f489479d..72f4b47cc6 100644 --- a/cran/paws.application.integration/man/sfn_start_sync_execution.Rd +++ b/cran/paws.application.integration/man/sfn_start_sync_execution.Rd @@ -8,7 +8,8 @@ sfn_start_sync_execution( stateMachineArn, name = NULL, input = NULL, - traceHeader = NULL + traceHeader = NULL, + includedData = NULL ) } \arguments{ @@ -29,6 +30,11 @@ in UTF-8 encoding.} \item{traceHeader}{Passes the X-Ray trace header. The trace header can also be passed in the request payload.} + +\item{includedData}{If your state machine definition is encrypted with a KMS key, callers +must have \code{kms:Decrypt} permission to decrypt the definition. +Alternatively, you can call the API with \code{includedData = METADATA_ONLY} +to get a successful response without the encrypted definition.} } \description{ Starts a Synchronous Express state machine execution. \code{\link[=sfn_start_sync_execution]{start_sync_execution}} is not available for \code{STANDARD} workflows. diff --git a/cran/paws.application.integration/man/sfn_update_state_machine.Rd b/cran/paws.application.integration/man/sfn_update_state_machine.Rd index 7ce122dda3..3cf95654b3 100644 --- a/cran/paws.application.integration/man/sfn_update_state_machine.Rd +++ b/cran/paws.application.integration/man/sfn_update_state_machine.Rd @@ -3,7 +3,7 @@ \name{sfn_update_state_machine} \alias{sfn_update_state_machine} \title{Updates an existing state machine by modifying its definition, roleArn, -or loggingConfiguration} +loggingConfiguration, or EncryptionConfiguration} \usage{ sfn_update_state_machine( stateMachineArn, @@ -12,7 +12,8 @@ sfn_update_state_machine( loggingConfiguration = NULL, tracingConfiguration = NULL, publish = NULL, - versionDescription = NULL + versionDescription = NULL, + encryptionConfiguration = NULL ) } \arguments{ @@ -34,9 +35,11 @@ sfn_update_state_machine( You can only specify the \code{versionDescription} parameter if you've set \code{publish} to \code{true}.} + +\item{encryptionConfiguration}{Settings to configure server-side encryption.} } \description{ -Updates an existing state machine by modifying its \code{definition}, \code{roleArn}, or \code{loggingConfiguration}. Running executions will continue to use the previous \code{definition} and \code{roleArn}. You must include at least one of \code{definition} or \code{roleArn} or you will receive a \code{MissingRequiredParameter} error. +Updates an existing state machine by modifying its \code{definition}, \code{roleArn}, \code{loggingConfiguration}, or \code{EncryptionConfiguration}. Running executions will continue to use the previous \code{definition} and \code{roleArn}. You must include at least one of \code{definition} or \code{roleArn} or you will receive a \code{MissingRequiredParameter} error. See \url{https://www.paws-r-sdk.com/docs/sfn_update_state_machine/} for full documentation. } diff --git a/cran/paws.application.integration/man/sfn_validate_state_machine_definition.Rd b/cran/paws.application.integration/man/sfn_validate_state_machine_definition.Rd index 2ba2dd1fb2..c8b7f470fb 100644 --- a/cran/paws.application.integration/man/sfn_validate_state_machine_definition.Rd +++ b/cran/paws.application.integration/man/sfn_validate_state_machine_definition.Rd @@ -4,7 +4,12 @@ \alias{sfn_validate_state_machine_definition} \title{Validates the syntax of a state machine definition} \usage{ -sfn_validate_state_machine_definition(definition, type = NULL) +sfn_validate_state_machine_definition( + definition, + type = NULL, + severity = NULL, + maxResults = NULL +) } \arguments{ \item{definition}{[required] The Amazon States Language definition of the state machine. For more @@ -13,6 +18,18 @@ information, see \href{https://docs.aws.amazon.com/step-functions/latest/dg/conc \item{type}{The target type of state machine for this definition. The default is \code{STANDARD}.} + +\item{severity}{Minimum level of diagnostics to return. \code{ERROR} returns only \code{ERROR} +diagnostics, whereas \code{WARNING} returns both \code{WARNING} and \code{ERROR} +diagnostics. The default is \code{ERROR}.} + +\item{maxResults}{The maximum number of diagnostics that are returned per call. The +default and maximum value is 100. Setting the value to 0 will also use +the default of 100. + +If the number of diagnostics returned in the response exceeds +\code{maxResults}, the value of the \code{truncated} field in the response will be +set to \code{true}.} } \description{ Validates the syntax of a state machine definition. diff --git a/cran/paws.compute/R/batch_interfaces.R b/cran/paws.compute/R/batch_interfaces.R index b9b3d5ed06..f304f33b89 100644 --- a/cran/paws.compute/R/batch_interfaces.R +++ b/cran/paws.compute/R/batch_interfaces.R @@ -17,7 +17,7 @@ NULL .batch$create_compute_environment_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(computeEnvironmentName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), unmanagedvCpus = structure(logical(0), tags = list(type = "integer")), computeResources = structure(list(type = structure(logical(0), tags = list(type = "string")), allocationStrategy = structure(logical(0), tags = list(type = "string")), minvCpus = structure(logical(0), tags = list(type = "integer")), maxvCpus = structure(logical(0), tags = list(type = "integer")), desiredvCpus = structure(logical(0), tags = list(type = "integer")), instanceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), imageId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This field is deprecated, use ec2Configuration[].imageIdOverride instead.", type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ec2KeyPair = structure(logical(0), tags = list(type = "string")), instanceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), placementGroup = structure(logical(0), tags = list(type = "string")), bidPercentage = structure(logical(0), tags = list(type = "integer")), spotIamFleetRole = structure(logical(0), tags = list(type = "string")), launchTemplate = structure(list(launchTemplateId = structure(logical(0), tags = list(type = "string")), launchTemplateName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ec2Configuration = structure(list(structure(list(imageType = structure(logical(0), tags = list(type = "string")), imageIdOverride = structure(logical(0), tags = list(type = "string")), imageKubernetesVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), serviceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), eksConfiguration = structure(list(eksClusterArn = structure(logical(0), tags = list(type = "string")), kubernetesNamespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(computeEnvironmentName = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), unmanagedvCpus = structure(logical(0), tags = list(type = "integer")), computeResources = structure(list(type = structure(logical(0), tags = list(type = "string")), allocationStrategy = structure(logical(0), tags = list(type = "string")), minvCpus = structure(logical(0), tags = list(type = "integer")), maxvCpus = structure(logical(0), tags = list(type = "integer")), desiredvCpus = structure(logical(0), tags = list(type = "integer")), instanceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), imageId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This field is deprecated, use ec2Configuration[].imageIdOverride instead.", type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ec2KeyPair = structure(logical(0), tags = list(type = "string")), instanceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), placementGroup = structure(logical(0), tags = list(type = "string")), bidPercentage = structure(logical(0), tags = list(type = "integer")), spotIamFleetRole = structure(logical(0), tags = list(type = "string")), launchTemplate = structure(list(launchTemplateId = structure(logical(0), tags = list(type = "string")), launchTemplateName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ec2Configuration = structure(list(structure(list(imageType = structure(logical(0), tags = list(type = "string")), imageIdOverride = structure(logical(0), tags = list(type = "string")), imageKubernetesVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), serviceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), eksConfiguration = structure(list(eksClusterArn = structure(logical(0), tags = list(type = "string")), kubernetesNamespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), context = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -107,7 +107,7 @@ NULL .batch$describe_compute_environments_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(computeEnvironments = structure(list(structure(list(computeEnvironmentName = structure(logical(0), tags = list(type = "string")), computeEnvironmentArn = structure(logical(0), tags = list(type = "string")), unmanagedvCpus = structure(logical(0), tags = list(type = "integer")), ecsClusterArn = 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")), state = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusReason = structure(logical(0), tags = list(type = "string")), computeResources = structure(list(type = structure(logical(0), tags = list(type = "string")), allocationStrategy = structure(logical(0), tags = list(type = "string")), minvCpus = structure(logical(0), tags = list(type = "integer")), maxvCpus = structure(logical(0), tags = list(type = "integer")), desiredvCpus = structure(logical(0), tags = list(type = "integer")), instanceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), imageId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This field is deprecated, use ec2Configuration[].imageIdOverride instead.", type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ec2KeyPair = structure(logical(0), tags = list(type = "string")), instanceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), placementGroup = structure(logical(0), tags = list(type = "string")), bidPercentage = structure(logical(0), tags = list(type = "integer")), spotIamFleetRole = structure(logical(0), tags = list(type = "string")), launchTemplate = structure(list(launchTemplateId = structure(logical(0), tags = list(type = "string")), launchTemplateName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ec2Configuration = structure(list(structure(list(imageType = structure(logical(0), tags = list(type = "string")), imageIdOverride = structure(logical(0), tags = list(type = "string")), imageKubernetesVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), serviceRole = structure(logical(0), tags = list(type = "string")), updatePolicy = structure(list(terminateJobsOnUpdate = structure(logical(0), tags = list(type = "boolean")), jobExecutionTimeoutMinutes = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), eksConfiguration = structure(list(eksClusterArn = structure(logical(0), tags = list(type = "string")), kubernetesNamespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), containerOrchestrationType = structure(logical(0), tags = list(type = "string")), uuid = 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")) + shape <- structure(list(computeEnvironments = structure(list(structure(list(computeEnvironmentName = structure(logical(0), tags = list(type = "string")), computeEnvironmentArn = structure(logical(0), tags = list(type = "string")), unmanagedvCpus = structure(logical(0), tags = list(type = "integer")), ecsClusterArn = 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")), state = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusReason = structure(logical(0), tags = list(type = "string")), computeResources = structure(list(type = structure(logical(0), tags = list(type = "string")), allocationStrategy = structure(logical(0), tags = list(type = "string")), minvCpus = structure(logical(0), tags = list(type = "integer")), maxvCpus = structure(logical(0), tags = list(type = "integer")), desiredvCpus = structure(logical(0), tags = list(type = "integer")), instanceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), imageId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This field is deprecated, use ec2Configuration[].imageIdOverride instead.", type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ec2KeyPair = structure(logical(0), tags = list(type = "string")), instanceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), placementGroup = structure(logical(0), tags = list(type = "string")), bidPercentage = structure(logical(0), tags = list(type = "integer")), spotIamFleetRole = structure(logical(0), tags = list(type = "string")), launchTemplate = structure(list(launchTemplateId = structure(logical(0), tags = list(type = "string")), launchTemplateName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ec2Configuration = structure(list(structure(list(imageType = structure(logical(0), tags = list(type = "string")), imageIdOverride = structure(logical(0), tags = list(type = "string")), imageKubernetesVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), serviceRole = structure(logical(0), tags = list(type = "string")), updatePolicy = structure(list(terminateJobsOnUpdate = structure(logical(0), tags = list(type = "boolean")), jobExecutionTimeoutMinutes = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), eksConfiguration = structure(list(eksClusterArn = structure(logical(0), tags = list(type = "string")), kubernetesNamespace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), containerOrchestrationType = structure(logical(0), tags = list(type = "string")), uuid = structure(logical(0), tags = list(type = "string")), context = 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)) } @@ -269,7 +269,7 @@ NULL .batch$update_compute_environment_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(computeEnvironment = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), unmanagedvCpus = structure(logical(0), tags = list(type = "integer")), computeResources = structure(list(minvCpus = structure(logical(0), tags = list(type = "integer")), maxvCpus = structure(logical(0), tags = list(type = "integer")), desiredvCpus = structure(logical(0), tags = list(type = "integer")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allocationStrategy = structure(logical(0), tags = list(type = "string")), instanceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ec2KeyPair = structure(logical(0), tags = list(type = "string")), instanceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), placementGroup = structure(logical(0), tags = list(type = "string")), bidPercentage = structure(logical(0), tags = list(type = "integer")), launchTemplate = structure(list(launchTemplateId = structure(logical(0), tags = list(type = "string")), launchTemplateName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ec2Configuration = structure(list(structure(list(imageType = structure(logical(0), tags = list(type = "string")), imageIdOverride = structure(logical(0), tags = list(type = "string")), imageKubernetesVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), updateToLatestImageVersion = structure(logical(0), tags = list(type = "boolean")), type = structure(logical(0), tags = list(type = "string")), imageId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), serviceRole = structure(logical(0), tags = list(type = "string")), updatePolicy = structure(list(terminateJobsOnUpdate = structure(logical(0), tags = list(type = "boolean")), jobExecutionTimeoutMinutes = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(computeEnvironment = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), unmanagedvCpus = structure(logical(0), tags = list(type = "integer")), computeResources = structure(list(minvCpus = structure(logical(0), tags = list(type = "integer")), maxvCpus = structure(logical(0), tags = list(type = "integer")), desiredvCpus = structure(logical(0), tags = list(type = "integer")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), allocationStrategy = structure(logical(0), tags = list(type = "string")), instanceTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ec2KeyPair = structure(logical(0), tags = list(type = "string")), instanceRole = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), placementGroup = structure(logical(0), tags = list(type = "string")), bidPercentage = structure(logical(0), tags = list(type = "integer")), launchTemplate = structure(list(launchTemplateId = structure(logical(0), tags = list(type = "string")), launchTemplateName = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ec2Configuration = structure(list(structure(list(imageType = structure(logical(0), tags = list(type = "string")), imageIdOverride = structure(logical(0), tags = list(type = "string")), imageKubernetesVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), updateToLatestImageVersion = structure(logical(0), tags = list(type = "boolean")), type = structure(logical(0), tags = list(type = "string")), imageId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), serviceRole = structure(logical(0), tags = list(type = "string")), updatePolicy = structure(list(terminateJobsOnUpdate = structure(logical(0), tags = list(type = "boolean")), jobExecutionTimeoutMinutes = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), context = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.compute/R/batch_operations.R b/cran/paws.compute/R/batch_operations.R index b4fb955347..f5cfb3c7f3 100644 --- a/cran/paws.compute/R/batch_operations.R +++ b/cran/paws.compute/R/batch_operations.R @@ -6,7 +6,7 @@ NULL #' Cancels a job in an Batch job queue #' #' @description -#' Cancels a job in an Batch job queue. Jobs that are in the `SUBMITTED` or `PENDING` are canceled. A job in`RUNNABLE` remains in `RUNNABLE` until it reaches the head of the job queue. Then the job status is updated to `FAILED`. +#' Cancels a job in an Batch job queue. Jobs that are in a `SUBMITTED`, `PENDING`, or `RUNNABLE` state are cancelled and the job status is updated to `FAILED`. #' #' See [https://www.paws-r-sdk.com/docs/batch_cancel_job/](https://www.paws-r-sdk.com/docs/batch_cancel_job/) for full documentation. #' @@ -127,11 +127,12 @@ batch_cancel_job <- function(jobId, reason) { #' don't propagate to the underlying compute resources. #' @param eksConfiguration The details for the Amazon EKS cluster that supports the compute #' environment. +#' @param context Reserved. #' #' @keywords internal #' #' @rdname batch_create_compute_environment -batch_create_compute_environment <- function(computeEnvironmentName, type, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, tags = NULL, eksConfiguration = NULL) { +batch_create_compute_environment <- function(computeEnvironmentName, type, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, tags = NULL, eksConfiguration = NULL, context = NULL) { op <- new_operation( name = "CreateComputeEnvironment", http_method = "POST", @@ -139,7 +140,7 @@ batch_create_compute_environment <- function(computeEnvironmentName, type, state host_prefix = "", paginator = list() ) - input <- .batch$create_compute_environment_input(computeEnvironmentName = computeEnvironmentName, type = type, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, tags = tags, eksConfiguration = eksConfiguration) + input <- .batch$create_compute_environment_input(computeEnvironmentName = computeEnvironmentName, type = type, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, tags = tags, eksConfiguration = eksConfiguration, context = context) output <- .batch$create_compute_environment_output() config <- get_config() svc <- .batch$service(config, op) @@ -1244,11 +1245,12 @@ batch_untag_resource <- function(resourceArn, tagKeys) { #' [Updating compute #' environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) #' in the *Batch User Guide*. +#' @param context Reserved. #' #' @keywords internal #' #' @rdname batch_update_compute_environment -batch_update_compute_environment <- function(computeEnvironment, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, updatePolicy = NULL) { +batch_update_compute_environment <- function(computeEnvironment, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, updatePolicy = NULL, context = NULL) { op <- new_operation( name = "UpdateComputeEnvironment", http_method = "POST", @@ -1256,7 +1258,7 @@ batch_update_compute_environment <- function(computeEnvironment, state = NULL, u host_prefix = "", paginator = list() ) - input <- .batch$update_compute_environment_input(computeEnvironment = computeEnvironment, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, updatePolicy = updatePolicy) + input <- .batch$update_compute_environment_input(computeEnvironment = computeEnvironment, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, updatePolicy = updatePolicy, context = context) output <- .batch$update_compute_environment_output() config <- get_config() svc <- .batch$service(config, op) diff --git a/cran/paws.compute/R/computeoptimizer_operations.R b/cran/paws.compute/R/computeoptimizer_operations.R index 8732975916..d10a1bc7db 100644 --- a/cran/paws.compute/R/computeoptimizer_operations.R +++ b/cran/paws.compute/R/computeoptimizer_operations.R @@ -1362,6 +1362,12 @@ computeoptimizer_get_recommendation_summaries <- function(accountIds = NULL, nex #' #' You can only set this preference for the Amazon EC2 instance and Auto #' Scaling group resource types. +#' +#' - Amazon EC2 instance lookback preferences can be set at the +#' organization, account, and resource levels. +#' +#' - Auto Scaling group lookback preferences can only be set at the +#' resource level. #' @param utilizationPreferences The preference to control the resource’s CPU utilization threshold, CPU #' utilization headroom, and memory utilization headroom. When this #' preference isn't specified, we use the following default values. diff --git a/cran/paws.compute/R/ec2_interfaces.R b/cran/paws.compute/R/ec2_interfaces.R index ea6dd8a442..818ce869da 100644 --- a/cran/paws.compute/R/ec2_interfaces.R +++ b/cran/paws.compute/R/ec2_interfaces.R @@ -101,7 +101,7 @@ NULL .ec2$allocate_address_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Domain = structure(logical(0), tags = list(type = "string")), Address = structure(logical(0), tags = list(type = "string")), PublicIpv4Pool = structure(logical(0), tags = list(type = "string")), NetworkBorderGroup = structure(logical(0), tags = list(type = "string")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(type = "string")), DryRun = structure(logical(0), tags = list(locationName = "dryRun", type = "boolean")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list"))), tags = list(type = "structure")) + shape <- structure(list(Domain = structure(logical(0), tags = list(type = "string")), Address = structure(logical(0), tags = list(type = "string")), PublicIpv4Pool = structure(logical(0), tags = list(type = "string")), NetworkBorderGroup = structure(logical(0), tags = list(type = "string")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(type = "string")), DryRun = structure(logical(0), tags = list(locationName = "dryRun", type = "boolean")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list")), IpamPoolId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -309,7 +309,7 @@ NULL .ec2$associate_subnet_cidr_block_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -369,7 +369,7 @@ NULL .ec2$associate_vpc_cidr_block_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "cidrBlockAssociation", type = "structure")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "cidrBlockAssociation", type = "structure")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -667,6 +667,18 @@ NULL return(populate(args, shape)) } +.ec2$create_capacity_reservation_by_splitting_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), SourceCapacityReservationId = structure(logical(0), tags = list(type = "string")), InstanceCount = structure(logical(0), tags = list(type = "integer")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$create_capacity_reservation_by_splitting_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(SourceCapacityReservation = structure(list(CapacityReservationId = structure(logical(0), tags = list(locationName = "capacityReservationId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), CapacityReservationArn = structure(logical(0), tags = list(locationName = "capacityReservationArn", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), InstanceType = structure(logical(0), tags = list(locationName = "instanceType", type = "string")), InstancePlatform = structure(logical(0), tags = list(locationName = "instancePlatform", type = "string")), AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), Tenancy = structure(logical(0), tags = list(locationName = "tenancy", type = "string")), TotalInstanceCount = structure(logical(0), tags = list(locationName = "totalInstanceCount", type = "integer")), AvailableInstanceCount = structure(logical(0), tags = list(locationName = "availableInstanceCount", type = "integer")), EbsOptimized = structure(logical(0), tags = list(locationName = "ebsOptimized", type = "boolean")), EphemeralStorage = structure(logical(0), tags = list(locationName = "ephemeralStorage", type = "boolean")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), StartDate = structure(logical(0), tags = list(locationName = "startDate", type = "timestamp")), EndDate = structure(logical(0), tags = list(locationName = "endDate", type = "timestamp")), EndDateType = structure(logical(0), tags = list(locationName = "endDateType", type = "string")), InstanceMatchCriteria = structure(logical(0), tags = list(locationName = "instanceMatchCriteria", type = "string")), CreateDate = structure(logical(0), tags = list(locationName = "createDate", type = "timestamp")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), CapacityReservationFleetId = structure(logical(0), tags = list(locationName = "capacityReservationFleetId", type = "string")), PlacementGroupArn = structure(logical(0), tags = list(locationName = "placementGroupArn", type = "string")), CapacityAllocations = structure(list(structure(list(AllocationType = structure(logical(0), tags = list(locationName = "allocationType", type = "string")), Count = structure(logical(0), tags = list(locationName = "count", type = "integer"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "capacityAllocationSet", type = "list")), ReservationType = structure(logical(0), tags = list(locationName = "reservationType", type = "string"))), tags = list(locationName = "sourceCapacityReservation", type = "structure")), DestinationCapacityReservation = structure(list(CapacityReservationId = structure(logical(0), tags = list(locationName = "capacityReservationId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), CapacityReservationArn = structure(logical(0), tags = list(locationName = "capacityReservationArn", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), InstanceType = structure(logical(0), tags = list(locationName = "instanceType", type = "string")), InstancePlatform = structure(logical(0), tags = list(locationName = "instancePlatform", type = "string")), AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), Tenancy = structure(logical(0), tags = list(locationName = "tenancy", type = "string")), TotalInstanceCount = structure(logical(0), tags = list(locationName = "totalInstanceCount", type = "integer")), AvailableInstanceCount = structure(logical(0), tags = list(locationName = "availableInstanceCount", type = "integer")), EbsOptimized = structure(logical(0), tags = list(locationName = "ebsOptimized", type = "boolean")), EphemeralStorage = structure(logical(0), tags = list(locationName = "ephemeralStorage", type = "boolean")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), StartDate = structure(logical(0), tags = list(locationName = "startDate", type = "timestamp")), EndDate = structure(logical(0), tags = list(locationName = "endDate", type = "timestamp")), EndDateType = structure(logical(0), tags = list(locationName = "endDateType", type = "string")), InstanceMatchCriteria = structure(logical(0), tags = list(locationName = "instanceMatchCriteria", type = "string")), CreateDate = structure(logical(0), tags = list(locationName = "createDate", type = "timestamp")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), CapacityReservationFleetId = structure(logical(0), tags = list(locationName = "capacityReservationFleetId", type = "string")), PlacementGroupArn = structure(logical(0), tags = list(locationName = "placementGroupArn", type = "string")), CapacityAllocations = structure(list(structure(list(AllocationType = structure(logical(0), tags = list(locationName = "allocationType", type = "string")), Count = structure(logical(0), tags = list(locationName = "count", type = "integer"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "capacityAllocationSet", type = "list")), ReservationType = structure(logical(0), tags = list(locationName = "reservationType", type = "string"))), tags = list(locationName = "destinationCapacityReservation", type = "structure")), InstanceCount = structure(logical(0), tags = list(locationName = "instanceCount", type = "integer"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ec2$create_capacity_reservation_fleet_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(AllocationStrategy = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), InstanceTypeSpecifications = structure(list(structure(list(InstanceType = structure(logical(0), tags = list(type = "string")), InstancePlatform = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "double")), AvailabilityZone = structure(logical(0), tags = list(type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(type = "string")), EbsOptimized = structure(logical(0), tags = list(type = "boolean")), Priority = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(locationName = "InstanceTypeSpecification", type = "list")), Tenancy = structure(logical(0), tags = list(type = "string")), TotalTargetCapacity = structure(logical(0), tags = list(type = "integer")), EndDate = structure(logical(0), tags = list(type = "timestamp")), InstanceMatchCriteria = structure(logical(0), tags = list(type = "string")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list")), DryRun = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) @@ -759,7 +771,7 @@ NULL .ec2$create_default_subnet_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Subnet = structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), AvailableIpAddressCount = structure(logical(0), tags = list(locationName = "availableIpAddressCount", type = "integer")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DefaultForAz = structure(logical(0), tags = list(locationName = "defaultForAz", type = "boolean")), EnableLniAtDeviceIndex = structure(logical(0), tags = list(locationName = "enableLniAtDeviceIndex", type = "integer")), MapPublicIpOnLaunch = structure(logical(0), tags = list(locationName = "mapPublicIpOnLaunch", type = "boolean")), MapCustomerOwnedIpOnLaunch = structure(logical(0), tags = list(locationName = "mapCustomerOwnedIpOnLaunch", type = "boolean")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(locationName = "customerOwnedIpv4Pool", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), AssignIpv6AddressOnCreation = structure(logical(0), tags = list(locationName = "assignIpv6AddressOnCreation", type = "boolean")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), SubnetArn = structure(logical(0), tags = list(locationName = "subnetArn", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), EnableDns64 = structure(logical(0), tags = list(locationName = "enableDns64", type = "boolean")), Ipv6Native = structure(logical(0), tags = list(locationName = "ipv6Native", type = "boolean")), PrivateDnsNameOptionsOnLaunch = structure(list(HostnameType = structure(logical(0), tags = list(locationName = "hostnameType", type = "string")), EnableResourceNameDnsARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsARecord", type = "boolean")), EnableResourceNameDnsAAAARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsAAAARecord", type = "boolean"))), tags = list(locationName = "privateDnsNameOptionsOnLaunch", type = "structure"))), tags = list(locationName = "subnet", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Subnet = structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), AvailableIpAddressCount = structure(logical(0), tags = list(locationName = "availableIpAddressCount", type = "integer")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DefaultForAz = structure(logical(0), tags = list(locationName = "defaultForAz", type = "boolean")), EnableLniAtDeviceIndex = structure(logical(0), tags = list(locationName = "enableLniAtDeviceIndex", type = "integer")), MapPublicIpOnLaunch = structure(logical(0), tags = list(locationName = "mapPublicIpOnLaunch", type = "boolean")), MapCustomerOwnedIpOnLaunch = structure(logical(0), tags = list(locationName = "mapCustomerOwnedIpOnLaunch", type = "boolean")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(locationName = "customerOwnedIpv4Pool", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), AssignIpv6AddressOnCreation = structure(logical(0), tags = list(locationName = "assignIpv6AddressOnCreation", type = "boolean")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), SubnetArn = structure(logical(0), tags = list(locationName = "subnetArn", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), EnableDns64 = structure(logical(0), tags = list(locationName = "enableDns64", type = "boolean")), Ipv6Native = structure(logical(0), tags = list(locationName = "ipv6Native", type = "boolean")), PrivateDnsNameOptionsOnLaunch = structure(list(HostnameType = structure(logical(0), tags = list(locationName = "hostnameType", type = "string")), EnableResourceNameDnsARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsARecord", type = "boolean")), EnableResourceNameDnsAAAARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsAAAARecord", type = "boolean"))), tags = list(locationName = "privateDnsNameOptionsOnLaunch", type = "structure"))), tags = list(locationName = "subnet", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -771,7 +783,7 @@ NULL .ec2$create_default_vpc_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Vpc = structure(list(CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DhcpOptionsId = structure(logical(0), tags = list(locationName = "dhcpOptionsId", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), InstanceTenancy = structure(logical(0), tags = list(locationName = "instanceTenancy", type = "string")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "cidrBlockAssociationSet", type = "list")), IsDefault = structure(logical(0), tags = list(locationName = "isDefault", type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list"))), tags = list(locationName = "vpc", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Vpc = structure(list(CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DhcpOptionsId = structure(logical(0), tags = list(locationName = "dhcpOptionsId", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), InstanceTenancy = structure(logical(0), tags = list(locationName = "instanceTenancy", type = "string")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "cidrBlockAssociationSet", type = "list")), IsDefault = structure(logical(0), tags = list(locationName = "isDefault", type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list"))), tags = list(locationName = "vpc", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -897,13 +909,25 @@ NULL .ec2$create_ipam_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "OperatingRegion", type = "list")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Tier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "OperatingRegion", type = "list")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Tier = structure(logical(0), tags = list(type = "string")), EnablePrivateGua = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } .ec2$create_ipam_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipam = structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string"))), tags = list(locationName = "ipam", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Ipam = structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string")), EnablePrivateGua = structure(logical(0), tags = list(locationName = "enablePrivateGua", type = "boolean"))), tags = list(locationName = "ipam", type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$create_ipam_external_resource_verification_token_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), IpamId = structure(logical(0), tags = list(type = "string")), TagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "TagSpecification", type = "list")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$create_ipam_external_resource_verification_token_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(IpamExternalResourceVerificationToken = structure(list(IpamExternalResourceVerificationTokenId = structure(logical(0), tags = list(locationName = "ipamExternalResourceVerificationTokenId", type = "string")), IpamExternalResourceVerificationTokenArn = structure(logical(0), tags = list(locationName = "ipamExternalResourceVerificationTokenArn", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), TokenValue = structure(logical(0), tags = list(locationName = "tokenValue", type = "string")), TokenName = structure(logical(0), tags = list(locationName = "tokenName", type = "string")), NotAfter = structure(logical(0), tags = list(locationName = "notAfter", type = "timestamp")), Status = structure(logical(0), tags = list(locationName = "status", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string"))), tags = list(locationName = "ipamExternalResourceVerificationToken", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1273,7 +1297,7 @@ NULL .ec2$create_subnet_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Subnet = structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), AvailableIpAddressCount = structure(logical(0), tags = list(locationName = "availableIpAddressCount", type = "integer")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DefaultForAz = structure(logical(0), tags = list(locationName = "defaultForAz", type = "boolean")), EnableLniAtDeviceIndex = structure(logical(0), tags = list(locationName = "enableLniAtDeviceIndex", type = "integer")), MapPublicIpOnLaunch = structure(logical(0), tags = list(locationName = "mapPublicIpOnLaunch", type = "boolean")), MapCustomerOwnedIpOnLaunch = structure(logical(0), tags = list(locationName = "mapCustomerOwnedIpOnLaunch", type = "boolean")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(locationName = "customerOwnedIpv4Pool", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), AssignIpv6AddressOnCreation = structure(logical(0), tags = list(locationName = "assignIpv6AddressOnCreation", type = "boolean")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), SubnetArn = structure(logical(0), tags = list(locationName = "subnetArn", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), EnableDns64 = structure(logical(0), tags = list(locationName = "enableDns64", type = "boolean")), Ipv6Native = structure(logical(0), tags = list(locationName = "ipv6Native", type = "boolean")), PrivateDnsNameOptionsOnLaunch = structure(list(HostnameType = structure(logical(0), tags = list(locationName = "hostnameType", type = "string")), EnableResourceNameDnsARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsARecord", type = "boolean")), EnableResourceNameDnsAAAARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsAAAARecord", type = "boolean"))), tags = list(locationName = "privateDnsNameOptionsOnLaunch", type = "structure"))), tags = list(locationName = "subnet", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Subnet = structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), AvailableIpAddressCount = structure(logical(0), tags = list(locationName = "availableIpAddressCount", type = "integer")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DefaultForAz = structure(logical(0), tags = list(locationName = "defaultForAz", type = "boolean")), EnableLniAtDeviceIndex = structure(logical(0), tags = list(locationName = "enableLniAtDeviceIndex", type = "integer")), MapPublicIpOnLaunch = structure(logical(0), tags = list(locationName = "mapPublicIpOnLaunch", type = "boolean")), MapCustomerOwnedIpOnLaunch = structure(logical(0), tags = list(locationName = "mapCustomerOwnedIpOnLaunch", type = "boolean")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(locationName = "customerOwnedIpv4Pool", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), AssignIpv6AddressOnCreation = structure(logical(0), tags = list(locationName = "assignIpv6AddressOnCreation", type = "boolean")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), SubnetArn = structure(logical(0), tags = list(locationName = "subnetArn", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), EnableDns64 = structure(logical(0), tags = list(locationName = "enableDns64", type = "boolean")), Ipv6Native = structure(logical(0), tags = list(locationName = "ipv6Native", type = "boolean")), PrivateDnsNameOptionsOnLaunch = structure(list(HostnameType = structure(logical(0), tags = list(locationName = "hostnameType", type = "string")), EnableResourceNameDnsARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsARecord", type = "boolean")), EnableResourceNameDnsAAAARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsAAAARecord", type = "boolean"))), tags = list(locationName = "privateDnsNameOptionsOnLaunch", type = "structure"))), tags = list(locationName = "subnet", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1547,7 +1571,7 @@ NULL .ec2$create_vpc_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Vpc = structure(list(CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DhcpOptionsId = structure(logical(0), tags = list(locationName = "dhcpOptionsId", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), InstanceTenancy = structure(logical(0), tags = list(locationName = "instanceTenancy", type = "string")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "cidrBlockAssociationSet", type = "list")), IsDefault = structure(logical(0), tags = list(locationName = "isDefault", type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list"))), tags = list(locationName = "vpc", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Vpc = structure(list(CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DhcpOptionsId = structure(logical(0), tags = list(locationName = "dhcpOptionsId", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), InstanceTenancy = structure(logical(0), tags = list(locationName = "instanceTenancy", type = "string")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "cidrBlockAssociationSet", type = "list")), IsDefault = structure(logical(0), tags = list(locationName = "isDefault", type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list"))), tags = list(locationName = "vpc", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1803,7 +1827,19 @@ NULL .ec2$delete_ipam_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipam = structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string"))), tags = list(locationName = "ipam", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Ipam = structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string")), EnablePrivateGua = structure(logical(0), tags = list(locationName = "enablePrivateGua", type = "boolean"))), tags = list(locationName = "ipam", type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$delete_ipam_external_resource_verification_token_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), IpamExternalResourceVerificationTokenId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$delete_ipam_external_resource_verification_token_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(IpamExternalResourceVerificationToken = structure(list(IpamExternalResourceVerificationTokenId = structure(logical(0), tags = list(locationName = "ipamExternalResourceVerificationTokenId", type = "string")), IpamExternalResourceVerificationTokenArn = structure(logical(0), tags = list(locationName = "ipamExternalResourceVerificationTokenArn", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), TokenValue = structure(logical(0), tags = list(locationName = "tokenValue", type = "string")), TokenName = structure(logical(0), tags = list(locationName = "tokenName", type = "string")), NotAfter = structure(logical(0), tags = list(locationName = "notAfter", type = "timestamp")), Status = structure(logical(0), tags = list(locationName = "status", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string"))), tags = list(locationName = "ipamExternalResourceVerificationToken", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -3185,7 +3221,7 @@ NULL .ec2$describe_instance_status_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(InstanceStatuses = structure(list(structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), Events = structure(list(structure(list(InstanceEventId = structure(logical(0), tags = list(locationName = "instanceEventId", type = "string")), Code = structure(logical(0), tags = list(locationName = "code", type = "string")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), NotAfter = structure(logical(0), tags = list(locationName = "notAfter", type = "timestamp")), NotBefore = structure(logical(0), tags = list(locationName = "notBefore", type = "timestamp")), NotBeforeDeadline = structure(logical(0), tags = list(locationName = "notBeforeDeadline", type = "timestamp"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "eventsSet", type = "list")), InstanceId = structure(logical(0), tags = list(locationName = "instanceId", type = "string")), InstanceState = structure(list(Code = structure(logical(0), tags = list(locationName = "code", type = "integer")), Name = structure(logical(0), tags = list(locationName = "name", type = "string"))), tags = list(locationName = "instanceState", type = "structure")), InstanceStatus = structure(list(Details = structure(list(structure(list(ImpairedSince = structure(logical(0), tags = list(locationName = "impairedSince", type = "timestamp")), Name = structure(logical(0), tags = list(locationName = "name", type = "string")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "details", type = "list")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "instanceStatus", type = "structure")), SystemStatus = structure(list(Details = structure(list(structure(list(ImpairedSince = structure(logical(0), tags = list(locationName = "impairedSince", type = "timestamp")), Name = structure(logical(0), tags = list(locationName = "name", type = "string")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "details", type = "list")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "systemStatus", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "instanceStatusSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(InstanceStatuses = structure(list(structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), Events = structure(list(structure(list(InstanceEventId = structure(logical(0), tags = list(locationName = "instanceEventId", type = "string")), Code = structure(logical(0), tags = list(locationName = "code", type = "string")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), NotAfter = structure(logical(0), tags = list(locationName = "notAfter", type = "timestamp")), NotBefore = structure(logical(0), tags = list(locationName = "notBefore", type = "timestamp")), NotBeforeDeadline = structure(logical(0), tags = list(locationName = "notBeforeDeadline", type = "timestamp"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "eventsSet", type = "list")), InstanceId = structure(logical(0), tags = list(locationName = "instanceId", type = "string")), InstanceState = structure(list(Code = structure(logical(0), tags = list(locationName = "code", type = "integer")), Name = structure(logical(0), tags = list(locationName = "name", type = "string"))), tags = list(locationName = "instanceState", type = "structure")), InstanceStatus = structure(list(Details = structure(list(structure(list(ImpairedSince = structure(logical(0), tags = list(locationName = "impairedSince", type = "timestamp")), Name = structure(logical(0), tags = list(locationName = "name", type = "string")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "details", type = "list")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "instanceStatus", type = "structure")), SystemStatus = structure(list(Details = structure(list(structure(list(ImpairedSince = structure(logical(0), tags = list(locationName = "impairedSince", type = "timestamp")), Name = structure(logical(0), tags = list(locationName = "name", type = "string")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "details", type = "list")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "systemStatus", type = "structure")), AttachedEbsStatus = structure(list(Details = structure(list(structure(list(ImpairedSince = structure(logical(0), tags = list(locationName = "impairedSince", type = "timestamp")), Name = structure(logical(0), tags = list(locationName = "name", type = "string")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "details", type = "list")), Status = structure(logical(0), tags = list(locationName = "status", type = "string"))), tags = list(locationName = "attachedEbsStatus", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "instanceStatusSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -3261,6 +3297,18 @@ NULL return(populate(args, shape)) } +.ec2$describe_ipam_external_resource_verification_tokens_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), Filters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(locationName = "item", type = "string"))), tags = list(locationNameList = "item", locationName = "Value", type = "list"))), tags = list(locationName = "Filter", type = "structure"))), tags = list(locationNameList = "Filter", locationName = "Filter", type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), IpamExternalResourceVerificationTokenIds = structure(list(structure(logical(0), tags = list(locationName = "item", type = "string"))), tags = list(locationNameList = "item", locationName = "IpamExternalResourceVerificationTokenId", type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$describe_ipam_external_resource_verification_tokens_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), IpamExternalResourceVerificationTokens = structure(list(structure(list(IpamExternalResourceVerificationTokenId = structure(logical(0), tags = list(locationName = "ipamExternalResourceVerificationTokenId", type = "string")), IpamExternalResourceVerificationTokenArn = structure(logical(0), tags = list(locationName = "ipamExternalResourceVerificationTokenArn", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), TokenValue = structure(logical(0), tags = list(locationName = "tokenValue", type = "string")), TokenName = structure(logical(0), tags = list(locationName = "tokenName", type = "string")), NotAfter = structure(logical(0), tags = list(locationName = "notAfter", type = "timestamp")), Status = structure(logical(0), tags = list(locationName = "status", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipamExternalResourceVerificationTokenSet", type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ec2$describe_ipam_pools_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), Filters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(locationName = "item", type = "string"))), tags = list(locationNameList = "item", locationName = "Value", type = "list"))), tags = list(locationName = "Filter", type = "structure"))), tags = list(locationNameList = "Filter", locationName = "Filter", type = "list")), MaxResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string")), IpamPoolIds = structure(list(structure(logical(0), tags = list(locationName = "item", type = "string"))), tags = list(locationNameList = "item", locationName = "IpamPoolId", type = "list"))), tags = list(type = "structure")) @@ -3317,7 +3365,7 @@ NULL .ec2$describe_ipams_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Ipams = structure(list(structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipamSet", type = "list"))), tags = list(type = "structure")) + shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Ipams = structure(list(structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string")), EnablePrivateGua = structure(logical(0), tags = list(locationName = "enablePrivateGua", type = "boolean"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipamSet", type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -3929,7 +3977,7 @@ NULL .ec2$describe_subnets_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Subnets = structure(list(structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), AvailableIpAddressCount = structure(logical(0), tags = list(locationName = "availableIpAddressCount", type = "integer")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DefaultForAz = structure(logical(0), tags = list(locationName = "defaultForAz", type = "boolean")), EnableLniAtDeviceIndex = structure(logical(0), tags = list(locationName = "enableLniAtDeviceIndex", type = "integer")), MapPublicIpOnLaunch = structure(logical(0), tags = list(locationName = "mapPublicIpOnLaunch", type = "boolean")), MapCustomerOwnedIpOnLaunch = structure(logical(0), tags = list(locationName = "mapCustomerOwnedIpOnLaunch", type = "boolean")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(locationName = "customerOwnedIpv4Pool", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), AssignIpv6AddressOnCreation = structure(logical(0), tags = list(locationName = "assignIpv6AddressOnCreation", type = "boolean")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), SubnetArn = structure(logical(0), tags = list(locationName = "subnetArn", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), EnableDns64 = structure(logical(0), tags = list(locationName = "enableDns64", type = "boolean")), Ipv6Native = structure(logical(0), tags = list(locationName = "ipv6Native", type = "boolean")), PrivateDnsNameOptionsOnLaunch = structure(list(HostnameType = structure(logical(0), tags = list(locationName = "hostnameType", type = "string")), EnableResourceNameDnsARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsARecord", type = "boolean")), EnableResourceNameDnsAAAARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsAAAARecord", type = "boolean"))), tags = list(locationName = "privateDnsNameOptionsOnLaunch", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "subnetSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Subnets = structure(list(structure(list(AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), AvailableIpAddressCount = structure(logical(0), tags = list(locationName = "availableIpAddressCount", type = "integer")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DefaultForAz = structure(logical(0), tags = list(locationName = "defaultForAz", type = "boolean")), EnableLniAtDeviceIndex = structure(logical(0), tags = list(locationName = "enableLniAtDeviceIndex", type = "integer")), MapPublicIpOnLaunch = structure(logical(0), tags = list(locationName = "mapPublicIpOnLaunch", type = "boolean")), MapCustomerOwnedIpOnLaunch = structure(logical(0), tags = list(locationName = "mapCustomerOwnedIpOnLaunch", type = "boolean")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(locationName = "customerOwnedIpv4Pool", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), AssignIpv6AddressOnCreation = structure(logical(0), tags = list(locationName = "assignIpv6AddressOnCreation", type = "boolean")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), SubnetArn = structure(logical(0), tags = list(locationName = "subnetArn", type = "string")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), EnableDns64 = structure(logical(0), tags = list(locationName = "enableDns64", type = "boolean")), Ipv6Native = structure(logical(0), tags = list(locationName = "ipv6Native", type = "boolean")), PrivateDnsNameOptionsOnLaunch = structure(list(HostnameType = structure(logical(0), tags = list(locationName = "hostnameType", type = "string")), EnableResourceNameDnsARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsARecord", type = "boolean")), EnableResourceNameDnsAAAARecord = structure(logical(0), tags = list(locationName = "enableResourceNameDnsAAAARecord", type = "boolean"))), tags = list(locationName = "privateDnsNameOptionsOnLaunch", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "subnetSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -4361,7 +4409,7 @@ NULL .ec2$describe_vpcs_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Vpcs = structure(list(structure(list(CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DhcpOptionsId = structure(logical(0), tags = list(locationName = "dhcpOptionsId", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), InstanceTenancy = structure(logical(0), tags = list(locationName = "instanceTenancy", type = "string")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "cidrBlockAssociationSet", type = "list")), IsDefault = structure(logical(0), tags = list(locationName = "isDefault", type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "vpcSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Vpcs = structure(list(structure(list(CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), DhcpOptionsId = structure(logical(0), tags = list(locationName = "dhcpOptionsId", type = "string")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), InstanceTenancy = structure(logical(0), tags = list(locationName = "instanceTenancy", type = "string")), Ipv6CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipv6CidrBlockAssociationSet", type = "list")), CidrBlockAssociationSet = structure(list(structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "cidrBlockAssociationSet", type = "list")), IsDefault = structure(logical(0), tags = list(locationName = "isDefault", type = "boolean")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "vpcSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -4757,7 +4805,7 @@ NULL .ec2$disassociate_subnet_cidr_block_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), SubnetId = structure(logical(0), tags = list(locationName = "subnetId", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -4817,7 +4865,7 @@ NULL .ec2$disassociate_vpc_cidr_block_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "cidrBlockAssociation", type = "structure")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Ipv6CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), Ipv6CidrBlock = structure(logical(0), tags = list(locationName = "ipv6CidrBlock", type = "string")), Ipv6CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "ipv6CidrBlockState", type = "structure")), NetworkBorderGroup = structure(logical(0), tags = list(locationName = "networkBorderGroup", type = "string")), Ipv6Pool = structure(logical(0), tags = list(locationName = "ipv6Pool", type = "string")), Ipv6AddressAttribute = structure(logical(0), tags = list(locationName = "ipv6AddressAttribute", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string"))), tags = list(locationName = "ipv6CidrBlockAssociation", type = "structure")), CidrBlockAssociation = structure(list(AssociationId = structure(logical(0), tags = list(locationName = "associationId", type = "string")), CidrBlock = structure(logical(0), tags = list(locationName = "cidrBlock", type = "string")), CidrBlockState = structure(list(State = structure(logical(0), tags = list(locationName = "state", type = "string")), StatusMessage = structure(logical(0), tags = list(locationName = "statusMessage", type = "string"))), tags = list(locationName = "cidrBlockState", type = "structure"))), tags = list(locationName = "cidrBlockAssociation", type = "structure")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -5341,7 +5389,7 @@ NULL .ec2$get_ipam_discovered_resource_cidrs_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(IpamDiscoveredResourceCidrs = structure(list(structure(list(IpamResourceDiscoveryId = structure(logical(0), tags = list(locationName = "ipamResourceDiscoveryId", type = "string")), ResourceRegion = structure(logical(0), tags = list(locationName = "resourceRegion", type = "string")), ResourceId = structure(logical(0), tags = list(locationName = "resourceId", type = "string")), ResourceOwnerId = structure(logical(0), tags = list(locationName = "resourceOwnerId", type = "string")), ResourceCidr = structure(logical(0), tags = list(locationName = "resourceCidr", type = "string")), ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "resourceTagSet", type = "list")), IpUsage = structure(logical(0), tags = list(locationName = "ipUsage", type = "double")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), NetworkInterfaceAttachmentStatus = structure(logical(0), tags = list(locationName = "networkInterfaceAttachmentStatus", type = "string")), SampleTime = structure(logical(0), tags = list(locationName = "sampleTime", type = "timestamp")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipamDiscoveredResourceCidrSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(IpamDiscoveredResourceCidrs = structure(list(structure(list(IpamResourceDiscoveryId = structure(logical(0), tags = list(locationName = "ipamResourceDiscoveryId", type = "string")), ResourceRegion = structure(logical(0), tags = list(locationName = "resourceRegion", type = "string")), ResourceId = structure(logical(0), tags = list(locationName = "resourceId", type = "string")), ResourceOwnerId = structure(logical(0), tags = list(locationName = "resourceOwnerId", type = "string")), ResourceCidr = structure(logical(0), tags = list(locationName = "resourceCidr", type = "string")), IpSource = structure(logical(0), tags = list(locationName = "ipSource", type = "string")), ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "resourceTagSet", type = "list")), IpUsage = structure(logical(0), tags = list(locationName = "ipUsage", type = "double")), VpcId = structure(logical(0), tags = list(locationName = "vpcId", type = "string")), NetworkInterfaceAttachmentStatus = structure(logical(0), tags = list(locationName = "networkInterfaceAttachmentStatus", type = "string")), SampleTime = structure(logical(0), tags = list(locationName = "sampleTime", type = "timestamp")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "ipamDiscoveredResourceCidrSet", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -5803,7 +5851,7 @@ NULL .ec2$modify_capacity_reservation_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(CapacityReservationId = structure(logical(0), tags = list(type = "string")), InstanceCount = structure(logical(0), tags = list(type = "integer")), EndDate = structure(logical(0), tags = list(type = "timestamp")), EndDateType = structure(logical(0), tags = list(type = "string")), Accept = structure(logical(0), tags = list(type = "boolean")), DryRun = structure(logical(0), tags = list(type = "boolean")), AdditionalInfo = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(CapacityReservationId = structure(logical(0), tags = list(type = "string")), InstanceCount = structure(logical(0), tags = list(type = "integer")), EndDate = structure(logical(0), tags = list(type = "timestamp")), EndDateType = structure(logical(0), tags = list(type = "string")), Accept = structure(logical(0), tags = list(type = "boolean")), DryRun = structure(logical(0), tags = list(type = "boolean")), AdditionalInfo = structure(logical(0), tags = list(type = "string")), InstanceMatchCriteria = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -6035,13 +6083,13 @@ NULL .ec2$modify_ipam_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), IpamId = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), AddOperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "AddOperatingRegion", type = "list")), RemoveOperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "RemoveOperatingRegion", type = "list")), Tier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), IpamId = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), AddOperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "AddOperatingRegion", type = "list")), RemoveOperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "RemoveOperatingRegion", type = "list")), Tier = structure(logical(0), tags = list(type = "string")), EnablePrivateGua = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } .ec2$modify_ipam_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Ipam = structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string"))), tags = list(locationName = "ipam", type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Ipam = structure(list(OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), IpamId = structure(logical(0), tags = list(locationName = "ipamId", type = "string")), IpamArn = structure(logical(0), tags = list(locationName = "ipamArn", type = "string")), IpamRegion = structure(logical(0), tags = list(locationName = "ipamRegion", type = "string")), PublicDefaultScopeId = structure(logical(0), tags = list(locationName = "publicDefaultScopeId", type = "string")), PrivateDefaultScopeId = structure(logical(0), tags = list(locationName = "privateDefaultScopeId", type = "string")), ScopeCount = structure(logical(0), tags = list(locationName = "scopeCount", type = "integer")), Description = structure(logical(0), tags = list(locationName = "description", type = "string")), OperatingRegions = structure(list(structure(list(RegionName = structure(logical(0), tags = list(locationName = "regionName", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "operatingRegionSet", type = "list")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), DefaultResourceDiscoveryId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryId", type = "string")), DefaultResourceDiscoveryAssociationId = structure(logical(0), tags = list(locationName = "defaultResourceDiscoveryAssociationId", type = "string")), ResourceDiscoveryAssociationCount = structure(logical(0), tags = list(locationName = "resourceDiscoveryAssociationCount", type = "integer")), StateMessage = structure(logical(0), tags = list(locationName = "stateMessage", type = "string")), Tier = structure(logical(0), tags = list(locationName = "tier", type = "string")), EnablePrivateGua = structure(logical(0), tags = list(locationName = "enablePrivateGua", type = "boolean"))), tags = list(locationName = "ipam", type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -6575,6 +6623,18 @@ NULL return(populate(args, shape)) } +.ec2$move_capacity_reservation_instances_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), SourceCapacityReservationId = structure(logical(0), tags = list(type = "string")), DestinationCapacityReservationId = structure(logical(0), tags = list(type = "string")), InstanceCount = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ec2$move_capacity_reservation_instances_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(SourceCapacityReservation = structure(list(CapacityReservationId = structure(logical(0), tags = list(locationName = "capacityReservationId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), CapacityReservationArn = structure(logical(0), tags = list(locationName = "capacityReservationArn", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), InstanceType = structure(logical(0), tags = list(locationName = "instanceType", type = "string")), InstancePlatform = structure(logical(0), tags = list(locationName = "instancePlatform", type = "string")), AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), Tenancy = structure(logical(0), tags = list(locationName = "tenancy", type = "string")), TotalInstanceCount = structure(logical(0), tags = list(locationName = "totalInstanceCount", type = "integer")), AvailableInstanceCount = structure(logical(0), tags = list(locationName = "availableInstanceCount", type = "integer")), EbsOptimized = structure(logical(0), tags = list(locationName = "ebsOptimized", type = "boolean")), EphemeralStorage = structure(logical(0), tags = list(locationName = "ephemeralStorage", type = "boolean")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), StartDate = structure(logical(0), tags = list(locationName = "startDate", type = "timestamp")), EndDate = structure(logical(0), tags = list(locationName = "endDate", type = "timestamp")), EndDateType = structure(logical(0), tags = list(locationName = "endDateType", type = "string")), InstanceMatchCriteria = structure(logical(0), tags = list(locationName = "instanceMatchCriteria", type = "string")), CreateDate = structure(logical(0), tags = list(locationName = "createDate", type = "timestamp")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), CapacityReservationFleetId = structure(logical(0), tags = list(locationName = "capacityReservationFleetId", type = "string")), PlacementGroupArn = structure(logical(0), tags = list(locationName = "placementGroupArn", type = "string")), CapacityAllocations = structure(list(structure(list(AllocationType = structure(logical(0), tags = list(locationName = "allocationType", type = "string")), Count = structure(logical(0), tags = list(locationName = "count", type = "integer"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "capacityAllocationSet", type = "list")), ReservationType = structure(logical(0), tags = list(locationName = "reservationType", type = "string"))), tags = list(locationName = "sourceCapacityReservation", type = "structure")), DestinationCapacityReservation = structure(list(CapacityReservationId = structure(logical(0), tags = list(locationName = "capacityReservationId", type = "string")), OwnerId = structure(logical(0), tags = list(locationName = "ownerId", type = "string")), CapacityReservationArn = structure(logical(0), tags = list(locationName = "capacityReservationArn", type = "string")), AvailabilityZoneId = structure(logical(0), tags = list(locationName = "availabilityZoneId", type = "string")), InstanceType = structure(logical(0), tags = list(locationName = "instanceType", type = "string")), InstancePlatform = structure(logical(0), tags = list(locationName = "instancePlatform", type = "string")), AvailabilityZone = structure(logical(0), tags = list(locationName = "availabilityZone", type = "string")), Tenancy = structure(logical(0), tags = list(locationName = "tenancy", type = "string")), TotalInstanceCount = structure(logical(0), tags = list(locationName = "totalInstanceCount", type = "integer")), AvailableInstanceCount = structure(logical(0), tags = list(locationName = "availableInstanceCount", type = "integer")), EbsOptimized = structure(logical(0), tags = list(locationName = "ebsOptimized", type = "boolean")), EphemeralStorage = structure(logical(0), tags = list(locationName = "ephemeralStorage", type = "boolean")), State = structure(logical(0), tags = list(locationName = "state", type = "string")), StartDate = structure(logical(0), tags = list(locationName = "startDate", type = "timestamp")), EndDate = structure(logical(0), tags = list(locationName = "endDate", type = "timestamp")), EndDateType = structure(logical(0), tags = list(locationName = "endDateType", type = "string")), InstanceMatchCriteria = structure(logical(0), tags = list(locationName = "instanceMatchCriteria", type = "string")), CreateDate = structure(logical(0), tags = list(locationName = "createDate", type = "timestamp")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "tagSet", type = "list")), OutpostArn = structure(logical(0), tags = list(locationName = "outpostArn", type = "string")), CapacityReservationFleetId = structure(logical(0), tags = list(locationName = "capacityReservationFleetId", type = "string")), PlacementGroupArn = structure(logical(0), tags = list(locationName = "placementGroupArn", type = "string")), CapacityAllocations = structure(list(structure(list(AllocationType = structure(logical(0), tags = list(locationName = "allocationType", type = "string")), Count = structure(logical(0), tags = list(locationName = "count", type = "integer"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "capacityAllocationSet", type = "list")), ReservationType = structure(logical(0), tags = list(locationName = "reservationType", type = "string"))), tags = list(locationName = "destinationCapacityReservation", type = "structure")), InstanceCount = structure(logical(0), tags = list(locationName = "instanceCount", type = "integer"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ec2$provision_byoip_cidr_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(Cidr = structure(logical(0), tags = list(type = "string")), CidrAuthorizationContext = structure(list(Message = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PubliclyAdvertisable = structure(logical(0), tags = list(type = "boolean")), Description = structure(logical(0), tags = list(type = "string")), DryRun = structure(logical(0), tags = list(type = "boolean")), PoolTagSpecifications = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(locationName = "key", type = "string")), Value = structure(logical(0), tags = list(locationName = "value", type = "string"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "Tag", type = "list"))), tags = list(locationName = "item", type = "structure"))), tags = list(locationNameList = "item", locationName = "PoolTagSpecification", type = "list")), MultiRegion = structure(logical(0), tags = list(type = "boolean")), NetworkBorderGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -6601,7 +6661,7 @@ NULL .ec2$provision_ipam_pool_cidr_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), IpamPoolId = structure(logical(0), tags = list(type = "string")), Cidr = structure(logical(0), tags = list(type = "string")), CidrAuthorizationContext = structure(list(Message = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetmaskLength = structure(logical(0), tags = list(type = "integer")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure")) + shape <- structure(list(DryRun = structure(logical(0), tags = list(type = "boolean")), IpamPoolId = structure(logical(0), tags = list(type = "string")), Cidr = structure(logical(0), tags = list(type = "string")), CidrAuthorizationContext = structure(list(Message = structure(logical(0), tags = list(type = "string")), Signature = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetmaskLength = structure(logical(0), tags = list(type = "integer")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), VerificationMethod = structure(logical(0), tags = list(type = "string")), IpamExternalResourceVerificationTokenId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.compute/R/ec2_operations.R b/cran/paws.compute/R/ec2_operations.R index dcaf1bef59..668bedd2b5 100644 --- a/cran/paws.compute/R/ec2_operations.R +++ b/cran/paws.compute/R/ec2_operations.R @@ -338,11 +338,12 @@ ec2_advertise_byoip_cidr <- function(Cidr, Asn = NULL, DryRun = NULL, NetworkBor #' the required permissions, the error response is `DryRunOperation`. #' Otherwise, it is `UnauthorizedOperation`. #' @param TagSpecifications The tags to assign to the Elastic IP address. +#' @param IpamPoolId The ID of an IPAM pool. #' #' @keywords internal #' #' @rdname ec2_allocate_address -ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = NULL, NetworkBorderGroup = NULL, CustomerOwnedIpv4Pool = NULL, DryRun = NULL, TagSpecifications = NULL) { +ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = NULL, NetworkBorderGroup = NULL, CustomerOwnedIpv4Pool = NULL, DryRun = NULL, TagSpecifications = NULL, IpamPoolId = NULL) { op <- new_operation( name = "AllocateAddress", http_method = "POST", @@ -350,7 +351,7 @@ ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = host_prefix = "", paginator = list() ) - input <- .ec2$allocate_address_input(Domain = Domain, Address = Address, PublicIpv4Pool = PublicIpv4Pool, NetworkBorderGroup = NetworkBorderGroup, CustomerOwnedIpv4Pool = CustomerOwnedIpv4Pool, DryRun = DryRun, TagSpecifications = TagSpecifications) + input <- .ec2$allocate_address_input(Domain = Domain, Address = Address, PublicIpv4Pool = PublicIpv4Pool, NetworkBorderGroup = NetworkBorderGroup, CustomerOwnedIpv4Pool = CustomerOwnedIpv4Pool, DryRun = DryRun, TagSpecifications = TagSpecifications, IpamPoolId = IpamPoolId) output <- .ec2$allocate_address_output() config <- get_config() svc <- .ec2$service(config, op) @@ -2171,10 +2172,10 @@ ec2_copy_fpga_image <- function(DryRun = NULL, SourceFpgaImageId, Description = } .ec2$operations$copy_fpga_image <- ec2_copy_fpga_image -#' Initiates the copy of an AMI +#' Initiates an AMI copy operation #' #' @description -#' Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see [`create_store_image_task`][ec2_create_store_image_task]. +#' Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see [`create_store_image_task`][ec2_create_store_image_task]. #' #' See [https://www.paws-r-sdk.com/docs/ec2_copy_image/](https://www.paws-r-sdk.com/docs/ec2_copy_image/) for full documentation. #' @@ -2188,9 +2189,9 @@ ec2_copy_fpga_image <- function(DryRun = NULL, SourceFpgaImageId, Description = #' cannot create an unencrypted copy of an encrypted snapshot. The default #' KMS key for Amazon EBS is used unless you specify a non-default Key #' Management Service (KMS) KMS key using `KmsKeyId`. For more information, -#' see [Amazon EBS -#' encryption](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html) -#' in the *Amazon EBS User Guide*. +#' see [Use encryption with EBS-backed +#' AMIs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html) +#' in the *Amazon EC2 User Guide*. #' @param KmsKeyId The identifier of the symmetric Key Management Service (KMS) KMS key to #' use when creating encrypted volumes. If this parameter is not specified, #' your Amazon Web Services managed KMS key for Amazon EBS is used. If you @@ -2483,10 +2484,51 @@ ec2_create_capacity_reservation <- function(ClientToken = NULL, InstanceType, In } .ec2$operations$create_capacity_reservation <- ec2_create_capacity_reservation +#' Create a new Capacity Reservation by splitting the available capacity of +#' the source Capacity Reservation +#' +#' @description +#' Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation. The new Capacity Reservation will have the same attributes as the source Capacity Reservation except for tags. The source Capacity Reservation must be `active` and owned by your Amazon Web Services account. +#' +#' See [https://www.paws-r-sdk.com/docs/ec2_create_capacity_reservation_by_splitting/](https://www.paws-r-sdk.com/docs/ec2_create_capacity_reservation_by_splitting/) for full documentation. +#' +#' @param DryRun Checks whether you have the required permissions for the action, without +#' actually making the request, and provides an error response. If you have +#' the required permissions, the error response is `DryRunOperation`. +#' Otherwise, it is `UnauthorizedOperation`. +#' @param ClientToken Unique, case-sensitive identifier that you provide to ensure the +#' idempotency of the request. For more information, see [Ensure +#' Idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param SourceCapacityReservationId [required] The ID of the Capacity Reservation from which you want to split the +#' available capacity. +#' @param InstanceCount [required] The number of instances to split from the source Capacity Reservation. +#' @param TagSpecifications The tags to apply to the new Capacity Reservation. +#' +#' @keywords internal +#' +#' @rdname ec2_create_capacity_reservation_by_splitting +ec2_create_capacity_reservation_by_splitting <- function(DryRun = NULL, ClientToken = NULL, SourceCapacityReservationId, InstanceCount, TagSpecifications = NULL) { + op <- new_operation( + name = "CreateCapacityReservationBySplitting", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$create_capacity_reservation_by_splitting_input(DryRun = DryRun, ClientToken = ClientToken, SourceCapacityReservationId = SourceCapacityReservationId, InstanceCount = InstanceCount, TagSpecifications = TagSpecifications) + output <- .ec2$create_capacity_reservation_by_splitting_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$create_capacity_reservation_by_splitting <- ec2_create_capacity_reservation_by_splitting + #' Creates a Capacity Reservation Fleet #' #' @description -#' Creates a Capacity Reservation Fleet. For more information, see [Create a Capacity Reservation Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-cr-fleets.html#create-crfleet) in the *Amazon EC2 User Guide*. +#' Creates a Capacity Reservation Fleet. For more information, see [Create a Capacity Reservation Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#create-crfleet) in the *Amazon EC2 User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/ec2_create_capacity_reservation_fleet/](https://www.paws-r-sdk.com/docs/ec2_create_capacity_reservation_fleet/) for full documentation. #' @@ -3577,11 +3619,13 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' information about the features available in each tier and the costs #' associated with the tiers, see [Amazon VPC pricing \> IPAM #' tab](https://aws.amazon.com/vpc/pricing/). +#' @param EnablePrivateGua Enable this option to use your own GUA ranges as private IPv6 addresses. +#' This option is disabled by default. #' #' @keywords internal #' #' @rdname ec2_create_ipam -ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions = NULL, TagSpecifications = NULL, ClientToken = NULL, Tier = NULL) { +ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions = NULL, TagSpecifications = NULL, ClientToken = NULL, Tier = NULL, EnablePrivateGua = NULL) { op <- new_operation( name = "CreateIpam", http_method = "POST", @@ -3589,7 +3633,7 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions host_prefix = "", paginator = list() ) - input <- .ec2$create_ipam_input(DryRun = DryRun, Description = Description, OperatingRegions = OperatingRegions, TagSpecifications = TagSpecifications, ClientToken = ClientToken, Tier = Tier) + input <- .ec2$create_ipam_input(DryRun = DryRun, Description = Description, OperatingRegions = OperatingRegions, TagSpecifications = TagSpecifications, ClientToken = ClientToken, Tier = Tier, EnablePrivateGua = EnablePrivateGua) output <- .ec2$create_ipam_output() config <- get_config() svc <- .ec2$service(config, op) @@ -3599,6 +3643,44 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions } .ec2$operations$create_ipam <- ec2_create_ipam +#' Create a verification token +#' +#' @description +#' Create a verification token. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP). +#' +#' See [https://www.paws-r-sdk.com/docs/ec2_create_ipam_external_resource_verification_token/](https://www.paws-r-sdk.com/docs/ec2_create_ipam_external_resource_verification_token/) for full documentation. +#' +#' @param DryRun A check for whether you have the required permissions for the action +#' without actually making the request and provides an error response. If +#' you have the required permissions, the error response is +#' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. +#' @param IpamId [required] The ID of the IPAM that will create the token. +#' @param TagSpecifications Token tags. +#' @param ClientToken A unique, case-sensitive identifier that you provide to ensure the +#' idempotency of the request. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' +#' @keywords internal +#' +#' @rdname ec2_create_ipam_external_resource_verification_token +ec2_create_ipam_external_resource_verification_token <- function(DryRun = NULL, IpamId, TagSpecifications = NULL, ClientToken = NULL) { + op <- new_operation( + name = "CreateIpamExternalResourceVerificationToken", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$create_ipam_external_resource_verification_token_input(DryRun = DryRun, IpamId = IpamId, TagSpecifications = TagSpecifications, ClientToken = ClientToken) + output <- .ec2$create_ipam_external_resource_verification_token_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$create_ipam_external_resource_verification_token <- ec2_create_ipam_external_resource_verification_token + #' Create an IP address pool for Amazon VPC IP Address Manager (IPAM) #' #' @description @@ -3611,15 +3693,23 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions #' you have the required permissions, the error response is #' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. #' @param IpamScopeId [required] The ID of the scope in which you would like to create the IPAM pool. -#' @param Locale In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 -#' pools in the public scope, the network border group for an Amazon Web -#' Services Local Zone where you want to make an IPAM pool available for -#' allocations ([supported Local -#' Zones](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail)). +#' @param Locale The locale for the pool should be one of the following: +#' +#' - An Amazon Web Services Region where you want this IPAM pool to be +#' available for allocations. +#' +#' - The network border group for an Amazon Web Services Local Zone where +#' you want this IPAM pool to be available for allocations ([supported +#' Local +#' Zones](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail)). +#' This option is only available for IPAM IPv4 pools in the public +#' scope. +#' #' If you do not choose a locale, resources in Regions others than the #' IPAM's home region cannot use CIDRs from this pool. #' -#' Possible values: Any Amazon Web Services Region, such as us-east-1. +#' Possible values: Any Amazon Web Services Region or supported Amazon Web +#' Services Local Zone. #' @param SourceIpamPoolId The ID of the source IPAM pool. Use this option to create a pool within #' an existing pool. Note that the CIDR you provision for the pool within #' the source pool must be available in the source pool's CIDR range. @@ -4517,7 +4607,7 @@ ec2_create_network_interface <- function(Description = NULL, DryRun = NULL, Grou #' #' @param NetworkInterfaceId [required] The ID of the network interface. #' @param AwsAccountId The Amazon Web Services account ID. -#' @param AwsService The Amazon Web Service. Currently not supported. +#' @param AwsService The Amazon Web Services service. Currently not supported. #' @param Permission [required] The type of permission to grant. #' @param DryRun Checks whether you have the required permissions for the action, without #' actually making the request, and provides an error response. If you have @@ -7188,6 +7278,40 @@ ec2_delete_ipam <- function(DryRun = NULL, IpamId, Cascade = NULL) { } .ec2$operations$delete_ipam <- ec2_delete_ipam +#' Delete a verification token +#' +#' @description +#' Delete a verification token. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP). +#' +#' See [https://www.paws-r-sdk.com/docs/ec2_delete_ipam_external_resource_verification_token/](https://www.paws-r-sdk.com/docs/ec2_delete_ipam_external_resource_verification_token/) for full documentation. +#' +#' @param DryRun A check for whether you have the required permissions for the action +#' without actually making the request and provides an error response. If +#' you have the required permissions, the error response is +#' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. +#' @param IpamExternalResourceVerificationTokenId [required] The token ID. +#' +#' @keywords internal +#' +#' @rdname ec2_delete_ipam_external_resource_verification_token +ec2_delete_ipam_external_resource_verification_token <- function(DryRun = NULL, IpamExternalResourceVerificationTokenId) { + op <- new_operation( + name = "DeleteIpamExternalResourceVerificationToken", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$delete_ipam_external_resource_verification_token_input(DryRun = DryRun, IpamExternalResourceVerificationTokenId = IpamExternalResourceVerificationTokenId) + output <- .ec2$delete_ipam_external_resource_verification_token_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$delete_ipam_external_resource_verification_token <- ec2_delete_ipam_external_resource_verification_token + #' Delete an IPAM pool #' #' @description @@ -11615,7 +11739,7 @@ ec2_describe_id_format <- function(Resource = NULL) { #' user, IAM role, or root user #' #' @description -#' Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see [Resource IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) in the *Amazon Elastic Compute Cloud User Guide*. +#' Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see [Resource IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resources.html) in the *Amazon Elastic Compute Cloud User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/ec2_describe_identity_id_format/](https://www.paws-r-sdk.com/docs/ec2_describe_identity_id_format/) for full documentation. #' @@ -12260,6 +12384,10 @@ ec2_describe_instance_event_windows <- function(DryRun = NULL, InstanceEventWind #' - `system-status.status` - The system status of the instance (`ok` | #' `impaired` | `initializing` | `insufficient-data` | #' `not-applicable`). +#' +#' - `attached-ebs-status.status` - The status of the attached EBS volume +#' for the instance (`ok` | `impaired` | `initializing` | +#' `insufficient-data` | `not-applicable`). #' @param InstanceIds The instance IDs. #' #' Default: Describes all your instances. @@ -13207,6 +13335,65 @@ ec2_describe_ipam_byoasn <- function(DryRun = NULL, MaxResults = NULL, NextToken } .ec2$operations$describe_ipam_byoasn <- ec2_describe_ipam_byoasn +#' Describe verification tokens +#' +#' @description +#' Describe verification tokens. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP). +#' +#' See [https://www.paws-r-sdk.com/docs/ec2_describe_ipam_external_resource_verification_tokens/](https://www.paws-r-sdk.com/docs/ec2_describe_ipam_external_resource_verification_tokens/) for full documentation. +#' +#' @param DryRun A check for whether you have the required permissions for the action +#' without actually making the request and provides an error response. If +#' you have the required permissions, the error response is +#' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. +#' @param Filters One or more filters for the request. For more information about +#' filtering, see [Filtering CLI +#' output](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html). +#' +#' Available filters: +#' +#' - `ipam-arn` +#' +#' - `ipam-external-resource-verification-token-arn` +#' +#' - `ipam-external-resource-verification-token-id` +#' +#' - `ipam-id` +#' +#' - `ipam-region` +#' +#' - `state` +#' +#' - `status` +#' +#' - `token-name` +#' +#' - `token-value` +#' @param NextToken The token for the next page of results. +#' @param MaxResults The maximum number of tokens to return in one page of results. +#' @param IpamExternalResourceVerificationTokenIds Verification token IDs. +#' +#' @keywords internal +#' +#' @rdname ec2_describe_ipam_external_resource_verification_tokens +ec2_describe_ipam_external_resource_verification_tokens <- function(DryRun = NULL, Filters = NULL, NextToken = NULL, MaxResults = NULL, IpamExternalResourceVerificationTokenIds = NULL) { + op <- new_operation( + name = "DescribeIpamExternalResourceVerificationTokens", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$describe_ipam_external_resource_verification_tokens_input(DryRun = DryRun, Filters = Filters, NextToken = NextToken, MaxResults = MaxResults, IpamExternalResourceVerificationTokenIds = IpamExternalResourceVerificationTokenIds) + output <- .ec2$describe_ipam_external_resource_verification_tokens_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$describe_ipam_external_resource_verification_tokens <- ec2_describe_ipam_external_resource_verification_tokens + #' Get information about your IPAM pools #' #' @description @@ -14592,7 +14779,8 @@ ec2_describe_network_interface_attribute <- function(Attribute = NULL, DryRun = #' - `network-interface-permission.aws-account-id` - The Amazon Web #' Services account ID. #' -#' - `network-interface-permission.aws-service` - The Amazon Web Service. +#' - `network-interface-permission.aws-service` - The Amazon Web Services +#' service. #' #' - `network-interface-permission.permission` - The type of permission #' (`INSTANCE-ATTACH` | `EIP-ASSOCIATE`). @@ -14718,8 +14906,8 @@ ec2_describe_network_interface_permissions <- function(NetworkInterfacePermissio #' principal or service that created the network interface. #' #' - `requester-managed` - Indicates whether the network interface is -#' being managed by an Amazon Web Service (for example, Amazon Web -#' Services Management Console, Auto Scaling, and so on). +#' being managed by an Amazon Web Services service (for example, Amazon +#' Web Services Management Console, Auto Scaling, and so on). #' #' - `source-dest-check` - Indicates whether the network interface #' performs source/destination checking. A value of `true` means @@ -14784,7 +14972,7 @@ ec2_describe_network_interfaces <- function(Filters = NULL, DryRun = NULL, Netwo #' Describes the specified placement groups or all of your placement groups #' #' @description -#' Describes the specified placement groups or all of your placement groups. For more information, see [Placement groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) in the *Amazon EC2 User Guide*. +#' Describes the specified placement groups or all of your placement groups. #' #' See [https://www.paws-r-sdk.com/docs/ec2_describe_placement_groups/](https://www.paws-r-sdk.com/docs/ec2_describe_placement_groups/) for full documentation. #' @@ -14818,8 +15006,14 @@ ec2_describe_network_interfaces <- function(Filters = NULL, DryRun = NULL, Netwo #' Otherwise, it is `UnauthorizedOperation`. #' @param GroupNames The names of the placement groups. #' -#' Default: Describes all your placement groups, or only those otherwise -#' specified. +#' Constraints: +#' +#' - You can specify a name only if the placement group is owned by your +#' account. +#' +#' - If a placement group is *shared* with your account, specifying the +#' name results in an error. You must use the `GroupId` parameter +#' instead. #' @param GroupIds The IDs of the placement groups. #' #' @keywords internal @@ -15414,7 +15608,7 @@ ec2_describe_reserved_instances_offerings <- function(AvailabilityZone = NULL, F #' in a route in the route table. #' #' - `route.destination-prefix-list-id` - The ID (prefix) of the Amazon -#' Web Service specified in a route in the table. +#' Web Services service specified in a route in the table. #' #' - `route.egress-only-internet-gateway-id` - The ID of an egress-only #' Internet gateway specified in a route in the route table. @@ -16371,7 +16565,7 @@ ec2_describe_spot_price_history <- function(Filters = NULL, AvailabilityZone = N #' specified VPC #' #' @description -#' Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted. +#' Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted. #' #' See [https://www.paws-r-sdk.com/docs/ec2_describe_stale_security_groups/](https://www.paws-r-sdk.com/docs/ec2_describe_stale_security_groups/) for full documentation. #' @@ -20487,14 +20681,6 @@ ec2_enable_serial_console_access <- function(DryRun = NULL) { #' publicly shared are treated as private and they are no longer #' publicly available. #' -#' If you enable block public access for snapshots in -#' `block-all-sharing` mode, it does not change the permissions for -#' snapshots that are already publicly shared. Instead, it prevents -#' these snapshots from be publicly visible and publicly accessible. -#' Therefore, the attributes for these snapshots still indicate that -#' they are publicly shared, even though they are not publicly -#' available. -#' #' - `block-new-sharing` - Prevents only new public sharing of snapshots #' in the Region. Users in the account will no longer be able to #' request new public sharing. However, snapshots that are already @@ -23222,7 +23408,7 @@ ec2_import_volume <- function(AvailabilityZone, Description = NULL, DryRun = NUL #' Lists one or more AMIs that are currently in the Recycle Bin #' #' @description -#' Lists one or more AMIs that are currently in the Recycle Bin. For more information, see [Recycle Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) in the *Amazon EC2 User Guide*. +#' Lists one or more AMIs that are currently in the Recycle Bin. For more information, see [Recycle Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) in the *Amazon EC2 User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/ec2_list_images_in_recycle_bin/](https://www.paws-r-sdk.com/docs/ec2_list_images_in_recycle_bin/) for full documentation. #' @@ -23469,11 +23655,11 @@ ec2_modify_availability_zone_group <- function(GroupName, OptInStatus, DryRun = } .ec2$operations$modify_availability_zone_group <- ec2_modify_availability_zone_group -#' Modifies a Capacity Reservation's capacity and the conditions under -#' which it is to be released +#' Modifies a Capacity Reservation's capacity, instance eligibility, and +#' the conditions under which it is to be released #' #' @description -#' Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes. +#' Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released. You can't modify a Capacity Reservation's instance type, EBS optimization, platform, instance store settings, Availability Zone, or tenancy. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes. For more information, see [Modify an active Capacity Reservation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html). #' #' See [https://www.paws-r-sdk.com/docs/ec2_modify_capacity_reservation/](https://www.paws-r-sdk.com/docs/ec2_modify_capacity_reservation/) for full documentation. #' @@ -23510,11 +23696,21 @@ ec2_modify_availability_zone_group <- function(GroupName, OptInStatus, DryRun = #' the required permissions, the error response is `DryRunOperation`. #' Otherwise, it is `UnauthorizedOperation`. #' @param AdditionalInfo Reserved for future use. +#' @param InstanceMatchCriteria The matching criteria (instance eligibility) that you want to use in the +#' modified Capacity Reservation. If you change the instance eligibility of +#' an existing Capacity Reservation from `targeted` to `open`, any running +#' instances that match the attributes of the Capacity Reservation, have +#' the `CapacityReservationPreference` set to `open`, and are not yet +#' running in the Capacity Reservation, will automatically use the modified +#' Capacity Reservation. +#' +#' To modify the instance eligibility, the Capacity Reservation must be +#' completely idle (zero usage). #' #' @keywords internal #' #' @rdname ec2_modify_capacity_reservation -ec2_modify_capacity_reservation <- function(CapacityReservationId, InstanceCount = NULL, EndDate = NULL, EndDateType = NULL, Accept = NULL, DryRun = NULL, AdditionalInfo = NULL) { +ec2_modify_capacity_reservation <- function(CapacityReservationId, InstanceCount = NULL, EndDate = NULL, EndDateType = NULL, Accept = NULL, DryRun = NULL, AdditionalInfo = NULL, InstanceMatchCriteria = NULL) { op <- new_operation( name = "ModifyCapacityReservation", http_method = "POST", @@ -23522,7 +23718,7 @@ ec2_modify_capacity_reservation <- function(CapacityReservationId, InstanceCount host_prefix = "", paginator = list() ) - input <- .ec2$modify_capacity_reservation_input(CapacityReservationId = CapacityReservationId, InstanceCount = InstanceCount, EndDate = EndDate, EndDateType = EndDateType, Accept = Accept, DryRun = DryRun, AdditionalInfo = AdditionalInfo) + input <- .ec2$modify_capacity_reservation_input(CapacityReservationId = CapacityReservationId, InstanceCount = InstanceCount, EndDate = EndDate, EndDateType = EndDateType, Accept = Accept, DryRun = DryRun, AdditionalInfo = AdditionalInfo, InstanceMatchCriteria = InstanceMatchCriteria) output <- .ec2$modify_capacity_reservation_output() config <- get_config() svc <- .ec2$service(config, op) @@ -24139,7 +24335,7 @@ ec2_modify_image_attribute <- function(Attribute = NULL, Description = NULL, Ima #' be base64-encoded. Depending on the tool or SDK that you're using, the #' base64-encoding might be performed for you. For more information, see #' [Work with instance user -#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html). +#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/). #' @param Value A new value for the attribute. Use only with the `kernel`, `ramdisk`, #' `userData`, `disableApiTermination`, or #' `instanceInitiatedShutdownBehavior` attribute. @@ -24584,11 +24780,13 @@ ec2_modify_instance_placement <- function(Affinity = NULL, GroupName = NULL, Hos #' information about the features available in each tier and the costs #' associated with the tiers, see [Amazon VPC pricing \> IPAM #' tab](https://aws.amazon.com/vpc/pricing/). +#' @param EnablePrivateGua Enable this option to use your own GUA ranges as private IPv6 addresses. +#' This option is disabled by default. #' #' @keywords internal #' #' @rdname ec2_modify_ipam -ec2_modify_ipam <- function(DryRun = NULL, IpamId, Description = NULL, AddOperatingRegions = NULL, RemoveOperatingRegions = NULL, Tier = NULL) { +ec2_modify_ipam <- function(DryRun = NULL, IpamId, Description = NULL, AddOperatingRegions = NULL, RemoveOperatingRegions = NULL, Tier = NULL, EnablePrivateGua = NULL) { op <- new_operation( name = "ModifyIpam", http_method = "POST", @@ -24596,7 +24794,7 @@ ec2_modify_ipam <- function(DryRun = NULL, IpamId, Description = NULL, AddOperat host_prefix = "", paginator = list() ) - input <- .ec2$modify_ipam_input(DryRun = DryRun, IpamId = IpamId, Description = Description, AddOperatingRegions = AddOperatingRegions, RemoveOperatingRegions = RemoveOperatingRegions, Tier = Tier) + input <- .ec2$modify_ipam_input(DryRun = DryRun, IpamId = IpamId, Description = Description, AddOperatingRegions = AddOperatingRegions, RemoveOperatingRegions = RemoveOperatingRegions, Tier = Tier, EnablePrivateGua = EnablePrivateGua) output <- .ec2$modify_ipam_output() config <- get_config() svc <- .ec2$service(config, op) @@ -25256,6 +25454,13 @@ ec2_modify_spot_fleet_request <- function(ExcessCapacityTerminationPolicy = NULL #' @param EnableDns64 Indicates whether DNS queries made to the Amazon-provided DNS Resolver #' in this subnet should return synthetic IPv6 addresses for IPv4-only #' destinations. +#' +#' You must first configure a NAT gateway in a public subnet (separate from +#' the subnet containing the IPv6-only workloads). For example, the subnet +#' containing the NAT gateway should have a `0.0.0.0/0` route pointing to +#' the internet gateway. For more information, see [Configure DNS64 and +#' NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough) +#' in the *Amazon VPC User Guide*. #' @param PrivateDnsHostnameTypeOnLaunch The type of hostname to assign to instances in the subnet at launch. For #' IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name #' can be based on the instance IPv4 address (ip-name) or the instance ID @@ -26569,6 +26774,47 @@ ec2_move_byoip_cidr_to_ipam <- function(DryRun = NULL, Cidr, IpamPoolId, IpamPoo } .ec2$operations$move_byoip_cidr_to_ipam <- ec2_move_byoip_cidr_to_ipam +#' Move available capacity from a source Capacity Reservation to a +#' destination Capacity Reservation +#' +#' @description +#' Move available capacity from a source Capacity Reservation to a destination Capacity Reservation. The source Capacity Reservation and the destination Capacity Reservation must be `active`, owned by your Amazon Web Services account, and share the following: +#' +#' See [https://www.paws-r-sdk.com/docs/ec2_move_capacity_reservation_instances/](https://www.paws-r-sdk.com/docs/ec2_move_capacity_reservation_instances/) for full documentation. +#' +#' @param DryRun Checks whether you have the required permissions for the action, without +#' actually making the request, and provides an error response. If you have +#' the required permissions, the error response is `DryRunOperation`. +#' Otherwise, it is `UnauthorizedOperation`. +#' @param ClientToken Unique, case-sensitive identifier that you provide to ensure the +#' idempotency of the request. For more information, see [Ensure +#' Idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param SourceCapacityReservationId [required] The ID of the Capacity Reservation from which you want to move capacity. +#' @param DestinationCapacityReservationId [required] The ID of the Capacity Reservation that you want to move capacity into. +#' @param InstanceCount [required] The number of instances that you want to move from the source Capacity +#' Reservation. +#' +#' @keywords internal +#' +#' @rdname ec2_move_capacity_reservation_instances +ec2_move_capacity_reservation_instances <- function(DryRun = NULL, ClientToken = NULL, SourceCapacityReservationId, DestinationCapacityReservationId, InstanceCount) { + op <- new_operation( + name = "MoveCapacityReservationInstances", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$move_capacity_reservation_instances_input(DryRun = DryRun, ClientToken = ClientToken, SourceCapacityReservationId = SourceCapacityReservationId, DestinationCapacityReservationId = DestinationCapacityReservationId, InstanceCount = InstanceCount) + output <- .ec2$move_capacity_reservation_instances_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$move_capacity_reservation_instances <- ec2_move_capacity_reservation_instances + #' Provisions an IPv4 or IPv6 address range for use with your Amazon Web #' Services resources through bring your own IP addresses (BYOIP) and #' creates a corresponding address pool @@ -26690,8 +26936,8 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' "Cidr" is required. This value will be null if you specify #' "NetmaskLength" and will be filled in during the provisioning process. #' @param CidrAuthorizationContext A signed document that proves that you are authorized to bring a -#' specified IP address range to Amazon using BYOIP. This option applies to -#' public pools only. +#' specified IP address range to Amazon using BYOIP. This option only +#' applies to IPv4 and IPv6 pools in the public scope. #' @param NetmaskLength The netmask length of the CIDR you'd like to provision to a pool. Can be #' used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and #' for provisioning CIDRs to pools with source pools. Cannot be used to @@ -26700,11 +26946,16 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' @param ClientToken A unique, case-sensitive identifier that you provide to ensure the #' idempotency of the request. For more information, see [Ensuring #' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param VerificationMethod The method for verifying control of a public IP address range. Defaults +#' to `remarks-x509` if not specified. This option only applies to IPv4 and +#' IPv6 pools in the public scope. +#' @param IpamExternalResourceVerificationTokenId Verification token ID. This option only applies to IPv4 and IPv6 pools +#' in the public scope. #' #' @keywords internal #' #' @rdname ec2_provision_ipam_pool_cidr -ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, CidrAuthorizationContext = NULL, NetmaskLength = NULL, ClientToken = NULL) { +ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, CidrAuthorizationContext = NULL, NetmaskLength = NULL, ClientToken = NULL, VerificationMethod = NULL, IpamExternalResourceVerificationTokenId = NULL) { op <- new_operation( name = "ProvisionIpamPoolCidr", http_method = "POST", @@ -26712,7 +26963,7 @@ ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, host_prefix = "", paginator = list() ) - input <- .ec2$provision_ipam_pool_cidr_input(DryRun = DryRun, IpamPoolId = IpamPoolId, Cidr = Cidr, CidrAuthorizationContext = CidrAuthorizationContext, NetmaskLength = NetmaskLength, ClientToken = ClientToken) + input <- .ec2$provision_ipam_pool_cidr_input(DryRun = DryRun, IpamPoolId = IpamPoolId, Cidr = Cidr, CidrAuthorizationContext = CidrAuthorizationContext, NetmaskLength = NetmaskLength, ClientToken = ClientToken, VerificationMethod = VerificationMethod, IpamExternalResourceVerificationTokenId = IpamExternalResourceVerificationTokenId) output <- .ec2$provision_ipam_pool_cidr_output() config <- get_config() svc <- .ec2$service(config, op) @@ -26736,7 +26987,7 @@ ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, #' @param IpamPoolId [required] The ID of the IPAM pool you would like to use to allocate this CIDR. #' @param PoolId [required] The ID of the public IPv4 pool you would like to use for this CIDR. #' @param NetmaskLength [required] The netmask length of the CIDR you would like to allocate to the public -#' IPv4 pool. +#' IPv4 pool. The least specific netmask length you can define is 24. #' @param NetworkBorderGroup The Availability Zone (AZ) or Local Zone (LZ) network border group that #' the resource that the IP address is assigned to is in. Defaults to an AZ #' network border group. For more information on available Local Zones, see @@ -26962,7 +27213,7 @@ ec2_reboot_instances <- function(InstanceIds, DryRun = NULL) { #' Registers an AMI #' #' @description -#' Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see [Create your own AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html#creating-an-ami) in the *Amazon Elastic Compute Cloud User Guide*. +#' Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see [Create an AMI from a snapshot](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot) and [Create an instance-store backed AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-instance-store.html) in the *Amazon EC2 User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/ec2_register_image/](https://www.paws-r-sdk.com/docs/ec2_register_image/) for full documentation. #' @@ -28258,7 +28509,7 @@ ec2_restore_address_to_classic <- function(DryRun = NULL, PublicIp) { #' Restores an AMI from the Recycle Bin #' #' @description -#' Restores an AMI from the Recycle Bin. For more information, see [Recycle Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) in the *Amazon EC2 User Guide*. +#' Restores an AMI from the Recycle Bin. For more information, see [Recycle Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) in the *Amazon EC2 User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/ec2_restore_image_from_recycle_bin/](https://www.paws-r-sdk.com/docs/ec2_restore_image_from_recycle_bin/) for full documentation. #' @@ -28642,7 +28893,7 @@ ec2_revoke_security_group_ingress <- function(CidrIp = NULL, FromPort = NULL, Gr #' base64-encoded. Depending on the tool or SDK that you're using, the #' base64-encoding might be performed for you. For more information, see #' [Work with instance user -#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html). +#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/). #' @param AdditionalInfo Reserved. #' @param ClientToken Unique, case-sensitive identifier you provide to ensure the idempotency #' of the request. If you do not specify a client token, a randomly diff --git a/cran/paws.compute/R/ec2_service.R b/cran/paws.compute/R/ec2_service.R index 2f74ba833b..ad5241a21b 100644 --- a/cran/paws.compute/R/ec2_service.R +++ b/cran/paws.compute/R/ec2_service.R @@ -144,9 +144,10 @@ NULL #' \link[=ec2_cancel_spot_instance_requests]{cancel_spot_instance_requests} \tab Cancels one or more Spot Instance requests\cr #' \link[=ec2_confirm_product_instance]{confirm_product_instance} \tab Determines whether a product code is associated with an instance\cr #' \link[=ec2_copy_fpga_image]{copy_fpga_image} \tab Copies the specified Amazon FPGA Image (AFI) to the current Region\cr -#' \link[=ec2_copy_image]{copy_image} \tab Initiates the copy of an AMI\cr +#' \link[=ec2_copy_image]{copy_image} \tab Initiates an AMI copy operation\cr #' \link[=ec2_copy_snapshot]{copy_snapshot} \tab Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3\cr #' \link[=ec2_create_capacity_reservation]{create_capacity_reservation} \tab Creates a new Capacity Reservation with the specified attributes\cr +#' \link[=ec2_create_capacity_reservation_by_splitting]{create_capacity_reservation_by_splitting} \tab Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation\cr #' \link[=ec2_create_capacity_reservation_fleet]{create_capacity_reservation_fleet} \tab Creates a Capacity Reservation Fleet\cr #' \link[=ec2_create_carrier_gateway]{create_carrier_gateway} \tab Creates a carrier gateway\cr #' \link[=ec2_create_client_vpn_endpoint]{create_client_vpn_endpoint} \tab Creates a Client VPN endpoint\cr @@ -167,6 +168,7 @@ NULL #' \link[=ec2_create_instance_export_task]{create_instance_export_task} \tab Exports a running or stopped instance to an Amazon S3 bucket\cr #' \link[=ec2_create_internet_gateway]{create_internet_gateway} \tab Creates an internet gateway for use with a VPC\cr #' \link[=ec2_create_ipam]{create_ipam} \tab Create an IPAM\cr +#' \link[=ec2_create_ipam_external_resource_verification_token]{create_ipam_external_resource_verification_token} \tab Create a verification token\cr #' \link[=ec2_create_ipam_pool]{create_ipam_pool} \tab Create an IP address pool for Amazon VPC IP Address Manager (IPAM)\cr #' \link[=ec2_create_ipam_resource_discovery]{create_ipam_resource_discovery} \tab Creates an IPAM resource discovery\cr #' \link[=ec2_create_ipam_scope]{create_ipam_scope} \tab Create an IPAM scope\cr @@ -243,6 +245,7 @@ NULL #' \link[=ec2_delete_instance_event_window]{delete_instance_event_window} \tab Deletes the specified event window\cr #' \link[=ec2_delete_internet_gateway]{delete_internet_gateway} \tab Deletes the specified internet gateway\cr #' \link[=ec2_delete_ipam]{delete_ipam} \tab Delete an IPAM\cr +#' \link[=ec2_delete_ipam_external_resource_verification_token]{delete_ipam_external_resource_verification_token} \tab Delete a verification token\cr #' \link[=ec2_delete_ipam_pool]{delete_ipam_pool} \tab Delete an IPAM pool\cr #' \link[=ec2_delete_ipam_resource_discovery]{delete_ipam_resource_discovery} \tab Deletes an IPAM resource discovery\cr #' \link[=ec2_delete_ipam_scope]{delete_ipam_scope} \tab Delete the scope for an IPAM\cr @@ -367,6 +370,7 @@ NULL #' \link[=ec2_describe_instance_types]{describe_instance_types} \tab Describes the specified instance types\cr #' \link[=ec2_describe_internet_gateways]{describe_internet_gateways} \tab Describes your internet gateways\cr #' \link[=ec2_describe_ipam_byoasn]{describe_ipam_byoasn} \tab Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated\cr +#' \link[=ec2_describe_ipam_external_resource_verification_tokens]{describe_ipam_external_resource_verification_tokens} \tab Describe verification tokens\cr #' \link[=ec2_describe_ipam_pools]{describe_ipam_pools} \tab Get information about your IPAM pools\cr #' \link[=ec2_describe_ipam_resource_discoveries]{describe_ipam_resource_discoveries} \tab Describes IPAM resource discoveries\cr #' \link[=ec2_describe_ipam_resource_discovery_associations]{describe_ipam_resource_discovery_associations} \tab Describes resource discovery association with an Amazon VPC IPAM\cr @@ -580,7 +584,7 @@ NULL #' \link[=ec2_lock_snapshot]{lock_snapshot} \tab Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration\cr #' \link[=ec2_modify_address_attribute]{modify_address_attribute} \tab Modifies an attribute of the specified Elastic IP address\cr #' \link[=ec2_modify_availability_zone_group]{modify_availability_zone_group} \tab Changes the opt-in status of the specified zone group for your account\cr -#' \link[=ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity and the conditions under which it is to be released\cr +#' \link[=ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released\cr #' \link[=ec2_modify_capacity_reservation_fleet]{modify_capacity_reservation_fleet} \tab Modifies a Capacity Reservation Fleet\cr #' \link[=ec2_modify_client_vpn_endpoint]{modify_client_vpn_endpoint} \tab Modifies the specified Client VPN endpoint\cr #' \link[=ec2_modify_default_credit_specification]{modify_default_credit_specification} \tab Modifies the default credit option for CPU usage of burstable performance instances\cr @@ -646,6 +650,7 @@ NULL #' \link[=ec2_monitor_instances]{monitor_instances} \tab Enables detailed monitoring for a running instance\cr #' \link[=ec2_move_address_to_vpc]{move_address_to_vpc} \tab This action is deprecated\cr #' \link[=ec2_move_byoip_cidr_to_ipam]{move_byoip_cidr_to_ipam} \tab Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool\cr +#' \link[=ec2_move_capacity_reservation_instances]{move_capacity_reservation_instances} \tab Move available capacity from a source Capacity Reservation to a destination Capacity Reservation\cr #' \link[=ec2_provision_byoip_cidr]{provision_byoip_cidr} \tab Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool\cr #' \link[=ec2_provision_ipam_byoasn]{provision_ipam_byoasn} \tab Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account\cr #' \link[=ec2_provision_ipam_pool_cidr]{provision_ipam_pool_cidr} \tab Provision a CIDR to an IPAM pool\cr diff --git a/cran/paws.compute/R/ecr_interfaces.R b/cran/paws.compute/R/ecr_interfaces.R index 220442d66c..6800a12cc6 100644 --- a/cran/paws.compute/R/ecr_interfaces.R +++ b/cran/paws.compute/R/ecr_interfaces.R @@ -87,6 +87,18 @@ NULL return(populate(args, shape)) } +.ecr$create_repository_creation_template_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(prefix = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(encryptionType = structure(logical(0), tags = list(type = "string")), kmsKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceTags = 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")), imageTagMutability = structure(logical(0), tags = list(type = "string")), repositoryPolicy = structure(logical(0), tags = list(type = "string")), lifecyclePolicy = structure(logical(0), tags = list(type = "string")), appliedFor = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$create_repository_creation_template_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryCreationTemplate = structure(list(prefix = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(encryptionType = structure(logical(0), tags = list(type = "string")), kmsKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceTags = 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")), imageTagMutability = structure(logical(0), tags = list(type = "string")), repositoryPolicy = structure(logical(0), tags = list(type = "string")), lifecyclePolicy = structure(logical(0), tags = list(type = "string")), appliedFor = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customRoleArn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ecr$delete_lifecycle_policy_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -135,6 +147,18 @@ NULL return(populate(args, shape)) } +.ecr$delete_repository_creation_template_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$delete_repository_creation_template_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryCreationTemplate = structure(list(prefix = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(encryptionType = structure(logical(0), tags = list(type = "string")), kmsKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceTags = 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")), imageTagMutability = structure(logical(0), tags = list(type = "string")), repositoryPolicy = structure(logical(0), tags = list(type = "string")), lifecyclePolicy = structure(logical(0), tags = list(type = "string")), appliedFor = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customRoleArn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ecr$delete_repository_policy_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -219,6 +243,30 @@ NULL return(populate(args, shape)) } +.ecr$describe_repository_creation_templates_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(prefixes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$describe_repository_creation_templates_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryCreationTemplates = structure(list(structure(list(prefix = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(encryptionType = structure(logical(0), tags = list(type = "string")), kmsKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceTags = 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")), imageTagMutability = structure(logical(0), tags = list(type = "string")), repositoryPolicy = structure(logical(0), tags = list(type = "string")), lifecyclePolicy = structure(logical(0), tags = list(type = "string")), appliedFor = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customRoleArn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$get_account_setting_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$get_account_setting_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ecr$get_authorization_token_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(registryIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(deprecated = TRUE, deprecatedMessage = "This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn't change the permissions scope of the authorization token.", type = "list"))), tags = list(type = "structure")) @@ -339,6 +387,18 @@ NULL return(populate(args, shape)) } +.ecr$put_account_setting_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$put_account_setting_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ecr$put_image_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryName = structure(logical(0), tags = list(type = "string")), imageManifest = structure(logical(0), tags = list(type = "string")), imageManifestMediaType = structure(logical(0), tags = list(type = "string")), imageTag = structure(logical(0), tags = list(type = "string")), imageDigest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -495,6 +555,18 @@ NULL return(populate(args, shape)) } +.ecr$update_repository_creation_template_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(prefix = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(encryptionType = structure(logical(0), tags = list(type = "string")), kmsKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceTags = 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")), imageTagMutability = structure(logical(0), tags = list(type = "string")), repositoryPolicy = structure(logical(0), tags = list(type = "string")), lifecyclePolicy = structure(logical(0), tags = list(type = "string")), appliedFor = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.ecr$update_repository_creation_template_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryCreationTemplate = structure(list(prefix = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), encryptionConfiguration = structure(list(encryptionType = structure(logical(0), tags = list(type = "string")), kmsKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceTags = 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")), imageTagMutability = structure(logical(0), tags = list(type = "string")), repositoryPolicy = structure(logical(0), tags = list(type = "string")), lifecyclePolicy = structure(logical(0), tags = list(type = "string")), appliedFor = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customRoleArn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), updatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .ecr$upload_layer_part_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(registryId = structure(logical(0), tags = list(type = "string")), repositoryName = structure(logical(0), tags = list(type = "string")), uploadId = structure(logical(0), tags = list(type = "string")), partFirstByte = structure(logical(0), tags = list(type = "long")), partLastByte = structure(logical(0), tags = list(type = "long")), layerPartBlob = structure(logical(0), tags = list(type = "blob"))), tags = list(type = "structure")) diff --git a/cran/paws.compute/R/ecr_operations.R b/cran/paws.compute/R/ecr_operations.R index 2b640185df..1e2853eeff 100644 --- a/cran/paws.compute/R/ecr_operations.R +++ b/cran/paws.compute/R/ecr_operations.R @@ -208,9 +208,6 @@ ecr_complete_layer_upload <- function(registryId = NULL, repositoryName, uploadI #' #' - Microsoft Azure Container Registry (`azure-container-registry`) - #' `.azurecr.io` -#' -#' - GitLab Container Registry (`gitlab-container-registry`) - -#' `registry.gitlab.com` #' @param registryId The Amazon Web Services account ID associated with the registry to #' create the pull through cache rule for. If you do not specify a #' registry, the default registry is assumed. @@ -293,6 +290,73 @@ ecr_create_repository <- function(registryId = NULL, repositoryName, tags = NULL } .ecr$operations$create_repository <- ecr_create_repository +#' Creates a repository creation template +#' +#' @description +#' Creates a repository creation template. This template is used to define the settings for repositories created by Amazon ECR on your behalf. For example, repositories created through pull through cache actions. For more information, see [Private repository creation templates](https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-creation-templates.html) in the *Amazon Elastic Container Registry User Guide*. +#' +#' See [https://www.paws-r-sdk.com/docs/ecr_create_repository_creation_template/](https://www.paws-r-sdk.com/docs/ecr_create_repository_creation_template/) for full documentation. +#' +#' @param prefix [required] The repository namespace prefix to associate with the template. All +#' repositories created using this namespace prefix will have the settings +#' defined in this template applied. For example, a prefix of `prod` would +#' apply to all repositories beginning with `prod/`. Similarly, a prefix of +#' `prod/team` would apply to all repositories beginning with `prod/team/`. +#' +#' To apply a template to all repositories in your registry that don't have +#' an associated creation template, you can use `ROOT` as the prefix. +#' +#' There is always an assumed `/` applied to the end of the prefix. If you +#' specify `ecr-public` as the prefix, Amazon ECR treats that as +#' `ecr-public/`. When using a pull through cache rule, the repository +#' prefix you specify during rule creation is what you should specify as +#' your repository creation template prefix as well. +#' @param description A description for the repository creation template. +#' @param encryptionConfiguration The encryption configuration to use for repositories created using the +#' template. +#' @param resourceTags The metadata to apply to the repository to help you categorize and +#' organize. Each tag consists of a key and an optional value, both of +#' which you define. Tag keys can have a maximum character length of 128 +#' characters, and tag values can have a maximum length of 256 characters. +#' @param imageTagMutability The tag mutability setting for the repository. If this parameter is +#' omitted, the default setting of `MUTABLE` will be used which will allow +#' image tags to be overwritten. If `IMMUTABLE` is specified, all image +#' tags within the repository will be immutable which will prevent them +#' from being overwritten. +#' @param repositoryPolicy The repository policy to apply to repositories created using the +#' template. A repository policy is a permissions policy associated with a +#' repository to control access permissions. +#' @param lifecyclePolicy The lifecycle policy to use for repositories created using the template. +#' @param appliedFor [required] A list of enumerable strings representing the Amazon ECR repository +#' creation scenarios that this template will apply towards. The two +#' supported scenarios are `PULL_THROUGH_CACHE` and `REPLICATION` +#' @param customRoleArn The ARN of the role to be assumed by Amazon ECR. This role must be in +#' the same account as the registry that you are configuring. Amazon ECR +#' will assume your supplied role when the customRoleArn is specified. When +#' this field isn't specified, Amazon ECR will use the service-linked role +#' for the repository creation template. +#' +#' @keywords internal +#' +#' @rdname ecr_create_repository_creation_template +ecr_create_repository_creation_template <- function(prefix, description = NULL, encryptionConfiguration = NULL, resourceTags = NULL, imageTagMutability = NULL, repositoryPolicy = NULL, lifecyclePolicy = NULL, appliedFor, customRoleArn = NULL) { + op <- new_operation( + name = "CreateRepositoryCreationTemplate", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$create_repository_creation_template_input(prefix = prefix, description = description, encryptionConfiguration = encryptionConfiguration, resourceTags = resourceTags, imageTagMutability = imageTagMutability, repositoryPolicy = repositoryPolicy, lifecyclePolicy = lifecyclePolicy, appliedFor = appliedFor, customRoleArn = customRoleArn) + output <- .ecr$create_repository_creation_template_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$create_repository_creation_template <- ecr_create_repository_creation_template + #' Deletes the lifecycle policy associated with the specified repository #' #' @description @@ -426,6 +490,37 @@ ecr_delete_repository <- function(registryId = NULL, repositoryName, force = NUL } .ecr$operations$delete_repository <- ecr_delete_repository +#' Deletes a repository creation template +#' +#' @description +#' Deletes a repository creation template. +#' +#' See [https://www.paws-r-sdk.com/docs/ecr_delete_repository_creation_template/](https://www.paws-r-sdk.com/docs/ecr_delete_repository_creation_template/) for full documentation. +#' +#' @param prefix [required] The repository namespace prefix associated with the repository creation +#' template. +#' +#' @keywords internal +#' +#' @rdname ecr_delete_repository_creation_template +ecr_delete_repository_creation_template <- function(prefix) { + op <- new_operation( + name = "DeleteRepositoryCreationTemplate", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$delete_repository_creation_template_input(prefix = prefix) + output <- .ecr$delete_repository_creation_template_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$delete_repository_creation_template <- ecr_delete_repository_creation_template + #' Deletes the repository policy associated with the specified repository #' #' @description @@ -736,6 +831,88 @@ ecr_describe_repositories <- function(registryId = NULL, repositoryNames = NULL, } .ecr$operations$describe_repositories <- ecr_describe_repositories +#' Returns details about the repository creation templates in a registry +#' +#' @description +#' Returns details about the repository creation templates in a registry. The `prefixes` request parameter can be used to return the details for a specific repository creation template. +#' +#' See [https://www.paws-r-sdk.com/docs/ecr_describe_repository_creation_templates/](https://www.paws-r-sdk.com/docs/ecr_describe_repository_creation_templates/) for full documentation. +#' +#' @param prefixes The repository namespace prefixes associated with the repository +#' creation templates to describe. If this value is not specified, all +#' repository creation templates are returned. +#' @param nextToken The `nextToken` value returned from a previous paginated +#' [`describe_repository_creation_templates`][ecr_describe_repository_creation_templates] +#' request where `maxResults` was used and the results exceeded the value +#' of that parameter. Pagination continues from the end of the previous +#' results that returned the `nextToken` value. This value is `null` when +#' there are no more results to return. +#' +#' This token should be treated as an opaque identifier that is only used +#' to retrieve the next items in a list and not for other programmatic +#' purposes. +#' @param maxResults The maximum number of repository results returned by +#' `DescribeRepositoryCreationTemplatesRequest` in paginated output. When +#' this parameter is used, `DescribeRepositoryCreationTemplatesRequest` +#' only returns `maxResults` results in a single page along with a +#' `nextToken` response element. The remaining results of the initial +#' request can be seen by sending another +#' `DescribeRepositoryCreationTemplatesRequest` request with the returned +#' `nextToken` value. This value can be between 1 and 1000. If this +#' parameter is not used, then `DescribeRepositoryCreationTemplatesRequest` +#' returns up to 100 results and a `nextToken` value, if applicable. +#' +#' @keywords internal +#' +#' @rdname ecr_describe_repository_creation_templates +ecr_describe_repository_creation_templates <- function(prefixes = NULL, nextToken = NULL, maxResults = NULL) { + op <- new_operation( + name = "DescribeRepositoryCreationTemplates", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list(input_token = "nextToken", limit_key = "maxResults", non_aggregate_keys = list( "registryId"), output_token = "nextToken", result_key = "repositoryCreationTemplates") + ) + input <- .ecr$describe_repository_creation_templates_input(prefixes = prefixes, nextToken = nextToken, maxResults = maxResults) + output <- .ecr$describe_repository_creation_templates_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$describe_repository_creation_templates <- ecr_describe_repository_creation_templates + +#' Retrieves the basic scan type version name +#' +#' @description +#' Retrieves the basic scan type version name. +#' +#' See [https://www.paws-r-sdk.com/docs/ecr_get_account_setting/](https://www.paws-r-sdk.com/docs/ecr_get_account_setting/) for full documentation. +#' +#' @param name [required] Basic scan type version name. +#' +#' @keywords internal +#' +#' @rdname ecr_get_account_setting +ecr_get_account_setting <- function(name) { + op <- new_operation( + name = "GetAccountSetting", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$get_account_setting_input(name = name) + output <- .ecr$get_account_setting_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$get_account_setting <- ecr_get_account_setting + #' Retrieves an authorization token #' #' @description @@ -1102,6 +1279,39 @@ ecr_list_tags_for_resource <- function(resourceArn) { } .ecr$operations$list_tags_for_resource <- ecr_list_tags_for_resource +#' Allows you to change the basic scan type version by setting the name +#' parameter to either CLAIR to AWS_NATIVE +#' +#' @description +#' Allows you to change the basic scan type version by setting the `name` parameter to either `CLAIR` to `AWS_NATIVE`. +#' +#' See [https://www.paws-r-sdk.com/docs/ecr_put_account_setting/](https://www.paws-r-sdk.com/docs/ecr_put_account_setting/) for full documentation. +#' +#' @param name [required] Basic scan type version name. +#' @param value [required] Setting value that determines what basic scan type is being used: +#' `AWS_NATIVE` or `CLAIR`. +#' +#' @keywords internal +#' +#' @rdname ecr_put_account_setting +ecr_put_account_setting <- function(name, value) { + op <- new_operation( + name = "PutAccountSetting", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$put_account_setting_input(name = name, value = value) + output <- .ecr$put_account_setting_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$put_account_setting <- ecr_put_account_setting + #' Creates or updates the image manifest and tags associated with an image #' #' @description @@ -1335,7 +1545,7 @@ ecr_put_registry_scanning_configuration <- function(scanType = NULL, rules = NUL #' Creates or updates the replication configuration for a registry #' #' @description -#' Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the [`describe_registry`][ecr_describe_registry] API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see [Using service-linked roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*. +#' Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the [`describe_registry`][ecr_describe_registry] API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see [Using service-linked roles for Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) in the *Amazon Elastic Container Registry User Guide*. For more information on the custom role for replication, see [Creating an IAM role for replication](https://docs.aws.amazon.com/AmazonECR/latest/userguide/#roles-creatingrole-user-console). #' #' See [https://www.paws-r-sdk.com/docs/ecr_put_replication_configuration/](https://www.paws-r-sdk.com/docs/ecr_put_replication_configuration/) for full documentation. #' @@ -1577,6 +1787,68 @@ ecr_update_pull_through_cache_rule <- function(registryId = NULL, ecrRepositoryP } .ecr$operations$update_pull_through_cache_rule <- ecr_update_pull_through_cache_rule +#' Updates an existing repository creation template +#' +#' @description +#' Updates an existing repository creation template. +#' +#' See [https://www.paws-r-sdk.com/docs/ecr_update_repository_creation_template/](https://www.paws-r-sdk.com/docs/ecr_update_repository_creation_template/) for full documentation. +#' +#' @param prefix [required] The repository namespace prefix that matches an existing repository +#' creation template in the registry. All repositories created using this +#' namespace prefix will have the settings defined in this template +#' applied. For example, a prefix of `prod` would apply to all repositories +#' beginning with `prod/`. This includes a repository named `prod/team1` as +#' well as a repository named `prod/repository1`. +#' +#' To apply a template to all repositories in your registry that don't have +#' an associated creation template, you can use `ROOT` as the prefix. +#' @param description A description for the repository creation template. +#' @param encryptionConfiguration +#' @param resourceTags The metadata to apply to the repository to help you categorize and +#' organize. Each tag consists of a key and an optional value, both of +#' which you define. Tag keys can have a maximum character length of 128 +#' characters, and tag values can have a maximum length of 256 characters. +#' @param imageTagMutability Updates the tag mutability setting for the repository. If this parameter +#' is omitted, the default setting of `MUTABLE` will be used which will +#' allow image tags to be overwritten. If `IMMUTABLE` is specified, all +#' image tags within the repository will be immutable which will prevent +#' them from being overwritten. +#' @param repositoryPolicy Updates the repository policy created using the template. A repository +#' policy is a permissions policy associated with a repository to control +#' access permissions. +#' @param lifecyclePolicy Updates the lifecycle policy associated with the specified repository +#' creation template. +#' @param appliedFor Updates the list of enumerable strings representing the Amazon ECR +#' repository creation scenarios that this template will apply towards. The +#' two supported scenarios are `PULL_THROUGH_CACHE` and `REPLICATION` +#' @param customRoleArn The ARN of the role to be assumed by Amazon ECR. This role must be in +#' the same account as the registry that you are configuring. Amazon ECR +#' will assume your supplied role when the customRoleArn is specified. When +#' this field isn't specified, Amazon ECR will use the service-linked role +#' for the repository creation template. +#' +#' @keywords internal +#' +#' @rdname ecr_update_repository_creation_template +ecr_update_repository_creation_template <- function(prefix, description = NULL, encryptionConfiguration = NULL, resourceTags = NULL, imageTagMutability = NULL, repositoryPolicy = NULL, lifecyclePolicy = NULL, appliedFor = NULL, customRoleArn = NULL) { + op <- new_operation( + name = "UpdateRepositoryCreationTemplate", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$update_repository_creation_template_input(prefix = prefix, description = description, encryptionConfiguration = encryptionConfiguration, resourceTags = resourceTags, imageTagMutability = imageTagMutability, repositoryPolicy = repositoryPolicy, lifecyclePolicy = lifecyclePolicy, appliedFor = appliedFor, customRoleArn = customRoleArn) + output <- .ecr$update_repository_creation_template_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$update_repository_creation_template <- ecr_update_repository_creation_template + #' Uploads an image layer part to Amazon ECR #' #' @description diff --git a/cran/paws.compute/R/ecr_service.R b/cran/paws.compute/R/ecr_service.R index 4ddc1a0627..c9f42ee327 100644 --- a/cran/paws.compute/R/ecr_service.R +++ b/cran/paws.compute/R/ecr_service.R @@ -117,10 +117,12 @@ NULL #' \link[=ecr_complete_layer_upload]{complete_layer_upload} \tab Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID\cr #' \link[=ecr_create_pull_through_cache_rule]{create_pull_through_cache_rule} \tab Creates a pull through cache rule\cr #' \link[=ecr_create_repository]{create_repository} \tab Creates a repository\cr +#' \link[=ecr_create_repository_creation_template]{create_repository_creation_template} \tab Creates a repository creation template\cr #' \link[=ecr_delete_lifecycle_policy]{delete_lifecycle_policy} \tab Deletes the lifecycle policy associated with the specified repository\cr #' \link[=ecr_delete_pull_through_cache_rule]{delete_pull_through_cache_rule} \tab Deletes a pull through cache rule\cr #' \link[=ecr_delete_registry_policy]{delete_registry_policy} \tab Deletes the registry permissions policy\cr #' \link[=ecr_delete_repository]{delete_repository} \tab Deletes a repository\cr +#' \link[=ecr_delete_repository_creation_template]{delete_repository_creation_template} \tab Deletes a repository creation template\cr #' \link[=ecr_delete_repository_policy]{delete_repository_policy} \tab Deletes the repository policy associated with the specified repository\cr #' \link[=ecr_describe_image_replication_status]{describe_image_replication_status} \tab Returns the replication status for a specified image\cr #' \link[=ecr_describe_images]{describe_images} \tab Returns metadata about the images in a repository\cr @@ -128,6 +130,8 @@ NULL #' \link[=ecr_describe_pull_through_cache_rules]{describe_pull_through_cache_rules} \tab Returns the pull through cache rules for a registry\cr #' \link[=ecr_describe_registry]{describe_registry} \tab Describes the settings for a registry\cr #' \link[=ecr_describe_repositories]{describe_repositories} \tab Describes image repositories in a registry\cr +#' \link[=ecr_describe_repository_creation_templates]{describe_repository_creation_templates} \tab Returns details about the repository creation templates in a registry\cr +#' \link[=ecr_get_account_setting]{get_account_setting} \tab Retrieves the basic scan type version name\cr #' \link[=ecr_get_authorization_token]{get_authorization_token} \tab Retrieves an authorization token\cr #' \link[=ecr_get_download_url_for_layer]{get_download_url_for_layer} \tab Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer\cr #' \link[=ecr_get_lifecycle_policy]{get_lifecycle_policy} \tab Retrieves the lifecycle policy for the specified repository\cr @@ -138,6 +142,7 @@ NULL #' \link[=ecr_initiate_layer_upload]{initiate_layer_upload} \tab Notifies Amazon ECR that you intend to upload an image layer\cr #' \link[=ecr_list_images]{list_images} \tab Lists all the image IDs for the specified repository\cr #' \link[=ecr_list_tags_for_resource]{list_tags_for_resource} \tab List the tags for an Amazon ECR resource\cr +#' \link[=ecr_put_account_setting]{put_account_setting} \tab Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE\cr #' \link[=ecr_put_image]{put_image} \tab Creates or updates the image manifest and tags associated with an image\cr #' \link[=ecr_put_image_scanning_configuration]{put_image_scanning_configuration} \tab The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level\cr #' \link[=ecr_put_image_tag_mutability]{put_image_tag_mutability} \tab Updates the image tag mutability settings for the specified repository\cr @@ -151,6 +156,7 @@ NULL #' \link[=ecr_tag_resource]{tag_resource} \tab Adds specified tags to a resource with the specified ARN\cr #' \link[=ecr_untag_resource]{untag_resource} \tab Deletes specified tags from a resource\cr #' \link[=ecr_update_pull_through_cache_rule]{update_pull_through_cache_rule} \tab Updates an existing pull through cache rule\cr +#' \link[=ecr_update_repository_creation_template]{update_repository_creation_template} \tab Updates an existing repository creation template\cr #' \link[=ecr_upload_layer_part]{upload_layer_part} \tab Uploads an image layer part to Amazon ECR\cr #' \link[=ecr_validate_pull_through_cache_rule]{validate_pull_through_cache_rule} \tab Validates an existing pull through cache rule for an upstream registry that requires authentication #' } diff --git a/cran/paws.compute/R/ecs_interfaces.R b/cran/paws.compute/R/ecs_interfaces.R index a1cbad0613..b441874b6b 100644 --- a/cran/paws.compute/R/ecs_interfaces.R +++ b/cran/paws.compute/R/ecs_interfaces.R @@ -119,7 +119,7 @@ NULL .ecs$delete_task_definitions_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(taskDefinitions = structure(list(structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), failures = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), detail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(taskDefinitions = structure(list(structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), restartPolicy = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ignoredExitCodes = structure(list(structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "list")), restartAttemptPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), failures = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), detail = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -155,7 +155,7 @@ NULL .ecs$deregister_task_definition_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(taskDefinition = structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(taskDefinition = structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), restartPolicy = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ignoredExitCodes = structure(list(structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "list")), restartAttemptPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -215,7 +215,7 @@ NULL .ecs$describe_task_definition_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(taskDefinition = structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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")) + shape <- structure(list(taskDefinition = structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), restartPolicy = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ignoredExitCodes = structure(list(structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "list")), restartAttemptPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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)) } @@ -461,13 +461,13 @@ NULL .ecs$register_task_definition_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = 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")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), restartPolicy = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ignoredExitCodes = structure(list(structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "list")), restartAttemptPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = 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")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .ecs$register_task_definition_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(taskDefinition = structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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")) + shape <- structure(list(taskDefinition = structure(list(taskDefinitionArn = structure(logical(0), tags = list(type = "string")), containerDefinitions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), image = structure(logical(0), tags = list(type = "string")), repositoryCredentials = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cpu = structure(logical(0), tags = list(type = "integer")), memory = structure(logical(0), tags = list(type = "integer", box = TRUE)), memoryReservation = structure(logical(0), tags = list(type = "integer", box = TRUE)), links = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), portMappings = structure(list(structure(list(containerPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), protocol = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), appProtocol = structure(logical(0), tags = list(type = "string")), containerPortRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), essential = structure(logical(0), tags = list(type = "boolean", box = TRUE)), restartPolicy = structure(list(enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ignoredExitCodes = structure(list(structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "list")), restartAttemptPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), entryPoint = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), environment = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), environmentFiles = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), mountPoints = structure(list(structure(list(sourceVolume = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), volumesFrom = structure(list(structure(list(sourceContainer = structure(logical(0), tags = list(type = "string")), readOnly = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), linuxParameters = structure(list(capabilities = structure(list(add = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), drop = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), devices = structure(list(structure(list(hostPath = structure(logical(0), tags = list(type = "string")), containerPath = structure(logical(0), tags = list(type = "string")), permissions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), initProcessEnabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), sharedMemorySize = structure(logical(0), tags = list(type = "integer", box = TRUE)), tmpfs = structure(list(structure(list(containerPath = structure(logical(0), tags = list(type = "string")), size = structure(logical(0), tags = list(type = "integer")), mountOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxSwap = structure(logical(0), tags = list(type = "integer", box = TRUE)), swappiness = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), secrets = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dependsOn = structure(list(structure(list(containerName = structure(logical(0), tags = list(type = "string")), condition = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), startTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), stopTimeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), hostname = structure(logical(0), tags = list(type = "string")), user = structure(logical(0), tags = list(type = "string")), workingDirectory = structure(logical(0), tags = list(type = "string")), disableNetworking = structure(logical(0), tags = list(type = "boolean", box = TRUE)), privileged = structure(logical(0), tags = list(type = "boolean", box = TRUE)), readonlyRootFilesystem = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dnsServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), dnsSearchDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), extraHosts = structure(list(structure(list(hostname = structure(logical(0), tags = list(type = "string")), ipAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dockerSecurityOptions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interactive = structure(logical(0), tags = list(type = "boolean", box = TRUE)), pseudoTerminal = structure(logical(0), tags = list(type = "boolean", box = TRUE)), dockerLabels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ulimits = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), softLimit = structure(logical(0), tags = list(type = "integer")), hardLimit = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), logConfiguration = structure(list(logDriver = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), secretOptions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), valueFrom = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), healthCheck = structure(list(command = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), interval = structure(logical(0), tags = list(type = "integer", box = TRUE)), timeout = structure(logical(0), tags = list(type = "integer", box = TRUE)), retries = structure(logical(0), tags = list(type = "integer", box = TRUE)), startPeriod = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), systemControls = structure(list(structure(list(namespace = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), resourceRequirements = structure(list(structure(list(value = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), firelensConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), options = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), credentialSpecs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), family = structure(logical(0), tags = list(type = "string")), taskRoleArn = structure(logical(0), tags = list(type = "string")), executionRoleArn = structure(logical(0), tags = list(type = "string")), networkMode = structure(logical(0), tags = list(type = "string")), revision = structure(logical(0), tags = list(type = "integer")), volumes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), host = structure(list(sourcePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), dockerVolumeConfiguration = structure(list(scope = structure(logical(0), tags = list(type = "string")), autoprovision = structure(logical(0), tags = list(type = "boolean", box = TRUE)), driver = structure(logical(0), tags = list(type = "string")), driverOpts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), labels = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), efsVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), transitEncryption = structure(logical(0), tags = list(type = "string")), transitEncryptionPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), authorizationConfig = structure(list(accessPointId = structure(logical(0), tags = list(type = "string")), iam = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), fsxWindowsFileServerVolumeConfiguration = structure(list(fileSystemId = structure(logical(0), tags = list(type = "string")), rootDirectory = structure(logical(0), tags = list(type = "string")), authorizationConfig = structure(list(credentialsParameter = structure(logical(0), tags = list(type = "string")), domain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), configuredAtLaunch = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), requiresAttributes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string")), targetType = structure(logical(0), tags = list(type = "string")), targetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), placementConstraints = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), expression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), compatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), runtimePlatform = structure(list(cpuArchitecture = structure(logical(0), tags = list(type = "string")), operatingSystemFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), requiresCompatibilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), cpu = structure(logical(0), tags = list(type = "string")), memory = structure(logical(0), tags = list(type = "string")), inferenceAccelerators = structure(list(structure(list(deviceName = structure(logical(0), tags = list(type = "string")), deviceType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), pidMode = structure(logical(0), tags = list(type = "string")), ipcMode = structure(logical(0), tags = list(type = "string")), proxyConfiguration = structure(list(type = structure(logical(0), tags = list(type = "string")), containerName = structure(logical(0), tags = list(type = "string")), properties = structure(list(structure(list(name = 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")), registeredAt = structure(logical(0), tags = list(type = "timestamp")), deregisteredAt = structure(logical(0), tags = list(type = "timestamp")), registeredBy = structure(logical(0), tags = list(type = "string")), ephemeralStorage = structure(list(sizeInGiB = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), 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)) } diff --git a/cran/paws.compute/R/ecs_operations.R b/cran/paws.compute/R/ecs_operations.R index 1e933e1c66..7e50f0b0f4 100644 --- a/cran/paws.compute/R/ecs_operations.R +++ b/cran/paws.compute/R/ecs_operations.R @@ -68,7 +68,7 @@ ecs_create_capacity_provider <- function(name, autoScalingGroupProvider, tags = #' Creates a new Amazon ECS cluster #' #' @description -#' Creates a new Amazon ECS cluster. By default, your account receives a `default` cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the [`create_cluster`][ecs_create_cluster] action. +#' Creates a new Amazon ECS cluster. By default, your account receives a `default` cluster when you launch your first container instance. However, you can create your own cluster with a unique name. #' #' See [https://www.paws-r-sdk.com/docs/ecs_create_cluster/](https://www.paws-r-sdk.com/docs/ecs_create_cluster/) for full documentation. #' @@ -186,7 +186,7 @@ ecs_create_cluster <- function(clusterName = NULL, tags = NULL, settings = NULL, #' definition #' #' @description -#' Runs and maintains your desired number of tasks from a specified task definition. If the number of tasks running in a service drops below the `desiredCount`, Amazon ECS runs another copy of the task in the specified cluster. To update an existing service, see the [`update_service`][ecs_update_service] action. +#' Runs and maintains your desired number of tasks from a specified task definition. If the number of tasks running in a service drops below the `desiredCount`, Amazon ECS runs another copy of the task in the specified cluster. To update an existing service, use [`update_service`][ecs_update_service]. #' #' See [https://www.paws-r-sdk.com/docs/ecs_create_service/](https://www.paws-r-sdk.com/docs/ecs_create_service/) for full documentation. #' @@ -528,7 +528,7 @@ ecs_create_service <- function(cluster = NULL, serviceName, taskDefinition = NUL #' If specifying a capacity provider that uses an Auto Scaling group, the #' capacity provider must already be created. New capacity providers can be #' created with the -#' [`create_capacity_provider`][ecs_create_capacity_provider] API +#' [CreateCapacityProviderProvider](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/)API #' operation. #' #' To use a Fargate capacity provider, specify either the `FARGATE` or @@ -2395,10 +2395,9 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' in the *Amazon Elastic Container Service Developer Guide*. #' @param executionRoleArn The Amazon Resource Name (ARN) of the task execution role that grants #' the Amazon ECS container agent permission to make Amazon Web Services -#' API calls on your behalf. The task execution IAM role is required -#' depending on the requirements of your task. For more information, see -#' [Amazon ECS task execution IAM -#' role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html) +#' API calls on your behalf. For informationabout the required IAM roles +#' for Amazon ECS, see [IAM roles for Amazon +#' ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-ecs-iam-role-overview.html) #' in the *Amazon Elastic Container Service Developer Guide*. #' @param networkMode The Docker networking mode to use for the containers in the task. The #' valid values are `none`, `bridge`, `awsvpc`, and `host`. If no network @@ -2425,19 +2424,16 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' user. #' #' If the network mode is `awsvpc`, the task is allocated an elastic -#' network interface, and you must specify a NetworkConfiguration value -#' when you create a service or run a task with the task definition. For -#' more information, see [Task +#' network interface, and you must specify a +#' [NetworkConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html) +#' value when you create a service or run a task with the task definition. +#' For more information, see [Task #' Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) #' in the *Amazon Elastic Container Service Developer Guide*. #' #' If the network mode is `host`, you cannot run multiple instantiations of #' the same task on a single container instance when port mappings are #' used. -#' -#' For more information, see [Network -#' settings](https://docs.docker.com/engine/reference/run/#network-settings) -#' in the *Docker run reference*. #' @param containerDefinitions [required] A list of container definitions in JSON format that describe the #' different containers that make up your task. #' @param volumes A list of volume definitions in JSON format that containers in your task @@ -2579,13 +2575,10 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' the same process namespace. #' #' If no value is specified, the default is a private namespace for each -#' container. For more information, see [PID -#' settings](https://docs.docker.com/engine/reference/run/#pid-settings---pid) -#' in the *Docker run reference*. +#' container. #' #' If the `host` PID mode is used, there's a heightened risk of undesired -#' process namespace exposure. For more information, see [Docker -#' security](https://docs.docker.com/engine/security/). +#' process namespace exposure. #' #' This parameter is not supported for Windows containers. #' @@ -2601,14 +2594,10 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' then IPC resources within the containers of a task are private and not #' shared with other containers in a task or on the container instance. If #' no value is specified, then the IPC resource namespace sharing depends -#' on the Docker daemon setting on the container instance. For more -#' information, see [IPC -#' settings](https://docs.docker.com/engine/reference/run/#ipc-settings---ipc) -#' in the *Docker run reference*. +#' on the Docker daemon setting on the container instance. #' #' If the `host` IPC mode is used, be aware that there is a heightened risk -#' of undesired IPC namespace expose. For more information, see [Docker -#' security](https://docs.docker.com/engine/security/). +#' of undesired IPC namespace expose. #' #' If you are setting namespaced kernel parameters using `systemControls` #' for the containers in the task, the following will apply to your IPC @@ -2765,7 +2754,7 @@ ecs_register_task_definition <- function(family, taskRoleArn = NULL, executionRo #' @param propagateTags Specifies whether to propagate the tags from the task definition to the #' task. If no value is specified, the tags aren't propagated. Tags can #' only be propagated to the task during task creation. To add tags to a -#' task after task creation, use the [`tag_resource`][ecs_tag_resource] API +#' task after task creation, use the[`tag_resource`][ecs_tag_resource] API #' action. #' #' An error will be received if you specify the `SERVICE` option when @@ -2778,7 +2767,7 @@ ecs_register_task_definition <- function(family, taskRoleArn = NULL, executionRo #' parameter. You can then identify which tasks belong to that job by #' filtering the results of a [`list_tasks`][ecs_list_tasks] call with the #' `startedBy` value. Up to 128 letters (uppercase and lowercase), numbers, -#' hyphens (-), and underscores (_) are allowed. +#' hyphens (-), forward slash (/), and underscores (_) are allowed. #' #' If a task is started by an Amazon ECS service, then the `startedBy` #' parameter contains the deployment ID of the service that starts it. @@ -2910,7 +2899,7 @@ ecs_run_task <- function(capacityProviderStrategy = NULL, cluster = NULL, count #' parameter. You can then identify which tasks belong to that job by #' filtering the results of a [`list_tasks`][ecs_list_tasks] call with the #' `startedBy` value. Up to 36 letters (uppercase and lowercase), numbers, -#' hyphens (-), and underscores (_) are allowed. +#' hyphens (-), forward slash (/), and underscores (_) are allowed. #' #' If a task is started by an Amazon ECS service, the `startedBy` parameter #' contains the deployment ID of the service that starts it. @@ -2986,8 +2975,8 @@ ecs_start_task <- function(cluster = NULL, containerInstances, enableECSManagedT #' @param reason An optional message specified when a task is stopped. For example, if #' you're using a custom scheduler, you can use this parameter to specify #' the reason for stopping the task here, and the message appears in -#' subsequent [`describe_tasks`][ecs_describe_tasks] API operations on this -#' task. +#' subsequent [`describe_tasks`][ecs_describe_tasks]\> API operations on +#' this task. #' #' @keywords internal #' @@ -3450,8 +3439,8 @@ ecs_update_container_instances_state <- function(cluster = NULL, containerInstan #' If specifying a capacity provider that uses an Auto Scaling group, the #' capacity provider must already be created. New capacity providers can be #' created with the -#' [`create_capacity_provider`][ecs_create_capacity_provider] API -#' operation. +#' [CreateClusterCapacityProvider](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/) +#' API operation. #' #' To use a Fargate capacity provider, specify either the `FARGATE` or #' `FARGATE_SPOT` capacity providers. The Fargate capacity providers are @@ -3459,9 +3448,9 @@ ecs_update_container_instances_state <- function(cluster = NULL, containerInstan #' to be used. #' #' The -#' [`put_cluster_capacity_providers`][ecs_put_cluster_capacity_providers] -#' API operation is used to update the list of available capacity providers -#' for a cluster after the cluster is created. +#' [`put_cluster_capacity_providers`][ecs_put_cluster_capacity_providers]API +#' operation is used to update the list of available capacity providers for +#' a cluster after the cluster is created. #' @param deploymentConfiguration Optional deployment parameters that control how many tasks run during #' the deployment and the ordering of stopping and starting tasks. #' @param networkConfiguration An object representing the network configuration for the service. diff --git a/cran/paws.compute/R/eks_interfaces.R b/cran/paws.compute/R/eks_interfaces.R index 93eb0f6c95..92f7eb41ce 100644 --- a/cran/paws.compute/R/eks_interfaces.R +++ b/cran/paws.compute/R/eks_interfaces.R @@ -65,13 +65,13 @@ NULL .eks$create_cluster_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), bootstrapSelfManagedAddons = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), bootstrapSelfManagedAddons = structure(logical(0), tags = list(type = "boolean", box = TRUE)), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .eks$create_cluster_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -155,7 +155,7 @@ NULL .eks$delete_cluster_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -215,7 +215,7 @@ NULL .eks$deregister_cluster_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -275,7 +275,7 @@ NULL .eks$describe_cluster_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -551,7 +551,7 @@ NULL .eks$register_cluster_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(cluster = structure(list(name = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp")), version = structure(logical(0), tags = list(type = "string")), endpoint = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), clusterSecurityGroupId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean")), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean")), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kubernetesNetworkConfig = structure(list(serviceIpv4Cidr = structure(logical(0), tags = list(type = "string")), serviceIpv6Cidr = structure(logical(0), tags = list(type = "string")), ipFamily = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), identity = structure(list(oidc = structure(list(issuer = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), certificateAuthority = structure(list(data = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(type = "string")), platformVersion = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), encryptionConfig = structure(list(structure(list(resources = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), provider = structure(list(keyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), connectorConfig = structure(list(activationId = structure(logical(0), tags = list(type = "string")), activationCode = structure(logical(0), tags = list(type = "string")), activationExpiry = structure(logical(0), tags = list(type = "timestamp")), provider = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), health = structure(list(issues = structure(list(structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), resourceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outpostConfig = structure(list(outpostArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), controlPlaneInstanceType = structure(logical(0), tags = list(type = "string")), controlPlanePlacement = structure(list(groupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), accessConfig = structure(list(bootstrapClusterCreatorAdminPermissions = structure(logical(0), tags = list(type = "boolean", box = TRUE)), authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -605,7 +605,7 @@ NULL .eks$update_cluster_config_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(location = "uri", locationName = "name", type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), accessConfig = structure(list(authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(name = structure(logical(0), tags = list(location = "uri", locationName = "name", type = "string")), resourcesVpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), endpointPublicAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), endpointPrivateAccess = structure(logical(0), tags = list(type = "boolean", box = TRUE)), publicAccessCidrs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), logging = structure(list(clusterLogging = structure(list(structure(list(types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), accessConfig = structure(list(authenticationMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), upgradePolicy = structure(list(supportType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.compute/R/eks_operations.R b/cran/paws.compute/R/eks_operations.R index 45077b1934..5ab2144185 100644 --- a/cran/paws.compute/R/eks_operations.R +++ b/cran/paws.compute/R/eks_operations.R @@ -306,7 +306,7 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' for the Kubernetes control plane to make calls to Amazon Web Services #' API operations on your behalf. For more information, see [Amazon EKS #' Service IAM -#' Role](https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html) +#' Role](https://docs.aws.amazon.com/eks/latest/userguide/cluster_IAM_role.html) #' in the *Amazon EKS User Guide* . #' @param resourcesVpcConfig [required] The VPC configuration that's used by the cluster control plane. Amazon #' EKS VPC resources have specific requirements to work properly with @@ -349,11 +349,14 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' #' Use this option when you plan to install third-party alternative add-ons #' or self-manage the default networking add-ons. +#' @param upgradePolicy New clusters, by default, have extended support enabled. You can disable +#' extended support when creating a cluster by setting this value to +#' `STANDARD`. #' #' @keywords internal #' #' @rdname eks_create_cluster -eks_create_cluster <- function(name, version = NULL, roleArn, resourcesVpcConfig, kubernetesNetworkConfig = NULL, logging = NULL, clientRequestToken = NULL, tags = NULL, encryptionConfig = NULL, outpostConfig = NULL, accessConfig = NULL, bootstrapSelfManagedAddons = NULL) { +eks_create_cluster <- function(name, version = NULL, roleArn, resourcesVpcConfig, kubernetesNetworkConfig = NULL, logging = NULL, clientRequestToken = NULL, tags = NULL, encryptionConfig = NULL, outpostConfig = NULL, accessConfig = NULL, bootstrapSelfManagedAddons = NULL, upgradePolicy = NULL) { op <- new_operation( name = "CreateCluster", http_method = "POST", @@ -361,7 +364,7 @@ eks_create_cluster <- function(name, version = NULL, roleArn, resourcesVpcConfig host_prefix = "", paginator = list() ) - input <- .eks$create_cluster_input(name = name, version = version, roleArn = roleArn, resourcesVpcConfig = resourcesVpcConfig, kubernetesNetworkConfig = kubernetesNetworkConfig, logging = logging, clientRequestToken = clientRequestToken, tags = tags, encryptionConfig = encryptionConfig, outpostConfig = outpostConfig, accessConfig = accessConfig, bootstrapSelfManagedAddons = bootstrapSelfManagedAddons) + input <- .eks$create_cluster_input(name = name, version = version, roleArn = roleArn, resourcesVpcConfig = resourcesVpcConfig, kubernetesNetworkConfig = kubernetesNetworkConfig, logging = logging, clientRequestToken = clientRequestToken, tags = tags, encryptionConfig = encryptionConfig, outpostConfig = outpostConfig, accessConfig = accessConfig, bootstrapSelfManagedAddons = bootstrapSelfManagedAddons, upgradePolicy = upgradePolicy) output <- .eks$create_cluster_output() config <- get_config() svc <- .eks$service(config, op) @@ -2262,11 +2265,15 @@ eks_update_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' @param clientRequestToken A unique, case-sensitive identifier that you provide to ensure the #' idempotency of the request. #' @param accessConfig The access configuration for the cluster. +#' @param upgradePolicy You can enable or disable extended support for clusters currently on +#' standard support. You cannot disable extended support once it starts. +#' You must enable extended support before your cluster exits standard +#' support. #' #' @keywords internal #' #' @rdname eks_update_cluster_config -eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = NULL, clientRequestToken = NULL, accessConfig = NULL) { +eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = NULL, clientRequestToken = NULL, accessConfig = NULL, upgradePolicy = NULL) { op <- new_operation( name = "UpdateClusterConfig", http_method = "POST", @@ -2274,7 +2281,7 @@ eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = host_prefix = "", paginator = list() ) - input <- .eks$update_cluster_config_input(name = name, resourcesVpcConfig = resourcesVpcConfig, logging = logging, clientRequestToken = clientRequestToken, accessConfig = accessConfig) + input <- .eks$update_cluster_config_input(name = name, resourcesVpcConfig = resourcesVpcConfig, logging = logging, clientRequestToken = clientRequestToken, accessConfig = accessConfig, upgradePolicy = upgradePolicy) output <- .eks$update_cluster_config_output() config <- get_config() svc <- .eks$service(config, op) diff --git a/cran/paws.compute/R/lambda_interfaces.R b/cran/paws.compute/R/lambda_interfaces.R index 89668e49f5..4b7651bad1 100644 --- a/cran/paws.compute/R/lambda_interfaces.R +++ b/cran/paws.compute/R/lambda_interfaces.R @@ -53,13 +53,13 @@ NULL .lambda$create_event_source_mapping_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(EventSourceArn = structure(logical(0), tags = list(type = "string")), FunctionName = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), BatchSize = structure(logical(0), tags = list(type = "integer")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(EventSourceArn = structure(logical(0), tags = list(type = "string")), FunctionName = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), BatchSize = structure(logical(0), tags = list(type = "integer")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .lambda$create_event_source_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string")), FilterCriteriaError = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -117,7 +117,7 @@ NULL .lambda$delete_event_source_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string")), FilterCriteriaError = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -235,7 +235,7 @@ NULL .lambda$get_event_source_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string")), FilterCriteriaError = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -299,6 +299,18 @@ NULL return(populate(args, shape)) } +.lambda$get_function_recursion_config_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(FunctionName = structure(logical(0), tags = list(location = "uri", locationName = "FunctionName", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.lambda$get_function_recursion_config_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(RecursiveLoop = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .lambda$get_function_url_config_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(FunctionName = structure(logical(0), tags = list(location = "uri", locationName = "FunctionName", type = "string")), Qualifier = structure(logical(0), tags = list(location = "querystring", locationName = "Qualifier", type = "string"))), tags = list(type = "structure")) @@ -451,7 +463,7 @@ NULL .lambda$list_event_source_mappings_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(NextMarker = structure(logical(0), tags = list(type = "string")), EventSourceMappings = structure(list(structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(NextMarker = structure(logical(0), tags = list(type = "string")), EventSourceMappings = structure(list(structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string")), FilterCriteriaError = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -623,6 +635,18 @@ NULL return(populate(args, shape)) } +.lambda$put_function_recursion_config_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(FunctionName = structure(logical(0), tags = list(location = "uri", locationName = "FunctionName", type = "string")), RecursiveLoop = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.lambda$put_function_recursion_config_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(RecursiveLoop = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .lambda$put_provisioned_concurrency_config_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(FunctionName = structure(logical(0), tags = list(location = "uri", locationName = "FunctionName", type = "string")), Qualifier = structure(logical(0), tags = list(location = "querystring", locationName = "Qualifier", type = "string")), ProvisionedConcurrentExecutions = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")) @@ -713,13 +737,13 @@ NULL .lambda$update_event_source_mapping_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UUID = structure(logical(0), tags = list(location = "uri", locationName = "UUID", type = "string")), FunctionName = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), BatchSize = structure(logical(0), tags = list(type = "integer")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UUID = structure(logical(0), tags = list(location = "uri", locationName = "UUID", type = "string")), FunctionName = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), BatchSize = structure(logical(0), tags = list(type = "integer")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .lambda$update_event_source_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UUID = structure(logical(0), tags = list(type = "string")), StartingPosition = structure(logical(0), tags = list(type = "string")), StartingPositionTimestamp = structure(logical(0), tags = list(type = "timestamp")), BatchSize = structure(logical(0), tags = list(type = "integer")), MaximumBatchingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), ParallelizationFactor = structure(logical(0), tags = list(type = "integer")), EventSourceArn = structure(logical(0), tags = list(type = "string")), FilterCriteria = structure(list(Filters = structure(list(structure(list(Pattern = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), FunctionArn = structure(logical(0), tags = list(type = "string")), LastModified = structure(logical(0), tags = list(type = "timestamp")), LastProcessingResult = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateTransitionReason = structure(logical(0), tags = list(type = "string")), DestinationConfig = structure(list(OnSuccess = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OnFailure = structure(list(Destination = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Topics = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Queues = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SourceAccessConfigurations = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), URI = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SelfManagedEventSource = structure(list(Endpoints = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), MaximumRecordAgeInSeconds = structure(logical(0), tags = list(type = "integer")), BisectBatchOnFunctionError = structure(logical(0), tags = list(type = "boolean")), MaximumRetryAttempts = structure(logical(0), tags = list(type = "integer")), TumblingWindowInSeconds = structure(logical(0), tags = list(type = "integer")), FunctionResponseTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AmazonManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SelfManagedKafkaEventSourceConfig = structure(list(ConsumerGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ScalingConfig = structure(list(MaximumConcurrency = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), DocumentDBEventSourceConfig = structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CollectionName = structure(logical(0), tags = list(type = "string")), FullDocument = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyArn = structure(logical(0), tags = list(type = "string")), FilterCriteriaError = structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.compute/R/lambda_operations.R b/cran/paws.compute/R/lambda_operations.R index 7fdf43bd41..7e2647c1ef 100644 --- a/cran/paws.compute/R/lambda_operations.R +++ b/cran/paws.compute/R/lambda_operations.R @@ -49,11 +49,11 @@ lambda_add_layer_version_permission <- function(LayerName, VersionNumber, Statem } .lambda$operations$add_layer_version_permission <- lambda_add_layer_version_permission -#' Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web -#' Services organization permission to use a function +#' Grants an Amazon Web Servicesservice, Amazon Web Services account, or +#' Amazon Web Services organization permission to use a function #' #' @description -#' Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST. +#' Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST. #' #' See [https://www.paws-r-sdk.com/docs/lambda_add_permission/](https://www.paws-r-sdk.com/docs/lambda_add_permission/) for full documentation. #' @@ -76,19 +76,21 @@ lambda_add_layer_version_permission <- function(LayerName, VersionNumber, Statem #' the same policy. #' @param Action [required] The action that the principal can use on the function. For example, #' `lambda:InvokeFunction` or `lambda:GetFunction`. -#' @param Principal [required] The Amazon Web Service or Amazon Web Services account that invokes the -#' function. If you specify a service, use `SourceArn` or `SourceAccount` -#' to limit who can invoke the function through that service. -#' @param SourceArn For Amazon Web Services, the ARN of the Amazon Web Services resource -#' that invokes the function. For example, an Amazon S3 bucket or Amazon -#' SNS topic. +#' @param Principal [required] The Amazon Web Servicesservice or Amazon Web Services account that +#' invokes the function. If you specify a service, use `SourceArn` or +#' `SourceAccount` to limit who can invoke the function through that +#' service. +#' @param SourceArn For Amazon Web Servicesservices, the ARN of the Amazon Web Services +#' resource that invokes the function. For example, an Amazon S3 bucket or +#' Amazon SNS topic. #' #' Note that Lambda configures the comparison using the `StringLike` #' operator. -#' @param SourceAccount For Amazon Web Service, the ID of the Amazon Web Services account that -#' owns the resource. Use this together with `SourceArn` to ensure that the -#' specified account owns the resource. It is possible for an Amazon S3 -#' bucket to be deleted by its owner and recreated by another account. +#' @param SourceAccount For Amazon Web Servicesservice, the ID of the Amazon Web Services +#' account that owns the resource. Use this together with `SourceArn` to +#' ensure that the specified account owns the resource. It is possible for +#' an Amazon S3 bucket to be deleted by its owner and recreated by another +#' account. #' @param EventSourceToken For Alexa Smart Home functions, a token that the invoker must supply. #' @param Qualifier Specify a version or alias to add permissions to a published version of #' the function. @@ -279,16 +281,17 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' `MaximumBatchingWindowInSeconds` to any value from 0 seconds to 300 #' seconds in increments of seconds. #' -#' For streams and Amazon SQS event sources, the default batching window is -#' 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and -#' DocumentDB event sources, the default batching window is 500 ms. Note -#' that because you can only change `MaximumBatchingWindowInSeconds` in -#' increments of seconds, you cannot revert back to the 500 ms default -#' batching window after you have changed it. To restore the default -#' batching window, you must create a new event source mapping. -#' -#' Related setting: For streams and Amazon SQS event sources, when you set -#' `BatchSize` to a value greater than 10, you must set +#' For Kinesis, DynamoDB, and Amazon SQS event sources, the default +#' batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, +#' Amazon MQ, and DocumentDB event sources, the default batching window is +#' 500 ms. Note that because you can only change +#' `MaximumBatchingWindowInSeconds` in increments of seconds, you cannot +#' revert back to the 500 ms default batching window after you have changed +#' it. To restore the default batching window, you must create a new event +#' source mapping. +#' +#' Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, +#' when you set `BatchSize` to a value greater than 10, you must set #' `MaximumBatchingWindowInSeconds` to at least 1. #' @param ParallelizationFactor (Kinesis and DynamoDB Streams only) The number of batches to process #' from each shard concurrently. @@ -327,11 +330,16 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' event #' sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). #' @param DocumentDBEventSourceConfig Specific configuration settings for a DocumentDB event source. +#' @param KMSKeyArn The ARN of the Key Management Service (KMS) customer managed key that +#' Lambda uses to encrypt your function's [filter +#' criteria](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics). +#' By default, Lambda does not encrypt your filter criteria object. Specify +#' this property to encrypt data using your own customer managed key. #' #' @keywords internal #' #' @rdname lambda_create_event_source_mapping -lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionName, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, ParallelizationFactor = NULL, StartingPosition = NULL, StartingPositionTimestamp = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, TumblingWindowInSeconds = NULL, Topics = NULL, Queues = NULL, SourceAccessConfigurations = NULL, SelfManagedEventSource = NULL, FunctionResponseTypes = NULL, AmazonManagedKafkaEventSourceConfig = NULL, SelfManagedKafkaEventSourceConfig = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL) { +lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionName, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, ParallelizationFactor = NULL, StartingPosition = NULL, StartingPositionTimestamp = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, TumblingWindowInSeconds = NULL, Topics = NULL, Queues = NULL, SourceAccessConfigurations = NULL, SelfManagedEventSource = NULL, FunctionResponseTypes = NULL, AmazonManagedKafkaEventSourceConfig = NULL, SelfManagedKafkaEventSourceConfig = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL, KMSKeyArn = NULL) { op <- new_operation( name = "CreateEventSourceMapping", http_method = "POST", @@ -339,7 +347,7 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa host_prefix = "", paginator = list() ) - input <- .lambda$create_event_source_mapping_input(EventSourceArn = EventSourceArn, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, ParallelizationFactor = ParallelizationFactor, StartingPosition = StartingPosition, StartingPositionTimestamp = StartingPositionTimestamp, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, TumblingWindowInSeconds = TumblingWindowInSeconds, Topics = Topics, Queues = Queues, SourceAccessConfigurations = SourceAccessConfigurations, SelfManagedEventSource = SelfManagedEventSource, FunctionResponseTypes = FunctionResponseTypes, AmazonManagedKafkaEventSourceConfig = AmazonManagedKafkaEventSourceConfig, SelfManagedKafkaEventSourceConfig = SelfManagedKafkaEventSourceConfig, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig) + input <- .lambda$create_event_source_mapping_input(EventSourceArn = EventSourceArn, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, ParallelizationFactor = ParallelizationFactor, StartingPosition = StartingPosition, StartingPositionTimestamp = StartingPositionTimestamp, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, TumblingWindowInSeconds = TumblingWindowInSeconds, Topics = Topics, Queues = Queues, SourceAccessConfigurations = SourceAccessConfigurations, SelfManagedEventSource = SelfManagedEventSource, FunctionResponseTypes = FunctionResponseTypes, AmazonManagedKafkaEventSourceConfig = AmazonManagedKafkaEventSourceConfig, SelfManagedKafkaEventSourceConfig = SelfManagedKafkaEventSourceConfig, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig, KMSKeyArn = KMSKeyArn) output <- .lambda$create_event_source_mapping_output() config <- get_config() svc <- .lambda$service(config, op) @@ -352,7 +360,7 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa #' Creates a Lambda function #' #' @description -#' Creates a Lambda function. To create a function, you need a [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/) and an [execution role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html#lambda-intro-execution-role). The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Services, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing. +#' Creates a Lambda function. To create a function, you need a [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/) and an [execution role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html#lambda-intro-execution-role). The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Servicesservices, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing. #' #' See [https://www.paws-r-sdk.com/docs/lambda_create_function/](https://www.paws-r-sdk.com/docs/lambda_create_function/) for full documentation. #' @@ -372,10 +380,16 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa #' @param Runtime The identifier of the function's #' [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). #' Runtime is required if the deployment package is a .zip file archive. +#' Specifying a runtime results in an error if you're deploying a function +#' using a container image. #' -#' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' The following list includes deprecated runtimes. Lambda blocks creating +#' new functions and updating existing functions shortly after each runtime +#' is deprecated. For more information, see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param Role [required] The Amazon Resource Name (ARN) of the function's execution role. #' @param Handler The name of the method within your code that Lambda calls to run your #' function. Handler is required if the deployment package is a .zip file @@ -1292,6 +1306,36 @@ lambda_get_function_event_invoke_config <- function(FunctionName, Qualifier = NU } .lambda$operations$get_function_event_invoke_config <- lambda_get_function_event_invoke_config +#' Returns your function's recursive loop detection configuration +#' +#' @description +#' Returns your function's [recursive loop detection](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html) configuration. +#' +#' See [https://www.paws-r-sdk.com/docs/lambda_get_function_recursion_config/](https://www.paws-r-sdk.com/docs/lambda_get_function_recursion_config/) for full documentation. +#' +#' @param FunctionName [required] +#' +#' @keywords internal +#' +#' @rdname lambda_get_function_recursion_config +lambda_get_function_recursion_config <- function(FunctionName) { + op <- new_operation( + name = "GetFunctionRecursionConfig", + http_method = "GET", + http_path = "/2024-08-31/functions/{FunctionName}/recursion-config", + host_prefix = "", + paginator = list() + ) + input <- .lambda$get_function_recursion_config_input(FunctionName = FunctionName) + output <- .lambda$get_function_recursion_config_output() + config <- get_config() + svc <- .lambda$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.lambda$operations$get_function_recursion_config <- lambda_get_function_recursion_config + #' Returns details about a Lambda function URL #' #' @description @@ -2059,11 +2103,14 @@ lambda_list_functions_by_code_signing_config <- function(CodeSigningConfigArn, M #' #' See [https://www.paws-r-sdk.com/docs/lambda_list_layer_versions/](https://www.paws-r-sdk.com/docs/lambda_list_layer_versions/) for full documentation. #' -#' @param CompatibleRuntime A runtime identifier. For example, `java21`. +#' @param CompatibleRuntime A runtime identifier. #' #' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param LayerName [required] The name or Amazon Resource Name (ARN) of the layer. #' @param Marker A pagination token returned by a previous call. #' @param MaxItems The maximum number of versions to return. @@ -2099,11 +2146,14 @@ lambda_list_layer_versions <- function(CompatibleRuntime = NULL, LayerName, Mark #' #' See [https://www.paws-r-sdk.com/docs/lambda_list_layers/](https://www.paws-r-sdk.com/docs/lambda_list_layers/) for full documentation. #' -#' @param CompatibleRuntime A runtime identifier. For example, `java21`. +#' @param CompatibleRuntime A runtime identifier. #' #' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param Marker A pagination token returned by a previous call. #' @param MaxItems The maximum number of layers to return. #' @param CompatibleArchitecture The compatible [instruction set @@ -2507,6 +2557,69 @@ lambda_put_function_event_invoke_config <- function(FunctionName, Qualifier = NU } .lambda$operations$put_function_event_invoke_config <- lambda_put_function_event_invoke_config +#' Sets your function's recursive loop detection configuration +#' +#' @description +#' Sets your function's [recursive loop detection](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html) configuration. +#' +#' See [https://www.paws-r-sdk.com/docs/lambda_put_function_recursion_config/](https://www.paws-r-sdk.com/docs/lambda_put_function_recursion_config/) for full documentation. +#' +#' @param FunctionName [required] The name or ARN of the Lambda function. +#' +#' **Name formats** +#' +#' - **Function name** – `my-function`. +#' +#' - **Function ARN** – +#' `arn:aws:lambda:us-west-2:123456789012:function:my-function`. +#' +#' - **Partial ARN** – `123456789012:function:my-function`. +#' +#' The length constraint applies only to the full ARN. If you specify only +#' the function name, it is limited to 64 characters in length. +#' @param RecursiveLoop [required] If you set your function's recursive loop detection configuration to +#' `Allow`, Lambda doesn't take any action when it detects your function +#' being invoked as part of a recursive loop. We recommend that you only +#' use this setting if your design intentionally uses a Lambda function to +#' write data back to the same Amazon Web Services resource that invokes +#' it. +#' +#' If you set your function's recursive loop detection configuration to +#' `Terminate`, Lambda stops your function being invoked and notifies you +#' when it detects your function being invoked as part of a recursive loop. +#' +#' By default, Lambda sets your function's configuration to `Terminate`. +#' +#' If your design intentionally uses a Lambda function to write data back +#' to the same Amazon Web Services resource that invokes the function, then +#' use caution and implement suitable guard rails to prevent unexpected +#' charges being billed to your Amazon Web Services account. To learn more +#' about best practices for using recursive invocation patterns, see +#' [Recursive patterns that cause run-away Lambda +#' functions](https://serverlessland.com/content/service/lambda/guides/aws-lambda-operator-guide/recursive-runaway) +#' in Serverless Land. +#' +#' @keywords internal +#' +#' @rdname lambda_put_function_recursion_config +lambda_put_function_recursion_config <- function(FunctionName, RecursiveLoop) { + op <- new_operation( + name = "PutFunctionRecursionConfig", + http_method = "PUT", + http_path = "/2024-08-31/functions/{FunctionName}/recursion-config", + host_prefix = "", + paginator = list() + ) + input <- .lambda$put_function_recursion_config_input(FunctionName = FunctionName, RecursiveLoop = RecursiveLoop) + output <- .lambda$put_function_recursion_config_output() + config <- get_config() + svc <- .lambda$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.lambda$operations$put_function_recursion_config <- lambda_put_function_recursion_config + #' Adds a provisioned concurrency configuration to a function's alias or #' version #' @@ -2661,11 +2774,11 @@ lambda_remove_layer_version_permission <- function(LayerName, VersionNumber, Sta } .lambda$operations$remove_layer_version_permission <- lambda_remove_layer_version_permission -#' Revokes function-use permission from an Amazon Web Service or another -#' Amazon Web Services account +#' Revokes function-use permission from an Amazon Web Servicesservice or +#' another Amazon Web Services account #' #' @description -#' Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account. You can get the ID of the statement from the output of [`get_policy`][lambda_get_policy]. +#' Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account. You can get the ID of the statement from the output of [`get_policy`][lambda_get_policy]. #' #' See [https://www.paws-r-sdk.com/docs/lambda_remove_permission/](https://www.paws-r-sdk.com/docs/lambda_remove_permission/) for full documentation. #' @@ -2914,16 +3027,17 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' `MaximumBatchingWindowInSeconds` to any value from 0 seconds to 300 #' seconds in increments of seconds. #' -#' For streams and Amazon SQS event sources, the default batching window is -#' 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and -#' DocumentDB event sources, the default batching window is 500 ms. Note -#' that because you can only change `MaximumBatchingWindowInSeconds` in -#' increments of seconds, you cannot revert back to the 500 ms default -#' batching window after you have changed it. To restore the default -#' batching window, you must create a new event source mapping. -#' -#' Related setting: For streams and Amazon SQS event sources, when you set -#' `BatchSize` to a value greater than 10, you must set +#' For Kinesis, DynamoDB, and Amazon SQS event sources, the default +#' batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, +#' Amazon MQ, and DocumentDB event sources, the default batching window is +#' 500 ms. Note that because you can only change +#' `MaximumBatchingWindowInSeconds` in increments of seconds, you cannot +#' revert back to the 500 ms default batching window after you have changed +#' it. To restore the default batching window, you must create a new event +#' source mapping. +#' +#' Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, +#' when you set `BatchSize` to a value greater than 10, you must set #' `MaximumBatchingWindowInSeconds` to at least 1. #' @param DestinationConfig (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A #' configuration object that specifies the destination of an event after @@ -2949,11 +3063,16 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' event #' sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). #' @param DocumentDBEventSourceConfig Specific configuration settings for a DocumentDB event source. +#' @param KMSKeyArn The ARN of the Key Management Service (KMS) customer managed key that +#' Lambda uses to encrypt your function's [filter +#' criteria](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics). +#' By default, Lambda does not encrypt your filter criteria object. Specify +#' this property to encrypt data using your own customer managed key. #' #' @keywords internal #' #' @rdname lambda_update_event_source_mapping -lambda_update_event_source_mapping <- function(UUID, FunctionName = NULL, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, ParallelizationFactor = NULL, SourceAccessConfigurations = NULL, TumblingWindowInSeconds = NULL, FunctionResponseTypes = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL) { +lambda_update_event_source_mapping <- function(UUID, FunctionName = NULL, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, ParallelizationFactor = NULL, SourceAccessConfigurations = NULL, TumblingWindowInSeconds = NULL, FunctionResponseTypes = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL, KMSKeyArn = NULL) { op <- new_operation( name = "UpdateEventSourceMapping", http_method = "PUT", @@ -2961,7 +3080,7 @@ lambda_update_event_source_mapping <- function(UUID, FunctionName = NULL, Enable host_prefix = "", paginator = list() ) - input <- .lambda$update_event_source_mapping_input(UUID = UUID, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, ParallelizationFactor = ParallelizationFactor, SourceAccessConfigurations = SourceAccessConfigurations, TumblingWindowInSeconds = TumblingWindowInSeconds, FunctionResponseTypes = FunctionResponseTypes, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig) + input <- .lambda$update_event_source_mapping_input(UUID = UUID, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, ParallelizationFactor = ParallelizationFactor, SourceAccessConfigurations = SourceAccessConfigurations, TumblingWindowInSeconds = TumblingWindowInSeconds, FunctionResponseTypes = FunctionResponseTypes, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig, KMSKeyArn = KMSKeyArn) output <- .lambda$update_event_source_mapping_output() config <- get_config() svc <- .lambda$service(config, op) @@ -3085,10 +3204,16 @@ lambda_update_function_code <- function(FunctionName, ZipFile = NULL, S3Bucket = #' @param Runtime The identifier of the function's #' [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). #' Runtime is required if the deployment package is a .zip file archive. +#' Specifying a runtime results in an error if you're deploying a function +#' using a container image. #' -#' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' The following list includes deprecated runtimes. Lambda blocks creating +#' new functions and updating existing functions shortly after each runtime +#' is deprecated. For more information, see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param DeadLetterConfig A dead-letter queue configuration that specifies the queue or topic #' where Lambda sends asynchronous events when they fail processing. For #' more information, see [Dead-letter diff --git a/cran/paws.compute/R/lambda_service.R b/cran/paws.compute/R/lambda_service.R index 49ea575822..ef0328f6ed 100644 --- a/cran/paws.compute/R/lambda_service.R +++ b/cran/paws.compute/R/lambda_service.R @@ -166,7 +166,7 @@ NULL #' @section Operations: #' \tabular{ll}{ #' \link[=lambda_add_layer_version_permission]{add_layer_version_permission} \tab Adds permissions to the resource-based policy of a version of an Lambda layer\cr -#' \link[=lambda_add_permission]{add_permission} \tab Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr +#' \link[=lambda_add_permission]{add_permission} \tab Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr #' \link[=lambda_create_alias]{create_alias} \tab Creates an alias for a Lambda function version\cr #' \link[=lambda_create_code_signing_config]{create_code_signing_config} \tab Creates a code signing configuration\cr #' \link[=lambda_create_event_source_mapping]{create_event_source_mapping} \tab Creates a mapping between an event source and an Lambda function\cr @@ -191,6 +191,7 @@ NULL #' \link[=lambda_get_function_concurrency]{get_function_concurrency} \tab Returns details about the reserved concurrency configuration for a function\cr #' \link[=lambda_get_function_configuration]{get_function_configuration} \tab Returns the version-specific settings of a Lambda function or version\cr #' \link[=lambda_get_function_event_invoke_config]{get_function_event_invoke_config} \tab Retrieves the configuration for asynchronous invocation for a function, version, or alias\cr +#' \link[=lambda_get_function_recursion_config]{get_function_recursion_config} \tab Returns your function's recursive loop detection configuration\cr #' \link[=lambda_get_function_url_config]{get_function_url_config} \tab Returns details about a Lambda function URL\cr #' \link[=lambda_get_layer_version]{get_layer_version} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr #' \link[=lambda_get_layer_version_by_arn]{get_layer_version_by_arn} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr @@ -218,10 +219,11 @@ NULL #' \link[=lambda_put_function_code_signing_config]{put_function_code_signing_config} \tab Update the code signing configuration for the function\cr #' \link[=lambda_put_function_concurrency]{put_function_concurrency} \tab Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level\cr #' \link[=lambda_put_function_event_invoke_config]{put_function_event_invoke_config} \tab Configures options for asynchronous invocation on a function, version, or alias\cr +#' \link[=lambda_put_function_recursion_config]{put_function_recursion_config} \tab Sets your function's recursive loop detection configuration\cr #' \link[=lambda_put_provisioned_concurrency_config]{put_provisioned_concurrency_config} \tab Adds a provisioned concurrency configuration to a function's alias or version\cr #' \link[=lambda_put_runtime_management_config]{put_runtime_management_config} \tab Sets the runtime management configuration for a function's version\cr #' \link[=lambda_remove_layer_version_permission]{remove_layer_version_permission} \tab Removes a statement from the permissions policy for a version of an Lambda layer\cr -#' \link[=lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account\cr +#' \link[=lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account\cr #' \link[=lambda_tag_resource]{tag_resource} \tab Adds tags to a function\cr #' \link[=lambda_untag_resource]{untag_resource} \tab Removes tags from a function\cr #' \link[=lambda_update_alias]{update_alias} \tab Updates the configuration of a Lambda function alias\cr diff --git a/cran/paws.compute/man/batch_cancel_job.Rd b/cran/paws.compute/man/batch_cancel_job.Rd index 5707ddb7fa..48d3e9bee9 100644 --- a/cran/paws.compute/man/batch_cancel_job.Rd +++ b/cran/paws.compute/man/batch_cancel_job.Rd @@ -15,7 +15,7 @@ it. This message is returned by future message is also recorded in the Batch activity logs.} } \description{ -Cancels a job in an Batch job queue. Jobs that are in the \code{SUBMITTED} or \code{PENDING} are canceled. A job in\code{RUNNABLE} remains in \code{RUNNABLE} until it reaches the head of the job queue. Then the job status is updated to \code{FAILED}. +Cancels a job in an Batch job queue. Jobs that are in a \code{SUBMITTED}, \code{PENDING}, or \code{RUNNABLE} state are cancelled and the job status is updated to \code{FAILED}. See \url{https://www.paws-r-sdk.com/docs/batch_cancel_job/} for full documentation. } diff --git a/cran/paws.compute/man/batch_create_compute_environment.Rd b/cran/paws.compute/man/batch_create_compute_environment.Rd index 373f4b31bc..62836a4730 100644 --- a/cran/paws.compute/man/batch_create_compute_environment.Rd +++ b/cran/paws.compute/man/batch_create_compute_environment.Rd @@ -12,7 +12,8 @@ batch_create_compute_environment( computeResources = NULL, serviceRole = NULL, tags = NULL, - eksConfiguration = NULL + eksConfiguration = NULL, + context = NULL ) } \arguments{ @@ -99,6 +100,8 @@ don't propagate to the underlying compute resources.} \item{eksConfiguration}{The details for the Amazon EKS cluster that supports the compute environment.} + +\item{context}{Reserved.} } \description{ Creates an Batch compute environment. You can create \code{MANAGED} or \code{UNMANAGED} compute environments. \code{MANAGED} compute environments can use Amazon EC2 or Fargate resources. \code{UNMANAGED} compute environments can only use EC2 resources. diff --git a/cran/paws.compute/man/batch_update_compute_environment.Rd b/cran/paws.compute/man/batch_update_compute_environment.Rd index 8189c7c633..ab19bf678c 100644 --- a/cran/paws.compute/man/batch_update_compute_environment.Rd +++ b/cran/paws.compute/man/batch_update_compute_environment.Rd @@ -10,7 +10,8 @@ batch_update_compute_environment( unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, - updatePolicy = NULL + updatePolicy = NULL, + context = NULL ) } \arguments{ @@ -82,6 +83,8 @@ environments.} environment. For more information about infrastructure updates, see \href{https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html}{Updating compute environments} in the \emph{Batch User Guide}.} + +\item{context}{Reserved.} } \description{ Updates an Batch compute environment. diff --git a/cran/paws.compute/man/computeoptimizer_put_recommendation_preferences.Rd b/cran/paws.compute/man/computeoptimizer_put_recommendation_preferences.Rd index 2cdcb4d1db..728a3750f1 100644 --- a/cran/paws.compute/man/computeoptimizer_put_recommendation_preferences.Rd +++ b/cran/paws.compute/man/computeoptimizer_put_recommendation_preferences.Rd @@ -82,7 +82,13 @@ the Amazon Web Services resource are analyzed. When this preference isn't specified, we use the default value \code{DAYS_14}. You can only set this preference for the Amazon EC2 instance and Auto -Scaling group resource types.} +Scaling group resource types. +\itemize{ +\item Amazon EC2 instance lookback preferences can be set at the +organization, account, and resource levels. +\item Auto Scaling group lookback preferences can only be set at the +resource level. +}} \item{utilizationPreferences}{The preference to control the resource’s CPU utilization threshold, CPU utilization headroom, and memory utilization headroom. When this diff --git a/cran/paws.compute/man/ec2.Rd b/cran/paws.compute/man/ec2.Rd index 437fe3c590..7c46de64bc 100644 --- a/cran/paws.compute/man/ec2.Rd +++ b/cran/paws.compute/man/ec2.Rd @@ -143,9 +143,10 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[=ec2_cancel_spot_instance_requests]{cancel_spot_instance_requests} \tab Cancels one or more Spot Instance requests\cr \link[=ec2_confirm_product_instance]{confirm_product_instance} \tab Determines whether a product code is associated with an instance\cr \link[=ec2_copy_fpga_image]{copy_fpga_image} \tab Copies the specified Amazon FPGA Image (AFI) to the current Region\cr -\link[=ec2_copy_image]{copy_image} \tab Initiates the copy of an AMI\cr +\link[=ec2_copy_image]{copy_image} \tab Initiates an AMI copy operation\cr \link[=ec2_copy_snapshot]{copy_snapshot} \tab Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3\cr \link[=ec2_create_capacity_reservation]{create_capacity_reservation} \tab Creates a new Capacity Reservation with the specified attributes\cr +\link[=ec2_create_capacity_reservation_by_splitting]{create_capacity_reservation_by_splitting} \tab Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation\cr \link[=ec2_create_capacity_reservation_fleet]{create_capacity_reservation_fleet} \tab Creates a Capacity Reservation Fleet\cr \link[=ec2_create_carrier_gateway]{create_carrier_gateway} \tab Creates a carrier gateway\cr \link[=ec2_create_client_vpn_endpoint]{create_client_vpn_endpoint} \tab Creates a Client VPN endpoint\cr @@ -166,6 +167,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[=ec2_create_instance_export_task]{create_instance_export_task} \tab Exports a running or stopped instance to an Amazon S3 bucket\cr \link[=ec2_create_internet_gateway]{create_internet_gateway} \tab Creates an internet gateway for use with a VPC\cr \link[=ec2_create_ipam]{create_ipam} \tab Create an IPAM\cr +\link[=ec2_create_ipam_external_resource_verification_token]{create_ipam_external_resource_verification_token} \tab Create a verification token\cr \link[=ec2_create_ipam_pool]{create_ipam_pool} \tab Create an IP address pool for Amazon VPC IP Address Manager (IPAM)\cr \link[=ec2_create_ipam_resource_discovery]{create_ipam_resource_discovery} \tab Creates an IPAM resource discovery\cr \link[=ec2_create_ipam_scope]{create_ipam_scope} \tab Create an IPAM scope\cr @@ -242,6 +244,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[=ec2_delete_instance_event_window]{delete_instance_event_window} \tab Deletes the specified event window\cr \link[=ec2_delete_internet_gateway]{delete_internet_gateway} \tab Deletes the specified internet gateway\cr \link[=ec2_delete_ipam]{delete_ipam} \tab Delete an IPAM\cr +\link[=ec2_delete_ipam_external_resource_verification_token]{delete_ipam_external_resource_verification_token} \tab Delete a verification token\cr \link[=ec2_delete_ipam_pool]{delete_ipam_pool} \tab Delete an IPAM pool\cr \link[=ec2_delete_ipam_resource_discovery]{delete_ipam_resource_discovery} \tab Deletes an IPAM resource discovery\cr \link[=ec2_delete_ipam_scope]{delete_ipam_scope} \tab Delete the scope for an IPAM\cr @@ -366,6 +369,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[=ec2_describe_instance_types]{describe_instance_types} \tab Describes the specified instance types\cr \link[=ec2_describe_internet_gateways]{describe_internet_gateways} \tab Describes your internet gateways\cr \link[=ec2_describe_ipam_byoasn]{describe_ipam_byoasn} \tab Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated\cr +\link[=ec2_describe_ipam_external_resource_verification_tokens]{describe_ipam_external_resource_verification_tokens} \tab Describe verification tokens\cr \link[=ec2_describe_ipam_pools]{describe_ipam_pools} \tab Get information about your IPAM pools\cr \link[=ec2_describe_ipam_resource_discoveries]{describe_ipam_resource_discoveries} \tab Describes IPAM resource discoveries\cr \link[=ec2_describe_ipam_resource_discovery_associations]{describe_ipam_resource_discovery_associations} \tab Describes resource discovery association with an Amazon VPC IPAM\cr @@ -579,7 +583,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[=ec2_lock_snapshot]{lock_snapshot} \tab Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration\cr \link[=ec2_modify_address_attribute]{modify_address_attribute} \tab Modifies an attribute of the specified Elastic IP address\cr \link[=ec2_modify_availability_zone_group]{modify_availability_zone_group} \tab Changes the opt-in status of the specified zone group for your account\cr -\link[=ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity and the conditions under which it is to be released\cr +\link[=ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released\cr \link[=ec2_modify_capacity_reservation_fleet]{modify_capacity_reservation_fleet} \tab Modifies a Capacity Reservation Fleet\cr \link[=ec2_modify_client_vpn_endpoint]{modify_client_vpn_endpoint} \tab Modifies the specified Client VPN endpoint\cr \link[=ec2_modify_default_credit_specification]{modify_default_credit_specification} \tab Modifies the default credit option for CPU usage of burstable performance instances\cr @@ -645,6 +649,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[=ec2_monitor_instances]{monitor_instances} \tab Enables detailed monitoring for a running instance\cr \link[=ec2_move_address_to_vpc]{move_address_to_vpc} \tab This action is deprecated\cr \link[=ec2_move_byoip_cidr_to_ipam]{move_byoip_cidr_to_ipam} \tab Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool\cr +\link[=ec2_move_capacity_reservation_instances]{move_capacity_reservation_instances} \tab Move available capacity from a source Capacity Reservation to a destination Capacity Reservation\cr \link[=ec2_provision_byoip_cidr]{provision_byoip_cidr} \tab Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool\cr \link[=ec2_provision_ipam_byoasn]{provision_ipam_byoasn} \tab Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account\cr \link[=ec2_provision_ipam_pool_cidr]{provision_ipam_pool_cidr} \tab Provision a CIDR to an IPAM pool\cr diff --git a/cran/paws.compute/man/ec2_allocate_address.Rd b/cran/paws.compute/man/ec2_allocate_address.Rd index b896b186ec..b5dc56dcd1 100644 --- a/cran/paws.compute/man/ec2_allocate_address.Rd +++ b/cran/paws.compute/man/ec2_allocate_address.Rd @@ -11,7 +11,8 @@ ec2_allocate_address( NetworkBorderGroup = NULL, CustomerOwnedIpv4Pool = NULL, DryRun = NULL, - TagSpecifications = NULL + TagSpecifications = NULL, + IpamPoolId = NULL ) } \arguments{ @@ -39,6 +40,8 @@ the required permissions, the error response is \code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} \item{TagSpecifications}{The tags to assign to the Elastic IP address.} + +\item{IpamPoolId}{The ID of an IPAM pool.} } \description{ Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account. diff --git a/cran/paws.compute/man/ec2_copy_image.Rd b/cran/paws.compute/man/ec2_copy_image.Rd index 6716f63341..8d50ab4bb2 100644 --- a/cran/paws.compute/man/ec2_copy_image.Rd +++ b/cran/paws.compute/man/ec2_copy_image.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/ec2_operations.R \name{ec2_copy_image} \alias{ec2_copy_image} -\title{Initiates the copy of an AMI} +\title{Initiates an AMI copy operation} \usage{ ec2_copy_image( ClientToken = NULL, @@ -30,8 +30,8 @@ be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using \code{KmsKeyId}. For more information, -see \href{https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html}{Amazon EBS encryption} -in the \emph{Amazon EBS User Guide}.} +see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html}{Use encryption with EBS-backed AMIs} +in the \emph{Amazon EC2 User Guide}.} \item{KmsKeyId}{The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes. If this parameter is not specified, @@ -102,7 +102,7 @@ To tag an AMI or snapshot after it has been created, see \code{\link[=ec2_create_tags]{create_tags}}.} } \description{ -Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see \code{\link[=ec2_create_store_image_task]{create_store_image_task}}. +Initiates an AMI copy operation. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see \code{\link[=ec2_create_store_image_task]{create_store_image_task}}. See \url{https://www.paws-r-sdk.com/docs/ec2_copy_image/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_create_capacity_reservation_by_splitting.Rd b/cran/paws.compute/man/ec2_create_capacity_reservation_by_splitting.Rd new file mode 100644 index 0000000000..379005d252 --- /dev/null +++ b/cran/paws.compute/man/ec2_create_capacity_reservation_by_splitting.Rd @@ -0,0 +1,37 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ec2_operations.R +\name{ec2_create_capacity_reservation_by_splitting} +\alias{ec2_create_capacity_reservation_by_splitting} +\title{Create a new Capacity Reservation by splitting the available capacity of +the source Capacity Reservation} +\usage{ +ec2_create_capacity_reservation_by_splitting( + DryRun = NULL, + ClientToken = NULL, + SourceCapacityReservationId, + InstanceCount, + TagSpecifications = NULL +) +} +\arguments{ +\item{DryRun}{Checks whether you have the required permissions for the action, without +actually making the request, and provides an error response. If you have +the required permissions, the error response is \code{DryRunOperation}. +Otherwise, it is \code{UnauthorizedOperation}.} + +\item{ClientToken}{Unique, case-sensitive identifier that you provide to ensure the +idempotency of the request. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensure Idempotency}.} + +\item{SourceCapacityReservationId}{[required] The ID of the Capacity Reservation from which you want to split the +available capacity.} + +\item{InstanceCount}{[required] The number of instances to split from the source Capacity Reservation.} + +\item{TagSpecifications}{The tags to apply to the new Capacity Reservation.} +} +\description{ +Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation. The new Capacity Reservation will have the same attributes as the source Capacity Reservation except for tags. The source Capacity Reservation must be \code{active} and owned by your Amazon Web Services account. + +See \url{https://www.paws-r-sdk.com/docs/ec2_create_capacity_reservation_by_splitting/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ec2_create_capacity_reservation_fleet.Rd b/cran/paws.compute/man/ec2_create_capacity_reservation_fleet.Rd index 8d0055dcee..ddc55bf58e 100644 --- a/cran/paws.compute/man/ec2_create_capacity_reservation_fleet.Rd +++ b/cran/paws.compute/man/ec2_create_capacity_reservation_fleet.Rd @@ -76,7 +76,7 @@ the required permissions, the error response is \code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} } \description{ -Creates a Capacity Reservation Fleet. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-cr-fleets.html#create-crfleet}{Create a Capacity Reservation Fleet} in the \emph{Amazon EC2 User Guide}. +Creates a Capacity Reservation Fleet. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#create-crfleet}{Create a Capacity Reservation Fleet} in the \emph{Amazon EC2 User Guide}. See \url{https://www.paws-r-sdk.com/docs/ec2_create_capacity_reservation_fleet/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_create_ipam.Rd b/cran/paws.compute/man/ec2_create_ipam.Rd index 09c3f8274e..f5b132f380 100644 --- a/cran/paws.compute/man/ec2_create_ipam.Rd +++ b/cran/paws.compute/man/ec2_create_ipam.Rd @@ -10,7 +10,8 @@ ec2_create_ipam( OperatingRegions = NULL, TagSpecifications = NULL, ClientToken = NULL, - Tier = NULL + Tier = NULL, + EnablePrivateGua = NULL ) } \arguments{ @@ -41,6 +42,9 @@ idempotency of the request. For more information, see \href{https://docs.aws.ama \item{Tier}{IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see \href{https://aws.amazon.com/vpc/pricing/}{Amazon VPC pricing \> IPAM tab}.} + +\item{EnablePrivateGua}{Enable this option to use your own GUA ranges as private IPv6 addresses. +This option is disabled by default.} } \description{ Create an IPAM. Amazon VPC IP Address Manager (IPAM) is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. diff --git a/cran/paws.compute/man/ec2_create_ipam_external_resource_verification_token.Rd b/cran/paws.compute/man/ec2_create_ipam_external_resource_verification_token.Rd new file mode 100644 index 0000000000..4ec84331c8 --- /dev/null +++ b/cran/paws.compute/man/ec2_create_ipam_external_resource_verification_token.Rd @@ -0,0 +1,32 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ec2_operations.R +\name{ec2_create_ipam_external_resource_verification_token} +\alias{ec2_create_ipam_external_resource_verification_token} +\title{Create a verification token} +\usage{ +ec2_create_ipam_external_resource_verification_token( + DryRun = NULL, + IpamId, + TagSpecifications = NULL, + ClientToken = NULL +) +} +\arguments{ +\item{DryRun}{A check for whether you have the required permissions for the action +without actually making the request and provides an error response. If +you have the required permissions, the error response is +\code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} + +\item{IpamId}{[required] The ID of the IPAM that will create the token.} + +\item{TagSpecifications}{Token tags.} + +\item{ClientToken}{A unique, case-sensitive identifier that you provide to ensure the +idempotency of the request. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensuring idempotency}.} +} +\description{ +Create a verification token. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP). + +See \url{https://www.paws-r-sdk.com/docs/ec2_create_ipam_external_resource_verification_token/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ec2_create_ipam_pool.Rd b/cran/paws.compute/man/ec2_create_ipam_pool.Rd index 28c330900a..eae1ddc284 100644 --- a/cran/paws.compute/man/ec2_create_ipam_pool.Rd +++ b/cran/paws.compute/man/ec2_create_ipam_pool.Rd @@ -32,14 +32,21 @@ you have the required permissions, the error response is \item{IpamScopeId}{[required] The ID of the scope in which you would like to create the IPAM pool.} -\item{Locale}{In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 -pools in the public scope, the network border group for an Amazon Web -Services Local Zone where you want to make an IPAM pool available for -allocations (\href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail}{supported Local Zones}). +\item{Locale}{The locale for the pool should be one of the following: +\itemize{ +\item An Amazon Web Services Region where you want this IPAM pool to be +available for allocations. +\item The network border group for an Amazon Web Services Local Zone where +you want this IPAM pool to be available for allocations (\href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail}{supported Local Zones}). +This option is only available for IPAM IPv4 pools in the public +scope. +} + If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool. -Possible values: Any Amazon Web Services Region, such as us-east-1.} +Possible values: Any Amazon Web Services Region or supported Amazon Web +Services Local Zone.} \item{SourceIpamPoolId}{The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within diff --git a/cran/paws.compute/man/ec2_create_network_interface_permission.Rd b/cran/paws.compute/man/ec2_create_network_interface_permission.Rd index 4e147cc8d3..89904e26a5 100644 --- a/cran/paws.compute/man/ec2_create_network_interface_permission.Rd +++ b/cran/paws.compute/man/ec2_create_network_interface_permission.Rd @@ -18,7 +18,7 @@ ec2_create_network_interface_permission( \item{AwsAccountId}{The Amazon Web Services account ID.} -\item{AwsService}{The Amazon Web Service. Currently not supported.} +\item{AwsService}{The Amazon Web Services service. Currently not supported.} \item{Permission}{[required] The type of permission to grant.} diff --git a/cran/paws.compute/man/ec2_delete_ipam_external_resource_verification_token.Rd b/cran/paws.compute/man/ec2_delete_ipam_external_resource_verification_token.Rd new file mode 100644 index 0000000000..b353bce311 --- /dev/null +++ b/cran/paws.compute/man/ec2_delete_ipam_external_resource_verification_token.Rd @@ -0,0 +1,25 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ec2_operations.R +\name{ec2_delete_ipam_external_resource_verification_token} +\alias{ec2_delete_ipam_external_resource_verification_token} +\title{Delete a verification token} +\usage{ +ec2_delete_ipam_external_resource_verification_token( + DryRun = NULL, + IpamExternalResourceVerificationTokenId +) +} +\arguments{ +\item{DryRun}{A check for whether you have the required permissions for the action +without actually making the request and provides an error response. If +you have the required permissions, the error response is +\code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} + +\item{IpamExternalResourceVerificationTokenId}{[required] The token ID.} +} +\description{ +Delete a verification token. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP). + +See \url{https://www.paws-r-sdk.com/docs/ec2_delete_ipam_external_resource_verification_token/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ec2_describe_identity_id_format.Rd b/cran/paws.compute/man/ec2_describe_identity_id_format.Rd index 4d615ae64d..27658327f9 100644 --- a/cran/paws.compute/man/ec2_describe_identity_id_format.Rd +++ b/cran/paws.compute/man/ec2_describe_identity_id_format.Rd @@ -23,7 +23,7 @@ root user.} | \code{vpn-connection} | \code{vpn-gateway}} } \description{ -Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html}{Resource IDs} in the \emph{Amazon Elastic Compute Cloud User Guide}. +Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resources.html}{Resource IDs} in the \emph{Amazon Elastic Compute Cloud User Guide}. See \url{https://www.paws-r-sdk.com/docs/ec2_describe_identity_id_format/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_describe_instance_status.Rd b/cran/paws.compute/man/ec2_describe_instance_status.Rd index 236eded6c1..2e0934736f 100644 --- a/cran/paws.compute/man/ec2_describe_instance_status.Rd +++ b/cran/paws.compute/man/ec2_describe_instance_status.Rd @@ -49,6 +49,9 @@ name is \code{reachability} (\code{passed} | \code{failed} | \code{initializing} \item \code{system-status.status} - The system status of the instance (\code{ok} | \code{impaired} | \code{initializing} | \code{insufficient-data} | \code{not-applicable}). +\item \code{attached-ebs-status.status} - The status of the attached EBS volume +for the instance (\code{ok} | \code{impaired} | \code{initializing} | +\code{insufficient-data} | \code{not-applicable}). }} \item{InstanceIds}{The instance IDs. diff --git a/cran/paws.compute/man/ec2_describe_ipam_external_resource_verification_tokens.Rd b/cran/paws.compute/man/ec2_describe_ipam_external_resource_verification_tokens.Rd new file mode 100644 index 0000000000..5d64a70cac --- /dev/null +++ b/cran/paws.compute/man/ec2_describe_ipam_external_resource_verification_tokens.Rd @@ -0,0 +1,48 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ec2_operations.R +\name{ec2_describe_ipam_external_resource_verification_tokens} +\alias{ec2_describe_ipam_external_resource_verification_tokens} +\title{Describe verification tokens} +\usage{ +ec2_describe_ipam_external_resource_verification_tokens( + DryRun = NULL, + Filters = NULL, + NextToken = NULL, + MaxResults = NULL, + IpamExternalResourceVerificationTokenIds = NULL +) +} +\arguments{ +\item{DryRun}{A check for whether you have the required permissions for the action +without actually making the request and provides an error response. If +you have the required permissions, the error response is +\code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} + +\item{Filters}{One or more filters for the request. For more information about +filtering, see \href{https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html}{Filtering CLI output}. + +Available filters: +\itemize{ +\item \code{ipam-arn} +\item \code{ipam-external-resource-verification-token-arn} +\item \code{ipam-external-resource-verification-token-id} +\item \code{ipam-id} +\item \code{ipam-region} +\item \code{state} +\item \code{status} +\item \code{token-name} +\item \code{token-value} +}} + +\item{NextToken}{The token for the next page of results.} + +\item{MaxResults}{The maximum number of tokens to return in one page of results.} + +\item{IpamExternalResourceVerificationTokenIds}{Verification token IDs.} +} +\description{ +Describe verification tokens. A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP). + +See \url{https://www.paws-r-sdk.com/docs/ec2_describe_ipam_external_resource_verification_tokens/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ec2_describe_network_interface_permissions.Rd b/cran/paws.compute/man/ec2_describe_network_interface_permissions.Rd index 93abc6cfb7..e5772d7ae0 100644 --- a/cran/paws.compute/man/ec2_describe_network_interface_permissions.Rd +++ b/cran/paws.compute/man/ec2_describe_network_interface_permissions.Rd @@ -22,7 +22,8 @@ ID of the permission. network interface. \item \code{network-interface-permission.aws-account-id} - The Amazon Web Services account ID. -\item \code{network-interface-permission.aws-service} - The Amazon Web Service. +\item \code{network-interface-permission.aws-service} - The Amazon Web Services +service. \item \code{network-interface-permission.permission} - The type of permission (\code{INSTANCE-ATTACH} | \code{EIP-ASSOCIATE}). }} diff --git a/cran/paws.compute/man/ec2_describe_network_interfaces.Rd b/cran/paws.compute/man/ec2_describe_network_interfaces.Rd index 51c31a426f..cfae261655 100644 --- a/cran/paws.compute/man/ec2_describe_network_interfaces.Rd +++ b/cran/paws.compute/man/ec2_describe_network_interfaces.Rd @@ -72,8 +72,8 @@ network interface. \item \code{requester-id} - The alias or Amazon Web Services account ID of the principal or service that created the network interface. \item \code{requester-managed} - Indicates whether the network interface is -being managed by an Amazon Web Service (for example, Amazon Web -Services Management Console, Auto Scaling, and so on). +being managed by an Amazon Web Services service (for example, Amazon +Web Services Management Console, Auto Scaling, and so on). \item \code{source-dest-check} - Indicates whether the network interface performs source/destination checking. A value of \code{true} means checking is enabled, and \code{false} means checking is disabled. The diff --git a/cran/paws.compute/man/ec2_describe_placement_groups.Rd b/cran/paws.compute/man/ec2_describe_placement_groups.Rd index 79b360e504..642198b0cc 100644 --- a/cran/paws.compute/man/ec2_describe_placement_groups.Rd +++ b/cran/paws.compute/man/ec2_describe_placement_groups.Rd @@ -39,13 +39,19 @@ Otherwise, it is \code{UnauthorizedOperation}.} \item{GroupNames}{The names of the placement groups. -Default: Describes all your placement groups, or only those otherwise -specified.} +Constraints: +\itemize{ +\item You can specify a name only if the placement group is owned by your +account. +\item If a placement group is \emph{shared} with your account, specifying the +name results in an error. You must use the \code{GroupId} parameter +instead. +}} \item{GroupIds}{The IDs of the placement groups.} } \description{ -Describes the specified placement groups or all of your placement groups. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html}{Placement groups} in the \emph{Amazon EC2 User Guide}. +Describes the specified placement groups or all of your placement groups. See \url{https://www.paws-r-sdk.com/docs/ec2_describe_placement_groups/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_describe_route_tables.Rd b/cran/paws.compute/man/ec2_describe_route_tables.Rd index 011b5e6830..3df9ce0a6b 100644 --- a/cran/paws.compute/man/ec2_describe_route_tables.Rd +++ b/cran/paws.compute/man/ec2_describe_route_tables.Rd @@ -34,7 +34,7 @@ route in the table. \item \code{route.destination-ipv6-cidr-block} - The IPv6 CIDR range specified in a route in the route table. \item \code{route.destination-prefix-list-id} - The ID (prefix) of the Amazon -Web Service specified in a route in the table. +Web Services service specified in a route in the table. \item \code{route.egress-only-internet-gateway-id} - The ID of an egress-only Internet gateway specified in a route in the route table. \item \code{route.gateway-id} - The ID of a gateway specified in a route in the diff --git a/cran/paws.compute/man/ec2_describe_stale_security_groups.Rd b/cran/paws.compute/man/ec2_describe_stale_security_groups.Rd index 27c3f9cf6e..231b13be55 100644 --- a/cran/paws.compute/man/ec2_describe_stale_security_groups.Rd +++ b/cran/paws.compute/man/ec2_describe_stale_security_groups.Rd @@ -29,7 +29,7 @@ continues from the end of the items returned by the previous request.} \item{VpcId}{[required] The ID of the VPC.} } \description{ -Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted. +Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in a peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted. See \url{https://www.paws-r-sdk.com/docs/ec2_describe_stale_security_groups/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_enable_snapshot_block_public_access.Rd b/cran/paws.compute/man/ec2_enable_snapshot_block_public_access.Rd index 2915e838b3..bd4cb46535 100644 --- a/cran/paws.compute/man/ec2_enable_snapshot_block_public_access.Rd +++ b/cran/paws.compute/man/ec2_enable_snapshot_block_public_access.Rd @@ -16,14 +16,6 @@ the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available. - -If you enable block public access for snapshots in -\code{block-all-sharing} mode, it does not change the permissions for -snapshots that are already publicly shared. Instead, it prevents -these snapshots from be publicly visible and publicly accessible. -Therefore, the attributes for these snapshots still indicate that -they are publicly shared, even though they are not publicly -available. \item \code{block-new-sharing} - Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already diff --git a/cran/paws.compute/man/ec2_list_images_in_recycle_bin.Rd b/cran/paws.compute/man/ec2_list_images_in_recycle_bin.Rd index 8fa6f15f49..f3740f77d7 100644 --- a/cran/paws.compute/man/ec2_list_images_in_recycle_bin.Rd +++ b/cran/paws.compute/man/ec2_list_images_in_recycle_bin.Rd @@ -30,7 +30,7 @@ the required permissions, the error response is \code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} } \description{ -Lists one or more AMIs that are currently in the Recycle Bin. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html}{Recycle Bin} in the \emph{Amazon EC2 User Guide}. +Lists one or more AMIs that are currently in the Recycle Bin. For more information, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html}{Recycle Bin} in the \emph{Amazon EC2 User Guide}. See \url{https://www.paws-r-sdk.com/docs/ec2_list_images_in_recycle_bin/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_modify_capacity_reservation.Rd b/cran/paws.compute/man/ec2_modify_capacity_reservation.Rd index 22d497f676..08c836e7ea 100644 --- a/cran/paws.compute/man/ec2_modify_capacity_reservation.Rd +++ b/cran/paws.compute/man/ec2_modify_capacity_reservation.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/ec2_operations.R \name{ec2_modify_capacity_reservation} \alias{ec2_modify_capacity_reservation} -\title{Modifies a Capacity Reservation's capacity and the conditions under -which it is to be released} +\title{Modifies a Capacity Reservation's capacity, instance eligibility, and +the conditions under which it is to be released} \usage{ ec2_modify_capacity_reservation( CapacityReservationId, @@ -12,7 +12,8 @@ ec2_modify_capacity_reservation( EndDateType = NULL, Accept = NULL, DryRun = NULL, - AdditionalInfo = NULL + AdditionalInfo = NULL, + InstanceMatchCriteria = NULL ) } \arguments{ @@ -55,9 +56,20 @@ the required permissions, the error response is \code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} \item{AdditionalInfo}{Reserved for future use.} + +\item{InstanceMatchCriteria}{The matching criteria (instance eligibility) that you want to use in the +modified Capacity Reservation. If you change the instance eligibility of +an existing Capacity Reservation from \code{targeted} to \code{open}, any running +instances that match the attributes of the Capacity Reservation, have +the \code{CapacityReservationPreference} set to \code{open}, and are not yet +running in the Capacity Reservation, will automatically use the modified +Capacity Reservation. + +To modify the instance eligibility, the Capacity Reservation must be +completely idle (zero usage).} } \description{ -Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes. +Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released. You can't modify a Capacity Reservation's instance type, EBS optimization, platform, instance store settings, Availability Zone, or tenancy. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html}{Modify an active Capacity Reservation}. See \url{https://www.paws-r-sdk.com/docs/ec2_modify_capacity_reservation/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_modify_instance_attribute.Rd b/cran/paws.compute/man/ec2_modify_instance_attribute.Rd index 6632f297fc..a65f20cffe 100644 --- a/cran/paws.compute/man/ec2_modify_instance_attribute.Rd +++ b/cran/paws.compute/man/ec2_modify_instance_attribute.Rd @@ -108,7 +108,7 @@ with a PV instance can make it unreachable.} \item{UserData}{Changes the instance's user data to the specified value. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see -\href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html}{Work with instance user data}.} +\href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/}{Work with instance user data}.} \item{Value}{A new value for the attribute. Use only with the \code{kernel}, \code{ramdisk}, \code{userData}, \code{disableApiTermination}, or diff --git a/cran/paws.compute/man/ec2_modify_ipam.Rd b/cran/paws.compute/man/ec2_modify_ipam.Rd index de1e01729f..e5a77f0462 100644 --- a/cran/paws.compute/man/ec2_modify_ipam.Rd +++ b/cran/paws.compute/man/ec2_modify_ipam.Rd @@ -10,7 +10,8 @@ ec2_modify_ipam( Description = NULL, AddOperatingRegions = NULL, RemoveOperatingRegions = NULL, - Tier = NULL + Tier = NULL, + EnablePrivateGua = NULL ) } \arguments{ @@ -36,6 +37,9 @@ the \emph{Amazon VPC IPAM User Guide}.} \item{Tier}{IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see \href{https://aws.amazon.com/vpc/pricing/}{Amazon VPC pricing \> IPAM tab}.} + +\item{EnablePrivateGua}{Enable this option to use your own GUA ranges as private IPv6 addresses. +This option is disabled by default.} } \description{ Modify the configurations of an IPAM. diff --git a/cran/paws.compute/man/ec2_modify_subnet_attribute.Rd b/cran/paws.compute/man/ec2_modify_subnet_attribute.Rd index 5ff2ad9030..c2dac26f10 100644 --- a/cran/paws.compute/man/ec2_modify_subnet_attribute.Rd +++ b/cran/paws.compute/man/ec2_modify_subnet_attribute.Rd @@ -53,7 +53,13 @@ You must set this value when you specify \code{true} for \item{EnableDns64}{Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only -destinations.} +destinations. + +You must first configure a NAT gateway in a public subnet (separate from +the subnet containing the IPv6-only workloads). For example, the subnet +containing the NAT gateway should have a \verb{0.0.0.0/0} route pointing to +the internet gateway. For more information, see \href{https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough}{Configure DNS64 and NAT64} +in the \emph{Amazon VPC User Guide}.} \item{PrivateDnsHostnameTypeOnLaunch}{The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name diff --git a/cran/paws.compute/man/ec2_move_capacity_reservation_instances.Rd b/cran/paws.compute/man/ec2_move_capacity_reservation_instances.Rd new file mode 100644 index 0000000000..66169e671e --- /dev/null +++ b/cran/paws.compute/man/ec2_move_capacity_reservation_instances.Rd @@ -0,0 +1,37 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ec2_operations.R +\name{ec2_move_capacity_reservation_instances} +\alias{ec2_move_capacity_reservation_instances} +\title{Move available capacity from a source Capacity Reservation to a +destination Capacity Reservation} +\usage{ +ec2_move_capacity_reservation_instances( + DryRun = NULL, + ClientToken = NULL, + SourceCapacityReservationId, + DestinationCapacityReservationId, + InstanceCount +) +} +\arguments{ +\item{DryRun}{Checks whether you have the required permissions for the action, without +actually making the request, and provides an error response. If you have +the required permissions, the error response is \code{DryRunOperation}. +Otherwise, it is \code{UnauthorizedOperation}.} + +\item{ClientToken}{Unique, case-sensitive identifier that you provide to ensure the +idempotency of the request. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensure Idempotency}.} + +\item{SourceCapacityReservationId}{[required] The ID of the Capacity Reservation from which you want to move capacity.} + +\item{DestinationCapacityReservationId}{[required] The ID of the Capacity Reservation that you want to move capacity into.} + +\item{InstanceCount}{[required] The number of instances that you want to move from the source Capacity +Reservation.} +} +\description{ +Move available capacity from a source Capacity Reservation to a destination Capacity Reservation. The source Capacity Reservation and the destination Capacity Reservation must be \code{active}, owned by your Amazon Web Services account, and share the following: + +See \url{https://www.paws-r-sdk.com/docs/ec2_move_capacity_reservation_instances/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ec2_provision_ipam_pool_cidr.Rd b/cran/paws.compute/man/ec2_provision_ipam_pool_cidr.Rd index 0805fdb856..1c9cf6b37d 100644 --- a/cran/paws.compute/man/ec2_provision_ipam_pool_cidr.Rd +++ b/cran/paws.compute/man/ec2_provision_ipam_pool_cidr.Rd @@ -10,7 +10,9 @@ ec2_provision_ipam_pool_cidr( Cidr = NULL, CidrAuthorizationContext = NULL, NetmaskLength = NULL, - ClientToken = NULL + ClientToken = NULL, + VerificationMethod = NULL, + IpamExternalResourceVerificationTokenId = NULL ) } \arguments{ @@ -26,8 +28,8 @@ you have the required permissions, the error response is "NetmaskLength" and will be filled in during the provisioning process.} \item{CidrAuthorizationContext}{A signed document that proves that you are authorized to bring a -specified IP address range to Amazon using BYOIP. This option applies to -public pools only.} +specified IP address range to Amazon using BYOIP. This option only +applies to IPv4 and IPv6 pools in the public scope.} \item{NetmaskLength}{The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and @@ -37,6 +39,13 @@ provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or \item{ClientToken}{A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensuring idempotency}.} + +\item{VerificationMethod}{The method for verifying control of a public IP address range. Defaults +to \code{remarks-x509} if not specified. This option only applies to IPv4 and +IPv6 pools in the public scope.} + +\item{IpamExternalResourceVerificationTokenId}{Verification token ID. This option only applies to IPv4 and IPv6 pools +in the public scope.} } \description{ Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it. diff --git a/cran/paws.compute/man/ec2_provision_public_ipv_4_pool_cidr.Rd b/cran/paws.compute/man/ec2_provision_public_ipv_4_pool_cidr.Rd index aef3946ff7..04a1d83e19 100644 --- a/cran/paws.compute/man/ec2_provision_public_ipv_4_pool_cidr.Rd +++ b/cran/paws.compute/man/ec2_provision_public_ipv_4_pool_cidr.Rd @@ -23,7 +23,7 @@ you have the required permissions, the error response is \item{PoolId}{[required] The ID of the public IPv4 pool you would like to use for this CIDR.} \item{NetmaskLength}{[required] The netmask length of the CIDR you would like to allocate to the public -IPv4 pool.} +IPv4 pool. The least specific netmask length you can define is 24.} \item{NetworkBorderGroup}{The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ diff --git a/cran/paws.compute/man/ec2_register_image.Rd b/cran/paws.compute/man/ec2_register_image.Rd index dbbd9f5c62..24d47adc02 100644 --- a/cran/paws.compute/man/ec2_register_image.Rd +++ b/cran/paws.compute/man/ec2_register_image.Rd @@ -137,7 +137,7 @@ To tag an AMI after it has been registered, see \code{\link[=ec2_create_tags]{create_tags}}.} } \description{ -Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html#creating-an-ami}{Create your own AMI} in the \emph{Amazon Elastic Compute Cloud User Guide}. +Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot}{Create an AMI from a snapshot} and \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-instance-store.html}{Create an instance-store backed AMI} in the \emph{Amazon EC2 User Guide}. See \url{https://www.paws-r-sdk.com/docs/ec2_register_image/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_restore_image_from_recycle_bin.Rd b/cran/paws.compute/man/ec2_restore_image_from_recycle_bin.Rd index fd2ff0b4ac..da59116677 100644 --- a/cran/paws.compute/man/ec2_restore_image_from_recycle_bin.Rd +++ b/cran/paws.compute/man/ec2_restore_image_from_recycle_bin.Rd @@ -15,7 +15,7 @@ the required permissions, the error response is \code{DryRunOperation}. Otherwise, it is \code{UnauthorizedOperation}.} } \description{ -Restores an AMI from the Recycle Bin. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html}{Recycle Bin} in the \emph{Amazon EC2 User Guide}. +Restores an AMI from the Recycle Bin. For more information, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html}{Recycle Bin} in the \emph{Amazon EC2 User Guide}. See \url{https://www.paws-r-sdk.com/docs/ec2_restore_image_from_recycle_bin/} for full documentation. } diff --git a/cran/paws.compute/man/ec2_run_instances.Rd b/cran/paws.compute/man/ec2_run_instances.Rd index 7ceddd0470..34105d766e 100644 --- a/cran/paws.compute/man/ec2_run_instances.Rd +++ b/cran/paws.compute/man/ec2_run_instances.Rd @@ -144,7 +144,7 @@ of the network interface instead of using this parameter.} \item{UserData}{The user data to make available to the instance. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see -\href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html}{Work with instance user data}.} +\href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/}{Work with instance user data}.} \item{AdditionalInfo}{Reserved.} diff --git a/cran/paws.compute/man/ecr.Rd b/cran/paws.compute/man/ecr.Rd index 2c73af3ece..369c901f6d 100644 --- a/cran/paws.compute/man/ecr.Rd +++ b/cran/paws.compute/man/ecr.Rd @@ -108,10 +108,12 @@ the \emph{Amazon Web Services General Reference}. \link[=ecr_complete_layer_upload]{complete_layer_upload} \tab Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID\cr \link[=ecr_create_pull_through_cache_rule]{create_pull_through_cache_rule} \tab Creates a pull through cache rule\cr \link[=ecr_create_repository]{create_repository} \tab Creates a repository\cr +\link[=ecr_create_repository_creation_template]{create_repository_creation_template} \tab Creates a repository creation template\cr \link[=ecr_delete_lifecycle_policy]{delete_lifecycle_policy} \tab Deletes the lifecycle policy associated with the specified repository\cr \link[=ecr_delete_pull_through_cache_rule]{delete_pull_through_cache_rule} \tab Deletes a pull through cache rule\cr \link[=ecr_delete_registry_policy]{delete_registry_policy} \tab Deletes the registry permissions policy\cr \link[=ecr_delete_repository]{delete_repository} \tab Deletes a repository\cr +\link[=ecr_delete_repository_creation_template]{delete_repository_creation_template} \tab Deletes a repository creation template\cr \link[=ecr_delete_repository_policy]{delete_repository_policy} \tab Deletes the repository policy associated with the specified repository\cr \link[=ecr_describe_image_replication_status]{describe_image_replication_status} \tab Returns the replication status for a specified image\cr \link[=ecr_describe_images]{describe_images} \tab Returns metadata about the images in a repository\cr @@ -119,6 +121,8 @@ the \emph{Amazon Web Services General Reference}. \link[=ecr_describe_pull_through_cache_rules]{describe_pull_through_cache_rules} \tab Returns the pull through cache rules for a registry\cr \link[=ecr_describe_registry]{describe_registry} \tab Describes the settings for a registry\cr \link[=ecr_describe_repositories]{describe_repositories} \tab Describes image repositories in a registry\cr +\link[=ecr_describe_repository_creation_templates]{describe_repository_creation_templates} \tab Returns details about the repository creation templates in a registry\cr +\link[=ecr_get_account_setting]{get_account_setting} \tab Retrieves the basic scan type version name\cr \link[=ecr_get_authorization_token]{get_authorization_token} \tab Retrieves an authorization token\cr \link[=ecr_get_download_url_for_layer]{get_download_url_for_layer} \tab Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer\cr \link[=ecr_get_lifecycle_policy]{get_lifecycle_policy} \tab Retrieves the lifecycle policy for the specified repository\cr @@ -129,6 +133,7 @@ the \emph{Amazon Web Services General Reference}. \link[=ecr_initiate_layer_upload]{initiate_layer_upload} \tab Notifies Amazon ECR that you intend to upload an image layer\cr \link[=ecr_list_images]{list_images} \tab Lists all the image IDs for the specified repository\cr \link[=ecr_list_tags_for_resource]{list_tags_for_resource} \tab List the tags for an Amazon ECR resource\cr +\link[=ecr_put_account_setting]{put_account_setting} \tab Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE\cr \link[=ecr_put_image]{put_image} \tab Creates or updates the image manifest and tags associated with an image\cr \link[=ecr_put_image_scanning_configuration]{put_image_scanning_configuration} \tab The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level\cr \link[=ecr_put_image_tag_mutability]{put_image_tag_mutability} \tab Updates the image tag mutability settings for the specified repository\cr @@ -142,6 +147,7 @@ the \emph{Amazon Web Services General Reference}. \link[=ecr_tag_resource]{tag_resource} \tab Adds specified tags to a resource with the specified ARN\cr \link[=ecr_untag_resource]{untag_resource} \tab Deletes specified tags from a resource\cr \link[=ecr_update_pull_through_cache_rule]{update_pull_through_cache_rule} \tab Updates an existing pull through cache rule\cr +\link[=ecr_update_repository_creation_template]{update_repository_creation_template} \tab Updates an existing repository creation template\cr \link[=ecr_upload_layer_part]{upload_layer_part} \tab Uploads an image layer part to Amazon ECR\cr \link[=ecr_validate_pull_through_cache_rule]{validate_pull_through_cache_rule} \tab Validates an existing pull through cache rule for an upstream registry that requires authentication } diff --git a/cran/paws.compute/man/ecr_create_pull_through_cache_rule.Rd b/cran/paws.compute/man/ecr_create_pull_through_cache_rule.Rd index f061375829..ceac79fb4c 100644 --- a/cran/paws.compute/man/ecr_create_pull_through_cache_rule.Rd +++ b/cran/paws.compute/man/ecr_create_pull_through_cache_rule.Rd @@ -27,8 +27,6 @@ each supported upstream registry. \item GitHub Container Registry (\code{github-container-registry}) - \code{ghcr.io} \item Microsoft Azure Container Registry (\code{azure-container-registry}) - \verb{.azurecr.io} -\item GitLab Container Registry (\code{gitlab-container-registry}) - -\code{registry.gitlab.com} }} \item{registryId}{The Amazon Web Services account ID associated with the registry to diff --git a/cran/paws.compute/man/ecr_create_repository_creation_template.Rd b/cran/paws.compute/man/ecr_create_repository_creation_template.Rd new file mode 100644 index 0000000000..a07cfa825b --- /dev/null +++ b/cran/paws.compute/man/ecr_create_repository_creation_template.Rd @@ -0,0 +1,72 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ecr_operations.R +\name{ecr_create_repository_creation_template} +\alias{ecr_create_repository_creation_template} +\title{Creates a repository creation template} +\usage{ +ecr_create_repository_creation_template( + prefix, + description = NULL, + encryptionConfiguration = NULL, + resourceTags = NULL, + imageTagMutability = NULL, + repositoryPolicy = NULL, + lifecyclePolicy = NULL, + appliedFor, + customRoleArn = NULL +) +} +\arguments{ +\item{prefix}{[required] The repository namespace prefix to associate with the template. All +repositories created using this namespace prefix will have the settings +defined in this template applied. For example, a prefix of \code{prod} would +apply to all repositories beginning with \verb{prod/}. Similarly, a prefix of +\code{prod/team} would apply to all repositories beginning with \verb{prod/team/}. + +To apply a template to all repositories in your registry that don't have +an associated creation template, you can use \code{ROOT} as the prefix. + +There is always an assumed \code{/} applied to the end of the prefix. If you +specify \code{ecr-public} as the prefix, Amazon ECR treats that as +\verb{ecr-public/}. When using a pull through cache rule, the repository +prefix you specify during rule creation is what you should specify as +your repository creation template prefix as well.} + +\item{description}{A description for the repository creation template.} + +\item{encryptionConfiguration}{The encryption configuration to use for repositories created using the +template.} + +\item{resourceTags}{The metadata to apply to the repository to help you categorize and +organize. Each tag consists of a key and an optional value, both of +which you define. Tag keys can have a maximum character length of 128 +characters, and tag values can have a maximum length of 256 characters.} + +\item{imageTagMutability}{The tag mutability setting for the repository. If this parameter is +omitted, the default setting of \code{MUTABLE} will be used which will allow +image tags to be overwritten. If \code{IMMUTABLE} is specified, all image +tags within the repository will be immutable which will prevent them +from being overwritten.} + +\item{repositoryPolicy}{The repository policy to apply to repositories created using the +template. A repository policy is a permissions policy associated with a +repository to control access permissions.} + +\item{lifecyclePolicy}{The lifecycle policy to use for repositories created using the template.} + +\item{appliedFor}{[required] A list of enumerable strings representing the Amazon ECR repository +creation scenarios that this template will apply towards. The two +supported scenarios are \code{PULL_THROUGH_CACHE} and \code{REPLICATION}} + +\item{customRoleArn}{The ARN of the role to be assumed by Amazon ECR. This role must be in +the same account as the registry that you are configuring. Amazon ECR +will assume your supplied role when the customRoleArn is specified. When +this field isn't specified, Amazon ECR will use the service-linked role +for the repository creation template.} +} +\description{ +Creates a repository creation template. This template is used to define the settings for repositories created by Amazon ECR on your behalf. For example, repositories created through pull through cache actions. For more information, see \href{https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-creation-templates.html}{Private repository creation templates} in the \emph{Amazon Elastic Container Registry User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/ecr_create_repository_creation_template/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ecr_delete_repository_creation_template.Rd b/cran/paws.compute/man/ecr_delete_repository_creation_template.Rd new file mode 100644 index 0000000000..8ea25b5da1 --- /dev/null +++ b/cran/paws.compute/man/ecr_delete_repository_creation_template.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ecr_operations.R +\name{ecr_delete_repository_creation_template} +\alias{ecr_delete_repository_creation_template} +\title{Deletes a repository creation template} +\usage{ +ecr_delete_repository_creation_template(prefix) +} +\arguments{ +\item{prefix}{[required] The repository namespace prefix associated with the repository creation +template.} +} +\description{ +Deletes a repository creation template. + +See \url{https://www.paws-r-sdk.com/docs/ecr_delete_repository_creation_template/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ecr_describe_repository_creation_templates.Rd b/cran/paws.compute/man/ecr_describe_repository_creation_templates.Rd new file mode 100644 index 0000000000..bfbfd49584 --- /dev/null +++ b/cran/paws.compute/man/ecr_describe_repository_creation_templates.Rd @@ -0,0 +1,45 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ecr_operations.R +\name{ecr_describe_repository_creation_templates} +\alias{ecr_describe_repository_creation_templates} +\title{Returns details about the repository creation templates in a registry} +\usage{ +ecr_describe_repository_creation_templates( + prefixes = NULL, + nextToken = NULL, + maxResults = NULL +) +} +\arguments{ +\item{prefixes}{The repository namespace prefixes associated with the repository +creation templates to describe. If this value is not specified, all +repository creation templates are returned.} + +\item{nextToken}{The \code{nextToken} value returned from a previous paginated +\code{\link[=ecr_describe_repository_creation_templates]{describe_repository_creation_templates}} +request where \code{maxResults} was used and the results exceeded the value +of that parameter. Pagination continues from the end of the previous +results that returned the \code{nextToken} value. This value is \code{null} when +there are no more results to return. + +This token should be treated as an opaque identifier that is only used +to retrieve the next items in a list and not for other programmatic +purposes.} + +\item{maxResults}{The maximum number of repository results returned by +\code{DescribeRepositoryCreationTemplatesRequest} in paginated output. When +this parameter is used, \code{DescribeRepositoryCreationTemplatesRequest} +only returns \code{maxResults} results in a single page along with a +\code{nextToken} response element. The remaining results of the initial +request can be seen by sending another +\code{DescribeRepositoryCreationTemplatesRequest} request with the returned +\code{nextToken} value. This value can be between 1 and 1000. If this +parameter is not used, then \code{DescribeRepositoryCreationTemplatesRequest} +returns up to 100 results and a \code{nextToken} value, if applicable.} +} +\description{ +Returns details about the repository creation templates in a registry. The \code{prefixes} request parameter can be used to return the details for a specific repository creation template. + +See \url{https://www.paws-r-sdk.com/docs/ecr_describe_repository_creation_templates/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ecr_get_account_setting.Rd b/cran/paws.compute/man/ecr_get_account_setting.Rd new file mode 100644 index 0000000000..f9c5b0b813 --- /dev/null +++ b/cran/paws.compute/man/ecr_get_account_setting.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ecr_operations.R +\name{ecr_get_account_setting} +\alias{ecr_get_account_setting} +\title{Retrieves the basic scan type version name} +\usage{ +ecr_get_account_setting(name) +} +\arguments{ +\item{name}{[required] Basic scan type version name.} +} +\description{ +Retrieves the basic scan type version name. + +See \url{https://www.paws-r-sdk.com/docs/ecr_get_account_setting/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ecr_put_account_setting.Rd b/cran/paws.compute/man/ecr_put_account_setting.Rd new file mode 100644 index 0000000000..237253bc8e --- /dev/null +++ b/cran/paws.compute/man/ecr_put_account_setting.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ecr_operations.R +\name{ecr_put_account_setting} +\alias{ecr_put_account_setting} +\title{Allows you to change the basic scan type version by setting the name +parameter to either CLAIR to AWS_NATIVE} +\usage{ +ecr_put_account_setting(name, value) +} +\arguments{ +\item{name}{[required] Basic scan type version name.} + +\item{value}{[required] Setting value that determines what basic scan type is being used: +\code{AWS_NATIVE} or \code{CLAIR}.} +} +\description{ +Allows you to change the basic scan type version by setting the \code{name} parameter to either \code{CLAIR} to \code{AWS_NATIVE}. + +See \url{https://www.paws-r-sdk.com/docs/ecr_put_account_setting/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ecr_put_replication_configuration.Rd b/cran/paws.compute/man/ecr_put_replication_configuration.Rd index b719d1f6bc..690a58a3fd 100644 --- a/cran/paws.compute/man/ecr_put_replication_configuration.Rd +++ b/cran/paws.compute/man/ecr_put_replication_configuration.Rd @@ -10,7 +10,7 @@ ecr_put_replication_configuration(replicationConfiguration) \item{replicationConfiguration}{[required] An object representing the replication configuration for a registry.} } \description{ -Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the \code{\link[=ecr_describe_registry]{describe_registry}} API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see \href{https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html}{Using service-linked roles for Amazon ECR} in the \emph{Amazon Elastic Container Registry User Guide}. +Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the \code{\link[=ecr_describe_registry]{describe_registry}} API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see \href{https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html}{Using service-linked roles for Amazon ECR} in the \emph{Amazon Elastic Container Registry User Guide}. For more information on the custom role for replication, see \href{https://docs.aws.amazon.com/AmazonECR/latest/userguide/#roles-creatingrole-user-console}{Creating an IAM role for replication}. See \url{https://www.paws-r-sdk.com/docs/ecr_put_replication_configuration/} for full documentation. } diff --git a/cran/paws.compute/man/ecr_update_repository_creation_template.Rd b/cran/paws.compute/man/ecr_update_repository_creation_template.Rd new file mode 100644 index 0000000000..7391a03754 --- /dev/null +++ b/cran/paws.compute/man/ecr_update_repository_creation_template.Rd @@ -0,0 +1,67 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ecr_operations.R +\name{ecr_update_repository_creation_template} +\alias{ecr_update_repository_creation_template} +\title{Updates an existing repository creation template} +\usage{ +ecr_update_repository_creation_template( + prefix, + description = NULL, + encryptionConfiguration = NULL, + resourceTags = NULL, + imageTagMutability = NULL, + repositoryPolicy = NULL, + lifecyclePolicy = NULL, + appliedFor = NULL, + customRoleArn = NULL +) +} +\arguments{ +\item{prefix}{[required] The repository namespace prefix that matches an existing repository +creation template in the registry. All repositories created using this +namespace prefix will have the settings defined in this template +applied. For example, a prefix of \code{prod} would apply to all repositories +beginning with \verb{prod/}. This includes a repository named \code{prod/team1} as +well as a repository named \code{prod/repository1}. + +To apply a template to all repositories in your registry that don't have +an associated creation template, you can use \code{ROOT} as the prefix.} + +\item{description}{A description for the repository creation template.} + +\item{encryptionConfiguration}{} + +\item{resourceTags}{The metadata to apply to the repository to help you categorize and +organize. Each tag consists of a key and an optional value, both of +which you define. Tag keys can have a maximum character length of 128 +characters, and tag values can have a maximum length of 256 characters.} + +\item{imageTagMutability}{Updates the tag mutability setting for the repository. If this parameter +is omitted, the default setting of \code{MUTABLE} will be used which will +allow image tags to be overwritten. If \code{IMMUTABLE} is specified, all +image tags within the repository will be immutable which will prevent +them from being overwritten.} + +\item{repositoryPolicy}{Updates the repository policy created using the template. A repository +policy is a permissions policy associated with a repository to control +access permissions.} + +\item{lifecyclePolicy}{Updates the lifecycle policy associated with the specified repository +creation template.} + +\item{appliedFor}{Updates the list of enumerable strings representing the Amazon ECR +repository creation scenarios that this template will apply towards. The +two supported scenarios are \code{PULL_THROUGH_CACHE} and \code{REPLICATION}} + +\item{customRoleArn}{The ARN of the role to be assumed by Amazon ECR. This role must be in +the same account as the registry that you are configuring. Amazon ECR +will assume your supplied role when the customRoleArn is specified. When +this field isn't specified, Amazon ECR will use the service-linked role +for the repository creation template.} +} +\description{ +Updates an existing repository creation template. + +See \url{https://www.paws-r-sdk.com/docs/ecr_update_repository_creation_template/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/ecs_create_cluster.Rd b/cran/paws.compute/man/ecs_create_cluster.Rd index 374ad2b1f6..fa7c61c945 100644 --- a/cran/paws.compute/man/ecs_create_cluster.Rd +++ b/cran/paws.compute/man/ecs_create_cluster.Rd @@ -105,7 +105,7 @@ Connect. For more information, see \href{https://docs.aws.amazon.com/AmazonECS/l in the \emph{Amazon Elastic Container Service Developer Guide}.} } \description{ -Creates a new Amazon ECS cluster. By default, your account receives a \code{default} cluster when you launch your first container instance. However, you can create your own cluster with a unique name with the \code{\link[=ecs_create_cluster]{create_cluster}} action. +Creates a new Amazon ECS cluster. By default, your account receives a \code{default} cluster when you launch your first container instance. However, you can create your own cluster with a unique name. See \url{https://www.paws-r-sdk.com/docs/ecs_create_cluster/} for full documentation. } diff --git a/cran/paws.compute/man/ecs_create_service.Rd b/cran/paws.compute/man/ecs_create_service.Rd index c251ceec93..93f3104c83 100644 --- a/cran/paws.compute/man/ecs_create_service.Rd +++ b/cran/paws.compute/man/ecs_create_service.Rd @@ -305,7 +305,7 @@ volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.} } \description{ -Runs and maintains your desired number of tasks from a specified task definition. If the number of tasks running in a service drops below the \code{desiredCount}, Amazon ECS runs another copy of the task in the specified cluster. To update an existing service, see the \code{\link[=ecs_update_service]{update_service}} action. +Runs and maintains your desired number of tasks from a specified task definition. If the number of tasks running in a service drops below the \code{desiredCount}, Amazon ECS runs another copy of the task in the specified cluster. To update an existing service, use \code{\link[=ecs_update_service]{update_service}}. See \url{https://www.paws-r-sdk.com/docs/ecs_create_service/} for full documentation. } diff --git a/cran/paws.compute/man/ecs_create_task_set.Rd b/cran/paws.compute/man/ecs_create_task_set.Rd index 8a9792b963..4c59444fc1 100644 --- a/cran/paws.compute/man/ecs_create_task_set.Rd +++ b/cran/paws.compute/man/ecs_create_task_set.Rd @@ -70,7 +70,7 @@ used. If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must already be created. New capacity providers can be created with the -\code{\link[=ecs_create_capacity_provider]{create_capacity_provider}} API +\href{https://docs.aws.amazon.com/AmazonECS/latest/APIReference/}{CreateCapacityProviderProvider}API operation. To use a Fargate capacity provider, specify either the \code{FARGATE} or diff --git a/cran/paws.compute/man/ecs_register_task_definition.Rd b/cran/paws.compute/man/ecs_register_task_definition.Rd index 3636c3a145..04d01d52fe 100644 --- a/cran/paws.compute/man/ecs_register_task_definition.Rd +++ b/cran/paws.compute/man/ecs_register_task_definition.Rd @@ -39,9 +39,8 @@ in the \emph{Amazon Elastic Container Service Developer Guide}.} \item{executionRoleArn}{The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make Amazon Web Services -API calls on your behalf. The task execution IAM role is required -depending on the requirements of your task. For more information, see -\href{https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html}{Amazon ECS task execution IAM role} +API calls on your behalf. For informationabout the required IAM roles +for Amazon ECS, see \href{https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-ecs-iam-role-overview.html}{IAM roles for Amazon ECS} in the \emph{Amazon Elastic Container Service Developer Guide}.} \item{networkMode}{The Docker networking mode to use for the containers in the task. The @@ -69,17 +68,15 @@ the root user (UID 0). It is considered best practice to use a non-root user. If the network mode is \code{awsvpc}, the task is allocated an elastic -network interface, and you must specify a NetworkConfiguration value -when you create a service or run a task with the task definition. For -more information, see \href{https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html}{Task Networking} +network interface, and you must specify a +\href{https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html}{NetworkConfiguration} +value when you create a service or run a task with the task definition. +For more information, see \href{https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html}{Task Networking} in the \emph{Amazon Elastic Container Service Developer Guide}. If the network mode is \code{host}, you cannot run multiple instantiations of the same task on a single container instance when port mappings are -used. - -For more information, see \href{https://docs.docker.com/engine/reference/run/#network-settings}{Network settings} -in the \emph{Docker run reference}.} +used.} \item{containerDefinitions}{[required] A list of container definitions in JSON format that describe the different containers that make up your task.} @@ -214,11 +211,10 @@ If \code{task} is specified, all containers within the specified task share the same process namespace. If no value is specified, the default is a private namespace for each -container. For more information, see \href{https://docs.docker.com/engine/reference/run/#pid-settings---pid}{PID settings} -in the \emph{Docker run reference}. +container. If the \code{host} PID mode is used, there's a heightened risk of undesired -process namespace exposure. For more information, see \href{https://docs.docker.com/engine/security/}{Docker security}. +process namespace exposure. This parameter is not supported for Windows containers. @@ -235,12 +231,10 @@ specified task share the same IPC resources. If \code{none} is specified, then IPC resources within the containers of a task are private and not shared with other containers in a task or on the container instance. If no value is specified, then the IPC resource namespace sharing depends -on the Docker daemon setting on the container instance. For more -information, see \href{https://docs.docker.com/engine/reference/run/#ipc-settings---ipc}{IPC settings} -in the \emph{Docker run reference}. +on the Docker daemon setting on the container instance. If the \code{host} IPC mode is used, be aware that there is a heightened risk -of undesired IPC namespace expose. For more information, see \href{https://docs.docker.com/engine/security/}{Docker security}. +of undesired IPC namespace expose. If you are setting namespaced kernel parameters using \code{systemControls} for the containers in the task, the following will apply to your IPC diff --git a/cran/paws.compute/man/ecs_run_task.Rd b/cran/paws.compute/man/ecs_run_task.Rd index 5ea12c8d93..535b21338a 100644 --- a/cran/paws.compute/man/ecs_run_task.Rd +++ b/cran/paws.compute/man/ecs_run_task.Rd @@ -118,7 +118,7 @@ in the \emph{Amazon Elastic Container Service Developer Guide}.} \item{propagateTags}{Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags aren't propagated. Tags can only be propagated to the task during task creation. To add tags to a -task after task creation, use the \code{\link[=ecs_tag_resource]{tag_resource}} API +task after task creation, use the\code{\link[=ecs_tag_resource]{tag_resource}} API action. An error will be received if you specify the \code{SERVICE} option when @@ -133,7 +133,7 @@ a unique identifier for that job to your task with the \code{startedBy} parameter. You can then identify which tasks belong to that job by filtering the results of a \code{\link[=ecs_list_tasks]{list_tasks}} call with the \code{startedBy} value. Up to 128 letters (uppercase and lowercase), numbers, -hyphens (-), and underscores (_) are allowed. +hyphens (-), forward slash (/), and underscores (_) are allowed. If a task is started by an Amazon ECS service, then the \code{startedBy} parameter contains the deployment ID of the service that starts it.} diff --git a/cran/paws.compute/man/ecs_start_task.Rd b/cran/paws.compute/man/ecs_start_task.Rd index daffd258c3..dc7cb8792a 100644 --- a/cran/paws.compute/man/ecs_start_task.Rd +++ b/cran/paws.compute/man/ecs_start_task.Rd @@ -69,7 +69,7 @@ a unique identifier for that job to your task with the \code{startedBy} parameter. You can then identify which tasks belong to that job by filtering the results of a \code{\link[=ecs_list_tasks]{list_tasks}} call with the \code{startedBy} value. Up to 36 letters (uppercase and lowercase), numbers, -hyphens (-), and underscores (_) are allowed. +hyphens (-), forward slash (/), and underscores (_) are allowed. If a task is started by an Amazon ECS service, the \code{startedBy} parameter contains the deployment ID of the service that starts it.} diff --git a/cran/paws.compute/man/ecs_stop_task.Rd b/cran/paws.compute/man/ecs_stop_task.Rd index 75661c439c..c0a40bb3a3 100644 --- a/cran/paws.compute/man/ecs_stop_task.Rd +++ b/cran/paws.compute/man/ecs_stop_task.Rd @@ -16,8 +16,8 @@ cluster is assumed.} \item{reason}{An optional message specified when a task is stopped. For example, if you're using a custom scheduler, you can use this parameter to specify the reason for stopping the task here, and the message appears in -subsequent \code{\link[=ecs_describe_tasks]{describe_tasks}} API operations on this -task.} +subsequent \code{\link[=ecs_describe_tasks]{describe_tasks}}\> API operations on +this task.} } \description{ Stops a running task. Any tags associated with the task will be deleted. diff --git a/cran/paws.compute/man/ecs_update_service.Rd b/cran/paws.compute/man/ecs_update_service.Rd index 419b64ca06..d0d6657e8e 100644 --- a/cran/paws.compute/man/ecs_update_service.Rd +++ b/cran/paws.compute/man/ecs_update_service.Rd @@ -63,8 +63,8 @@ capacity providers with an \code{ACTIVE} or \code{UPDATING} status can be used. If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must already be created. New capacity providers can be created with the -\code{\link[=ecs_create_capacity_provider]{create_capacity_provider}} API -operation. +\href{https://docs.aws.amazon.com/AmazonECS/latest/APIReference/}{CreateClusterCapacityProvider} +API operation. To use a Fargate capacity provider, specify either the \code{FARGATE} or \code{FARGATE_SPOT} capacity providers. The Fargate capacity providers are @@ -72,9 +72,9 @@ available to all accounts and only need to be associated with a cluster to be used. The -\code{\link[=ecs_put_cluster_capacity_providers]{put_cluster_capacity_providers}} -API operation is used to update the list of available capacity providers -for a cluster after the cluster is created.} +\code{\link[=ecs_put_cluster_capacity_providers]{put_cluster_capacity_providers}}API +operation is used to update the list of available capacity providers for +a cluster after the cluster is created.} \item{deploymentConfiguration}{Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.} diff --git a/cran/paws.compute/man/eks_create_cluster.Rd b/cran/paws.compute/man/eks_create_cluster.Rd index eae0cb2635..307cb0a76a 100644 --- a/cran/paws.compute/man/eks_create_cluster.Rd +++ b/cran/paws.compute/man/eks_create_cluster.Rd @@ -16,7 +16,8 @@ eks_create_cluster( encryptionConfig = NULL, outpostConfig = NULL, accessConfig = NULL, - bootstrapSelfManagedAddons = NULL + bootstrapSelfManagedAddons = NULL, + upgradePolicy = NULL ) } \arguments{ @@ -29,7 +30,7 @@ The default version might not be the latest version available.} \item{roleArn}{[required] The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services -API operations on your behalf. For more information, see \href{https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html}{Amazon EKS Service IAM Role} +API operations on your behalf. For more information, see \href{https://docs.aws.amazon.com/eks/latest/userguide/cluster_IAM_role.html}{Amazon EKS Service IAM Role} in the \emph{Amazon EKS User Guide} .} \item{resourcesVpcConfig}{[required] The VPC configuration that's used by the cluster control plane. Amazon @@ -75,6 +76,10 @@ The default networking addons include vpc-cni, coredns, and kube-proxy. Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.} + +\item{upgradePolicy}{New clusters, by default, have extended support enabled. You can disable +extended support when creating a cluster by setting this value to +\code{STANDARD}.} } \description{ Creates an Amazon EKS control plane. diff --git a/cran/paws.compute/man/eks_update_cluster_config.Rd b/cran/paws.compute/man/eks_update_cluster_config.Rd index 628e67c673..58d462fca6 100644 --- a/cran/paws.compute/man/eks_update_cluster_config.Rd +++ b/cran/paws.compute/man/eks_update_cluster_config.Rd @@ -9,7 +9,8 @@ eks_update_cluster_config( resourcesVpcConfig = NULL, logging = NULL, clientRequestToken = NULL, - accessConfig = NULL + accessConfig = NULL, + upgradePolicy = NULL ) } \arguments{ @@ -30,6 +31,11 @@ apply to exported control plane logs. For more information, see idempotency of the request.} \item{accessConfig}{The access configuration for the cluster.} + +\item{upgradePolicy}{You can enable or disable extended support for clusters currently on +standard support. You cannot disable extended support once it starts. +You must enable extended support before your cluster exits standard +support.} } \description{ Updates an Amazon EKS cluster configuration. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with \code{\link[=eks_describe_update]{describe_update}}"/\>. diff --git a/cran/paws.compute/man/lambda.Rd b/cran/paws.compute/man/lambda.Rd index 15b34f1be1..a8069570e4 100644 --- a/cran/paws.compute/man/lambda.Rd +++ b/cran/paws.compute/man/lambda.Rd @@ -157,7 +157,7 @@ To learn more about ACM-provided certificates, see \href{https://aws.amazon.com/ \tabular{ll}{ \link[=lambda_add_layer_version_permission]{add_layer_version_permission} \tab Adds permissions to the resource-based policy of a version of an Lambda layer\cr -\link[=lambda_add_permission]{add_permission} \tab Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr +\link[=lambda_add_permission]{add_permission} \tab Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr \link[=lambda_create_alias]{create_alias} \tab Creates an alias for a Lambda function version\cr \link[=lambda_create_code_signing_config]{create_code_signing_config} \tab Creates a code signing configuration\cr \link[=lambda_create_event_source_mapping]{create_event_source_mapping} \tab Creates a mapping between an event source and an Lambda function\cr @@ -182,6 +182,7 @@ To learn more about ACM-provided certificates, see \href{https://aws.amazon.com/ \link[=lambda_get_function_concurrency]{get_function_concurrency} \tab Returns details about the reserved concurrency configuration for a function\cr \link[=lambda_get_function_configuration]{get_function_configuration} \tab Returns the version-specific settings of a Lambda function or version\cr \link[=lambda_get_function_event_invoke_config]{get_function_event_invoke_config} \tab Retrieves the configuration for asynchronous invocation for a function, version, or alias\cr +\link[=lambda_get_function_recursion_config]{get_function_recursion_config} \tab Returns your function's recursive loop detection configuration\cr \link[=lambda_get_function_url_config]{get_function_url_config} \tab Returns details about a Lambda function URL\cr \link[=lambda_get_layer_version]{get_layer_version} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr \link[=lambda_get_layer_version_by_arn]{get_layer_version_by_arn} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr @@ -209,10 +210,11 @@ To learn more about ACM-provided certificates, see \href{https://aws.amazon.com/ \link[=lambda_put_function_code_signing_config]{put_function_code_signing_config} \tab Update the code signing configuration for the function\cr \link[=lambda_put_function_concurrency]{put_function_concurrency} \tab Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level\cr \link[=lambda_put_function_event_invoke_config]{put_function_event_invoke_config} \tab Configures options for asynchronous invocation on a function, version, or alias\cr +\link[=lambda_put_function_recursion_config]{put_function_recursion_config} \tab Sets your function's recursive loop detection configuration\cr \link[=lambda_put_provisioned_concurrency_config]{put_provisioned_concurrency_config} \tab Adds a provisioned concurrency configuration to a function's alias or version\cr \link[=lambda_put_runtime_management_config]{put_runtime_management_config} \tab Sets the runtime management configuration for a function's version\cr \link[=lambda_remove_layer_version_permission]{remove_layer_version_permission} \tab Removes a statement from the permissions policy for a version of an Lambda layer\cr -\link[=lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account\cr +\link[=lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account\cr \link[=lambda_tag_resource]{tag_resource} \tab Adds tags to a function\cr \link[=lambda_untag_resource]{untag_resource} \tab Removes tags from a function\cr \link[=lambda_update_alias]{update_alias} \tab Updates the configuration of a Lambda function alias\cr diff --git a/cran/paws.compute/man/lambda_add_permission.Rd b/cran/paws.compute/man/lambda_add_permission.Rd index 9910a44b0e..810c2394db 100644 --- a/cran/paws.compute/man/lambda_add_permission.Rd +++ b/cran/paws.compute/man/lambda_add_permission.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/lambda_operations.R \name{lambda_add_permission} \alias{lambda_add_permission} -\title{Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web -Services organization permission to use a function} +\title{Grants an Amazon Web Servicesservice, Amazon Web Services account, or +Amazon Web Services organization permission to use a function} \usage{ lambda_add_permission( FunctionName, @@ -41,21 +41,23 @@ the same policy.} \item{Action}{[required] The action that the principal can use on the function. For example, \code{lambda:InvokeFunction} or \code{lambda:GetFunction}.} -\item{Principal}{[required] The Amazon Web Service or Amazon Web Services account that invokes the -function. If you specify a service, use \code{SourceArn} or \code{SourceAccount} -to limit who can invoke the function through that service.} +\item{Principal}{[required] The Amazon Web Servicesservice or Amazon Web Services account that +invokes the function. If you specify a service, use \code{SourceArn} or +\code{SourceAccount} to limit who can invoke the function through that +service.} -\item{SourceArn}{For Amazon Web Services, the ARN of the Amazon Web Services resource -that invokes the function. For example, an Amazon S3 bucket or Amazon -SNS topic. +\item{SourceArn}{For Amazon Web Servicesservices, the ARN of the Amazon Web Services +resource that invokes the function. For example, an Amazon S3 bucket or +Amazon SNS topic. Note that Lambda configures the comparison using the \code{StringLike} operator.} -\item{SourceAccount}{For Amazon Web Service, the ID of the Amazon Web Services account that -owns the resource. Use this together with \code{SourceArn} to ensure that the -specified account owns the resource. It is possible for an Amazon S3 -bucket to be deleted by its owner and recreated by another account.} +\item{SourceAccount}{For Amazon Web Servicesservice, the ID of the Amazon Web Services +account that owns the resource. Use this together with \code{SourceArn} to +ensure that the specified account owns the resource. It is possible for +an Amazon S3 bucket to be deleted by its owner and recreated by another +account.} \item{EventSourceToken}{For Alexa Smart Home functions, a token that the invoker must supply.} @@ -76,7 +78,7 @@ if you want to restrict access to authenticated users only. Set to endpoint. For more information, see \href{https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html}{Security and auth model for Lambda function URLs}.} } \description{ -Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST. +Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST. See \url{https://www.paws-r-sdk.com/docs/lambda_add_permission/} for full documentation. } diff --git a/cran/paws.compute/man/lambda_create_event_source_mapping.Rd b/cran/paws.compute/man/lambda_create_event_source_mapping.Rd index c5ded10aef..3e9de64576 100644 --- a/cran/paws.compute/man/lambda_create_event_source_mapping.Rd +++ b/cran/paws.compute/man/lambda_create_event_source_mapping.Rd @@ -27,7 +27,8 @@ lambda_create_event_source_mapping( AmazonManagedKafkaEventSourceConfig = NULL, SelfManagedKafkaEventSourceConfig = NULL, ScalingConfig = NULL, - DocumentDBEventSourceConfig = NULL + DocumentDBEventSourceConfig = NULL, + KMSKeyArn = NULL ) } \arguments{ @@ -87,16 +88,17 @@ records before invoking the function. You can configure \code{MaximumBatchingWindowInSeconds} to any value from 0 seconds to 300 seconds in increments of seconds. -For streams and Amazon SQS event sources, the default batching window is -0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and -DocumentDB event sources, the default batching window is 500 ms. Note -that because you can only change \code{MaximumBatchingWindowInSeconds} in -increments of seconds, you cannot revert back to the 500 ms default -batching window after you have changed it. To restore the default -batching window, you must create a new event source mapping. - -Related setting: For streams and Amazon SQS event sources, when you set -\code{BatchSize} to a value greater than 10, you must set +For Kinesis, DynamoDB, and Amazon SQS event sources, the default +batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, +Amazon MQ, and DocumentDB event sources, the default batching window is +500 ms. Note that because you can only change +\code{MaximumBatchingWindowInSeconds} in increments of seconds, you cannot +revert back to the 500 ms default batching window after you have changed +it. To restore the default batching window, you must create a new event +source mapping. + +Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, +when you set \code{BatchSize} to a value greater than 10, you must set \code{MaximumBatchingWindowInSeconds} to at least 1.} \item{ParallelizationFactor}{(Kinesis and DynamoDB Streams only) The number of batches to process @@ -150,6 +152,11 @@ source.} more information, see \href{https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency}{Configuring maximum concurrency for Amazon SQS event sources}.} \item{DocumentDBEventSourceConfig}{Specific configuration settings for a DocumentDB event source.} + +\item{KMSKeyArn}{The ARN of the Key Management Service (KMS) customer managed key that +Lambda uses to encrypt your function's \href{https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics}{filter criteria}. +By default, Lambda does not encrypt your filter criteria object. Specify +this property to encrypt data using your own customer managed key.} } \description{ Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function. diff --git a/cran/paws.compute/man/lambda_create_function.Rd b/cran/paws.compute/man/lambda_create_function.Rd index 3d39460728..e6413ab325 100644 --- a/cran/paws.compute/man/lambda_create_function.Rd +++ b/cran/paws.compute/man/lambda_create_function.Rd @@ -48,9 +48,14 @@ the function name, it is limited to 64 characters in length.} \item{Runtime}{The identifier of the function's \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html}{runtime}. Runtime is required if the deployment package is a .zip file archive. +Specifying a runtime results in an error if you're deploying a function +using a container image. -The following list includes deprecated runtimes. For more information, -see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy}{Runtime deprecation policy}.} +The following list includes deprecated runtimes. Lambda blocks creating +new functions and updating existing functions shortly after each runtime +is deprecated. For more information, see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels}{Runtime use after deprecation}. + +For a list of all currently supported runtimes, see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported}{Supported runtimes}.} \item{Role}{[required] The Amazon Resource Name (ARN) of the function's execution role.} @@ -138,7 +143,7 @@ setting.} \item{LoggingConfig}{The function's Amazon CloudWatch Logs configuration settings.} } \description{ -Creates a Lambda function. To create a function, you need a \href{https://docs.aws.amazon.com/lambda/latest/dg/}{deployment package} and an \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html#lambda-intro-execution-role}{execution role}. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Services, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing. +Creates a Lambda function. To create a function, you need a \href{https://docs.aws.amazon.com/lambda/latest/dg/}{deployment package} and an \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html#lambda-intro-execution-role}{execution role}. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Servicesservices, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing. See \url{https://www.paws-r-sdk.com/docs/lambda_create_function/} for full documentation. } diff --git a/cran/paws.compute/man/lambda_get_function_recursion_config.Rd b/cran/paws.compute/man/lambda_get_function_recursion_config.Rd new file mode 100644 index 0000000000..8e8783f7f3 --- /dev/null +++ b/cran/paws.compute/man/lambda_get_function_recursion_config.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/lambda_operations.R +\name{lambda_get_function_recursion_config} +\alias{lambda_get_function_recursion_config} +\title{Returns your function's recursive loop detection configuration} +\usage{ +lambda_get_function_recursion_config(FunctionName) +} +\arguments{ +\item{FunctionName}{[required]} +} +\description{ +Returns your function's \href{https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html}{recursive loop detection} configuration. + +See \url{https://www.paws-r-sdk.com/docs/lambda_get_function_recursion_config/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/lambda_list_layer_versions.Rd b/cran/paws.compute/man/lambda_list_layer_versions.Rd index 1368a56179..9a627c5b6d 100644 --- a/cran/paws.compute/man/lambda_list_layer_versions.Rd +++ b/cran/paws.compute/man/lambda_list_layer_versions.Rd @@ -13,10 +13,12 @@ lambda_list_layer_versions( ) } \arguments{ -\item{CompatibleRuntime}{A runtime identifier. For example, \code{java21}. +\item{CompatibleRuntime}{A runtime identifier. The following list includes deprecated runtimes. For more information, -see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy}{Runtime deprecation policy}.} +see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels}{Runtime use after deprecation}. + +For a list of all currently supported runtimes, see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported}{Supported runtimes}.} \item{LayerName}{[required] The name or Amazon Resource Name (ARN) of the layer.} diff --git a/cran/paws.compute/man/lambda_list_layers.Rd b/cran/paws.compute/man/lambda_list_layers.Rd index 8501b5a647..5eb6ad0ccc 100644 --- a/cran/paws.compute/man/lambda_list_layers.Rd +++ b/cran/paws.compute/man/lambda_list_layers.Rd @@ -13,10 +13,12 @@ lambda_list_layers( ) } \arguments{ -\item{CompatibleRuntime}{A runtime identifier. For example, \code{java21}. +\item{CompatibleRuntime}{A runtime identifier. The following list includes deprecated runtimes. For more information, -see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy}{Runtime deprecation policy}.} +see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels}{Runtime use after deprecation}. + +For a list of all currently supported runtimes, see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported}{Supported runtimes}.} \item{Marker}{A pagination token returned by a previous call.} diff --git a/cran/paws.compute/man/lambda_put_function_recursion_config.Rd b/cran/paws.compute/man/lambda_put_function_recursion_config.Rd new file mode 100644 index 0000000000..55d3b9be07 --- /dev/null +++ b/cran/paws.compute/man/lambda_put_function_recursion_config.Rd @@ -0,0 +1,49 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/lambda_operations.R +\name{lambda_put_function_recursion_config} +\alias{lambda_put_function_recursion_config} +\title{Sets your function's recursive loop detection configuration} +\usage{ +lambda_put_function_recursion_config(FunctionName, RecursiveLoop) +} +\arguments{ +\item{FunctionName}{[required] The name or ARN of the Lambda function. + +\strong{Name formats} +\itemize{ +\item \strong{Function name} – \verb{my-function}. +\item \strong{Function ARN} – +\verb{arn:aws:lambda:us-west-2:123456789012:function:my-function}. +\item \strong{Partial ARN} – \verb{123456789012:function:my-function}. +} + +The length constraint applies only to the full ARN. If you specify only +the function name, it is limited to 64 characters in length.} + +\item{RecursiveLoop}{[required] If you set your function's recursive loop detection configuration to +\code{Allow}, Lambda doesn't take any action when it detects your function +being invoked as part of a recursive loop. We recommend that you only +use this setting if your design intentionally uses a Lambda function to +write data back to the same Amazon Web Services resource that invokes +it. + +If you set your function's recursive loop detection configuration to +\code{Terminate}, Lambda stops your function being invoked and notifies you +when it detects your function being invoked as part of a recursive loop. + +By default, Lambda sets your function's configuration to \code{Terminate}. + +If your design intentionally uses a Lambda function to write data back +to the same Amazon Web Services resource that invokes the function, then +use caution and implement suitable guard rails to prevent unexpected +charges being billed to your Amazon Web Services account. To learn more +about best practices for using recursive invocation patterns, see +\href{https://serverlessland.com/content/service/lambda/guides/aws-lambda-operator-guide/recursive-runaway}{Recursive patterns that cause run-away Lambda functions} +in Serverless Land.} +} +\description{ +Sets your function's \href{https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html}{recursive loop detection} configuration. + +See \url{https://www.paws-r-sdk.com/docs/lambda_put_function_recursion_config/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.compute/man/lambda_remove_permission.Rd b/cran/paws.compute/man/lambda_remove_permission.Rd index 74be7c5ac6..da70f98d5e 100644 --- a/cran/paws.compute/man/lambda_remove_permission.Rd +++ b/cran/paws.compute/man/lambda_remove_permission.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/lambda_operations.R \name{lambda_remove_permission} \alias{lambda_remove_permission} -\title{Revokes function-use permission from an Amazon Web Service or another -Amazon Web Services account} +\title{Revokes function-use permission from an Amazon Web Servicesservice or +another Amazon Web Services account} \usage{ lambda_remove_permission( FunctionName, @@ -38,7 +38,7 @@ specified. Use this option to avoid modifying a policy that has changed since you last read it.} } \description{ -Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account. You can get the ID of the statement from the output of \code{\link[=lambda_get_policy]{get_policy}}. +Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account. You can get the ID of the statement from the output of \code{\link[=lambda_get_policy]{get_policy}}. See \url{https://www.paws-r-sdk.com/docs/lambda_remove_permission/} for full documentation. } diff --git a/cran/paws.compute/man/lambda_update_event_source_mapping.Rd b/cran/paws.compute/man/lambda_update_event_source_mapping.Rd index 3b659cea10..29f11051c2 100644 --- a/cran/paws.compute/man/lambda_update_event_source_mapping.Rd +++ b/cran/paws.compute/man/lambda_update_event_source_mapping.Rd @@ -20,7 +20,8 @@ lambda_update_event_source_mapping( TumblingWindowInSeconds = NULL, FunctionResponseTypes = NULL, ScalingConfig = NULL, - DocumentDBEventSourceConfig = NULL + DocumentDBEventSourceConfig = NULL, + KMSKeyArn = NULL ) } \arguments{ @@ -70,16 +71,17 @@ records before invoking the function. You can configure \code{MaximumBatchingWindowInSeconds} to any value from 0 seconds to 300 seconds in increments of seconds. -For streams and Amazon SQS event sources, the default batching window is -0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and -DocumentDB event sources, the default batching window is 500 ms. Note -that because you can only change \code{MaximumBatchingWindowInSeconds} in -increments of seconds, you cannot revert back to the 500 ms default -batching window after you have changed it. To restore the default -batching window, you must create a new event source mapping. - -Related setting: For streams and Amazon SQS event sources, when you set -\code{BatchSize} to a value greater than 10, you must set +For Kinesis, DynamoDB, and Amazon SQS event sources, the default +batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, +Amazon MQ, and DocumentDB event sources, the default batching window is +500 ms. Note that because you can only change +\code{MaximumBatchingWindowInSeconds} in increments of seconds, you cannot +revert back to the 500 ms default batching window after you have changed +it. To restore the default batching window, you must create a new event +source mapping. + +Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, +when you set \code{BatchSize} to a value greater than 10, you must set \code{MaximumBatchingWindowInSeconds} to at least 1.} \item{DestinationConfig}{(Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A @@ -113,6 +115,11 @@ type enums applied to the event source mapping.} more information, see \href{https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency}{Configuring maximum concurrency for Amazon SQS event sources}.} \item{DocumentDBEventSourceConfig}{Specific configuration settings for a DocumentDB event source.} + +\item{KMSKeyArn}{The ARN of the Key Management Service (KMS) customer managed key that +Lambda uses to encrypt your function's \href{https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics}{filter criteria}. +By default, Lambda does not encrypt your filter criteria object. Specify +this property to encrypt data using your own customer managed key.} } \description{ Updates an event source mapping. You can change the function that Lambda invokes, or pause invocation and resume later from the same location. diff --git a/cran/paws.compute/man/lambda_update_function_configuration.Rd b/cran/paws.compute/man/lambda_update_function_configuration.Rd index 9a6756a381..839b25befe 100644 --- a/cran/paws.compute/man/lambda_update_function_configuration.Rd +++ b/cran/paws.compute/man/lambda_update_function_configuration.Rd @@ -70,9 +70,14 @@ execution.} \item{Runtime}{The identifier of the function's \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html}{runtime}. Runtime is required if the deployment package is a .zip file archive. +Specifying a runtime results in an error if you're deploying a function +using a container image. -The following list includes deprecated runtimes. For more information, -see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy}{Runtime deprecation policy}.} +The following list includes deprecated runtimes. Lambda blocks creating +new functions and updating existing functions shortly after each runtime +is deprecated. For more information, see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels}{Runtime use after deprecation}. + +For a list of all currently supported runtimes, see \href{https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported}{Supported runtimes}.} \item{DeadLetterConfig}{A dead-letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing. For diff --git a/cran/paws.compute/tests/testthat/test_ec2.R b/cran/paws.compute/tests/testthat/test_ec2.R index 531f302366..750f95772e 100644 --- a/cran/paws.compute/tests/testthat/test_ec2.R +++ b/cran/paws.compute/tests/testthat/test_ec2.R @@ -312,6 +312,14 @@ test_that("describe_ipam_byoasn", { expect_error(svc$describe_ipam_byoasn(MaxResults = 20), NA) }) +test_that("describe_ipam_external_resource_verification_tokens", { + expect_error(svc$describe_ipam_external_resource_verification_tokens(), NA) +}) + +test_that("describe_ipam_external_resource_verification_tokens", { + expect_error(svc$describe_ipam_external_resource_verification_tokens(MaxResults = 20), NA) +}) + test_that("describe_ipam_pools", { expect_error(svc$describe_ipam_pools(), NA) }) diff --git a/cran/paws.compute/tests/testthat/test_ecr.R b/cran/paws.compute/tests/testthat/test_ecr.R index 2928efccdc..fff005cec7 100644 --- a/cran/paws.compute/tests/testthat/test_ecr.R +++ b/cran/paws.compute/tests/testthat/test_ecr.R @@ -11,3 +11,7 @@ test_that("describe_registry", { test_that("describe_repositories", { expect_error(svc$describe_repositories(), NA) }) + +test_that("describe_repository_creation_templates", { + expect_error(svc$describe_repository_creation_templates(), NA) +}) diff --git a/cran/paws.customer.engagement/R/connect_interfaces.R b/cran/paws.customer.engagement/R/connect_interfaces.R index 0e0e6fd2ae..062578eea8 100644 --- a/cran/paws.customer.engagement/R/connect_interfaces.R +++ b/cran/paws.customer.engagement/R/connect_interfaces.R @@ -1717,7 +1717,7 @@ NULL .connect$list_realtime_contact_analysis_segments_v2_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Channel = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Segments = structure(list(structure(list(Transcript = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), Time = structure(list(AbsoluteTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure", union = TRUE)), Redaction = structure(list(CharacterOffsets = structure(list(structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Sentiment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Categories = structure(list(MatchedDetails = structure(list(structure(list(PointsOfInterest = structure(list(structure(list(TranscriptItems = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), CharacterOffsets = structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), Issues = structure(list(IssuesDetected = structure(list(structure(list(TranscriptItems = structure(list(structure(list(Content = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), CharacterOffsets = structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Event = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), EventType = structure(logical(0), tags = list(type = "string")), Time = structure(list(AbsoluteTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), Attachments = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), Attachments = structure(list(structure(list(AttachmentName = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), AttachmentId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Time = structure(list(AbsoluteTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Channel = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Segments = structure(list(structure(list(Transcript = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), Time = structure(list(AbsoluteTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure", union = TRUE)), Redaction = structure(list(CharacterOffsets = structure(list(structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Sentiment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Categories = structure(list(MatchedDetails = structure(list(structure(list(PointsOfInterest = structure(list(structure(list(TranscriptItems = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), CharacterOffsets = structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), Issues = structure(list(IssuesDetected = structure(list(structure(list(TranscriptItems = structure(list(structure(list(Content = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), CharacterOffsets = structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Event = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), EventType = structure(logical(0), tags = list(type = "string")), Time = structure(list(AbsoluteTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), Attachments = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), Attachments = structure(list(structure(list(AttachmentName = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), AttachmentId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Time = structure(list(AbsoluteTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), PostContactSummary = structure(list(Content = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), FailureCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2007,6 +2007,18 @@ NULL return(populate(args, shape)) } +.connect$search_agent_statuses_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(InstanceId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), SearchFilter = structure(list(AttributeFilter = structure(list(OrConditions = structure(list(structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), AndCondition = structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TagCondition = structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SearchCriteria = structure(list(OrConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), AndConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), StringCondition = structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), ComparisonType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.connect$search_agent_statuses_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(AgentStatuses = structure(list(structure(list(AgentStatusARN = structure(logical(0), tags = list(type = "string")), AgentStatusId = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), DisplayOrder = structure(logical(0), tags = list(type = "integer")), State = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), ApproximateTotalCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .connect$search_available_phone_numbers_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(TargetArn = structure(logical(0), tags = list(type = "string")), InstanceId = structure(logical(0), tags = list(type = "string")), PhoneNumberCountryCode = structure(logical(0), tags = list(type = "string")), PhoneNumberType = structure(logical(0), tags = list(type = "string")), PhoneNumberPrefix = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -2151,9 +2163,21 @@ NULL return(populate(args, shape)) } +.connect$search_user_hierarchy_groups_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(InstanceId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(box = TRUE, type = "integer")), SearchFilter = structure(list(AttributeFilter = structure(list(OrConditions = structure(list(structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), AndCondition = structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), TagCondition = structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SearchCriteria = structure(list(OrConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), AndConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), StringCondition = structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), ComparisonType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.connect$search_user_hierarchy_groups_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(UserHierarchyGroups = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), LevelId = structure(logical(0), tags = list(type = "string")), HierarchyPath = structure(list(LevelOne = structure(list(Id = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LevelTwo = structure(list(Id = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LevelThree = structure(list(Id = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LevelFour = structure(list(Id = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LevelFive = structure(list(Id = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), ApproximateTotalCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .connect$search_users_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(InstanceId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), SearchFilter = structure(list(TagFilter = structure(list(OrConditions = structure(list(structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "list")), AndConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TagCondition = structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserAttributeFilter = structure(list(OrConditions = structure(list(structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AndCondition = structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TagCondition = structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SearchCriteria = structure(list(OrConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), AndConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), StringCondition = structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), ComparisonType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(InstanceId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), SearchFilter = structure(list(TagFilter = structure(list(OrConditions = structure(list(structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "list")), AndConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TagCondition = structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserAttributeFilter = structure(list(OrConditions = structure(list(structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AndCondition = structure(list(TagConditions = structure(list(structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), TagCondition = structure(list(TagKey = structure(logical(0), tags = list(type = "string")), TagValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), SearchCriteria = structure(list(OrConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), AndConditions = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), StringCondition = structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), ComparisonType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ListCondition = structure(list(TargetListType = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(StringCondition = structure(list(FieldName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), ComparisonType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NumberCondition = structure(list(FieldName = structure(logical(0), tags = list(type = "string")), MinValue = structure(logical(0), tags = list(type = "integer")), MaxValue = structure(logical(0), tags = list(type = "integer")), ComparisonType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HierarchyGroupCondition = structure(list(Value = structure(logical(0), tags = list(type = "string")), HierarchyGroupMatchType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2517,7 +2541,7 @@ NULL .connect$update_contact_routing_data_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(InstanceId = structure(logical(0), tags = list(location = "uri", locationName = "InstanceId", type = "string")), ContactId = structure(logical(0), tags = list(location = "uri", locationName = "ContactId", type = "string")), QueueTimeAdjustmentSeconds = structure(logical(0), tags = list(type = "integer")), QueuePriority = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")) + shape <- structure(list(InstanceId = structure(logical(0), tags = list(location = "uri", locationName = "InstanceId", type = "string")), ContactId = structure(logical(0), tags = list(location = "uri", locationName = "ContactId", type = "string")), QueueTimeAdjustmentSeconds = structure(logical(0), tags = list(type = "integer")), QueuePriority = structure(logical(0), tags = list(type = "long")), RoutingCriteria = structure(list(Steps = structure(list(structure(list(Expiry = structure(list(DurationInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), Expression = structure(list(AttributeCondition = structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), ProficiencyLevel = structure(logical(0), tags = list(type = "float")), MatchCriteria = structure(list(AgentsCriteria = structure(list(AgentIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ComparisonOperator = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AndExpression = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list")), OrExpression = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.customer.engagement/R/connect_operations.R b/cran/paws.customer.engagement/R/connect_operations.R index d3037a3b23..33176ae7b3 100644 --- a/cran/paws.customer.engagement/R/connect_operations.R +++ b/cran/paws.customer.engagement/R/connect_operations.R @@ -1291,7 +1291,7 @@ connect_create_persistent_contact_association <- function(InstanceId, InitialCon #' instance #' #' @description -#' Creates a new predefined attribute for the specified Amazon Connect instance. +#' Creates a new predefined attribute for the specified Amazon Connect instance. *Predefined attributes* are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' See [https://www.paws-r-sdk.com/docs/connect_create_predefined_attribute/](https://www.paws-r-sdk.com/docs/connect_create_predefined_attribute/) for full documentation. #' @@ -2340,7 +2340,7 @@ connect_delete_prompt <- function(InstanceId, PromptId) { #' Deletes a queue #' #' @description -#' Deletes a queue. +#' Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website. #' #' See [https://www.paws-r-sdk.com/docs/connect_delete_queue/](https://www.paws-r-sdk.com/docs/connect_delete_queue/) for full documentation. #' @@ -3191,7 +3191,7 @@ connect_describe_phone_number <- function(PhoneNumberId) { #' instance #' #' @description -#' Describes a predefined attribute for the specified Amazon Connect instance. +#' Describes a predefined attribute for the specified Amazon Connect instance. *Predefined attributes* are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' See [https://www.paws-r-sdk.com/docs/connect_describe_predefined_attribute/](https://www.paws-r-sdk.com/docs/connect_describe_predefined_attribute/) for full documentation. #' @@ -3391,10 +3391,10 @@ connect_describe_rule <- function(InstanceId, RuleId) { } .connect$operations$describe_rule <- connect_describe_rule -#' Gets basic information about the security profle +#' Gets basic information about the security profile #' #' @description -#' Gets basic information about the security profle. +#' Gets basic information about the security profile. #' #' See [https://www.paws-r-sdk.com/docs/connect_describe_security_profile/](https://www.paws-r-sdk.com/docs/connect_describe_security_profile/) for full documentation. #' @@ -4820,6 +4820,8 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' #' - Agents #' +#' - Campaigns +#' #' - Channels #' #' - Feature @@ -4835,6 +4837,9 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' At least one filter must be passed from queues, routing profiles, #' agents, or user hierarchy groups. #' +#' For metrics for outbound campaigns analytics, you can also use campaigns +#' to satisfy at least one filter requirement. +#' #' To filter by phone number, see [Create a historical metrics #' report](https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html) #' in the *Amazon Connect Administrator Guide*. @@ -4845,9 +4850,10 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' single request. Valid filter keys: `AGENT` | #' `AGENT_HIERARCHY_LEVEL_ONE` | `AGENT_HIERARCHY_LEVEL_TWO` | #' `AGENT_HIERARCHY_LEVEL_THREE` | `AGENT_HIERARCHY_LEVEL_FOUR` | -#' `AGENT_HIERARCHY_LEVEL_FIVE` | `CASE_TEMPLATE_ARN` | `CASE_STATUS` | -#' `CHANNEL` | `contact/segmentAttributes/connect:Subtype` | `FEATURE` -#' | `FLOW_TYPE` | `FLOWS_NEXT_RESOURCE_ID` | +#' `AGENT_HIERARCHY_LEVEL_FIVE` | `ANSWERING_MACHINE_DETECTION_STATUS` +#' | `CAMPAIGN` | `CASE_TEMPLATE_ARN` | `CASE_STATUS` | `CHANNEL` | +#' `contact/segmentAttributes/connect:Subtype` | `DISCONNECT_REASON` | +#' `FEATURE` | `FLOW_TYPE` | `FLOWS_NEXT_RESOURCE_ID` | #' `FLOWS_NEXT_RESOURCE_QUEUE_ID` | `FLOWS_OUTCOME_TYPE` | #' `FLOWS_RESOURCE_ID` | `INITIATION_METHOD` | #' `RESOURCE_PUBLISHED_TIMESTAMP` | `ROUTING_PROFILE` | @@ -4883,6 +4889,9 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' Connect enabled as part of the flow #' #' This filter is available only for contact record-driven metrics. +#' +#' [Campaign](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-outbound-campaigns_Campaign.html) +#' ARNs are valid `filterValues` for the `CAMPAIGN` filter key. #' @param Groupings The grouping applied to the metrics that are returned. For example, when #' results are grouped by queue, the metrics returned are grouped by queue. #' The values that are returned apply to the metrics for each queue. They @@ -4893,11 +4902,12 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' Valid grouping keys: `AGENT` | `AGENT_HIERARCHY_LEVEL_ONE` | #' `AGENT_HIERARCHY_LEVEL_TWO` | `AGENT_HIERARCHY_LEVEL_THREE` | #' `AGENT_HIERARCHY_LEVEL_FOUR` | `AGENT_HIERARCHY_LEVEL_FIVE` | -#' `CASE_TEMPLATE_ARN` | `CASE_STATUS` | `CHANNEL` | -#' `contact/segmentAttributes/connect:Subtype` | `FLOWS_RESOURCE_ID` | -#' `FLOWS_MODULE_RESOURCE_ID` | `FLOW_TYPE` | `FLOWS_OUTCOME_TYPE` | -#' `INITIATION_METHOD` | `Q_CONNECT_ENABLED` | `QUEUE` | -#' `RESOURCE_PUBLISHED_TIMESTAMP` | `ROUTING_PROFILE` | +#' `ANSWERING_MACHINE_DETECTION_STATUS` | `CAMPAIGN` | `CASE_TEMPLATE_ARN` +#' | `CASE_STATUS` | `CHANNEL` | +#' `contact/segmentAttributes/connect:Subtype` | `DISCONNECT_REASON` | +#' `FLOWS_RESOURCE_ID` | `FLOWS_MODULE_RESOURCE_ID` | `FLOW_TYPE` | +#' `FLOWS_OUTCOME_TYPE` | `INITIATION_METHOD` | `Q_CONNECT_ENABLED` | +#' `QUEUE` | `RESOURCE_PUBLISHED_TIMESTAMP` | `ROUTING_PROFILE` | #' `ROUTING_STEP_EXPRESSION` #' @param Metrics [required] The metrics to retrieve. Specify the name, groupings, and filters for #' each metric. The following historical metrics are available. For a @@ -5122,6 +5132,18 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Average conversation #' duration](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical) #' +#' **AVG_DIALS_PER_MINUTE** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Count +#' +#' Valid groupings and filters: Campaign, Agent, Queue, Routing Profile +#' +#' UI name: [Average dials per +#' minute](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-dials-historical) +#' #' **AVG_FLOW_TIME** #' #' Unit: Seconds @@ -5321,6 +5343,50 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Average customer talk #' time](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical) #' +#' **AVG_WAIT_TIME_AFTER_CUSTOMER_CONNECTION** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Seconds +#' +#' Valid groupings and filters: Campaign +#' +#' UI name: [Average wait time after customer +#' connection](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical) +#' +#' **CAMPAIGN_CONTACTS_ABANDONED_AFTER_X** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Count +#' +#' Valid groupings and filters: Campaign, Agent +#' +#' Threshold: For `ThresholdValue`, enter any whole number from 1 to 604800 +#' (inclusive), in seconds. For `Comparison`, you must enter `GT` (for +#' *Greater than*). +#' +#' UI name: [Campaign contacts abandoned after +#' X](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-historical) +#' +#' **CAMPAIGN_CONTACTS_ABANDONED_AFTER_X_RATE** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Percent +#' +#' Valid groupings and filters: Campaign, Agent +#' +#' Threshold: For `ThresholdValue`, enter any whole number from 1 to 604800 +#' (inclusive), in seconds. For `Comparison`, you must enter `GT` (for +#' *Greater than*). +#' +#' UI name: [Campaign contacts abandoned after X +#' rate](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-rate-historical) +#' #' **CASES_CREATED** #' #' Unit: Count @@ -5330,7 +5396,7 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS #' #' UI name: [Cases -#' created](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical) +#' created](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-created-historical) #' #' **CONTACTS_CREATED** #' @@ -5464,7 +5530,8 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' (inclusive), in seconds. For `Comparison`, you must enter `LT` (for #' "Less than"). #' -#' UI name: This metric is not available in Amazon Connect admin website. +#' UI name: [Contacts removed from queue in X +#' seconds](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical) #' #' **CONTACTS_RESOLVED_IN_X** #' @@ -5524,6 +5591,41 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Current #' cases](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical) #' +#' **DELIVERY_ATTEMPTS** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Count +#' +#' Valid metric filter key: `ANSWERING_MACHINE_DETECTION_STATUS`, +#' `DISCONNECT_REASON` +#' +#' Valid groupings and filters: Campaign, Agent, Queue, Routing Profile, +#' Answering Machine Detection Status, Disconnect Reason +#' +#' UI name: [Delivery +#' attempts](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempts-historical) +#' +#' **DELIVERY_ATTEMPT_DISPOSITION_RATE** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics, and with the answering machine detection enabled. +#' +#' Unit: Percent +#' +#' Valid metric filter key: `ANSWERING_MACHINE_DETECTION_STATUS`, +#' `DISCONNECT_REASON` +#' +#' Valid groupings and filters: Campaign, Agent, Answering Machine +#' Detection Status, Disconnect Reason +#' +#' Answering Machine Detection Status and Disconnect Reason are valid +#' filters but not valid groupings. +#' +#' UI name: [Delivery attempt disposition +#' rate](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempt-disposition-rate-historical) +#' #' **FLOWS_OUTCOME** #' #' Unit: Count @@ -5549,6 +5651,18 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Flows #' started](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical) #' +#' **HUMAN_ANSWERED_CALLS** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics, and with the answering machine detection enabled. +#' +#' Unit: Count +#' +#' Valid groupings and filters: Campaign, Agent +#' +#' UI name: [Human +#' answered](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#human-answered-historical) +#' #' **MAX_FLOW_TIME** #' #' Unit: Seconds @@ -6968,7 +7082,7 @@ connect_list_phone_numbers_v2 <- function(TargetArn = NULL, InstanceId = NULL, M #' Lists predefined attributes for the specified Amazon Connect instance #' #' @description -#' Lists predefined attributes for the specified Amazon Connect instance. +#' Lists predefined attributes for the specified Amazon Connect instance. *Predefined attributes* are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' See [https://www.paws-r-sdk.com/docs/connect_list_predefined_attributes/](https://www.paws-r-sdk.com/docs/connect_list_predefined_attributes/) for full documentation. #' @@ -8115,6 +8229,44 @@ connect_resume_contact_recording <- function(InstanceId, ContactId, InitialConta } .connect$operations$resume_contact_recording <- connect_resume_contact_recording +#' Searches AgentStatuses in an Amazon Connect instance, with optional +#' filtering +#' +#' @description +#' Searches AgentStatuses in an Amazon Connect instance, with optional filtering. +#' +#' See [https://www.paws-r-sdk.com/docs/connect_search_agent_statuses/](https://www.paws-r-sdk.com/docs/connect_search_agent_statuses/) for full documentation. +#' +#' @param InstanceId [required] The identifier of the Amazon Connect instance. You can find the +#' instanceId in the ARN of the instance. +#' @param NextToken The token for the next set of results. Use the value returned in the +#' previous response in the next request to retrieve the next set of +#' results. +#' @param MaxResults The maximum number of results to return per page. +#' @param SearchFilter Filters to be applied to search results. +#' @param SearchCriteria The search criteria to be used to return agent statuses. +#' +#' @keywords internal +#' +#' @rdname connect_search_agent_statuses +connect_search_agent_statuses <- function(InstanceId, NextToken = NULL, MaxResults = NULL, SearchFilter = NULL, SearchCriteria = NULL) { + op <- new_operation( + name = "SearchAgentStatuses", + http_method = "POST", + http_path = "/search-agent-statuses", + host_prefix = "", + paginator = list(input_token = "NextToken", limit_key = "MaxResults", non_aggregate_keys = list( "ApproximateTotalCount"), output_token = "NextToken", result_key = "AgentStatuses") + ) + input <- .connect$search_agent_statuses_input(InstanceId = InstanceId, NextToken = NextToken, MaxResults = MaxResults, SearchFilter = SearchFilter, SearchCriteria = SearchCriteria) + output <- .connect$search_agent_statuses_output() + config <- get_config() + svc <- .connect$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.connect$operations$search_agent_statuses <- connect_search_agent_statuses + #' Searches for available phone numbers that you can claim to your Amazon #' Connect instance or traffic distribution group #' @@ -8323,10 +8475,10 @@ connect_search_hours_of_operations <- function(InstanceId, NextToken = NULL, Max } .connect$operations$search_hours_of_operations <- connect_search_hours_of_operations -#' Predefined attributes that meet certain criteria +#' Searches predefined attributes that meet certain criteria #' #' @description -#' Predefined attributes that meet certain criteria. +#' Searches predefined attributes that meet certain criteria. *Predefined attributes* are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' See [https://www.paws-r-sdk.com/docs/connect_search_predefined_attributes/](https://www.paws-r-sdk.com/docs/connect_search_predefined_attributes/) for full documentation. #' @@ -8494,6 +8646,24 @@ connect_search_quick_connects <- function(InstanceId, NextToken = NULL, MaxResul #' @param ResourceTypes The list of resource types to be used to search tags from. If not #' provided or if any empty list is provided, this API will search from all #' supported resource types. +#' +#' **Supported resource types** +#' +#' - AGENT +#' +#' - ROUTING_PROFILE +#' +#' - STANDARD_QUEUE +#' +#' - SECURITY_PROFILE +#' +#' - OPERATING_HOURS +#' +#' - PROMPT +#' +#' - CONTACT_FLOW +#' +#' - FLOW_MODULE #' @param NextToken The token for the next set of results. Use the value returned in the #' previous response in the next request to retrieve the next set of #' results. @@ -8611,6 +8781,44 @@ connect_search_security_profiles <- function(InstanceId, NextToken = NULL, MaxRe } .connect$operations$search_security_profiles <- connect_search_security_profiles +#' Searches UserHierarchyGroups in an Amazon Connect instance, with +#' optional filtering +#' +#' @description +#' Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering. +#' +#' See [https://www.paws-r-sdk.com/docs/connect_search_user_hierarchy_groups/](https://www.paws-r-sdk.com/docs/connect_search_user_hierarchy_groups/) for full documentation. +#' +#' @param InstanceId [required] The identifier of the Amazon Connect instance. You can find the +#' instanceId in the ARN of the instance. +#' @param NextToken The token for the next set of results. Use the value returned in the +#' previous response in the next request to retrieve the next set of +#' results. +#' @param MaxResults The maximum number of results to return per page. +#' @param SearchFilter Filters to be applied to search results. +#' @param SearchCriteria The search criteria to be used to return UserHierarchyGroups. +#' +#' @keywords internal +#' +#' @rdname connect_search_user_hierarchy_groups +connect_search_user_hierarchy_groups <- function(InstanceId, NextToken = NULL, MaxResults = NULL, SearchFilter = NULL, SearchCriteria = NULL) { + op <- new_operation( + name = "SearchUserHierarchyGroups", + http_method = "POST", + http_path = "/search-user-hierarchy-groups", + host_prefix = "", + paginator = list(input_token = "NextToken", limit_key = "MaxResults", non_aggregate_keys = list( "ApproximateTotalCount"), output_token = "NextToken", result_key = "UserHierarchyGroups") + ) + input <- .connect$search_user_hierarchy_groups_input(InstanceId = InstanceId, NextToken = NextToken, MaxResults = MaxResults, SearchFilter = SearchFilter, SearchCriteria = SearchCriteria) + output <- .connect$search_user_hierarchy_groups_output() + config <- get_config() + svc <- .connect$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.connect$operations$search_user_hierarchy_groups <- connect_search_user_hierarchy_groups + #' Searches users in an Amazon Connect instance, with optional filtering #' #' @description @@ -10030,11 +10238,13 @@ connect_update_contact_flow_name <- function(InstanceId, ContactFlowId, Name = N #' contacts is 5. You can raise the priority of a contact compared to other #' contacts in the queue by assigning them a higher priority, such as 1 or #' 2. +#' @param RoutingCriteria Updates the routing criteria on the contact. These properties can be +#' used to change how a contact is routed within the queue. #' #' @keywords internal #' #' @rdname connect_update_contact_routing_data -connect_update_contact_routing_data <- function(InstanceId, ContactId, QueueTimeAdjustmentSeconds = NULL, QueuePriority = NULL) { +connect_update_contact_routing_data <- function(InstanceId, ContactId, QueueTimeAdjustmentSeconds = NULL, QueuePriority = NULL, RoutingCriteria = NULL) { op <- new_operation( name = "UpdateContactRoutingData", http_method = "POST", @@ -10042,7 +10252,7 @@ connect_update_contact_routing_data <- function(InstanceId, ContactId, QueueTime host_prefix = "", paginator = list() ) - input <- .connect$update_contact_routing_data_input(InstanceId = InstanceId, ContactId = ContactId, QueueTimeAdjustmentSeconds = QueueTimeAdjustmentSeconds, QueuePriority = QueuePriority) + input <- .connect$update_contact_routing_data_input(InstanceId = InstanceId, ContactId = ContactId, QueueTimeAdjustmentSeconds = QueueTimeAdjustmentSeconds, QueuePriority = QueuePriority, RoutingCriteria = RoutingCriteria) output <- .connect$update_contact_routing_data_output() config <- get_config() svc <- .connect$service(config, op) @@ -10375,7 +10585,7 @@ connect_update_phone_number_metadata <- function(PhoneNumberId, PhoneNumberDescr #' Updates a predefined attribute for the specified Amazon Connect instance #' #' @description -#' Updates a predefined attribute for the specified Amazon Connect instance. +#' Updates a predefined attribute for the specified Amazon Connect instance. *Predefined attributes* are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' See [https://www.paws-r-sdk.com/docs/connect_update_predefined_attribute/](https://www.paws-r-sdk.com/docs/connect_update_predefined_attribute/) for full documentation. #' diff --git a/cran/paws.customer.engagement/R/connect_service.R b/cran/paws.customer.engagement/R/connect_service.R index f4063b6a29..883e8d061d 100644 --- a/cran/paws.customer.engagement/R/connect_service.R +++ b/cran/paws.customer.engagement/R/connect_service.R @@ -201,7 +201,7 @@ NULL #' \link[=connect_describe_quick_connect]{describe_quick_connect} \tab Describes the quick connect\cr #' \link[=connect_describe_routing_profile]{describe_routing_profile} \tab Describes the specified routing profile\cr #' \link[=connect_describe_rule]{describe_rule} \tab Describes a rule for the specified Amazon Connect instance\cr -#' \link[=connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profle\cr +#' \link[=connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profile\cr #' \link[=connect_describe_traffic_distribution_group]{describe_traffic_distribution_group} \tab Gets details and status of a traffic distribution group\cr #' \link[=connect_describe_user]{describe_user} \tab Describes the specified user\cr #' \link[=connect_describe_user_hierarchy_group]{describe_user_hierarchy_group} \tab Describes the specified hierarchy group\cr @@ -286,18 +286,20 @@ NULL #' \link[=connect_replicate_instance]{replicate_instance} \tab Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions\cr #' \link[=connect_resume_contact]{resume_contact} \tab Allows resuming a task contact in a paused state\cr #' \link[=connect_resume_contact_recording]{resume_contact_recording} \tab When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both\cr +#' \link[=connect_search_agent_statuses]{search_agent_statuses} \tab Searches AgentStatuses in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_available_phone_numbers]{search_available_phone_numbers} \tab Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group\cr #' \link[=connect_search_contact_flow_modules]{search_contact_flow_modules} \tab Searches the flow modules in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_contact_flows]{search_contact_flows} \tab Searches the contact flows in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_contacts]{search_contacts} \tab Searches contacts in an Amazon Connect instance\cr #' \link[=connect_search_hours_of_operations]{search_hours_of_operations} \tab Searches the hours of operation in an Amazon Connect instance, with optional filtering\cr -#' \link[=connect_search_predefined_attributes]{search_predefined_attributes} \tab Predefined attributes that meet certain criteria\cr +#' \link[=connect_search_predefined_attributes]{search_predefined_attributes} \tab Searches predefined attributes that meet certain criteria\cr #' \link[=connect_search_prompts]{search_prompts} \tab Searches prompts in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_queues]{search_queues} \tab Searches queues in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_quick_connects]{search_quick_connects} \tab Searches quick connects in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_resource_tags]{search_resource_tags} \tab Searches tags used in an Amazon Connect instance using optional search criteria\cr #' \link[=connect_search_routing_profiles]{search_routing_profiles} \tab Searches routing profiles in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_security_profiles]{search_security_profiles} \tab Searches security profiles in an Amazon Connect instance, with optional filtering\cr +#' \link[=connect_search_user_hierarchy_groups]{search_user_hierarchy_groups} \tab Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_users]{search_users} \tab Searches users in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_vocabularies]{search_vocabularies} \tab Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode\cr #' \link[=connect_send_chat_integration_event]{send_chat_integration_event} \tab Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect\cr diff --git a/cran/paws.customer.engagement/R/connectcontactlens_interfaces.R b/cran/paws.customer.engagement/R/connectcontactlens_interfaces.R index 4746854dda..58514e6fe0 100644 --- a/cran/paws.customer.engagement/R/connectcontactlens_interfaces.R +++ b/cran/paws.customer.engagement/R/connectcontactlens_interfaces.R @@ -11,6 +11,6 @@ NULL .connectcontactlens$list_realtime_contact_analysis_segments_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Segments = structure(list(structure(list(Transcript = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string")), BeginOffsetMillis = structure(logical(0), tags = list(type = "integer")), EndOffsetMillis = structure(logical(0), tags = list(type = "integer")), Sentiment = structure(logical(0), tags = list(type = "string")), IssuesDetected = structure(list(structure(list(CharacterOffsets = structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Categories = structure(list(MatchedCategories = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MatchedDetails = structure(list(structure(list(PointsOfInterest = structure(list(structure(list(BeginOffsetMillis = structure(logical(0), tags = list(type = "integer")), EndOffsetMillis = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Segments = structure(list(structure(list(Transcript = structure(list(Id = structure(logical(0), tags = list(type = "string")), ParticipantId = structure(logical(0), tags = list(type = "string")), ParticipantRole = structure(logical(0), tags = list(type = "string")), Content = structure(logical(0), tags = list(type = "string")), BeginOffsetMillis = structure(logical(0), tags = list(type = "integer")), EndOffsetMillis = structure(logical(0), tags = list(type = "integer")), Sentiment = structure(logical(0), tags = list(type = "string")), IssuesDetected = structure(list(structure(list(CharacterOffsets = structure(list(BeginOffsetChar = structure(logical(0), tags = list(type = "integer")), EndOffsetChar = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Categories = structure(list(MatchedCategories = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MatchedDetails = structure(list(structure(list(PointsOfInterest = structure(list(structure(list(BeginOffsetMillis = structure(logical(0), tags = list(type = "integer")), EndOffsetMillis = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), PostContactSummary = structure(list(Content = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), FailureCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.customer.engagement/R/connectcontactlens_operations.R b/cran/paws.customer.engagement/R/connectcontactlens_operations.R index 68295ce5f6..2709855b39 100644 --- a/cran/paws.customer.engagement/R/connectcontactlens_operations.R +++ b/cran/paws.customer.engagement/R/connectcontactlens_operations.R @@ -12,7 +12,7 @@ NULL #' #' @param InstanceId [required] The identifier of the Amazon Connect instance. #' @param ContactId [required] The identifier of the contact. -#' @param MaxResults The maximimum number of results to return per page. +#' @param MaxResults The maximum number of results to return per page. #' @param NextToken The token for the next set of results. Use the value returned in the #' previous response in the next request to retrieve the next set of #' results. diff --git a/cran/paws.customer.engagement/R/connectcontactlens_service.R b/cran/paws.customer.engagement/R/connectcontactlens_service.R index 3c986588b3..20ffb5e624 100644 --- a/cran/paws.customer.engagement/R/connectcontactlens_service.R +++ b/cran/paws.customer.engagement/R/connectcontactlens_service.R @@ -5,16 +5,22 @@ NULL #' Amazon Connect Contact Lens #' #' @description -#' Contact Lens for Amazon Connect enables you to analyze conversations -#' between customer and agents, by using speech transcription, natural -#' language processing, and intelligent search capabilities. It performs -#' sentiment analysis, detects issues, and enables you to automatically -#' categorize contacts. +#' - [Contact Lens +#' actions](https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Contact_Lens.html) #' -#' Contact Lens for Amazon Connect provides both real-time and post-call +#' - [Contact Lens data +#' types](https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Contact_Lens.html) +#' +#' Amazon Connect Contact Lens enables you to analyze conversations between +#' customer and agents, by using speech transcription, natural language +#' processing, and intelligent search capabilities. It performs sentiment +#' analysis, detects issues, and enables you to automatically categorize +#' contacts. +#' +#' Amazon Connect Contact Lens provides both real-time and post-call #' analytics of customer-agent conversations. For more information, see -#' [Analyze conversations using Contact -#' Lens](https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html) +#' [Analyze conversations using speech +#' analytics](https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html) #' in the *Amazon Connect Administrator Guide*. #' #' @param diff --git a/cran/paws.customer.engagement/R/pinpointsmsvoicev2_operations.R b/cran/paws.customer.engagement/R/pinpointsmsvoicev2_operations.R index e2f4985a89..08d8a976bd 100644 --- a/cran/paws.customer.engagement/R/pinpointsmsvoicev2_operations.R +++ b/cran/paws.customer.engagement/R/pinpointsmsvoicev2_operations.R @@ -126,13 +126,13 @@ pinpointsmsvoicev2_create_configuration_set <- function(ConfigurationSetName, Ta #' action. #' @param EventDestinationName [required] The name that identifies the event destination. #' @param MatchingEventTypes [required] An array of event types that determine which events to log. If "ALL" is -#' used, then Amazon Pinpoint logs every event type. +#' used, then AWS End User Messaging SMS and Voice logs every event type. #' #' The `TEXT_SENT` event type is not supported. #' @param CloudWatchLogsDestination An object that contains information about an event destination for #' logging to Amazon CloudWatch Logs. #' @param KinesisFirehoseDestination An object that contains information about an event destination for -#' logging to Amazon Kinesis Data Firehose. +#' logging to Amazon Data Firehose. #' @param SnsDestination An object that contains information about an event destination for #' logging to Amazon SNS. #' @param ClientToken Unique, case-sensitive identifier that you provide to ensure the @@ -209,11 +209,16 @@ pinpointsmsvoicev2_create_opt_out_list <- function(OptOutListName, Tags = NULL, #' find the values for PhoneNumberId and PhoneNumberArn while #' [`describe_sender_ids`][pinpointsmsvoicev2_describe_sender_ids] can be #' used to get the values for SenderId and SenderIdArn. +#' +#' After the pool is created you can add more origination identities to the +#' pool by using +#' [`associate_origination_identity`][pinpointsmsvoicev2_associate_origination_identity]. #' @param IsoCountryCode [required] The new two-character code, in ISO 3166-1 alpha-2 format, for the #' country or region of the new pool. #' @param MessageType [required] The type of message. Valid values are TRANSACTIONAL for messages that #' are critical or time-sensitive and PROMOTIONAL for messages that aren't -#' critical or time-sensitive. +#' critical or time-sensitive. After the pool is created the MessageType +#' can't be changed. #' @param DeletionProtectionEnabled By default this is set to false. When set to true the pool can't be #' deleted. You can change this value using the #' [`update_pool`][pinpointsmsvoicev2_update_pool] action. @@ -913,7 +918,7 @@ pinpointsmsvoicev2_delete_registration_field_value <- function(RegistrationId, F #' text messages #' #' @description -#' Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the `EnforcedLimit` to equal the `MaxLimit`, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see [Amazon Pinpoint quotas](https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html) in the *Amazon Pinpoint Developer Guide*. +#' Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the `EnforcedLimit` to equal the `MaxLimit`, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see [Quotas](https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html) in the *AWS End User Messaging SMS User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_text_message_spend_limit_override/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_text_message_spend_limit_override/) for full documentation. #' @@ -974,7 +979,7 @@ pinpointsmsvoicev2_delete_verified_destination_number <- function(VerifiedDestin #' messages #' #' @description -#' Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the `EnforcedLimit` equal to the `MaxLimit`, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see [Amazon Pinpoint quotas](https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html) in the *Amazon Pinpoint Developer Guide*. +#' Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the `EnforcedLimit` equal to the `MaxLimit`, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see [Quotas](https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html) in the *AWS End User Messaging SMS User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_voice_message_spend_limit_override/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_voice_message_spend_limit_override/) for full documentation. #' @@ -1033,11 +1038,11 @@ pinpointsmsvoicev2_describe_account_attributes <- function(NextToken = NULL, Max } .pinpointsmsvoicev2$operations$describe_account_attributes <- pinpointsmsvoicev2_describe_account_attributes -#' Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for -#' your account +#' Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 +#' resource quotas for your account #' #' @description -#' Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. +#' Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_account_limits/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_account_limits/) for full documentation. #' @@ -1610,11 +1615,11 @@ pinpointsmsvoicev2_describe_sender_ids <- function(SenderIds = NULL, Filters = N } .pinpointsmsvoicev2$operations$describe_sender_ids <- pinpointsmsvoicev2_describe_sender_ids -#' Describes the current Amazon Pinpoint monthly spend limits for sending -#' voice and text messages +#' Describes the current monthly spend limits for sending voice and text +#' messages #' #' @description -#' Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages. +#' Describes the current monthly spend limits for sending voice and text messages. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_spend_limits/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_spend_limits/) for full documentation. #' @@ -2097,7 +2102,7 @@ pinpointsmsvoicev2_release_sender_id <- function(SenderId, IsoCountryCode) { #' Request an origination phone number for use in your account #' #' @description -#' Request an origination phone number for use in your account. For more information on phone number request see [Requesting a number](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html) in the *Amazon Pinpoint User Guide*. +#' Request an origination phone number for use in your account. For more information on phone number request see [Request a phone number](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html) in the *AWS End User Messaging SMS User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_request_phone_number/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_request_phone_number/) for full documentation. #' @@ -2290,7 +2295,7 @@ pinpointsmsvoicev2_send_media_message <- function(DestinationPhoneNumber, Origin #' Creates a new text message and sends it to a recipient's phone number #' #' @description -#' Creates a new text message and sends it to a recipient's phone number. +#' Creates a new text message and sends it to a recipient's phone number. SendTextMessage only sends an SMS message to one recipient each time it is invoked. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_send_text_message/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_send_text_message/) for full documentation. #' @@ -2307,8 +2312,11 @@ pinpointsmsvoicev2_send_media_message <- function(DestinationPhoneNumber, Origin #' @param ConfigurationSetName The name of the configuration set to use. This can be either the #' ConfigurationSetName or ConfigurationSetArn. #' @param MaxPrice The maximum amount that you want to spend, in US dollars, per each text -#' message part. A text message can contain multiple parts. -#' @param TimeToLive How long the text message is valid for. By default this is 72 hours. +#' message. If the calculated amount to send the text message is greater +#' than `MaxPrice`, the message is not sent and an error is returned. +#' @param TimeToLive How long the text message is valid for, in seconds. By default this is +#' 72 hours. If the messages isn't handed off before the TTL expires we +#' stop attempting to hand off the message and return `TTL_EXPIRED` event. #' @param Context You can specify custom data in this field. If you do, that data is #' logged to the event destination. #' @param DestinationCountryParameters This field is used for any country-specific registration requirements. @@ -2316,8 +2324,26 @@ pinpointsmsvoicev2_send_media_message <- function(DestinationPhoneNumber, Origin #' recipients in India using a sender ID. For more information see [Special #' requirements for sending SMS messages to recipients in #' India](https://docs.aws.amazon.com/sms-voice/latest/userguide/registrations-sms-senderid-india.html). +#' +#' - `IN_ENTITY_ID` The entity ID or Principal Entity (PE) ID that you +#' received after completing the sender ID registration process. +#' +#' - `IN_TEMPLATE_ID` The template ID that you received after completing +#' the sender ID registration process. +#' +#' Make sure that the Template ID that you specify matches your message +#' template exactly. If your message doesn't match the template that +#' you provided during the registration process, the mobile carriers +#' might reject your message. #' @param DryRun When set to true, the message is checked and validated, but isn't sent -#' to the end recipient. +#' to the end recipient. You are not charged for using `DryRun`. +#' +#' The Message Parts per Second (MPS) limit when using `DryRun` is five. If +#' your origination identity has a lower MPS limit then the lower MPS limit +#' is used. For more information about MPS limits, see [Message Parts per +#' Second (MPS) +#' limits](https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html) +#' in the *AWS End User Messaging SMS User Guide*.. #' @param ProtectConfigurationId The unique identifier for the protect configuration. #' #' @keywords internal @@ -2341,11 +2367,10 @@ pinpointsmsvoicev2_send_text_message <- function(DestinationPhoneNumber, Origina } .pinpointsmsvoicev2$operations$send_text_message <- pinpointsmsvoicev2_send_text_message -#' Allows you to send a request that sends a voice message through Amazon -#' Pinpoint +#' Allows you to send a request that sends a voice message #' #' @description -#' Allows you to send a request that sends a voice message through Amazon Pinpoint. This operation uses [Amazon Polly](https://aws.amazon.com/polly/) to convert a text script into a voice message. +#' Allows you to send a request that sends a voice message. This operation uses [Amazon Polly](https://aws.amazon.com/polly/) to convert a text script into a voice message. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_send_voice_message/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_send_voice_message/) for full documentation. #' @@ -2621,11 +2646,10 @@ pinpointsmsvoicev2_submit_registration_version <- function(RegistrationId) { } .pinpointsmsvoicev2$operations$submit_registration_version <- pinpointsmsvoicev2_submit_registration_version -#' Adds or overwrites only the specified tags for the specified Amazon -#' Pinpoint SMS Voice, version 2 resource +#' Adds or overwrites only the specified tags for the specified resource #' #' @description -#' Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see [Tagging Amazon Pinpoint resources](https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html) in the *Amazon Pinpoint Developer Guide*. +#' Adds or overwrites only the specified tags for the specified resource. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see [Tags](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html) in the *AWS End User Messaging SMS User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_tag_resource/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_tag_resource/) for full documentation. #' @@ -2654,11 +2678,10 @@ pinpointsmsvoicev2_tag_resource <- function(ResourceArn, Tags) { } .pinpointsmsvoicev2$operations$tag_resource <- pinpointsmsvoicev2_tag_resource -#' Removes the association of the specified tags from an Amazon Pinpoint -#' SMS Voice V2 resource +#' Removes the association of the specified tags from a resource #' #' @description -#' Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource. For more information on tags see [Tagging Amazon Pinpoint resources](https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html) in the *Amazon Pinpoint Developer Guide*. +#' Removes the association of the specified tags from a resource. For more information on tags see [Tags](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html) in the *AWS End User Messaging SMS User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_untag_resource/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_untag_resource/) for full documentation. #' @@ -2689,7 +2712,7 @@ pinpointsmsvoicev2_untag_resource <- function(ResourceArn, TagKeys) { #' Updates an existing event destination in a configuration set #' #' @description -#' Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Kinesis Data Firehose. You can also enable or disable the event destination. +#' Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Firehose. You can also enable or disable the event destination. #' #' See [https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_event_destination/](https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_event_destination/) for full documentation. #' @@ -2703,7 +2726,7 @@ pinpointsmsvoicev2_untag_resource <- function(ResourceArn, TagKeys) { #' @param CloudWatchLogsDestination An object that contains information about an event destination that #' sends data to CloudWatch Logs. #' @param KinesisFirehoseDestination An object that contains information about an event destination for -#' logging to Kinesis Data Firehose. +#' logging to Firehose. #' @param SnsDestination An object that contains information about an event destination that #' sends data to Amazon SNS. #' @@ -2743,11 +2766,11 @@ pinpointsmsvoicev2_update_event_destination <- function(ConfigurationSetName, Ev #' @param TwoWayChannelRole An optional IAM Role Arn for a service to assume, to be able to post #' inbound SMS messages. #' @param SelfManagedOptOutsEnabled By default this is set to false. When an end recipient sends a message -#' that begins with HELP or STOP to one of your dedicated numbers, Amazon -#' Pinpoint automatically replies with a customizable message and adds the -#' end recipient to the OptOutList. When set to true you're responsible for -#' responding to HELP and STOP requests. You're also responsible for -#' tracking and honoring opt-out requests. +#' that begins with HELP or STOP to one of your dedicated numbers, AWS End +#' User Messaging SMS and Voice automatically replies with a customizable +#' message and adds the end recipient to the OptOutList. When set to true +#' you're responsible for responding to HELP and STOP requests. You're also +#' responsible for tracking and honoring opt-out requests. #' @param OptOutListName The OptOutList to add the phone number to. Valid values for this field #' can be either the OutOutListName or OutOutListArn. #' @param DeletionProtectionEnabled By default this is set to false. When set to true the phone number can't @@ -2789,11 +2812,11 @@ pinpointsmsvoicev2_update_phone_number <- function(PhoneNumberId, TwoWayEnabled #' @param TwoWayChannelRole An optional IAM Role Arn for a service to assume, to be able to post #' inbound SMS messages. #' @param SelfManagedOptOutsEnabled By default this is set to false. When an end recipient sends a message -#' that begins with HELP or STOP to one of your dedicated numbers, Amazon -#' Pinpoint automatically replies with a customizable message and adds the -#' end recipient to the OptOutList. When set to true you're responsible for -#' responding to HELP and STOP requests. You're also responsible for -#' tracking and honoring opt-out requests. +#' that begins with HELP or STOP to one of your dedicated numbers, AWS End +#' User Messaging SMS and Voice automatically replies with a customizable +#' message and adds the end recipient to the OptOutList. When set to true +#' you're responsible for responding to HELP and STOP requests. You're also +#' responsible for tracking and honoring opt-out requests. #' @param OptOutListName The OptOutList to associate with the pool. Valid values are either #' OptOutListName or OptOutListArn. #' @param SharedRoutesEnabled Indicates whether shared routes are enabled for the pool. @@ -2867,7 +2890,7 @@ pinpointsmsvoicev2_update_protect_configuration <- function(ProtectConfiguration #' two-letter ISO country code. For a list of supported ISO country codes, #' see [Supported countries and regions (SMS #' channel)](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-sms-by-country.html) -#' in the Amazon Pinpoint SMS user guide. +#' in the AWS End User Messaging SMS User Guide. #' #' @keywords internal #' diff --git a/cran/paws.customer.engagement/R/pinpointsmsvoicev2_service.R b/cran/paws.customer.engagement/R/pinpointsmsvoicev2_service.R index 67290bdf77..e8aab42f70 100644 --- a/cran/paws.customer.engagement/R/pinpointsmsvoicev2_service.R +++ b/cran/paws.customer.engagement/R/pinpointsmsvoicev2_service.R @@ -5,31 +5,32 @@ NULL #' Amazon Pinpoint SMS Voice V2 #' #' @description -#' Welcome to the *Amazon Pinpoint SMS and Voice, version 2 API Reference*. -#' This guide provides information about Amazon Pinpoint SMS and Voice, -#' version 2 API resources, including supported HTTP methods, parameters, -#' and schemas. +#' Welcome to the *AWS End User Messaging SMS and Voice, version 2 API +#' Reference*. This guide provides information about AWS End User Messaging +#' SMS and Voice, version 2 API resources, including supported HTTP +#' methods, parameters, and schemas. #' #' Amazon Pinpoint is an Amazon Web Services service that you can use to -#' engage with your recipients across multiple messaging channels. The -#' Amazon Pinpoint SMS and Voice, version 2 API provides programmatic -#' access to options that are unique to the SMS and voice channels. Amazon -#' Pinpoint SMS and Voice, version 2 resources such as phone numbers, +#' engage with your recipients across multiple messaging channels. The AWS +#' End User Messaging SMS and Voice, version 2 API provides programmatic +#' access to options that are unique to the SMS and voice channels. AWS End +#' User Messaging SMS and Voice, version 2 resources such as phone numbers, #' sender IDs, and opt-out lists can be used by the Amazon Pinpoint API. #' -#' If you're new to Amazon Pinpoint SMS, it's also helpful to review the -#' [Amazon Pinpoint SMS User +#' If you're new to AWS End User Messaging SMS and Voice, it's also helpful +#' to review the [AWS End User Messaging SMS User #' Guide](https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html). -#' The *Amazon Pinpoint Developer Guide* provides tutorials, code samples, -#' and procedures that demonstrate how to use Amazon Pinpoint SMS features -#' programmatically and how to integrate Amazon Pinpoint functionality into -#' mobile apps and other types of applications. The guide also provides key -#' information, such as Amazon Pinpoint integration with other Amazon Web -#' Services services, and the quotas that apply to use of the service. +#' The *AWS End User Messaging SMS User Guide* provides tutorials, code +#' samples, and procedures that demonstrate how to use AWS End User +#' Messaging SMS and Voice features programmatically and how to integrate +#' functionality into mobile apps and other types of applications. The +#' guide also provides key information, such as AWS End User Messaging SMS +#' and Voice integration with other Amazon Web Services services, and the +#' quotas that apply to use of the service. #' #' **Regional availability** #' -#' The *Amazon Pinpoint SMS and Voice, version 2 API Reference* is +#' The *AWS End User Messaging SMS and Voice version 2 API Reference* is #' available in several Amazon Web Services Regions and it provides an #' endpoint for each of these Regions. For a list of all the Regions and #' endpoints where the API is currently available, see [Amazon Web Services @@ -164,7 +165,7 @@ NULL #' \link[=pinpointsmsvoicev2_delete_verified_destination_number]{delete_verified_destination_number} \tab Delete a verified destination phone number\cr #' \link[=pinpointsmsvoicev2_delete_voice_message_spend_limit_override]{delete_voice_message_spend_limit_override} \tab Deletes an account level monthly spend limit override for sending voice messages\cr #' \link[=pinpointsmsvoicev2_describe_account_attributes]{describe_account_attributes} \tab Describes attributes of your Amazon Web Services account\cr -#' \link[=pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account\cr +#' \link[=pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account\cr #' \link[=pinpointsmsvoicev2_describe_configuration_sets]{describe_configuration_sets} \tab Describes the specified configuration sets or all in your account\cr #' \link[=pinpointsmsvoicev2_describe_keywords]{describe_keywords} \tab Describes the specified keywords or all keywords on your origination phone number or pool\cr #' \link[=pinpointsmsvoicev2_describe_opted_out_numbers]{describe_opted_out_numbers} \tab Describes the specified opted out destination numbers or all opted out destination numbers in an opt-out list\cr @@ -180,7 +181,7 @@ NULL #' \link[=pinpointsmsvoicev2_describe_registration_type_definitions]{describe_registration_type_definitions} \tab Retrieves the specified registration type definitions\cr #' \link[=pinpointsmsvoicev2_describe_registration_versions]{describe_registration_versions} \tab Retrieves the specified registration version\cr #' \link[=pinpointsmsvoicev2_describe_sender_ids]{describe_sender_ids} \tab Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account\cr -#' \link[=pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages\cr +#' \link[=pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current monthly spend limits for sending voice and text messages\cr #' \link[=pinpointsmsvoicev2_describe_verified_destination_numbers]{describe_verified_destination_numbers} \tab Retrieves the specified verified destiona numbers\cr #' \link[=pinpointsmsvoicev2_disassociate_origination_identity]{disassociate_origination_identity} \tab Removes the specified origination identity from an existing pool\cr #' \link[=pinpointsmsvoicev2_disassociate_protect_configuration]{disassociate_protect_configuration} \tab Disassociate a protect configuration from a configuration set\cr @@ -199,7 +200,7 @@ NULL #' \link[=pinpointsmsvoicev2_send_destination_number_verification_code]{send_destination_number_verification_code} \tab Before you can send test messages to a verified destination phone number you need to opt-in the verified destination phone number\cr #' \link[=pinpointsmsvoicev2_send_media_message]{send_media_message} \tab Creates a new multimedia message (MMS) and sends it to a recipient's phone number\cr #' \link[=pinpointsmsvoicev2_send_text_message]{send_text_message} \tab Creates a new text message and sends it to a recipient's phone number\cr -#' \link[=pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message through Amazon Pinpoint\cr +#' \link[=pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message\cr #' \link[=pinpointsmsvoicev2_set_account_default_protect_configuration]{set_account_default_protect_configuration} \tab Set a protect configuration as your account default\cr #' \link[=pinpointsmsvoicev2_set_default_message_type]{set_default_message_type} \tab Sets the default message type on a configuration set\cr #' \link[=pinpointsmsvoicev2_set_default_sender_id]{set_default_sender_id} \tab Sets default sender ID on a configuration set\cr @@ -207,8 +208,8 @@ NULL #' \link[=pinpointsmsvoicev2_set_text_message_spend_limit_override]{set_text_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending text messages\cr #' \link[=pinpointsmsvoicev2_set_voice_message_spend_limit_override]{set_voice_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending voice messages\cr #' \link[=pinpointsmsvoicev2_submit_registration_version]{submit_registration_version} \tab Submit the specified registration for review and approval\cr -#' \link[=pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource\cr -#' \link[=pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource\cr +#' \link[=pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified resource\cr +#' \link[=pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from a resource\cr #' \link[=pinpointsmsvoicev2_update_event_destination]{update_event_destination} \tab Updates an existing event destination in a configuration set\cr #' \link[=pinpointsmsvoicev2_update_phone_number]{update_phone_number} \tab Updates the configuration of an existing origination phone number\cr #' \link[=pinpointsmsvoicev2_update_pool]{update_pool} \tab Updates the configuration of an existing pool\cr diff --git a/cran/paws.customer.engagement/R/ses_interfaces.R b/cran/paws.customer.engagement/R/ses_interfaces.R index 35b8714c29..5840a52a66 100644 --- a/cran/paws.customer.engagement/R/ses_interfaces.R +++ b/cran/paws.customer.engagement/R/ses_interfaces.R @@ -75,7 +75,7 @@ NULL .ses$create_receipt_rule_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(RuleSetName = structure(logical(0), tags = list(type = "string")), After = structure(logical(0), tags = list(type = "string")), Rule = structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(RuleSetName = structure(logical(0), tags = list(type = "string")), After = structure(logical(0), tags = list(type = "string")), Rule = structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -245,7 +245,7 @@ NULL .ses$describe_active_receipt_rule_set_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Metadata = structure(list(Name = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), Rules = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeActiveReceiptRuleSetResult")) + shape <- structure(list(Metadata = structure(list(Name = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), Rules = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeActiveReceiptRuleSetResult")) return(populate(args, shape)) } @@ -269,7 +269,7 @@ NULL .ses$describe_receipt_rule_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Rule = structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure", resultWrapper = "DescribeReceiptRuleResult")) + shape <- structure(list(Rule = structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure", resultWrapper = "DescribeReceiptRuleResult")) return(populate(args, shape)) } @@ -281,7 +281,7 @@ NULL .ses$describe_receipt_rule_set_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Metadata = structure(list(Name = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), Rules = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeReceiptRuleSetResult")) + shape <- structure(list(Metadata = structure(list(Name = structure(logical(0), tags = list(type = "string")), CreatedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), Rules = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeReceiptRuleSetResult")) return(populate(args, shape)) } @@ -763,7 +763,7 @@ NULL .ses$update_receipt_rule_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(RuleSetName = structure(logical(0), tags = list(type = "string")), Rule = structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(RuleSetName = structure(logical(0), tags = list(type = "string")), Rule = structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), TlsPolicy = structure(logical(0), tags = list(type = "string")), Recipients = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Actions = structure(list(structure(list(S3Action = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), BucketName = structure(logical(0), tags = list(type = "string")), ObjectKeyPrefix = structure(logical(0), tags = list(type = "string")), KmsKeyArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), BounceAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), SmtpReplyCode = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), Sender = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkmailAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), OrganizationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LambdaAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), FunctionArn = structure(logical(0), tags = list(type = "string")), InvocationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StopAction = structure(list(Scope = structure(logical(0), tags = list(type = "string")), TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AddHeaderAction = structure(list(HeaderName = structure(logical(0), tags = list(type = "string")), HeaderValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SNSAction = structure(list(TopicArn = structure(logical(0), tags = list(type = "string")), Encoding = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ScanEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.customer.engagement/R/ses_operations.R b/cran/paws.customer.engagement/R/ses_operations.R index fdf28279c8..e160aece70 100644 --- a/cran/paws.customer.engagement/R/ses_operations.R +++ b/cran/paws.customer.engagement/R/ses_operations.R @@ -1614,7 +1614,7 @@ ses_send_bounce <- function(OriginalMessageId, BounceSender, Explanation = NULL, #' [`send_bulk_templated_email`][ses_send_bulk_templated_email]. #' @param Template [required] The template to use when sending this email. #' @param TemplateArn The ARN of the template to use when sending this email. -#' @param DefaultTemplateData A list of replacement values to apply to the template when replacement +#' @param DefaultTemplateData [required] A list of replacement values to apply to the template when replacement #' data is not specified in a Destination object. These values act as a #' default or fallback option when no other data is available. #' @@ -1628,7 +1628,7 @@ ses_send_bounce <- function(OriginalMessageId, BounceSender, Explanation = NULL, #' @keywords internal #' #' @rdname ses_send_bulk_templated_email -ses_send_bulk_templated_email <- function(Source, SourceArn = NULL, ReplyToAddresses = NULL, ReturnPath = NULL, ReturnPathArn = NULL, ConfigurationSetName = NULL, DefaultTags = NULL, Template, TemplateArn = NULL, DefaultTemplateData = NULL, Destinations) { +ses_send_bulk_templated_email <- function(Source, SourceArn = NULL, ReplyToAddresses = NULL, ReturnPath = NULL, ReturnPathArn = NULL, ConfigurationSetName = NULL, DefaultTags = NULL, Template, TemplateArn = NULL, DefaultTemplateData, Destinations) { op <- new_operation( name = "SendBulkTemplatedEmail", http_method = "POST", diff --git a/cran/paws.customer.engagement/R/sesv2_interfaces.R b/cran/paws.customer.engagement/R/sesv2_interfaces.R index 4a2be6b8a1..f195d1c7ca 100644 --- a/cran/paws.customer.engagement/R/sesv2_interfaces.R +++ b/cran/paws.customer.engagement/R/sesv2_interfaces.R @@ -299,7 +299,7 @@ NULL .sesv2$get_account_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DedicatedIpAutoWarmupEnabled = structure(logical(0), tags = list(type = "boolean")), EnforcementStatus = structure(logical(0), tags = list(type = "string")), ProductionAccessEnabled = structure(logical(0), tags = list(type = "boolean")), SendQuota = structure(list(Max24HourSend = structure(logical(0), tags = list(type = "double")), MaxSendRate = structure(logical(0), tags = list(type = "double")), SentLast24Hours = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), SendingEnabled = structure(logical(0), tags = list(type = "boolean")), SuppressionAttributes = structure(list(SuppressedReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Details = structure(list(MailType = structure(logical(0), tags = list(type = "string")), WebsiteURL = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactLanguage = structure(logical(0), tags = list(type = "string")), UseCaseDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AdditionalContactEmailAddresses = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), ReviewDetails = structure(list(Status = structure(logical(0), tags = list(type = "string")), CaseId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), VdmAttributes = structure(list(VdmEnabled = structure(logical(0), tags = list(type = "string")), DashboardAttributes = structure(list(EngagementMetrics = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GuardianAttributes = structure(list(OptimizedSharedDelivery = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DedicatedIpAutoWarmupEnabled = structure(logical(0), tags = list(type = "boolean")), EnforcementStatus = structure(logical(0), tags = list(type = "string")), ProductionAccessEnabled = structure(logical(0), tags = list(type = "boolean")), SendQuota = structure(list(Max24HourSend = structure(logical(0), tags = list(type = "double")), MaxSendRate = structure(logical(0), tags = list(type = "double")), SentLast24Hours = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), SendingEnabled = structure(logical(0), tags = list(type = "boolean")), SuppressionAttributes = structure(list(SuppressedReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), Details = structure(list(MailType = structure(logical(0), tags = list(type = "string")), WebsiteURL = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactLanguage = structure(logical(0), tags = list(type = "string")), UseCaseDescription = structure(logical(0), tags = list(type = "string", deprecated = TRUE, deprecatedMessage = "Use case description is optional and deprecated", sensitive = TRUE)), AdditionalContactEmailAddresses = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), ReviewDetails = structure(list(Status = structure(logical(0), tags = list(type = "string")), CaseId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), VdmAttributes = structure(list(VdmEnabled = structure(logical(0), tags = list(type = "string")), DashboardAttributes = structure(list(EngagementMetrics = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GuardianAttributes = structure(list(OptimizedSharedDelivery = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -725,7 +725,7 @@ NULL .sesv2$put_account_details_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(MailType = structure(logical(0), tags = list(type = "string")), WebsiteURL = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactLanguage = structure(logical(0), tags = list(type = "string")), UseCaseDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), AdditionalContactEmailAddresses = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), ProductionAccessEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) + shape <- structure(list(MailType = structure(logical(0), tags = list(type = "string")), WebsiteURL = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ContactLanguage = structure(logical(0), tags = list(type = "string")), UseCaseDescription = structure(logical(0), tags = list(type = "string", deprecated = TRUE, deprecatedMessage = "Use case description is optional and deprecated", sensitive = TRUE)), AdditionalContactEmailAddresses = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list", sensitive = TRUE)), ProductionAccessEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.customer.engagement/R/sesv2_operations.R b/cran/paws.customer.engagement/R/sesv2_operations.R index bc017f7065..b569f3f133 100644 --- a/cran/paws.customer.engagement/R/sesv2_operations.R +++ b/cran/paws.customer.engagement/R/sesv2_operations.R @@ -2085,7 +2085,7 @@ sesv2_put_account_dedicated_ip_warmup_attributes <- function(AutoWarmupEnabled = #' @param WebsiteURL [required] The URL of your website. This information helps us better understand the #' type of content that you plan to send. #' @param ContactLanguage The language you would prefer to be contacted with. -#' @param UseCaseDescription [required] A description of the types of email that you plan to send. +#' @param UseCaseDescription A description of the types of email that you plan to send. #' @param AdditionalContactEmailAddresses Additional email addresses that you would like to be notified regarding #' Amazon SES matters. #' @param ProductionAccessEnabled Indicates whether or not your account should have production access in @@ -2103,7 +2103,7 @@ sesv2_put_account_dedicated_ip_warmup_attributes <- function(AutoWarmupEnabled = #' @keywords internal #' #' @rdname sesv2_put_account_details -sesv2_put_account_details <- function(MailType, WebsiteURL, ContactLanguage = NULL, UseCaseDescription, AdditionalContactEmailAddresses = NULL, ProductionAccessEnabled = NULL) { +sesv2_put_account_details <- function(MailType, WebsiteURL, ContactLanguage = NULL, UseCaseDescription = NULL, AdditionalContactEmailAddresses = NULL, ProductionAccessEnabled = NULL) { op <- new_operation( name = "PutAccountDetails", http_method = "POST", diff --git a/cran/paws.customer.engagement/man/connect.Rd b/cran/paws.customer.engagement/man/connect.Rd index fe17dee739..5df7f0ffdf 100644 --- a/cran/paws.customer.engagement/man/connect.Rd +++ b/cran/paws.customer.engagement/man/connect.Rd @@ -196,7 +196,7 @@ using an endpoint. For a list of Amazon Connect endpoints, see \href{https://doc \link[=connect_describe_quick_connect]{describe_quick_connect} \tab Describes the quick connect\cr \link[=connect_describe_routing_profile]{describe_routing_profile} \tab Describes the specified routing profile\cr \link[=connect_describe_rule]{describe_rule} \tab Describes a rule for the specified Amazon Connect instance\cr -\link[=connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profle\cr +\link[=connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profile\cr \link[=connect_describe_traffic_distribution_group]{describe_traffic_distribution_group} \tab Gets details and status of a traffic distribution group\cr \link[=connect_describe_user]{describe_user} \tab Describes the specified user\cr \link[=connect_describe_user_hierarchy_group]{describe_user_hierarchy_group} \tab Describes the specified hierarchy group\cr @@ -281,18 +281,20 @@ using an endpoint. For a list of Amazon Connect endpoints, see \href{https://doc \link[=connect_replicate_instance]{replicate_instance} \tab Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions\cr \link[=connect_resume_contact]{resume_contact} \tab Allows resuming a task contact in a paused state\cr \link[=connect_resume_contact_recording]{resume_contact_recording} \tab When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both\cr +\link[=connect_search_agent_statuses]{search_agent_statuses} \tab Searches AgentStatuses in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_available_phone_numbers]{search_available_phone_numbers} \tab Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group\cr \link[=connect_search_contact_flow_modules]{search_contact_flow_modules} \tab Searches the flow modules in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_contact_flows]{search_contact_flows} \tab Searches the contact flows in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_contacts]{search_contacts} \tab Searches contacts in an Amazon Connect instance\cr \link[=connect_search_hours_of_operations]{search_hours_of_operations} \tab Searches the hours of operation in an Amazon Connect instance, with optional filtering\cr -\link[=connect_search_predefined_attributes]{search_predefined_attributes} \tab Predefined attributes that meet certain criteria\cr +\link[=connect_search_predefined_attributes]{search_predefined_attributes} \tab Searches predefined attributes that meet certain criteria\cr \link[=connect_search_prompts]{search_prompts} \tab Searches prompts in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_queues]{search_queues} \tab Searches queues in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_quick_connects]{search_quick_connects} \tab Searches quick connects in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_resource_tags]{search_resource_tags} \tab Searches tags used in an Amazon Connect instance using optional search criteria\cr \link[=connect_search_routing_profiles]{search_routing_profiles} \tab Searches routing profiles in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_security_profiles]{search_security_profiles} \tab Searches security profiles in an Amazon Connect instance, with optional filtering\cr +\link[=connect_search_user_hierarchy_groups]{search_user_hierarchy_groups} \tab Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_users]{search_users} \tab Searches users in an Amazon Connect instance, with optional filtering\cr \link[=connect_search_vocabularies]{search_vocabularies} \tab Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode\cr \link[=connect_send_chat_integration_event]{send_chat_integration_event} \tab Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect\cr diff --git a/cran/paws.customer.engagement/man/connect_create_predefined_attribute.Rd b/cran/paws.customer.engagement/man/connect_create_predefined_attribute.Rd index 43f7593bda..594e62d3eb 100644 --- a/cran/paws.customer.engagement/man/connect_create_predefined_attribute.Rd +++ b/cran/paws.customer.engagement/man/connect_create_predefined_attribute.Rd @@ -16,7 +16,7 @@ ID in the Amazon Resource Name (ARN) of the instance.} \item{Values}{[required] The values of the predefined attribute.} } \description{ -Creates a new predefined attribute for the specified Amazon Connect instance. +Creates a new predefined attribute for the specified Amazon Connect instance. \emph{Predefined attributes} are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see \href{https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html}{Create predefined attributes for routing contacts to agents}. See \url{https://www.paws-r-sdk.com/docs/connect_create_predefined_attribute/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connect_delete_queue.Rd b/cran/paws.customer.engagement/man/connect_delete_queue.Rd index aa2e50e58f..e740e30bea 100644 --- a/cran/paws.customer.engagement/man/connect_delete_queue.Rd +++ b/cran/paws.customer.engagement/man/connect_delete_queue.Rd @@ -13,7 +13,7 @@ in the Amazon Resource Name (ARN) of the instance.} \item{QueueId}{[required] The identifier for the queue.} } \description{ -Deletes a queue. +Deletes a queue. It isn't possible to delete a queue by using the Amazon Connect admin website. See \url{https://www.paws-r-sdk.com/docs/connect_delete_queue/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connect_describe_predefined_attribute.Rd b/cran/paws.customer.engagement/man/connect_describe_predefined_attribute.Rd index d0f36e2aa9..3681bc6b4e 100644 --- a/cran/paws.customer.engagement/man/connect_describe_predefined_attribute.Rd +++ b/cran/paws.customer.engagement/man/connect_describe_predefined_attribute.Rd @@ -14,7 +14,7 @@ ID in the Amazon Resource Name (ARN) of the instance.} \item{Name}{[required] The name of the predefined attribute.} } \description{ -Describes a predefined attribute for the specified Amazon Connect instance. +Describes a predefined attribute for the specified Amazon Connect instance. \emph{Predefined attributes} are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see \href{https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html}{Create predefined attributes for routing contacts to agents}. See \url{https://www.paws-r-sdk.com/docs/connect_describe_predefined_attribute/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connect_describe_security_profile.Rd b/cran/paws.customer.engagement/man/connect_describe_security_profile.Rd index 3d903b223f..c40cddb733 100644 --- a/cran/paws.customer.engagement/man/connect_describe_security_profile.Rd +++ b/cran/paws.customer.engagement/man/connect_describe_security_profile.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/connect_operations.R \name{connect_describe_security_profile} \alias{connect_describe_security_profile} -\title{Gets basic information about the security profle} +\title{Gets basic information about the security profile} \usage{ connect_describe_security_profile(SecurityProfileId, InstanceId) } @@ -13,7 +13,7 @@ connect_describe_security_profile(SecurityProfileId, InstanceId) in the Amazon Resource Name (ARN) of the instance.} } \description{ -Gets basic information about the security profle. +Gets basic information about the security profile. See \url{https://www.paws-r-sdk.com/docs/connect_describe_security_profile/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connect_get_metric_data_v2.Rd b/cran/paws.customer.engagement/man/connect_get_metric_data_v2.Rd index 90890c7237..f3d23486c5 100644 --- a/cran/paws.customer.engagement/man/connect_get_metric_data_v2.Rd +++ b/cran/paws.customer.engagement/man/connect_get_metric_data_v2.Rd @@ -67,6 +67,7 @@ be less than 35 days. following resources: \itemize{ \item Agents +\item Campaigns \item Channels \item Feature \item Queues @@ -78,6 +79,9 @@ following resources: At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. +For metrics for outbound campaigns analytics, you can also use campaigns +to satisfy at least one filter requirement. + To filter by phone number, see \href{https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html}{Create a historical metrics report} in the \emph{Amazon Connect Administrator Guide}. @@ -87,9 +91,10 @@ Note the following limits: single request. Valid filter keys: \code{AGENT} | \code{AGENT_HIERARCHY_LEVEL_ONE} | \code{AGENT_HIERARCHY_LEVEL_TWO} | \code{AGENT_HIERARCHY_LEVEL_THREE} | \code{AGENT_HIERARCHY_LEVEL_FOUR} | -\code{AGENT_HIERARCHY_LEVEL_FIVE} | \code{CASE_TEMPLATE_ARN} | \code{CASE_STATUS} | -\code{CHANNEL} | \code{contact/segmentAttributes/connect:Subtype} | \code{FEATURE} -| \code{FLOW_TYPE} | \code{FLOWS_NEXT_RESOURCE_ID} | +\code{AGENT_HIERARCHY_LEVEL_FIVE} | \code{ANSWERING_MACHINE_DETECTION_STATUS} +| \code{CAMPAIGN} | \code{CASE_TEMPLATE_ARN} | \code{CASE_STATUS} | \code{CHANNEL} | +\code{contact/segmentAttributes/connect:Subtype} | \code{DISCONNECT_REASON} | +\code{FEATURE} | \code{FLOW_TYPE} | \code{FLOWS_NEXT_RESOURCE_ID} | \code{FLOWS_NEXT_RESOURCE_QUEUE_ID} | \code{FLOWS_OUTCOME_TYPE} | \code{FLOWS_RESOURCE_ID} | \code{INITIATION_METHOD} | \code{RESOURCE_PUBLISHED_TIMESTAMP} | \code{ROUTING_PROFILE} | @@ -124,6 +129,9 @@ Connect enabled as part of the flow } This filter is available only for contact record-driven metrics. + +\href{https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-outbound-campaigns_Campaign.html}{Campaign} +ARNs are valid \code{filterValues} for the \code{CAMPAIGN} filter key. }} \item{Groupings}{The grouping applied to the metrics that are returned. For example, when @@ -136,11 +144,12 @@ If no grouping is specified, a summary of all metrics is returned. Valid grouping keys: \code{AGENT} | \code{AGENT_HIERARCHY_LEVEL_ONE} | \code{AGENT_HIERARCHY_LEVEL_TWO} | \code{AGENT_HIERARCHY_LEVEL_THREE} | \code{AGENT_HIERARCHY_LEVEL_FOUR} | \code{AGENT_HIERARCHY_LEVEL_FIVE} | -\code{CASE_TEMPLATE_ARN} | \code{CASE_STATUS} | \code{CHANNEL} | -\code{contact/segmentAttributes/connect:Subtype} | \code{FLOWS_RESOURCE_ID} | -\code{FLOWS_MODULE_RESOURCE_ID} | \code{FLOW_TYPE} | \code{FLOWS_OUTCOME_TYPE} | -\code{INITIATION_METHOD} | \code{Q_CONNECT_ENABLED} | \code{QUEUE} | -\code{RESOURCE_PUBLISHED_TIMESTAMP} | \code{ROUTING_PROFILE} | +\code{ANSWERING_MACHINE_DETECTION_STATUS} | \code{CAMPAIGN} | \code{CASE_TEMPLATE_ARN} +| \code{CASE_STATUS} | \code{CHANNEL} | +\code{contact/segmentAttributes/connect:Subtype} | \code{DISCONNECT_REASON} | +\code{FLOWS_RESOURCE_ID} | \code{FLOWS_MODULE_RESOURCE_ID} | \code{FLOW_TYPE} | +\code{FLOWS_OUTCOME_TYPE} | \code{INITIATION_METHOD} | \code{Q_CONNECT_ENABLED} | +\code{QUEUE} | \code{RESOURCE_PUBLISHED_TIMESTAMP} | \code{ROUTING_PROFILE} | \code{ROUTING_STEP_EXPRESSION}} \item{Metrics}{[required] The metrics to retrieve. Specify the name, groupings, and filters for @@ -346,6 +355,17 @@ in Connect UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical}{Average conversation duration} +\strong{AVG_DIALS_PER_MINUTE} + +This metric is available only for contacts analyzed by outbound +campaigns analytics. + +Unit: Count + +Valid groupings and filters: Campaign, Agent, Queue, Routing Profile + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-dials-historical}{Average dials per minute} + \strong{AVG_FLOW_TIME} Unit: Seconds @@ -529,6 +549,47 @@ Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical}{Average customer talk time} +\strong{AVG_WAIT_TIME_AFTER_CUSTOMER_CONNECTION} + +This metric is available only for contacts analyzed by outbound +campaigns analytics. + +Unit: Seconds + +Valid groupings and filters: Campaign + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical}{Average wait time after customer connection} + +\strong{CAMPAIGN_CONTACTS_ABANDONED_AFTER_X} + +This metric is available only for contacts analyzed by outbound +campaigns analytics. + +Unit: Count + +Valid groupings and filters: Campaign, Agent + +Threshold: For \code{ThresholdValue}, enter any whole number from 1 to 604800 +(inclusive), in seconds. For \code{Comparison}, you must enter \code{GT} (for +\emph{Greater than}). + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-historical}{Campaign contacts abandoned after X} + +\strong{CAMPAIGN_CONTACTS_ABANDONED_AFTER_X_RATE} + +This metric is available only for contacts analyzed by outbound +campaigns analytics. + +Unit: Percent + +Valid groupings and filters: Campaign, Agent + +Threshold: For \code{ThresholdValue}, enter any whole number from 1 to 604800 +(inclusive), in seconds. For \code{Comparison}, you must enter \code{GT} (for +\emph{Greater than}). + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-rate-historical}{Campaign contacts abandoned after X rate} + \strong{CASES_CREATED} Unit: Count @@ -537,7 +598,7 @@ Required filter key: CASE_TEMPLATE_ARN Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS -UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical}{Cases created} +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-created-historical}{Cases created} \strong{CONTACTS_CREATED} @@ -660,7 +721,7 @@ Threshold: For \code{ThresholdValue}, enter any whole number from 1 to 604800 (inclusive), in seconds. For \code{Comparison}, you must enter \code{LT} (for "Less than"). -UI name: This metric is not available in Amazon Connect admin website. +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical}{Contacts removed from queue in X seconds} \strong{CONTACTS_RESOLVED_IN_X} @@ -715,6 +776,39 @@ Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical}{Current cases} +\strong{DELIVERY_ATTEMPTS} + +This metric is available only for contacts analyzed by outbound +campaigns analytics. + +Unit: Count + +Valid metric filter key: \code{ANSWERING_MACHINE_DETECTION_STATUS}, +\code{DISCONNECT_REASON} + +Valid groupings and filters: Campaign, Agent, Queue, Routing Profile, +Answering Machine Detection Status, Disconnect Reason + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempts-historical}{Delivery attempts} + +\strong{DELIVERY_ATTEMPT_DISPOSITION_RATE} + +This metric is available only for contacts analyzed by outbound +campaigns analytics, and with the answering machine detection enabled. + +Unit: Percent + +Valid metric filter key: \code{ANSWERING_MACHINE_DETECTION_STATUS}, +\code{DISCONNECT_REASON} + +Valid groupings and filters: Campaign, Agent, Answering Machine +Detection Status, Disconnect Reason + +Answering Machine Detection Status and Disconnect Reason are valid +filters but not valid groupings. + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempt-disposition-rate-historical}{Delivery attempt disposition rate} + \strong{FLOWS_OUTCOME} Unit: Count @@ -738,6 +832,17 @@ timestamp UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical}{Flows started} +\strong{HUMAN_ANSWERED_CALLS} + +This metric is available only for contacts analyzed by outbound +campaigns analytics, and with the answering machine detection enabled. + +Unit: Count + +Valid groupings and filters: Campaign, Agent + +UI name: \href{https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#human-answered-historical}{Human answered} + \strong{MAX_FLOW_TIME} Unit: Seconds diff --git a/cran/paws.customer.engagement/man/connect_list_predefined_attributes.Rd b/cran/paws.customer.engagement/man/connect_list_predefined_attributes.Rd index 3e9435be62..582471a269 100644 --- a/cran/paws.customer.engagement/man/connect_list_predefined_attributes.Rd +++ b/cran/paws.customer.engagement/man/connect_list_predefined_attributes.Rd @@ -21,7 +21,7 @@ results.} \item{MaxResults}{The maximum number of results to return per page.} } \description{ -Lists predefined attributes for the specified Amazon Connect instance. +Lists predefined attributes for the specified Amazon Connect instance. \emph{Predefined attributes} are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see \href{https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html}{Create predefined attributes for routing contacts to agents}. See \url{https://www.paws-r-sdk.com/docs/connect_list_predefined_attributes/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connect_search_agent_statuses.Rd b/cran/paws.customer.engagement/man/connect_search_agent_statuses.Rd new file mode 100644 index 0000000000..3e11d63630 --- /dev/null +++ b/cran/paws.customer.engagement/man/connect_search_agent_statuses.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/connect_operations.R +\name{connect_search_agent_statuses} +\alias{connect_search_agent_statuses} +\title{Searches AgentStatuses in an Amazon Connect instance, with optional +filtering} +\usage{ +connect_search_agent_statuses( + InstanceId, + NextToken = NULL, + MaxResults = NULL, + SearchFilter = NULL, + SearchCriteria = NULL +) +} +\arguments{ +\item{InstanceId}{[required] The identifier of the Amazon Connect instance. You can find the +instanceId in the ARN of the instance.} + +\item{NextToken}{The token for the next set of results. Use the value returned in the +previous response in the next request to retrieve the next set of +results.} + +\item{MaxResults}{The maximum number of results to return per page.} + +\item{SearchFilter}{Filters to be applied to search results.} + +\item{SearchCriteria}{The search criteria to be used to return agent statuses.} +} +\description{ +Searches AgentStatuses in an Amazon Connect instance, with optional filtering. + +See \url{https://www.paws-r-sdk.com/docs/connect_search_agent_statuses/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.customer.engagement/man/connect_search_predefined_attributes.Rd b/cran/paws.customer.engagement/man/connect_search_predefined_attributes.Rd index a57650654d..a0679e2fa8 100644 --- a/cran/paws.customer.engagement/man/connect_search_predefined_attributes.Rd +++ b/cran/paws.customer.engagement/man/connect_search_predefined_attributes.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/connect_operations.R \name{connect_search_predefined_attributes} \alias{connect_search_predefined_attributes} -\title{Predefined attributes that meet certain criteria} +\title{Searches predefined attributes that meet certain criteria} \usage{ connect_search_predefined_attributes( InstanceId, @@ -24,7 +24,7 @@ results.} \item{SearchCriteria}{The search criteria to be used to return predefined attributes.} } \description{ -Predefined attributes that meet certain criteria. +Searches predefined attributes that meet certain criteria. \emph{Predefined attributes} are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see \href{https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html}{Create predefined attributes for routing contacts to agents}. See \url{https://www.paws-r-sdk.com/docs/connect_search_predefined_attributes/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connect_search_resource_tags.Rd b/cran/paws.customer.engagement/man/connect_search_resource_tags.Rd index 3ac991e84d..6dd8708553 100644 --- a/cran/paws.customer.engagement/man/connect_search_resource_tags.Rd +++ b/cran/paws.customer.engagement/man/connect_search_resource_tags.Rd @@ -19,7 +19,19 @@ instanceId in the Amazon Resource Name (ARN) of the instance.} \item{ResourceTypes}{The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all -supported resource types.} +supported resource types. + +\strong{Supported resource types} +\itemize{ +\item AGENT +\item ROUTING_PROFILE +\item STANDARD_QUEUE +\item SECURITY_PROFILE +\item OPERATING_HOURS +\item PROMPT +\item CONTACT_FLOW +\item FLOW_MODULE +}} \item{NextToken}{The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of diff --git a/cran/paws.customer.engagement/man/connect_search_user_hierarchy_groups.Rd b/cran/paws.customer.engagement/man/connect_search_user_hierarchy_groups.Rd new file mode 100644 index 0000000000..fe2eda9e21 --- /dev/null +++ b/cran/paws.customer.engagement/man/connect_search_user_hierarchy_groups.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/connect_operations.R +\name{connect_search_user_hierarchy_groups} +\alias{connect_search_user_hierarchy_groups} +\title{Searches UserHierarchyGroups in an Amazon Connect instance, with +optional filtering} +\usage{ +connect_search_user_hierarchy_groups( + InstanceId, + NextToken = NULL, + MaxResults = NULL, + SearchFilter = NULL, + SearchCriteria = NULL +) +} +\arguments{ +\item{InstanceId}{[required] The identifier of the Amazon Connect instance. You can find the +instanceId in the ARN of the instance.} + +\item{NextToken}{The token for the next set of results. Use the value returned in the +previous response in the next request to retrieve the next set of +results.} + +\item{MaxResults}{The maximum number of results to return per page.} + +\item{SearchFilter}{Filters to be applied to search results.} + +\item{SearchCriteria}{The search criteria to be used to return UserHierarchyGroups.} +} +\description{ +Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering. + +See \url{https://www.paws-r-sdk.com/docs/connect_search_user_hierarchy_groups/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.customer.engagement/man/connect_update_contact_routing_data.Rd b/cran/paws.customer.engagement/man/connect_update_contact_routing_data.Rd index 94da48282e..debba389e9 100644 --- a/cran/paws.customer.engagement/man/connect_update_contact_routing_data.Rd +++ b/cran/paws.customer.engagement/man/connect_update_contact_routing_data.Rd @@ -9,7 +9,8 @@ connect_update_contact_routing_data( InstanceId, ContactId, QueueTimeAdjustmentSeconds = NULL, - QueuePriority = NULL + QueuePriority = NULL, + RoutingCriteria = NULL ) } \arguments{ @@ -27,6 +28,9 @@ also changes their position in queue.} contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.} + +\item{RoutingCriteria}{Updates the routing criteria on the contact. These properties can be +used to change how a contact is routed within the queue.} } \description{ Updates routing priority and age on the contact (\strong{QueuePriority} and \strong{QueueTimeAdjustmentInSeconds}). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using \href{https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html}{the Set routing priority / age flow block}. diff --git a/cran/paws.customer.engagement/man/connect_update_predefined_attribute.Rd b/cran/paws.customer.engagement/man/connect_update_predefined_attribute.Rd index f3f036d559..e06e4d2004 100644 --- a/cran/paws.customer.engagement/man/connect_update_predefined_attribute.Rd +++ b/cran/paws.customer.engagement/man/connect_update_predefined_attribute.Rd @@ -15,7 +15,7 @@ ID in the Amazon Resource Name (ARN) of the instance.} \item{Values}{The values of the predefined attribute.} } \description{ -Updates a predefined attribute for the specified Amazon Connect instance. +Updates a predefined attribute for the specified Amazon Connect instance. \emph{Predefined attributes} are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see \href{https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html}{Create predefined attributes for routing contacts to agents}. See \url{https://www.paws-r-sdk.com/docs/connect_update_predefined_attribute/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/connectcontactlens.Rd b/cran/paws.customer.engagement/man/connectcontactlens.Rd index a5a76f09bf..21c7740d53 100644 --- a/cran/paws.customer.engagement/man/connectcontactlens.Rd +++ b/cran/paws.customer.engagement/man/connectcontactlens.Rd @@ -53,15 +53,20 @@ to the client. The available operations are listed in the Operations section. } \description{ -Contact Lens for Amazon Connect enables you to analyze conversations -between customer and agents, by using speech transcription, natural -language processing, and intelligent search capabilities. It performs -sentiment analysis, detects issues, and enables you to automatically -categorize contacts. +\itemize{ +\item \href{https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Contact_Lens.html}{Contact Lens actions} +\item \href{https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Contact_Lens.html}{Contact Lens data types} +} + +Amazon Connect Contact Lens enables you to analyze conversations between +customer and agents, by using speech transcription, natural language +processing, and intelligent search capabilities. It performs sentiment +analysis, detects issues, and enables you to automatically categorize +contacts. -Contact Lens for Amazon Connect provides both real-time and post-call +Amazon Connect Contact Lens provides both real-time and post-call analytics of customer-agent conversations. For more information, see -\href{https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html}{Analyze conversations using Contact Lens} +\href{https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html}{Analyze conversations using speech analytics} in the \emph{Amazon Connect Administrator Guide}. } \section{Service syntax}{ diff --git a/cran/paws.customer.engagement/man/connectcontactlens_list_realtime_contact_analysis_segments.Rd b/cran/paws.customer.engagement/man/connectcontactlens_list_realtime_contact_analysis_segments.Rd index 05419c2700..95123d9958 100644 --- a/cran/paws.customer.engagement/man/connectcontactlens_list_realtime_contact_analysis_segments.Rd +++ b/cran/paws.customer.engagement/man/connectcontactlens_list_realtime_contact_analysis_segments.Rd @@ -16,7 +16,7 @@ connectcontactlens_list_realtime_contact_analysis_segments( \item{ContactId}{[required] The identifier of the contact.} -\item{MaxResults}{The maximimum number of results to return per page.} +\item{MaxResults}{The maximum number of results to return per page.} \item{NextToken}{The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2.Rd index 7eb48a7115..b21a56e189 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2.Rd @@ -53,30 +53,31 @@ to the client. The available operations are listed in the Operations section. } \description{ -Welcome to the \emph{Amazon Pinpoint SMS and Voice, version 2 API Reference}. -This guide provides information about Amazon Pinpoint SMS and Voice, -version 2 API resources, including supported HTTP methods, parameters, -and schemas. +Welcome to the \emph{AWS End User Messaging SMS and Voice, version 2 API +Reference}. This guide provides information about AWS End User Messaging +SMS and Voice, version 2 API resources, including supported HTTP +methods, parameters, and schemas. Amazon Pinpoint is an Amazon Web Services service that you can use to -engage with your recipients across multiple messaging channels. The -Amazon Pinpoint SMS and Voice, version 2 API provides programmatic -access to options that are unique to the SMS and voice channels. Amazon -Pinpoint SMS and Voice, version 2 resources such as phone numbers, +engage with your recipients across multiple messaging channels. The AWS +End User Messaging SMS and Voice, version 2 API provides programmatic +access to options that are unique to the SMS and voice channels. AWS End +User Messaging SMS and Voice, version 2 resources such as phone numbers, sender IDs, and opt-out lists can be used by the Amazon Pinpoint API. -If you're new to Amazon Pinpoint SMS, it's also helpful to review the -\href{https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html}{Amazon Pinpoint SMS User Guide}. -The \emph{Amazon Pinpoint Developer Guide} provides tutorials, code samples, -and procedures that demonstrate how to use Amazon Pinpoint SMS features -programmatically and how to integrate Amazon Pinpoint functionality into -mobile apps and other types of applications. The guide also provides key -information, such as Amazon Pinpoint integration with other Amazon Web -Services services, and the quotas that apply to use of the service. +If you're new to AWS End User Messaging SMS and Voice, it's also helpful +to review the \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html}{AWS End User Messaging SMS User Guide}. +The \emph{AWS End User Messaging SMS User Guide} provides tutorials, code +samples, and procedures that demonstrate how to use AWS End User +Messaging SMS and Voice features programmatically and how to integrate +functionality into mobile apps and other types of applications. The +guide also provides key information, such as AWS End User Messaging SMS +and Voice integration with other Amazon Web Services services, and the +quotas that apply to use of the service. \strong{Regional availability} -The \emph{Amazon Pinpoint SMS and Voice, version 2 API Reference} is +The \emph{AWS End User Messaging SMS and Voice version 2 API Reference} is available in several Amazon Web Services Regions and it provides an endpoint for each of these Regions. For a list of all the Regions and endpoints where the API is currently available, see \href{https://docs.aws.amazon.com/general/latest/gr/rande.html#pinpoint_region}{Amazon Web Services Service Endpoints} @@ -162,7 +163,7 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[=pinpointsmsvoicev2_delete_verified_destination_number]{delete_verified_destination_number} \tab Delete a verified destination phone number\cr \link[=pinpointsmsvoicev2_delete_voice_message_spend_limit_override]{delete_voice_message_spend_limit_override} \tab Deletes an account level monthly spend limit override for sending voice messages\cr \link[=pinpointsmsvoicev2_describe_account_attributes]{describe_account_attributes} \tab Describes attributes of your Amazon Web Services account\cr -\link[=pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account\cr +\link[=pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account\cr \link[=pinpointsmsvoicev2_describe_configuration_sets]{describe_configuration_sets} \tab Describes the specified configuration sets or all in your account\cr \link[=pinpointsmsvoicev2_describe_keywords]{describe_keywords} \tab Describes the specified keywords or all keywords on your origination phone number or pool\cr \link[=pinpointsmsvoicev2_describe_opted_out_numbers]{describe_opted_out_numbers} \tab Describes the specified opted out destination numbers or all opted out destination numbers in an opt-out list\cr @@ -178,7 +179,7 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[=pinpointsmsvoicev2_describe_registration_type_definitions]{describe_registration_type_definitions} \tab Retrieves the specified registration type definitions\cr \link[=pinpointsmsvoicev2_describe_registration_versions]{describe_registration_versions} \tab Retrieves the specified registration version\cr \link[=pinpointsmsvoicev2_describe_sender_ids]{describe_sender_ids} \tab Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account\cr -\link[=pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages\cr +\link[=pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current monthly spend limits for sending voice and text messages\cr \link[=pinpointsmsvoicev2_describe_verified_destination_numbers]{describe_verified_destination_numbers} \tab Retrieves the specified verified destiona numbers\cr \link[=pinpointsmsvoicev2_disassociate_origination_identity]{disassociate_origination_identity} \tab Removes the specified origination identity from an existing pool\cr \link[=pinpointsmsvoicev2_disassociate_protect_configuration]{disassociate_protect_configuration} \tab Disassociate a protect configuration from a configuration set\cr @@ -197,7 +198,7 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[=pinpointsmsvoicev2_send_destination_number_verification_code]{send_destination_number_verification_code} \tab Before you can send test messages to a verified destination phone number you need to opt-in the verified destination phone number\cr \link[=pinpointsmsvoicev2_send_media_message]{send_media_message} \tab Creates a new multimedia message (MMS) and sends it to a recipient's phone number\cr \link[=pinpointsmsvoicev2_send_text_message]{send_text_message} \tab Creates a new text message and sends it to a recipient's phone number\cr -\link[=pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message through Amazon Pinpoint\cr +\link[=pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message\cr \link[=pinpointsmsvoicev2_set_account_default_protect_configuration]{set_account_default_protect_configuration} \tab Set a protect configuration as your account default\cr \link[=pinpointsmsvoicev2_set_default_message_type]{set_default_message_type} \tab Sets the default message type on a configuration set\cr \link[=pinpointsmsvoicev2_set_default_sender_id]{set_default_sender_id} \tab Sets default sender ID on a configuration set\cr @@ -205,8 +206,8 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[=pinpointsmsvoicev2_set_text_message_spend_limit_override]{set_text_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending text messages\cr \link[=pinpointsmsvoicev2_set_voice_message_spend_limit_override]{set_voice_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending voice messages\cr \link[=pinpointsmsvoicev2_submit_registration_version]{submit_registration_version} \tab Submit the specified registration for review and approval\cr -\link[=pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource\cr -\link[=pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource\cr +\link[=pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified resource\cr +\link[=pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from a resource\cr \link[=pinpointsmsvoicev2_update_event_destination]{update_event_destination} \tab Updates an existing event destination in a configuration set\cr \link[=pinpointsmsvoicev2_update_phone_number]{update_phone_number} \tab Updates the configuration of an existing origination phone number\cr \link[=pinpointsmsvoicev2_update_pool]{update_pool} \tab Updates the configuration of an existing pool\cr diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_event_destination.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_event_destination.Rd index 5e76d7ed04..6304a594ce 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_event_destination.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_event_destination.Rd @@ -24,7 +24,7 @@ action.} \item{EventDestinationName}{[required] The name that identifies the event destination.} \item{MatchingEventTypes}{[required] An array of event types that determine which events to log. If "ALL" is -used, then Amazon Pinpoint logs every event type. +used, then AWS End User Messaging SMS and Voice logs every event type. The \code{TEXT_SENT} event type is not supported.} @@ -32,7 +32,7 @@ The \code{TEXT_SENT} event type is not supported.} logging to Amazon CloudWatch Logs.} \item{KinesisFirehoseDestination}{An object that contains information about an event destination for -logging to Amazon Kinesis Data Firehose.} +logging to Amazon Data Firehose.} \item{SnsDestination}{An object that contains information about an event destination for logging to Amazon SNS.} diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_pool.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_pool.Rd index 6d16ff09fa..8a62bd637d 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_pool.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_create_pool.Rd @@ -20,14 +20,19 @@ SenderId or SenderIdArn. You can use \code{\link[=pinpointsmsvoicev2_describe_phone_numbers]{describe_phone_numbers}} to find the values for PhoneNumberId and PhoneNumberArn while \code{\link[=pinpointsmsvoicev2_describe_sender_ids]{describe_sender_ids}} can be -used to get the values for SenderId and SenderIdArn.} +used to get the values for SenderId and SenderIdArn. + +After the pool is created you can add more origination identities to the +pool by using +\code{\link[=pinpointsmsvoicev2_associate_origination_identity]{associate_origination_identity}}.} \item{IsoCountryCode}{[required] The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.} \item{MessageType}{[required] The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't -critical or time-sensitive.} +critical or time-sensitive. After the pool is created the MessageType +can't be changed.} \item{DeletionProtectionEnabled}{By default this is set to false. When set to true the pool can't be deleted. You can change this value using the diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_text_message_spend_limit_override.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_text_message_spend_limit_override.Rd index e84ff2a11f..12a3d5748e 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_text_message_spend_limit_override.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_text_message_spend_limit_override.Rd @@ -8,7 +8,7 @@ text messages} pinpointsmsvoicev2_delete_text_message_spend_limit_override() } \description{ -Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the \code{EnforcedLimit} to equal the \code{MaxLimit}, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see \href{https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html}{Amazon Pinpoint quotas} in the \emph{Amazon Pinpoint Developer Guide}. +Deletes an account-level monthly spending limit override for sending text messages. Deleting a spend limit override will set the \code{EnforcedLimit} to equal the \code{MaxLimit}, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html}{Quotas} in the \emph{AWS End User Messaging SMS User Guide}. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_text_message_spend_limit_override/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_voice_message_spend_limit_override.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_voice_message_spend_limit_override.Rd index 4f89856eda..f97bc18651 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_voice_message_spend_limit_override.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_delete_voice_message_spend_limit_override.Rd @@ -8,7 +8,7 @@ messages} pinpointsmsvoicev2_delete_voice_message_spend_limit_override() } \description{ -Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the \code{EnforcedLimit} equal to the \code{MaxLimit}, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see \href{https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html}{Amazon Pinpoint quotas} in the \emph{Amazon Pinpoint Developer Guide}. +Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the \code{EnforcedLimit} equal to the \code{MaxLimit}, which is controlled by Amazon Web Services. For more information on spending limits (quotas) see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html}{Quotas} in the \emph{AWS End User Messaging SMS User Guide}. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_delete_voice_message_spend_limit_override/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_account_limits.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_account_limits.Rd index 2b135454c8..ed6646949c 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_account_limits.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_account_limits.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/pinpointsmsvoicev2_operations.R \name{pinpointsmsvoicev2_describe_account_limits} \alias{pinpointsmsvoicev2_describe_account_limits} -\title{Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for -your account} +\title{Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 +resource quotas for your account} \usage{ pinpointsmsvoicev2_describe_account_limits(NextToken = NULL, MaxResults = NULL) } @@ -14,7 +14,7 @@ need to supply a value for this field in the initial request.} \item{MaxResults}{The maximum number of results to return per each request.} } \description{ -Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. +Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_account_limits/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_spend_limits.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_spend_limits.Rd index ef8dfe3093..136ab5cb13 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_spend_limits.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_describe_spend_limits.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/pinpointsmsvoicev2_operations.R \name{pinpointsmsvoicev2_describe_spend_limits} \alias{pinpointsmsvoicev2_describe_spend_limits} -\title{Describes the current Amazon Pinpoint monthly spend limits for sending -voice and text messages} +\title{Describes the current monthly spend limits for sending voice and text +messages} \usage{ pinpointsmsvoicev2_describe_spend_limits(NextToken = NULL, MaxResults = NULL) } @@ -14,7 +14,7 @@ need to supply a value for this field in the initial request.} \item{MaxResults}{The maximum number of results to return per each request.} } \description{ -Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages. +Describes the current monthly spend limits for sending voice and text messages. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_describe_spend_limits/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_request_phone_number.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_request_phone_number.Rd index d804964ad1..0384b717d3 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_request_phone_number.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_request_phone_number.Rd @@ -50,7 +50,7 @@ idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.} } \description{ -Request an origination phone number for use in your account. For more information on phone number request see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html}{Requesting a number} in the \emph{Amazon Pinpoint User Guide}. +Request an origination phone number for use in your account. For more information on phone number request see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html}{Request a phone number} in the \emph{AWS End User Messaging SMS User Guide}. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_request_phone_number/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_text_message.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_text_message.Rd index 5e1d78179c..4d41444e86 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_text_message.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_text_message.Rd @@ -39,24 +39,43 @@ name. If you don’t have a US short code, omit this attribute.} ConfigurationSetName or ConfigurationSetArn.} \item{MaxPrice}{The maximum amount that you want to spend, in US dollars, per each text -message part. A text message can contain multiple parts.} +message. If the calculated amount to send the text message is greater +than \code{MaxPrice}, the message is not sent and an error is returned.} -\item{TimeToLive}{How long the text message is valid for. By default this is 72 hours.} +\item{TimeToLive}{How long the text message is valid for, in seconds. By default this is +72 hours. If the messages isn't handed off before the TTL expires we +stop attempting to hand off the message and return \code{TTL_EXPIRED} event.} \item{Context}{You can specify custom data in this field. If you do, that data is logged to the event destination.} \item{DestinationCountryParameters}{This field is used for any country-specific registration requirements. Currently, this setting is only used when you send messages to -recipients in India using a sender ID. For more information see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/registrations-sms-senderid-india.html}{Special requirements for sending SMS messages to recipients in India}.} +recipients in India using a sender ID. For more information see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/registrations-sms-senderid-india.html}{Special requirements for sending SMS messages to recipients in India}. +\itemize{ +\item \code{IN_ENTITY_ID} The entity ID or Principal Entity (PE) ID that you +received after completing the sender ID registration process. +\item \code{IN_TEMPLATE_ID} The template ID that you received after completing +the sender ID registration process. + +Make sure that the Template ID that you specify matches your message +template exactly. If your message doesn't match the template that +you provided during the registration process, the mobile carriers +might reject your message. +}} \item{DryRun}{When set to true, the message is checked and validated, but isn't sent -to the end recipient.} +to the end recipient. You are not charged for using \code{DryRun}. + +The Message Parts per Second (MPS) limit when using \code{DryRun} is five. If +your origination identity has a lower MPS limit then the lower MPS limit +is used. For more information about MPS limits, see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html}{Message Parts per Second (MPS) limits} +in the \emph{AWS End User Messaging SMS User Guide}..} \item{ProtectConfigurationId}{The unique identifier for the protect configuration.} } \description{ -Creates a new text message and sends it to a recipient's phone number. +Creates a new text message and sends it to a recipient's phone number. SendTextMessage only sends an SMS message to one recipient each time it is invoked. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_send_text_message/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_voice_message.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_voice_message.Rd index c1f35ac6aa..07ecf60dcd 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_voice_message.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_send_voice_message.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/pinpointsmsvoicev2_operations.R \name{pinpointsmsvoicev2_send_voice_message} \alias{pinpointsmsvoicev2_send_voice_message} -\title{Allows you to send a request that sends a voice message through Amazon -Pinpoint} +\title{Allows you to send a request that sends a voice message} \usage{ pinpointsmsvoicev2_send_voice_message( DestinationPhoneNumber, @@ -54,7 +53,7 @@ to the end recipient.} \item{ProtectConfigurationId}{The unique identifier for the protect configuration.} } \description{ -Allows you to send a request that sends a voice message through Amazon Pinpoint. This operation uses \href{https://aws.amazon.com/polly/}{Amazon Polly} to convert a text script into a voice message. +Allows you to send a request that sends a voice message. This operation uses \href{https://aws.amazon.com/polly/}{Amazon Polly} to convert a text script into a voice message. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_send_voice_message/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_tag_resource.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_tag_resource.Rd index 21ce3e98fa..5cfae0f62f 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_tag_resource.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_tag_resource.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/pinpointsmsvoicev2_operations.R \name{pinpointsmsvoicev2_tag_resource} \alias{pinpointsmsvoicev2_tag_resource} -\title{Adds or overwrites only the specified tags for the specified Amazon -Pinpoint SMS Voice, version 2 resource} +\title{Adds or overwrites only the specified tags for the specified resource} \usage{ pinpointsmsvoicev2_tag_resource(ResourceArn, Tags) } @@ -14,7 +13,7 @@ pinpointsmsvoicev2_tag_resource(ResourceArn, Tags) resource.} } \description{ -Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see \href{https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html}{Tagging Amazon Pinpoint resources} in the \emph{Amazon Pinpoint Developer Guide}. +Adds or overwrites only the specified tags for the specified resource. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html}{Tags} in the \emph{AWS End User Messaging SMS User Guide}. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_tag_resource/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_untag_resource.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_untag_resource.Rd index 9ad5a92ce9..c49fdf09df 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_untag_resource.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_untag_resource.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/pinpointsmsvoicev2_operations.R \name{pinpointsmsvoicev2_untag_resource} \alias{pinpointsmsvoicev2_untag_resource} -\title{Removes the association of the specified tags from an Amazon Pinpoint -SMS Voice V2 resource} +\title{Removes the association of the specified tags from a resource} \usage{ pinpointsmsvoicev2_untag_resource(ResourceArn, TagKeys) } @@ -13,7 +12,7 @@ pinpointsmsvoicev2_untag_resource(ResourceArn, TagKeys) \item{TagKeys}{[required] An array of tag key values to unassociate with the resource.} } \description{ -Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource. For more information on tags see \href{https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html}{Tagging Amazon Pinpoint resources} in the \emph{Amazon Pinpoint Developer Guide}. +Removes the association of the specified tags from a resource. For more information on tags see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html}{Tags} in the \emph{AWS End User Messaging SMS User Guide}. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_untag_resource/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_updat_prote_confi_count_rule_set.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_updat_prote_confi_count_rule_set.Rd index 5bf38a8b8d..f7e7ef58dd 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_updat_prote_confi_count_rule_set.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_updat_prote_confi_count_rule_set.Rd @@ -20,7 +20,7 @@ pinpointsmsvoicev2_update_protect_configuration_country_rule_set( contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-sms-by-country.html}{Supported countries and regions (SMS channel)} -in the Amazon Pinpoint SMS user guide.} +in the AWS End User Messaging SMS User Guide.} } \description{ Update a country rule set to \code{ALLOW} or \code{BLOCK} messages to be sent to the specified destination counties. You can update one or multiple countries at a time. The updates are only applied to the specified NumberCapability type. diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_event_destination.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_event_destination.Rd index 244f976594..5c10a244f0 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_event_destination.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_event_destination.Rd @@ -30,13 +30,13 @@ The \code{TEXT_SENT} event type is not supported.} sends data to CloudWatch Logs.} \item{KinesisFirehoseDestination}{An object that contains information about an event destination for -logging to Kinesis Data Firehose.} +logging to Firehose.} \item{SnsDestination}{An object that contains information about an event destination that sends data to Amazon SNS.} } \description{ -Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Kinesis Data Firehose. You can also enable or disable the event destination. +Updates an existing event destination in a configuration set. You can update the IAM role ARN for CloudWatch Logs and Firehose. You can also enable or disable the event destination. See \url{https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_event_destination/} for full documentation. } diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_phone_number.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_phone_number.Rd index 985a662414..13aa00d17e 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_phone_number.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_phone_number.Rd @@ -27,11 +27,11 @@ incoming text messages from your end recipients.} inbound SMS messages.} \item{SelfManagedOptOutsEnabled}{By default this is set to false. When an end recipient sends a message -that begins with HELP or STOP to one of your dedicated numbers, Amazon -Pinpoint automatically replies with a customizable message and adds the -end recipient to the OptOutList. When set to true you're responsible for -responding to HELP and STOP requests. You're also responsible for -tracking and honoring opt-out requests.} +that begins with HELP or STOP to one of your dedicated numbers, AWS End +User Messaging SMS and Voice automatically replies with a customizable +message and adds the end recipient to the OptOutList. When set to true +you're responsible for responding to HELP and STOP requests. You're also +responsible for tracking and honoring opt-out requests.} \item{OptOutListName}{The OptOutList to add the phone number to. Valid values for this field can be either the OutOutListName or OutOutListArn.} diff --git a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_pool.Rd b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_pool.Rd index 155f122d25..ae4a6e350b 100644 --- a/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_pool.Rd +++ b/cran/paws.customer.engagement/man/pinpointsmsvoicev2_update_pool.Rd @@ -28,11 +28,11 @@ incoming text messages from your end recipients.} inbound SMS messages.} \item{SelfManagedOptOutsEnabled}{By default this is set to false. When an end recipient sends a message -that begins with HELP or STOP to one of your dedicated numbers, Amazon -Pinpoint automatically replies with a customizable message and adds the -end recipient to the OptOutList. When set to true you're responsible for -responding to HELP and STOP requests. You're also responsible for -tracking and honoring opt-out requests.} +that begins with HELP or STOP to one of your dedicated numbers, AWS End +User Messaging SMS and Voice automatically replies with a customizable +message and adds the end recipient to the OptOutList. When set to true +you're responsible for responding to HELP and STOP requests. You're also +responsible for tracking and honoring opt-out requests.} \item{OptOutListName}{The OptOutList to associate with the pool. Valid values are either OptOutListName or OptOutListArn.} diff --git a/cran/paws.customer.engagement/man/ses_send_bulk_templated_email.Rd b/cran/paws.customer.engagement/man/ses_send_bulk_templated_email.Rd index dfcd90c6aa..eef2c3ac84 100644 --- a/cran/paws.customer.engagement/man/ses_send_bulk_templated_email.Rd +++ b/cran/paws.customer.engagement/man/ses_send_bulk_templated_email.Rd @@ -14,7 +14,7 @@ ses_send_bulk_templated_email( DefaultTags = NULL, Template, TemplateArn = NULL, - DefaultTemplateData = NULL, + DefaultTemplateData, Destinations ) } @@ -91,7 +91,7 @@ that you send to a destination using \item{TemplateArn}{The ARN of the template to use when sending this email.} -\item{DefaultTemplateData}{A list of replacement values to apply to the template when replacement +\item{DefaultTemplateData}{[required] A list of replacement values to apply to the template when replacement data is not specified in a Destination object. These values act as a default or fallback option when no other data is available. diff --git a/cran/paws.customer.engagement/man/sesv2_put_account_details.Rd b/cran/paws.customer.engagement/man/sesv2_put_account_details.Rd index 92edafad1d..1ec3fd11b6 100644 --- a/cran/paws.customer.engagement/man/sesv2_put_account_details.Rd +++ b/cran/paws.customer.engagement/man/sesv2_put_account_details.Rd @@ -8,7 +8,7 @@ sesv2_put_account_details( MailType, WebsiteURL, ContactLanguage = NULL, - UseCaseDescription, + UseCaseDescription = NULL, AdditionalContactEmailAddresses = NULL, ProductionAccessEnabled = NULL ) @@ -21,7 +21,7 @@ type of content that you plan to send.} \item{ContactLanguage}{The language you would prefer to be contacted with.} -\item{UseCaseDescription}{[required] A description of the types of email that you plan to send.} +\item{UseCaseDescription}{A description of the types of email that you plan to send.} \item{AdditionalContactEmailAddresses}{Additional email addresses that you would like to be notified regarding Amazon SES matters.} diff --git a/cran/paws.database/R/docdb_interfaces.R b/cran/paws.database/R/docdb_interfaces.R index 01a4e0a4c9..958626c32d 100644 --- a/cran/paws.database/R/docdb_interfaces.R +++ b/cran/paws.database/R/docdb_interfaces.R @@ -429,6 +429,18 @@ NULL return(populate(args, shape)) } +.docdb$failover_global_cluster_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(GlobalClusterIdentifier = structure(logical(0), tags = list(type = "string")), TargetDbClusterIdentifier = structure(logical(0), tags = list(type = "string")), AllowDataLoss = structure(logical(0), tags = list(type = "boolean")), Switchover = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.docdb$failover_global_cluster_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(GlobalCluster = structure(list(GlobalClusterIdentifier = structure(logical(0), tags = list(type = "string")), GlobalClusterResourceId = structure(logical(0), tags = list(type = "string")), GlobalClusterArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineVersion = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), StorageEncrypted = structure(logical(0), tags = list(type = "boolean")), DeletionProtection = structure(logical(0), tags = list(type = "boolean")), GlobalClusterMembers = structure(list(structure(list(DBClusterArn = structure(logical(0), tags = list(type = "string")), Readers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IsWriter = structure(logical(0), tags = list(type = "boolean"))), tags = list(locationName = "GlobalClusterMember", type = "structure", wrapper = TRUE))), tags = list(locationNameList = "GlobalClusterMember", type = "list"))), tags = list(type = "structure", wrapper = TRUE))), tags = list(type = "structure", resultWrapper = "FailoverGlobalClusterResult")) + return(populate(args, shape)) +} + .docdb$list_tags_for_resource_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(ResourceName = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(locationName = "Value", type = "string"))), tags = list(locationNameList = "Value", type = "list"))), tags = list(locationName = "Filter", type = "structure"))), tags = list(locationNameList = "Filter", type = "list"))), tags = list(type = "structure")) diff --git a/cran/paws.database/R/docdb_operations.R b/cran/paws.database/R/docdb_operations.R index dccda4e64b..42c6f112bf 100644 --- a/cran/paws.database/R/docdb_operations.R +++ b/cran/paws.database/R/docdb_operations.R @@ -1927,6 +1927,74 @@ docdb_failover_db_cluster <- function(DBClusterIdentifier = NULL, TargetDBInstan } .docdb$operations$failover_db_cluster <- docdb_failover_db_cluster +#' Promotes the specified secondary DB cluster to be the primary DB cluster +#' in the global cluster when failing over a global cluster occurs +#' +#' @description +#' Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs. +#' +#' See [https://www.paws-r-sdk.com/docs/docdb_failover_global_cluster/](https://www.paws-r-sdk.com/docs/docdb_failover_global_cluster/) for full documentation. +#' +#' @param GlobalClusterIdentifier [required] The identifier of the Amazon DocumentDB global cluster to apply this +#' operation. The identifier is the unique key assigned by the user when +#' the cluster is created. In other words, it's the name of the global +#' cluster. +#' +#' Constraints: +#' +#' - Must match the identifier of an existing global cluster. +#' +#' - Minimum length of 1. Maximum length of 255. +#' +#' Pattern: `[A-Za-z][0-9A-Za-z-:._]*` +#' @param TargetDbClusterIdentifier [required] The identifier of the secondary Amazon DocumentDB cluster that you want +#' to promote to the primary for the global cluster. Use the Amazon +#' Resource Name (ARN) for the identifier so that Amazon DocumentDB can +#' locate the cluster in its Amazon Web Services region. +#' +#' Constraints: +#' +#' - Must match the identifier of an existing secondary cluster. +#' +#' - Minimum length of 1. Maximum length of 255. +#' +#' Pattern: `[A-Za-z][0-9A-Za-z-:._]*` +#' @param AllowDataLoss Specifies whether to allow data loss for this global cluster operation. +#' Allowing data loss triggers a global failover operation. +#' +#' If you don't specify `AllowDataLoss`, the global cluster operation +#' defaults to a switchover. +#' +#' Constraints: +#' +#' - Can't be specified together with the `Switchover` parameter. +#' @param Switchover Specifies whether to switch over this global database cluster. +#' +#' Constraints: +#' +#' - Can't be specified together with the `AllowDataLoss` parameter. +#' +#' @keywords internal +#' +#' @rdname docdb_failover_global_cluster +docdb_failover_global_cluster <- function(GlobalClusterIdentifier, TargetDbClusterIdentifier, AllowDataLoss = NULL, Switchover = NULL) { + op <- new_operation( + name = "FailoverGlobalCluster", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .docdb$failover_global_cluster_input(GlobalClusterIdentifier = GlobalClusterIdentifier, TargetDbClusterIdentifier = TargetDbClusterIdentifier, AllowDataLoss = AllowDataLoss, Switchover = Switchover) + output <- .docdb$failover_global_cluster_output() + config <- get_config() + svc <- .docdb$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.docdb$operations$failover_global_cluster <- docdb_failover_global_cluster + #' Lists all tags on an Amazon DocumentDB resource #' #' @description diff --git a/cran/paws.database/R/docdb_service.R b/cran/paws.database/R/docdb_service.R index c3e27a03a0..695ab40f9f 100644 --- a/cran/paws.database/R/docdb_service.R +++ b/cran/paws.database/R/docdb_service.R @@ -130,6 +130,7 @@ NULL #' \link[=docdb_describe_orderable_db_instance_options]{describe_orderable_db_instance_options} \tab Returns a list of orderable instance options for the specified engine\cr #' \link[=docdb_describe_pending_maintenance_actions]{describe_pending_maintenance_actions} \tab Returns a list of resources (for example, instances) that have at least one pending maintenance action\cr #' \link[=docdb_failover_db_cluster]{failover_db_cluster} \tab Forces a failover for a cluster\cr +#' \link[=docdb_failover_global_cluster]{failover_global_cluster} \tab Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs\cr #' \link[=docdb_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags on an Amazon DocumentDB resource\cr #' \link[=docdb_modify_db_cluster]{modify_db_cluster} \tab Modifies a setting for an Amazon DocumentDB cluster\cr #' \link[=docdb_modify_db_cluster_parameter_group]{modify_db_cluster_parameter_group} \tab Modifies the parameters of a cluster parameter group\cr diff --git a/cran/paws.database/R/dynamodb_operations.R b/cran/paws.database/R/dynamodb_operations.R index 1c7610bc66..11c14ee807 100644 --- a/cran/paws.database/R/dynamodb_operations.R +++ b/cran/paws.database/R/dynamodb_operations.R @@ -7,7 +7,7 @@ NULL #' stored in DynamoDB, using PartiQL #' #' @description -#' This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL. Each read statement in a [`batch_execute_statement`][dynamodb_batch_execute_statement] must specify an equality condition on all key attributes. This enforces that each `SELECT` statement in a batch returns at most a single item. +#' This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL. Each read statement in a [`batch_execute_statement`][dynamodb_batch_execute_statement] must specify an equality condition on all key attributes. This enforces that each `SELECT` statement in a batch returns at most a single item. For more information, see [Running batch operations with PartiQL for DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ql-reference.multiplestatements.batching.html) . #' #' See [https://www.paws-r-sdk.com/docs/dynamodb_batch_execute_statement/](https://www.paws-r-sdk.com/docs/dynamodb_batch_execute_statement/) for full documentation. #' diff --git a/cran/paws.database/R/elasticache_operations.R b/cran/paws.database/R/elasticache_operations.R index f26e5939d0..58cac45ed5 100644 --- a/cran/paws.database/R/elasticache_operations.R +++ b/cran/paws.database/R/elasticache_operations.R @@ -178,17 +178,19 @@ elasticache_complete_migration <- function(ReplicationGroupId, Force = NULL) { #' Creates a copy of an existing serverless cache’s snapshot #' #' @description -#' Creates a copy of an existing serverless cache’s snapshot. Available for Redis only. +#' Creates a copy of an existing serverless cache’s snapshot. Available for Redis OSS and Serverless Memcached only. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_copy_serverless_cache_snapshot/](https://www.paws-r-sdk.com/docs/elasticache_copy_serverless_cache_snapshot/) for full documentation. #' #' @param SourceServerlessCacheSnapshotName [required] The identifier of the existing serverless cache’s snapshot to be copied. -#' Available for Redis only. -#' @param TargetServerlessCacheSnapshotName [required] The identifier for the snapshot to be created. Available for Redis only. +#' Available for Redis OSS and Serverless Memcached only. +#' @param TargetServerlessCacheSnapshotName [required] The identifier for the snapshot to be created. Available for Redis OSS +#' and Serverless Memcached only. #' @param KmsKeyId The identifier of the KMS key used to encrypt the target snapshot. -#' Available for Redis only. +#' Available for Redis OSS and Serverless Memcached only. #' @param Tags A list of tags to be added to the target snapshot resource. A tag is a -#' key-value pair. Available for Redis only. Default: NULL +#' key-value pair. Available for Redis OSS and Serverless Memcached only. +#' Default: NULL #' #' @keywords internal #' @@ -262,7 +264,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' Creates a cluster #' #' @description -#' Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis. +#' Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis OSS. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_create_cache_cluster/](https://www.paws-r-sdk.com/docs/elasticache_create_cache_cluster/) for full documentation. #' @@ -321,8 +323,8 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' Default: System chosen Availability Zones. #' @param NumCacheNodes The initial number of cache nodes that the cluster has. #' -#' For clusters running Redis, this value must be 1. For clusters running -#' Memcached, this value must be between 1 and 40. +#' For clusters running Redis OSS, this value must be 1. For clusters +#' running Memcached, this value must be between 1 and 40. #' #' If you need more than 40 nodes for your Memcached cluster, please fill #' out the ElastiCache Limit Increase Request form at @@ -345,7 +347,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -358,7 +360,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -399,7 +401,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -428,14 +430,14 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Engine The name of the cache engine to be used for this cluster. #' #' Valid values for this parameter are: `memcached` | `redis` @@ -472,14 +474,14 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' Virtual Private Cloud (Amazon VPC). #' @param Tags A list of tags to be added to this resource. #' @param SnapshotArns A single-element string list containing an Amazon Resource Name (ARN) -#' that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. -#' The snapshot file is used to populate the node group (shard). The Amazon -#' S3 object name in the ARN cannot contain any commas. +#' that uniquely identifies a Redis OSS RDB snapshot file stored in Amazon +#' S3. The snapshot file is used to populate the node group (shard). The +#' Amazon S3 object name in the ARN cannot contain any commas. #' #' This parameter is only valid if the `Engine` parameter is `redis`. #' #' Example of an Amazon S3 ARN: `arn:aws:s3:::my_bucket/snapshot1.rdb` -#' @param SnapshotName The name of a Redis snapshot from which to restore data into the new +#' @param SnapshotName The name of a Redis OSS snapshot from which to restore data into the new #' node group (shard). The snapshot status changes to `restoring` while the #' new node group (shard) is being created. #' @@ -493,7 +495,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' (SNS) topic to which notifications are sent. #' #' The Amazon SNS topic owner must be the same as the cluster owner. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots @@ -528,8 +530,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' \<, \>, and -. Other printable special characters cannot be used in #' the AUTH token. #' -#' For more information, see [AUTH -#' password](https://redis.io/docs/latest/commands/auth/) at +#' For more information, see AUTH password at #' http://redis.io/commands/AUTH. #' @param OutpostMode Specifies whether the nodes in the cluster are created in a single #' outpost or across multiple outposts. @@ -538,13 +539,13 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' @param LogDeliveryConfigurations Specifies the destination, format and type of the logs. #' @param TransitEncryptionEnabled A flag that enables in-transit encryption when set to true. #' @param NetworkType Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for -#' workloads using Redis engine version 6.2 onward or Memcached engine +#' workloads using Redis OSS engine version 6.2 onward or Memcached engine #' version 1.6.6 on all instances built on the [Nitro #' system](https://aws.amazon.com/ec2/nitro/). #' @param IpDiscovery The network type you choose when modifying a cluster, either `ipv4` | -#' `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2 -#' onward or Memcached engine version 1.6.6 on all instances built on the -#' [Nitro system](https://aws.amazon.com/ec2/nitro/). +#' `ipv6`. IPv6 is supported for workloads using Redis OSS engine version +#' 6.2 onward or Memcached engine version 1.6.6 on all instances built on +#' the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' #' @keywords internal #' @@ -685,11 +686,11 @@ elasticache_create_cache_subnet_group <- function(CacheSubnetGroupName, CacheSub } .elasticache$operations$create_cache_subnet_group <- elasticache_create_cache_subnet_group -#' Global Datastore for Redis offers fully managed, fast, reliable and +#' Global Datastore for Redis OSS offers fully managed, fast, reliable and #' secure cross-region replication #' #' @description -#' Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. For more information, see [Replication Across Regions Using Global Datastore](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html). +#' Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis OSS, you can create cross-region read replica clusters for ElastiCache (Redis OSS) to enable low-latency reads and disaster recovery across regions. For more information, see [Replication Across Regions Using Global Datastore](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html). #' #' See [https://www.paws-r-sdk.com/docs/elasticache_create_global_replication_group/](https://www.paws-r-sdk.com/docs/elasticache_create_global_replication_group/) for full documentation. #' @@ -730,11 +731,11 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId } .elasticache$operations$create_global_replication_group <- elasticache_create_global_replication_group -#' Creates a Redis (cluster mode disabled) or a Redis (cluster mode +#' Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode #' enabled) replication group #' #' @description -#' Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. +#' Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_create_replication_group/](https://www.paws-r-sdk.com/docs/elasticache_create_replication_group/) for full documentation. #' @@ -759,7 +760,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' @param AutomaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to #' read/write primary if the existing primary fails. #' -#' `AutomaticFailoverEnabled` must be enabled for Redis (cluster mode +#' `AutomaticFailoverEnabled` must be enabled for Redis OSS (cluster mode #' enabled) replication groups. #' #' Default: false @@ -795,8 +796,8 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' #' Default: system chosen Availability Zones. #' @param NumNodeGroups An optional parameter that specifies the number of node groups (shards) -#' for this Redis (cluster mode enabled) replication group. For Redis -#' (cluster mode disabled) either omit this parameter or set it to 1. +#' for this Redis OSS (cluster mode enabled) replication group. For Redis +#' OSS (cluster mode disabled) either omit this parameter or set it to 1. #' #' Default: 1 #' @param ReplicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each @@ -806,13 +807,13 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' `PrimaryAvailabilityZone`, `ReplicaAvailabilityZones`, `ReplicaCount`, #' and `Slots`. #' -#' If you're creating a Redis (cluster mode disabled) or a Redis (cluster -#' mode enabled) replication group, you can use this parameter to +#' If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS +#' (cluster mode enabled) replication group, you can use this parameter to #' individually configure each node group (shard), or you can omit this -#' parameter. However, it is required when seeding a Redis (cluster mode -#' enabled) cluster from a S3 rdb file. You must configure each node group -#' (shard) using this parameter because you must specify the slots for each -#' node group. +#' parameter. However, it is required when seeding a Redis OSS (cluster +#' mode enabled) cluster from a S3 rdb file. You must configure each node +#' group (shard) using this parameter because you must specify the slots +#' for each node group. #' @param CacheNodeType The compute and memory capacity of the nodes in the node group (shard). #' #' The following node types are supported by ElastiCache. Generally @@ -831,7 +832,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -844,7 +845,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -885,7 +886,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -914,14 +915,14 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Engine The name of the cache engine to be used for the clusters in this #' replication group. The value must be set to `Redis`. #' @param EngineVersion The version number of the cache engine to be used for the clusters in @@ -941,14 +942,14 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' group. If this argument is omitted, the default cache parameter group #' for the specified engine is used. #' -#' If you are running Redis version 3.2.4 or later, only one node group +#' If you are running Redis OSS version 3.2.4 or later, only one node group #' (shard), and want to use a default parameter group, we recommend that #' you specify the parameter group by name. #' -#' - To create a Redis (cluster mode disabled) replication group, use +#' - To create a Redis OSS (cluster mode disabled) replication group, use #' `CacheParameterGroupName=default.redis3.2`. #' -#' - To create a Redis (cluster mode enabled) replication group, use +#' - To create a Redis OSS (cluster mode enabled) replication group, use #' `CacheParameterGroupName=default.redis3.2.cluster.on`. #' @param CacheSubnetGroupName The name of the cache subnet group to be used for the replication group. #' @@ -969,9 +970,9 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' Key=`mySecondKey`, Value=`mySecondKeyValue`. Tags on replication groups #' will be replicated to all nodes. #' @param SnapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis -#' RDB snapshot files stored in Amazon S3. The snapshot files are used to -#' populate the new replication group. The Amazon S3 object name in the ARN -#' cannot contain any commas. The new replication group will have the +#' OSS RDB snapshot files stored in Amazon S3. The snapshot files are used +#' to populate the new replication group. The Amazon S3 object name in the +#' ARN cannot contain any commas. The new replication group will have the #' number of node groups (console: shards) specified by the parameter #' *NumNodeGroups* or the number of node groups configured by #' *NodeGroupConfiguration* regardless of the number of ARNs specified @@ -1009,7 +1010,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' (SNS) topic to which notifications are sent. #' #' The Amazon SNS topic owner must be the same as the cluster owner. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots @@ -1058,7 +1059,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' `CacheSubnetGroup`. #' #' **Required:** Only available when creating a replication group in an -#' Amazon VPC using redis version `3.2.6`, `4.x` or later. +#' Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later. #' #' Default: `false` #' @@ -1072,7 +1073,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' you create the replication group. #' #' **Required:** Only available when creating a replication group in an -#' Amazon VPC using redis version `3.2.6`, `4.x` or later. +#' Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later. #' #' Default: `false` #' @param KmsKeyId The ID of the KMS key used to encrypt the disk in the cluster. @@ -1083,11 +1084,11 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' using r6gd nodes. For more information, see [Data #' tiering](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html). #' @param NetworkType Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for -#' workloads using Redis engine version 6.2 onward or Memcached engine +#' workloads using Redis OSS engine version 6.2 onward or Memcached engine #' version 1.6.6 on all instances built on the [Nitro #' system](https://aws.amazon.com/ec2/nitro/). #' @param IpDiscovery The network type you choose when creating a replication group, either -#' `ipv4` | `ipv6`. IPv6 is supported for workloads using Redis engine +#' `ipv4` | `ipv6`. IPv6 is supported for workloads using Redis OSS engine #' version 6.2 onward or Memcached engine version 1.6.6 on all instances #' built on the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' @param TransitEncryptionMode A setting that allows you to migrate your clients to use in-transit @@ -1096,7 +1097,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' When setting `TransitEncryptionEnabled` to `true`, you can set your #' `TransitEncryptionMode` to `preferred` in the same request, to allow #' both encrypted and unencrypted connections at the same time. Once you -#' migrate all your Redis clients to use encrypted connections you can +#' migrate all your Redis OSS clients to use encrypted connections you can #' modify the value to `required` to allow encrypted connections only. #' #' Setting `TransitEncryptionMode` to `required` is a two-step process that @@ -1106,12 +1107,12 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' This process will not trigger the replacement of the replication group. #' @param ClusterMode Enabled or Disabled. To modify cluster mode from Disabled to Enabled, #' you must first set the cluster mode to Compatible. Compatible mode -#' allows your Redis clients to connect using both cluster mode enabled and -#' cluster mode disabled. After you migrate all Redis clients to use -#' cluster mode enabled, you can then complete cluster mode configuration -#' and set the cluster mode to Enabled. +#' allows your Redis OSS clients to connect using both cluster mode enabled +#' and cluster mode disabled. After you migrate all Redis OSS clients to +#' use cluster mode enabled, you can then complete cluster mode +#' configuration and set the cluster mode to Enabled. #' @param ServerlessCacheSnapshotName The name of the snapshot used to create a replication group. Available -#' for Redis only. +#' for Redis OSS only. #' #' @keywords internal #' @@ -1160,21 +1161,22 @@ elasticache_create_replication_group <- function(ReplicationGroupId, Replication #' will be the VPC’s Default Security Group that is associated with the #' cluster VPC end-point. #' @param SnapshotArnsToRestore The ARN(s) of the snapshot that the new serverless cache will be created -#' from. Available for Redis only. +#' from. Available for Redis OSS and Serverless Memcached only. #' @param Tags The list of tags (key, value) pairs to be added to the serverless cache #' resource. Default is NULL. #' @param UserGroupId The identifier of the UserGroup to be associated with the serverless -#' cache. Available for Redis only. Default is NULL. +#' cache. Available for Redis OSS only. Default is NULL. #' @param SubnetIds A list of the identifiers of the subnets where the VPC endpoint for the #' serverless cache will be deployed. All the subnetIds must belong to the #' same VPC. #' @param SnapshotRetentionLimit The number of snapshots that will be retained for the serverless cache #' that is being created. As new snapshots beyond this limit are added, the #' oldest snapshots will be deleted on a rolling basis. Available for Redis -#' only. +#' OSS and Serverless Memcached only. #' @param DailySnapshotTime The daily time that snapshots will be created from the new serverless #' cache. By default this number is populated with 0, i.e. no snapshots -#' will be created on an automatic daily basis. Available for Redis only. +#' will be created on an automatic daily basis. Available for Redis OSS and +#' Serverless Memcached only. #' #' @keywords internal #' @@ -1201,18 +1203,19 @@ elasticache_create_serverless_cache <- function(ServerlessCacheName, Description #' moment in time #' #' @description -#' This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis only. +#' This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis OSS and Serverless Memcached only. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_create_serverless_cache_snapshot/](https://www.paws-r-sdk.com/docs/elasticache_create_serverless_cache_snapshot/) for full documentation. #' #' @param ServerlessCacheSnapshotName [required] The name for the snapshot being created. Must be unique for the customer -#' account. Available for Redis only. Must be between 1 and 255 characters. +#' account. Available for Redis OSS and Serverless Memcached only. Must be +#' between 1 and 255 characters. #' @param ServerlessCacheName [required] The name of an existing serverless cache. The snapshot is created from -#' this cache. Available for Redis only. +#' this cache. Available for Redis OSS and Serverless Memcached only. #' @param KmsKeyId The ID of the KMS key used to encrypt the snapshot. Available for Redis -#' only. Default: NULL +#' OSS and Serverless Memcached only. Default: NULL #' @param Tags A list of tags to be added to the snapshot resource. A tag is a -#' key-value pair. Available for Redis only. +#' key-value pair. Available for Redis OSS and Serverless Memcached only. #' #' @keywords internal #' @@ -1273,10 +1276,10 @@ elasticache_create_snapshot <- function(ReplicationGroupId = NULL, CacheClusterI } .elasticache$operations$create_snapshot <- elasticache_create_snapshot -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). +#' For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). #' #' See [https://www.paws-r-sdk.com/docs/elasticache_create_user/](https://www.paws-r-sdk.com/docs/elasticache_create_user/) for full documentation. #' @@ -1312,19 +1315,19 @@ elasticache_create_user <- function(UserId, UserName, Engine, Passwords = NULL, } .elasticache$operations$create_user <- elasticache_create_user -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html) +#' For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user group. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html) #' #' See [https://www.paws-r-sdk.com/docs/elasticache_create_user_group/](https://www.paws-r-sdk.com/docs/elasticache_create_user_group/) for full documentation. #' #' @param UserGroupId [required] The ID of the user group. -#' @param Engine [required] The current supported value is Redis. +#' @param Engine [required] The current supported value is Redis user. #' @param UserIds The list of user IDs that belong to the user group. #' @param Tags A list of tags to be added to this resource. A tag is a key-value pair. #' A tag key must be accompanied by a tag value, although null is accepted. -#' Available for Redis only. +#' Available for Redis OSS only. #' #' @keywords internal #' @@ -1360,13 +1363,13 @@ elasticache_create_user_group <- function(UserGroupId, Engine, UserIds = NULL, T #' @param GlobalNodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node #' groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is #' required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove -#' from the cluster. ElastiCache for Redis will attempt to remove all node -#' groups listed by GlobalNodeGroupsToRemove from the cluster. +#' from the cluster. ElastiCache (Redis OSS) will attempt to remove all +#' node groups listed by GlobalNodeGroupsToRemove from the cluster. #' @param GlobalNodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node #' groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is #' required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain -#' from the cluster. ElastiCache for Redis will attempt to retain all node -#' groups listed by GlobalNodeGroupsToRetain from the cluster. +#' from the cluster. ElastiCache (Redis OSS) will attempt to retain all +#' node groups listed by GlobalNodeGroupsToRetain from the cluster. #' @param ApplyImmediately [required] Indicates that the shard reconfiguration process begins immediately. At #' present, the only permitted value for this parameter is true. #' @@ -1391,36 +1394,36 @@ elasticache_decrease_node_groups_in_global_replication_group <- function(GlobalR } .elasticache$operations$decrease_node_groups_in_global_replication_group <- elasticache_decrease_node_groups_in_global_replication_group -#' Dynamically decreases the number of replicas in a Redis (cluster mode -#' disabled) replication group or the number of replica nodes in one or -#' more node groups (shards) of a Redis (cluster mode enabled) replication -#' group +#' Dynamically decreases the number of replicas in a Redis OSS (cluster +#' mode disabled) replication group or the number of replica nodes in one +#' or more node groups (shards) of a Redis OSS (cluster mode enabled) +#' replication group #' #' @description -#' Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time. +#' Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_decrease_replica_count/](https://www.paws-r-sdk.com/docs/elasticache_decrease_replica_count/) for full documentation. #' #' @param ReplicationGroupId [required] The id of the replication group from which you want to remove replica #' nodes. #' @param NewReplicaCount The number of read replica nodes you want at the completion of this -#' operation. For Redis (cluster mode disabled) replication groups, this is -#' the number of replica nodes in the replication group. For Redis (cluster -#' mode enabled) replication groups, this is the number of replica nodes in -#' each of the replication group's node groups. +#' operation. For Redis OSS (cluster mode disabled) replication groups, +#' this is the number of replica nodes in the replication group. For Redis +#' OSS (cluster mode enabled) replication groups, this is the number of +#' replica nodes in each of the replication group's node groups. #' #' The minimum number of replicas in a shard or replication group is: #' -#' - Redis (cluster mode disabled) +#' - Redis OSS (cluster mode disabled) #' #' - If Multi-AZ is enabled: 1 #' #' - If Multi-AZ is not enabled: 0 #' -#' - Redis (cluster mode enabled): 0 (though you will not be able to +#' - Redis OSS (cluster mode enabled): 0 (though you will not be able to #' failover to a replica if your primary node fails) #' @param ReplicaConfiguration A list of `ConfigureShard` objects that can be used to configure each -#' shard in a Redis (cluster mode enabled) replication group. The +#' shard in a Redis OSS (cluster mode enabled) replication group. The #' `ConfigureShard` has three members: `NewReplicaCount`, `NodeGroupId`, #' and `PreferredAvailabilityZones`. #' @param ReplicasToRemove A list of the node ids to remove from the replication group or node @@ -1660,8 +1663,8 @@ elasticache_delete_replication_group <- function(ReplicationGroupId, RetainPrima #' #' @param ServerlessCacheName [required] The identifier of the serverless cache to be deleted. #' @param FinalSnapshotName Name of the final snapshot to be taken before the serverless cache is -#' deleted. Available for Redis only. Default: NULL, i.e. a final snapshot -#' is not taken. +#' deleted. Available for Redis OSS and Serverless Memcached only. Default: +#' NULL, i.e. a final snapshot is not taken. #' #' @keywords internal #' @@ -1687,11 +1690,12 @@ elasticache_delete_serverless_cache <- function(ServerlessCacheName, FinalSnapsh #' Deletes an existing serverless cache snapshot #' #' @description -#' Deletes an existing serverless cache snapshot. Available for Redis only. +#' Deletes an existing serverless cache snapshot. Available for Redis OSS and Serverless Memcached only. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_delete_serverless_cache_snapshot/](https://www.paws-r-sdk.com/docs/elasticache_delete_serverless_cache_snapshot/) for full documentation. #' -#' @param ServerlessCacheSnapshotName [required] Idenfitier of the snapshot to be deleted. Available for Redis only. +#' @param ServerlessCacheSnapshotName [required] Idenfitier of the snapshot to be deleted. Available for Redis OSS and +#' Serverless Memcached only. #' #' @keywords internal #' @@ -1744,10 +1748,10 @@ elasticache_delete_snapshot <- function(SnapshotName) { } .elasticache$operations$delete_snapshot <- elasticache_delete_snapshot -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). +#' For Redis OSS engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). #' #' See [https://www.paws-r-sdk.com/docs/elasticache_delete_user/](https://www.paws-r-sdk.com/docs/elasticache_delete_user/) for full documentation. #' @@ -1774,10 +1778,10 @@ elasticache_delete_user <- function(UserId) { } .elasticache$operations$delete_user <- elasticache_delete_user -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). +#' For Redis OSS engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). #' #' See [https://www.paws-r-sdk.com/docs/elasticache_delete_user_group/](https://www.paws-r-sdk.com/docs/elasticache_delete_user_group/) for full documentation. #' @@ -1832,7 +1836,7 @@ elasticache_delete_user_group <- function(UserGroupId) { #' @param ShowCacheClustersNotInReplicationGroups An optional flag that can be included in the `DescribeCacheCluster` #' request to show only nodes (API/CLI: clusters) that are not members of a #' replication group. In practice, this mean Memcached and single node -#' Redis clusters. +#' Redis OSS clusters. #' #' @keywords internal #' @@ -2297,7 +2301,7 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -2310,7 +2314,7 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -2351,7 +2355,7 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -2380,14 +2384,14 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Duration The duration filter value, specified in years or seconds. Use this #' parameter to show only reservations for this duration. #' @@ -2463,7 +2467,7 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -2476,7 +2480,7 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -2517,7 +2521,7 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -2546,14 +2550,14 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Duration Duration filter value, specified in years or seconds. Use this parameter #' to show only reservations for a given duration. #' @@ -2601,25 +2605,28 @@ elasticache_describe_reserved_cache_nodes_offerings <- function(ReservedCacheNod #' Returns information about serverless cache snapshots #' #' @description -#' Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis only. +#' Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis OSS and Serverless Memcached only. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_describe_serverless_cache_snapshots/](https://www.paws-r-sdk.com/docs/elasticache_describe_serverless_cache_snapshots/) for full documentation. #' #' @param ServerlessCacheName The identifier of serverless cache. If this parameter is specified, only #' snapshots associated with that specific serverless cache are described. -#' Available for Redis only. +#' Available for Redis OSS and Serverless Memcached only. #' @param ServerlessCacheSnapshotName The identifier of the serverless cache’s snapshot. If this parameter is -#' specified, only this snapshot is described. Available for Redis only. -#' @param SnapshotType The type of snapshot that is being described. Available for Redis only. +#' specified, only this snapshot is described. Available for Redis OSS and +#' Serverless Memcached only. +#' @param SnapshotType The type of snapshot that is being described. Available for Redis OSS +#' and Serverless Memcached only. #' @param NextToken An optional marker returned from a prior request to support pagination #' of results from this operation. If this parameter is specified, the #' response includes only records beyond the marker, up to the value -#' specified by max-results. Available for Redis only. +#' specified by max-results. Available for Redis OSS and Serverless +#' Memcached only. #' @param MaxResults The maximum number of records to include in the response. If more #' records exist than the specified max-results value, a market is included #' in the response so that remaining results can be retrieved. Available -#' for Redis only.The default is 50. The Validation Constraints are a -#' maximum of 50. +#' for Redis OSS and Serverless Memcached only.The default is 50. The +#' Validation Constraints are a maximum of 50. #' #' @keywords internal #' @@ -2780,8 +2787,8 @@ elasticache_describe_snapshots <- function(ReplicationGroupId = NULL, CacheClust #' @param ServiceUpdateName The unique ID of the service update #' @param ReplicationGroupIds The replication group IDs #' @param CacheClusterIds The cache cluster IDs -#' @param Engine The Elasticache engine to which the update applies. Either Redis or -#' Memcached +#' @param Engine The Elasticache engine to which the update applies. Either Redis OSS or +#' Memcached. #' @param ServiceUpdateStatus The status of the service update #' @param ServiceUpdateTimeRange The range of time specified to search for service updates that are in #' available status @@ -2858,7 +2865,7 @@ elasticache_describe_user_groups <- function(UserGroupId = NULL, MaxRecords = NU #' #' See [https://www.paws-r-sdk.com/docs/elasticache_describe_users/](https://www.paws-r-sdk.com/docs/elasticache_describe_users/) for full documentation. #' -#' @param Engine The Redis engine. +#' @param Engine The Redis OSS engine. #' @param UserId The ID of the user. #' @param Filters Filter to determine the list of User IDs to return. #' @param MaxRecords The maximum number of records to include in the response. If more @@ -2929,15 +2936,15 @@ elasticache_disassociate_global_replication_group <- function(GlobalReplicationG #' to Amazon S3 #' #' @description -#' Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis only. +#' Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis OSS only. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_export_serverless_cache_snapshot/](https://www.paws-r-sdk.com/docs/elasticache_export_serverless_cache_snapshot/) for full documentation. #' #' @param ServerlessCacheSnapshotName [required] The identifier of the serverless cache snapshot to be exported to S3. -#' Available for Redis only. +#' Available for Redis OSS only. #' @param S3BucketName [required] Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 #' bucket must also be in same region as the snapshot. Available for Redis -#' only. +#' OSS only. #' #' @keywords internal #' @@ -3028,24 +3035,24 @@ elasticache_increase_node_groups_in_global_replication_group <- function(GlobalR } .elasticache$operations$increase_node_groups_in_global_replication_group <- elasticache_increase_node_groups_in_global_replication_group -#' Dynamically increases the number of replicas in a Redis (cluster mode -#' disabled) replication group or the number of replica nodes in one or -#' more node groups (shards) of a Redis (cluster mode enabled) replication -#' group +#' Dynamically increases the number of replicas in a Redis OSS (cluster +#' mode disabled) replication group or the number of replica nodes in one +#' or more node groups (shards) of a Redis OSS (cluster mode enabled) +#' replication group #' #' @description -#' Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time. +#' Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_increase_replica_count/](https://www.paws-r-sdk.com/docs/elasticache_increase_replica_count/) for full documentation. #' #' @param ReplicationGroupId [required] The id of the replication group to which you want to add replica nodes. #' @param NewReplicaCount The number of read replica nodes you want at the completion of this -#' operation. For Redis (cluster mode disabled) replication groups, this is -#' the number of replica nodes in the replication group. For Redis (cluster -#' mode enabled) replication groups, this is the number of replica nodes in -#' each of the replication group's node groups. +#' operation. For Redis OSS (cluster mode disabled) replication groups, +#' this is the number of replica nodes in the replication group. For Redis +#' OSS (cluster mode enabled) replication groups, this is the number of +#' replica nodes in each of the replication group's node groups. #' @param ReplicaConfiguration A list of `ConfigureShard` objects that can be used to configure each -#' shard in a Redis (cluster mode enabled) replication group. The +#' shard in a Redis OSS (cluster mode enabled) replication group. The #' `ConfigureShard` has three members: `NewReplicaCount`, `NodeGroupId`, #' and `PreferredAvailabilityZones`. #' @param ApplyImmediately [required] If `True`, the number of replica nodes is increased immediately. @@ -3072,11 +3079,11 @@ elasticache_increase_replica_count <- function(ReplicationGroupId, NewReplicaCou } .elasticache$operations$increase_replica_count <- elasticache_increase_replica_count -#' Lists all available node types that you can scale your Redis cluster's -#' or replication group's current node type +#' Lists all available node types that you can scale your Redis OSS +#' cluster's or replication group's current node type #' #' @description -#' Lists all available node types that you can scale your Redis cluster's or replication group's current node type. +#' Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_list_allowed_node_type_modifications/](https://www.paws-r-sdk.com/docs/elasticache_list_allowed_node_type_modifications/) for full documentation. #' @@ -3172,8 +3179,8 @@ elasticache_list_tags_for_resource <- function(ResourceName) { #' If you are removing cache nodes, you must use the `CacheNodeIdsToRemove` #' parameter to provide the IDs of the specific cache nodes to remove. #' -#' For clusters running Redis, this value must be 1. For clusters running -#' Memcached, this value must be between 1 and 40. +#' For clusters running Redis OSS, this value must be 1. For clusters +#' running Memcached, this value must be between 1 and 40. #' #' Adding or removing Memcached cache nodes can be applied immediately or #' as a pending operation (see `ApplyImmediately`). @@ -3368,7 +3375,7 @@ elasticache_list_tags_for_resource <- function(ResourceName) { #' but you cannot downgrade to an earlier engine version. If you want to #' use an earlier engine version, you must delete the existing cluster and #' create it anew with the earlier engine version. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster @@ -3404,13 +3411,13 @@ elasticache_list_tags_for_resource <- function(ResourceName) { #' #' - DELETE - allowed only when transitioning to RBAC #' -#' For more information, see [Authenticating Users with Redis +#' For more information, see [Authenticating Users with Redis OSS #' AUTH](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) #' @param LogDeliveryConfigurations Specifies the destination, format and type of the logs. #' @param IpDiscovery The network type you choose when modifying a cluster, either `ipv4` | -#' `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2 -#' onward or Memcached engine version 1.6.6 on all instances built on the -#' [Nitro system](https://aws.amazon.com/ec2/nitro/). +#' `ipv6`. IPv6 is supported for workloads using Redis OSS engine version +#' 6.2 onward or Memcached engine version 1.6.6 on all instances built on +#' the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' #' @keywords internal #' @@ -3550,7 +3557,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' Modifies the settings for a replication group #' #' @description -#' Modifies the settings for a replication group. This is limited to Redis 7 and newer. +#' Modifies the settings for a replication group. This is limited to Redis OSS 7 and newer. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_modify_replication_group/](https://www.paws-r-sdk.com/docs/elasticache_modify_replication_group/) for full documentation. #' @@ -3562,8 +3569,8 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' replication group to the primary role. The nodes of all other clusters #' in the replication group are read replicas. #' @param SnapshottingClusterId The cluster ID that is used as the daily snapshot source for the -#' replication group. This parameter cannot be set for Redis (cluster mode -#' enabled) replication groups. +#' replication group. This parameter cannot be set for Redis OSS (cluster +#' mode enabled) replication groups. #' @param AutomaticFailoverEnabled Determines whether a read replica is automatically promoted to #' read/write primary if the existing primary encounters a failure. #' @@ -3640,7 +3647,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' but you cannot downgrade to an earlier engine version. If you want to #' use an earlier engine version, you must delete the existing replication #' group and create it anew with the earlier engine version. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic node group @@ -3683,7 +3690,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' #' - DELETE - allowed only when transitioning to RBAC #' -#' For more information, see [Authenticating Users with Redis +#' For more information, see [Authenticating Users with Redis OSS #' AUTH](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) #' @param UserGroupIdsToAdd The ID of the user group you are associating with the replication group. #' @param UserGroupIdsToRemove The ID of the user group to disassociate from the replication group, @@ -3692,9 +3699,9 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' @param RemoveUserGroups Removes the user group associated with this replication group. #' @param LogDeliveryConfigurations Specifies the destination, format and type of the logs. #' @param IpDiscovery The network type you choose when modifying a cluster, either `ipv4` | -#' `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2 -#' onward or Memcached engine version 1.6.6 on all instances built on the -#' [Nitro system](https://aws.amazon.com/ec2/nitro/). +#' `ipv6`. IPv6 is supported for workloads using Redis OSS engine version +#' 6.2 onward or Memcached engine version 1.6.6 on all instances built on +#' the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' @param TransitEncryptionEnabled A flag that enables in-transit encryption when set to true. If you are #' enabling in-transit encryption for an existing cluster, you must also #' set `TransitEncryptionMode` to `preferred`. @@ -3704,7 +3711,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' You must set `TransitEncryptionEnabled` to `true`, for your existing #' cluster, and set `TransitEncryptionMode` to `preferred` in the same #' request to allow both encrypted and unencrypted connections at the same -#' time. Once you migrate all your Redis clients to use encrypted +#' time. Once you migrate all your Redis OSS clients to use encrypted #' connections you can set the value to `required` to allow encrypted #' connections only. #' @@ -3713,10 +3720,10 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' after that you can set `TransitEncryptionMode` to `required`. #' @param ClusterMode Enabled or Disabled. To modify cluster mode from Disabled to Enabled, #' you must first set the cluster mode to Compatible. Compatible mode -#' allows your Redis clients to connect using both cluster mode enabled and -#' cluster mode disabled. After you migrate all Redis clients to use -#' cluster mode enabled, you can then complete cluster mode configuration -#' and set the cluster mode to Enabled. +#' allows your Redis OSS clients to connect using both cluster mode enabled +#' and cluster mode disabled. After you migrate all Redis OSS clients to +#' use cluster mode enabled, you can then complete cluster mode +#' configuration and set the cluster mode to Enabled. #' #' @keywords internal #' @@ -3748,8 +3755,8 @@ elasticache_modify_replication_group <- function(ReplicationGroupId, Replication #' #' See [https://www.paws-r-sdk.com/docs/elasticache_modify_replication_group_shard_configuration/](https://www.paws-r-sdk.com/docs/elasticache_modify_replication_group_shard_configuration/) for full documentation. #' -#' @param ReplicationGroupId [required] The name of the Redis (cluster mode enabled) cluster (replication group) -#' on which the shards are to be configured. +#' @param ReplicationGroupId [required] The name of the Redis OSS (cluster mode enabled) cluster (replication +#' group) on which the shards are to be configured. #' @param NodeGroupCount [required] The number of node groups (shards) that results from the modification of #' the shard configuration. #' @param ApplyImmediately [required] Indicates that the shard reconfiguration process begins immediately. At @@ -3769,14 +3776,14 @@ elasticache_modify_replication_group <- function(ReplicationGroupId, Replication #' `NodeGroupsToRetain` is required. `NodeGroupsToRemove` is a list of #' `NodeGroupId`s to remove from the cluster. #' -#' ElastiCache for Redis will attempt to remove all node groups listed by +#' ElastiCache (Redis OSS) will attempt to remove all node groups listed by #' `NodeGroupsToRemove` from the cluster. #' @param NodeGroupsToRetain If the value of `NodeGroupCount` is less than the current number of node #' groups (shards), then either `NodeGroupsToRemove` or #' `NodeGroupsToRetain` is required. `NodeGroupsToRetain` is a list of #' `NodeGroupId`s to retain in the cluster. #' -#' ElastiCache for Redis will attempt to remove all node groups except +#' ElastiCache (Redis OSS) will attempt to remove all node groups except #' those listed by `NodeGroupsToRetain` from the cluster. #' #' @keywords internal @@ -3813,9 +3820,10 @@ elasticache_modify_replication_group_shard_configuration <- function(Replication #' maximum length of 255 characters. #' @param CacheUsageLimits Modify the cache usage limit for the serverless cache. #' @param RemoveUserGroup The identifier of the UserGroup to be removed from association with the -#' Redis serverless cache. Available for Redis only. Default is NULL. +#' Redis OSS serverless cache. Available for Redis OSS only. Default is +#' NULL. #' @param UserGroupId The identifier of the UserGroup to be associated with the serverless -#' cache. Available for Redis only. Default is NULL - the existing +#' cache. Available for Redis OSS only. Default is NULL - the existing #' UserGroup is not removed. #' @param SecurityGroupIds The new list of VPC security groups to be associated with the serverless #' cache. Populating this list means the current VPC security groups will @@ -3823,13 +3831,13 @@ elasticache_modify_replication_group_shard_configuration <- function(Replication #' the VPC end-point (private-link). Default = NULL - the existing list of #' VPC security groups is not removed. #' @param SnapshotRetentionLimit The number of days for which Elasticache retains automatic snapshots -#' before deleting them. Available for Redis only. Default = NULL, i.e. the -#' existing snapshot-retention-limit will not be removed or modified. The -#' maximum value allowed is 35 days. +#' before deleting them. Available for Redis OSS and Serverless Memcached +#' only. Default = NULL, i.e. the existing snapshot-retention-limit will +#' not be removed or modified. The maximum value allowed is 35 days. #' @param DailySnapshotTime The daily time during which Elasticache begins taking a daily snapshot -#' of the serverless cache. Available for Redis only. The default is NULL, -#' i.e. the existing snapshot time configured for the cluster is not -#' removed. +#' of the serverless cache. Available for Redis OSS and Serverless +#' Memcached only. The default is NULL, i.e. the existing snapshot time +#' configured for the cluster is not removed. #' #' @keywords internal #' @@ -3922,7 +3930,7 @@ elasticache_modify_user_group <- function(UserGroupId, UserIdsToAdd = NULL, User #' Allows you to purchase a reserved cache node offering #' #' @description -#' Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see [Managing Costs with Reserved Nodes](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/) for Redis or [Managing Costs with Reserved Nodes](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/) for Memcached. +#' Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see [Managing Costs with Reserved Nodes](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/) for Redis OSS or [Managing Costs with Reserved Nodes](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/) for Memcached. #' #' See [https://www.paws-r-sdk.com/docs/elasticache_purchase_reserved_cache_nodes_offering/](https://www.paws-r-sdk.com/docs/elasticache_purchase_reserved_cache_nodes_offering/) for full documentation. #' @@ -4149,8 +4157,8 @@ elasticache_revoke_cache_security_group_ingress <- function(CacheSecurityGroupNa #' See [https://www.paws-r-sdk.com/docs/elasticache_start_migration/](https://www.paws-r-sdk.com/docs/elasticache_start_migration/) for full documentation. #' #' @param ReplicationGroupId [required] The ID of the replication group to which data should be migrated. -#' @param CustomerNodeEndpointList [required] List of endpoints from which data should be migrated. For Redis (cluster -#' mode disabled), list should have only one element. +#' @param CustomerNodeEndpointList [required] List of endpoints from which data should be migrated. For Redis OSS +#' (cluster mode disabled), list should have only one element. #' #' @keywords internal #' diff --git a/cran/paws.database/R/elasticache_service.R b/cran/paws.database/R/elasticache_service.R index ad4c409f5b..d698949bdd 100644 --- a/cran/paws.database/R/elasticache_service.R +++ b/cran/paws.database/R/elasticache_service.R @@ -112,15 +112,15 @@ NULL #' \link[=elasticache_create_cache_parameter_group]{create_cache_parameter_group} \tab Creates a new Amazon ElastiCache cache parameter group\cr #' \link[=elasticache_create_cache_security_group]{create_cache_security_group} \tab Creates a new cache security group\cr #' \link[=elasticache_create_cache_subnet_group]{create_cache_subnet_group} \tab Creates a new cache subnet group\cr -#' \link[=elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication\cr -#' \link[=elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group\cr +#' \link[=elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication\cr +#' \link[=elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group\cr #' \link[=elasticache_create_serverless_cache]{create_serverless_cache} \tab Creates a serverless cache\cr #' \link[=elasticache_create_serverless_cache_snapshot]{create_serverless_cache_snapshot} \tab This API creates a copy of an entire ServerlessCache at a specific moment in time\cr #' \link[=elasticache_create_snapshot]{create_snapshot} \tab Creates a copy of an entire cluster or replication group at a specific moment in time\cr -#' \link[=elasticache_create_user]{create_user} \tab For Redis engine version 6\cr -#' \link[=elasticache_create_user_group]{create_user_group} \tab For Redis engine version 6\cr +#' \link[=elasticache_create_user]{create_user} \tab For Redis OSS engine version 6\cr +#' \link[=elasticache_create_user_group]{create_user_group} \tab For Redis OSS engine version 6\cr #' \link[=elasticache_decrease_node_groups_in_global_replication_group]{decrease_node_groups_in_global_replication_group} \tab Decreases the number of node groups in a Global datastore\cr -#' \link[=elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr +#' \link[=elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr #' \link[=elasticache_delete_cache_cluster]{delete_cache_cluster} \tab Deletes a previously provisioned cluster\cr #' \link[=elasticache_delete_cache_parameter_group]{delete_cache_parameter_group} \tab Deletes the specified cache parameter group\cr #' \link[=elasticache_delete_cache_security_group]{delete_cache_security_group} \tab Deletes a cache security group\cr @@ -130,8 +130,8 @@ NULL #' \link[=elasticache_delete_serverless_cache]{delete_serverless_cache} \tab Deletes a specified existing serverless cache\cr #' \link[=elasticache_delete_serverless_cache_snapshot]{delete_serverless_cache_snapshot} \tab Deletes an existing serverless cache snapshot\cr #' \link[=elasticache_delete_snapshot]{delete_snapshot} \tab Deletes an existing snapshot\cr -#' \link[=elasticache_delete_user]{delete_user} \tab For Redis engine version 6\cr -#' \link[=elasticache_delete_user_group]{delete_user_group} \tab For Redis engine version 6\cr +#' \link[=elasticache_delete_user]{delete_user} \tab For Redis OSS engine version 6\cr +#' \link[=elasticache_delete_user_group]{delete_user_group} \tab For Redis OSS engine version 6\cr #' \link[=elasticache_describe_cache_clusters]{describe_cache_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied\cr #' \link[=elasticache_describe_cache_engine_versions]{describe_cache_engine_versions} \tab Returns a list of the available cache engines and their versions\cr #' \link[=elasticache_describe_cache_parameter_groups]{describe_cache_parameter_groups} \tab Returns a list of cache parameter group descriptions\cr @@ -155,8 +155,8 @@ NULL #' \link[=elasticache_export_serverless_cache_snapshot]{export_serverless_cache_snapshot} \tab Provides the functionality to export the serverless cache snapshot data to Amazon S3\cr #' \link[=elasticache_failover_global_replication_group]{failover_global_replication_group} \tab Used to failover the primary region to a secondary region\cr #' \link[=elasticache_increase_node_groups_in_global_replication_group]{increase_node_groups_in_global_replication_group} \tab Increase the number of node groups in the Global datastore\cr -#' \link[=elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr -#' \link[=elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis cluster's or replication group's current node type\cr +#' \link[=elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr +#' \link[=elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type\cr #' \link[=elasticache_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags currently on a named resource\cr #' \link[=elasticache_modify_cache_cluster]{modify_cache_cluster} \tab Modifies the settings for a cluster\cr #' \link[=elasticache_modify_cache_parameter_group]{modify_cache_parameter_group} \tab Modifies the parameters of a cache parameter group\cr diff --git a/cran/paws.database/R/memorydb_operations.R b/cran/paws.database/R/memorydb_operations.R index ef580de064..33f8609b0f 100644 --- a/cran/paws.database/R/memorydb_operations.R +++ b/cran/paws.database/R/memorydb_operations.R @@ -176,7 +176,7 @@ memorydb_create_acl <- function(ACLName, UserNames = NULL, Tags = NULL) { #' If you do not specify this parameter, MemoryDB automatically chooses an #' appropriate time range. #' @param ACLName [required] The name of the Access Control List to associate with the cluster. -#' @param EngineVersion The version number of the Redis engine to be used for the cluster. +#' @param EngineVersion The version number of the Redis OSS engine to be used for the cluster. #' @param AutoMinorVersionUpgrade When set to true, the cluster will automatically receive minor engine #' version upgrades after launch. #' @param DataTiering Enables data tiering. Data tiering is only supported for clusters using @@ -607,14 +607,14 @@ memorydb_describe_clusters <- function(ClusterName = NULL, MaxResults = NULL, Ne } .memorydb$operations$describe_clusters <- memorydb_describe_clusters -#' Returns a list of the available Redis engine versions +#' Returns a list of the available Redis OSS engine versions #' #' @description -#' Returns a list of the available Redis engine versions. +#' Returns a list of the available Redis OSS engine versions. #' #' See [https://www.paws-r-sdk.com/docs/memorydb_describe_engine_versions/](https://www.paws-r-sdk.com/docs/memorydb_describe_engine_versions/) for full documentation. #' -#' @param EngineVersion The Redis engine version +#' @param EngineVersion The Redis OSS engine version #' @param ParameterGroupFamily The name of a specific parameter group family to return details for. #' @param MaxResults The maximum number of records to include in the response. If more #' records exist than the specified MaxResults value, a token is included diff --git a/cran/paws.database/R/memorydb_service.R b/cran/paws.database/R/memorydb_service.R index 29e2f3ca61..6f934be7cf 100644 --- a/cran/paws.database/R/memorydb_service.R +++ b/cran/paws.database/R/memorydb_service.R @@ -5,13 +5,13 @@ NULL #' Amazon MemoryDB #' #' @description -#' MemoryDB for Redis is a fully managed, Redis-compatible, in-memory -#' database that delivers ultra-fast performance and Multi-AZ durability -#' for modern applications built using microservices architectures. -#' MemoryDB stores the entire database in-memory, enabling low latency and -#' high throughput data access. It is compatible with Redis, a popular open -#' source data store, enabling you to leverage Redis’ flexible and friendly -#' data structures, APIs, and commands. +#' MemoryDB is a fully managed, Redis OSS-compatible, in-memory database +#' that delivers ultra-fast performance and Multi-AZ durability for modern +#' applications built using microservices architectures. MemoryDB stores +#' the entire database in-memory, enabling low latency and high throughput +#' data access. It is compatible with Redis OSS, a popular open source data +#' store, enabling you to leverage Redis OSS’ flexible and friendly data +#' structures, APIs, and commands. #' #' @param #' config @@ -112,7 +112,7 @@ NULL #' \link[=memorydb_delete_user]{delete_user} \tab Deletes a user\cr #' \link[=memorydb_describe_ac_ls]{describe_ac_ls} \tab Returns a list of ACLs\cr #' \link[=memorydb_describe_clusters]{describe_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied\cr -#' \link[=memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis engine versions\cr +#' \link[=memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis OSS engine versions\cr #' \link[=memorydb_describe_events]{describe_events} \tab Returns events related to clusters, security groups, and parameter groups\cr #' \link[=memorydb_describe_parameter_groups]{describe_parameter_groups} \tab Returns a list of parameter group descriptions\cr #' \link[=memorydb_describe_parameters]{describe_parameters} \tab Returns the detailed parameter list for a particular parameter group\cr diff --git a/cran/paws.database/R/rds_interfaces.R b/cran/paws.database/R/rds_interfaces.R index 14675850b6..5358e4b5cb 100644 --- a/cran/paws.database/R/rds_interfaces.R +++ b/cran/paws.database/R/rds_interfaces.R @@ -299,13 +299,13 @@ NULL .rds$create_db_shard_group_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), MaxACU = structure(logical(0), tags = list(type = "double")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) + shape <- structure(list(DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } .rds$create_db_shard_group_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "CreateDBShardGroupResult")) + shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "CreateDBShardGroupResult")) return(populate(args, shape)) } @@ -551,7 +551,7 @@ NULL .rds$delete_db_shard_group_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DeleteDBShardGroupResult")) + shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DeleteDBShardGroupResult")) return(populate(args, shape)) } @@ -931,7 +931,7 @@ NULL .rds$describe_db_shard_groups_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroups = structure(list(structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "DBShardGroup", type = "structure"))), tags = list(locationNameList = "DBShardGroup", type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeDBShardGroupsResult")) + shape <- structure(list(DBShardGroups = structure(list(structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "DBShardGroup", type = "structure"))), tags = list(locationNameList = "DBShardGroup", type = "list")), Marker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeDBShardGroupsResult")) return(populate(args, shape)) } @@ -1429,13 +1429,13 @@ NULL .rds$modify_db_shard_group_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")) + shape <- structure(list(DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")) return(populate(args, shape)) } .rds$modify_db_shard_group_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "ModifyDBShardGroupResult")) + shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "ModifyDBShardGroupResult")) return(populate(args, shape)) } @@ -1603,7 +1603,7 @@ NULL .rds$reboot_db_shard_group_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "RebootDBShardGroupResult")) + shape <- structure(list(DBShardGroupResourceId = structure(logical(0), tags = list(type = "string")), DBShardGroupIdentifier = structure(logical(0), tags = list(type = "string")), DBClusterIdentifier = structure(logical(0), tags = list(type = "string")), MaxACU = structure(logical(0), tags = list(type = "double")), MinACU = structure(logical(0), tags = list(type = "double")), ComputeRedundancy = structure(logical(0), tags = list(type = "integer")), Status = structure(logical(0), tags = list(type = "string")), PubliclyAccessible = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "RebootDBShardGroupResult")) return(populate(args, shape)) } diff --git a/cran/paws.database/R/rds_operations.R b/cran/paws.database/R/rds_operations.R index 9307f1f86d..cc38b9a5d4 100644 --- a/cran/paws.database/R/rds_operations.R +++ b/cran/paws.database/R/rds_operations.R @@ -1508,13 +1508,13 @@ rds_create_custom_db_engine_version <- function(Engine, EngineVersion, DatabaseI #' DB cluster. #' @param PubliclyAccessible Specifies whether the DB cluster is publicly accessible. #' -#' When the DB cluster is publicly accessible, its Domain Name System (DNS) -#' endpoint resolves to the private IP address from within the DB cluster's -#' virtual private cloud (VPC). It resolves to the public IP address from -#' outside of the DB cluster's VPC. Access to the DB cluster is ultimately -#' controlled by the security group it uses. That public access isn't -#' permitted if the security group assigned to the DB cluster doesn't -#' permit it. +#' When the DB cluster is publicly accessible and you connect from outside +#' of the DB cluster's virtual private cloud (VPC), its Domain Name System +#' (DNS) endpoint resolves to the public IP address. When you connect from +#' within the same VPC as the DB cluster, the endpoint resolves to the +#' private IP address. Access to the DB cluster is ultimately controlled by +#' the security group it uses. That public access isn't permitted if the +#' security group assigned to the DB cluster doesn't permit it. #' #' When the DB cluster isn't publicly accessible, it is an internal DB #' cluster with a DNS name that resolves to a private IP address. @@ -2545,13 +2545,13 @@ rds_create_db_cluster_snapshot <- function(DBClusterSnapshotIdentifier, DBCluste #' This setting doesn't apply to RDS Custom DB instances. #' @param PubliclyAccessible Specifies whether the DB instance is publicly accessible. #' -#' When the DB instance is publicly accessible, its Domain Name System -#' (DNS) endpoint resolves to the private IP address from within the DB -#' instance's virtual private cloud (VPC). It resolves to the public IP -#' address from outside of the DB instance's VPC. Access to the DB instance -#' is ultimately controlled by the security group it uses. That public -#' access is not permitted if the security group assigned to the DB -#' instance doesn't permit it. +#' When the DB instance is publicly accessible and you connect from outside +#' of the DB instance's virtual private cloud (VPC), its Domain Name System +#' (DNS) endpoint resolves to the public IP address. When you connect from +#' within the same VPC as the DB instance, the endpoint resolves to the +#' private IP address. Access to the DB instance is ultimately controlled +#' by the security group it uses. That public access is not permitted if +#' the security group assigned to the DB instance doesn't permit it. #' #' When the DB instance isn't publicly accessible, it is an internal DB #' instance with a DNS name that resolves to a private IP address. @@ -3807,6 +3807,8 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' different AZs for each physical shard. #' @param MaxACU [required] The maximum capacity of the DB shard group in Aurora capacity units #' (ACUs). +#' @param MinACU The minimum capacity of the DB shard group in Aurora capacity units +#' (ACUs). #' @param PubliclyAccessible Specifies whether the DB shard group is publicly accessible. #' #' When the DB shard group is publicly accessible, its Domain Name System @@ -3844,7 +3846,7 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' @keywords internal #' #' @rdname rds_create_db_shard_group -rds_create_db_shard_group <- function(DBShardGroupIdentifier, DBClusterIdentifier, ComputeRedundancy = NULL, MaxACU, PubliclyAccessible = NULL) { +rds_create_db_shard_group <- function(DBShardGroupIdentifier, DBClusterIdentifier, ComputeRedundancy = NULL, MaxACU, MinACU = NULL, PubliclyAccessible = NULL) { op <- new_operation( name = "CreateDBShardGroup", http_method = "POST", @@ -3852,7 +3854,7 @@ rds_create_db_shard_group <- function(DBShardGroupIdentifier, DBClusterIdentifie host_prefix = "", paginator = list() ) - input <- .rds$create_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, DBClusterIdentifier = DBClusterIdentifier, ComputeRedundancy = ComputeRedundancy, MaxACU = MaxACU, PubliclyAccessible = PubliclyAccessible) + input <- .rds$create_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, DBClusterIdentifier = DBClusterIdentifier, ComputeRedundancy = ComputeRedundancy, MaxACU = MaxACU, MinACU = MinACU, PubliclyAccessible = PubliclyAccessible) output <- .rds$create_db_shard_group_output() config <- get_config() svc <- .rds$service(config, op) @@ -4431,20 +4433,20 @@ rds_delete_custom_db_engine_version <- function(Engine, EngineVersion) { #' #' - Must match an existing DBClusterIdentifier. #' @param SkipFinalSnapshot Specifies whether to skip the creation of a final DB cluster snapshot -#' before the DB cluster is deleted. If skip is specified, no DB cluster -#' snapshot is created. If skip isn't specified, a DB cluster snapshot is -#' created before the DB cluster is deleted. By default, skip isn't -#' specified, and the DB cluster snapshot is created. By default, this -#' parameter is disabled. -#' -#' You must specify a `FinalDBSnapshotIdentifier` parameter if -#' `SkipFinalSnapshot` is disabled. +#' before RDS deletes the DB cluster. If you set this value to `true`, RDS +#' doesn't create a final DB cluster snapshot. If you set this value to +#' `false` or don't specify it, RDS creates a DB cluster snapshot before it +#' deletes the DB cluster. By default, this parameter is disabled, so RDS +#' creates a final DB cluster snapshot. +#' +#' If `SkipFinalSnapshot` is disabled, you must specify a value for the +#' `FinalDBSnapshotIdentifier` parameter. #' @param FinalDBSnapshotIdentifier The DB cluster snapshot identifier of the new DB cluster snapshot #' created when `SkipFinalSnapshot` is disabled. #' -#' Specifying this parameter and also skipping the creation of a final DB -#' cluster snapshot with the `SkipFinalShapshot` parameter results in an -#' error. +#' If you specify this parameter and also skip the creation of a final DB +#' cluster snapshot with the `SkipFinalShapshot` parameter, the request +#' results in an error. #' #' Constraints: #' @@ -9764,13 +9766,13 @@ rds_modify_db_cluster_snapshot_attribute <- function(DBClusterSnapshotIdentifier #' `3260`, `3343`, `3389`, `47001`, or `49152-49156`. #' @param PubliclyAccessible Specifies whether the DB instance is publicly accessible. #' -#' When the DB cluster is publicly accessible, its Domain Name System (DNS) -#' endpoint resolves to the private IP address from within the DB cluster's -#' virtual private cloud (VPC). It resolves to the public IP address from -#' outside of the DB cluster's VPC. Access to the DB cluster is ultimately -#' controlled by the security group it uses. That public access isn't -#' permitted if the security group assigned to the DB cluster doesn't -#' permit it. +#' When the DB instance is publicly accessible and you connect from outside +#' of the DB instance's virtual private cloud (VPC), its Domain Name System +#' (DNS) endpoint resolves to the public IP address. When you connect from +#' within the same VPC as the DB instance, the endpoint resolves to the +#' private IP address. Access to the DB instance is ultimately controlled +#' by the security group it uses. That public access isn't permitted if the +#' security group assigned to the DB instance doesn't permit it. #' #' When the DB instance isn't publicly accessible, it is an internal DB #' instance with a DNS name that resolves to a private IP address. @@ -10354,11 +10356,13 @@ rds_modify_db_recommendation <- function(RecommendationId, Locale = NULL, Status #' @param DBShardGroupIdentifier [required] The name of the DB shard group to modify. #' @param MaxACU The maximum capacity of the DB shard group in Aurora capacity units #' (ACUs). +#' @param MinACU The minimum capacity of the DB shard group in Aurora capacity units +#' (ACUs). #' #' @keywords internal #' #' @rdname rds_modify_db_shard_group -rds_modify_db_shard_group <- function(DBShardGroupIdentifier, MaxACU = NULL) { +rds_modify_db_shard_group <- function(DBShardGroupIdentifier, MaxACU = NULL, MinACU = NULL) { op <- new_operation( name = "ModifyDBShardGroup", http_method = "POST", @@ -10366,7 +10370,7 @@ rds_modify_db_shard_group <- function(DBShardGroupIdentifier, MaxACU = NULL) { host_prefix = "", paginator = list() ) - input <- .rds$modify_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, MaxACU = MaxACU) + input <- .rds$modify_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, MaxACU = MaxACU, MinACU = MinACU) output <- .rds$modify_db_shard_group_output() config <- get_config() svc <- .rds$service(config, op) @@ -10832,8 +10836,8 @@ rds_modify_tenant_database <- function(DBInstanceIdentifier, TenantDBName, Maste #' The default is a 30-minute window selected at random from an 8-hour #' block of time for each Amazon Web Services Region. To see the time #' blocks available, see [Adjusting the Preferred Maintenance -#' Window](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/) in the -#' *Amazon RDS User Guide.* +#' Window](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html) +#' in the *Amazon RDS User Guide.* #' #' Constraints: #' diff --git a/cran/paws.database/R/redshiftdataapiservice_interfaces.R b/cran/paws.database/R/redshiftdataapiservice_interfaces.R index c610633aca..625f6f72a2 100644 --- a/cran/paws.database/R/redshiftdataapiservice_interfaces.R +++ b/cran/paws.database/R/redshiftdataapiservice_interfaces.R @@ -5,13 +5,13 @@ NULL .redshiftdataapiservice$batch_execute_statement_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string")), Sqls = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StatementName = structure(logical(0), tags = list(type = "string")), WithEvent = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string")), SessionId = structure(logical(0), tags = list(type = "string")), SessionKeepAliveSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), Sqls = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StatementName = structure(logical(0), tags = list(type = "string")), WithEvent = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .redshiftdataapiservice$batch_execute_statement_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string")), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Database = structure(logical(0), tags = list(type = "string")), DbGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DbUser = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string")), SessionId = structure(logical(0), tags = list(type = "string")), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -35,7 +35,7 @@ NULL .redshiftdataapiservice$describe_statement_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), Duration = structure(logical(0), tags = list(type = "long")), Error = structure(logical(0), tags = list(type = "string")), HasResultSet = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Id = structure(logical(0), tags = list(type = "string")), QueryParameters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), QueryString = structure(logical(0), tags = list(type = "string")), RedshiftPid = structure(logical(0), tags = list(type = "long")), RedshiftQueryId = structure(logical(0), tags = list(type = "long")), ResultRows = structure(logical(0), tags = list(type = "long")), ResultSize = structure(logical(0), tags = list(type = "long")), SecretArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SubStatements = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Duration = structure(logical(0), tags = list(type = "long")), Error = structure(logical(0), tags = list(type = "string")), HasResultSet = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Id = structure(logical(0), tags = list(type = "string")), QueryString = structure(logical(0), tags = list(type = "string")), RedshiftQueryId = structure(logical(0), tags = list(type = "long")), ResultRows = structure(logical(0), tags = list(type = "long")), ResultSize = structure(logical(0), tags = list(type = "long")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), Duration = structure(logical(0), tags = list(type = "long")), Error = structure(logical(0), tags = list(type = "string")), HasResultSet = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Id = structure(logical(0), tags = list(type = "string")), QueryParameters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), QueryString = structure(logical(0), tags = list(type = "string")), RedshiftPid = structure(logical(0), tags = list(type = "long")), RedshiftQueryId = structure(logical(0), tags = list(type = "long")), ResultRows = structure(logical(0), tags = list(type = "long")), ResultSize = structure(logical(0), tags = list(type = "long")), SecretArn = structure(logical(0), tags = list(type = "string")), SessionId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SubStatements = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Duration = structure(logical(0), tags = list(type = "long")), Error = structure(logical(0), tags = list(type = "string")), HasResultSet = structure(logical(0), tags = list(type = "boolean", box = TRUE)), Id = structure(logical(0), tags = list(type = "string")), QueryString = structure(logical(0), tags = list(type = "string")), RedshiftQueryId = structure(logical(0), tags = list(type = "long")), ResultRows = structure(logical(0), tags = list(type = "long")), ResultSize = structure(logical(0), tags = list(type = "long")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp")), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -53,13 +53,13 @@ NULL .redshiftdataapiservice$execute_statement_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SecretArn = structure(logical(0), tags = list(type = "string")), Sql = structure(logical(0), tags = list(type = "string")), StatementName = structure(logical(0), tags = list(type = "string")), WithEvent = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), ClusterIdentifier = structure(logical(0), tags = list(type = "string")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), Parameters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SecretArn = structure(logical(0), tags = list(type = "string")), SessionId = structure(logical(0), tags = list(type = "string")), SessionKeepAliveSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), Sql = structure(logical(0), tags = list(type = "string")), StatementName = structure(logical(0), tags = list(type = "string")), WithEvent = structure(logical(0), tags = list(type = "boolean", box = TRUE)), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .redshiftdataapiservice$execute_statement_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Database = structure(logical(0), tags = list(type = "string")), DbUser = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string")), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(ClusterIdentifier = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Database = structure(logical(0), tags = list(type = "string")), DbGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DbUser = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string")), SessionId = structure(logical(0), tags = list(type = "string")), WorkgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -107,7 +107,7 @@ NULL .redshiftdataapiservice$list_statements_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Statements = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), IsBatchStatement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), QueryParameters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), QueryString = structure(logical(0), tags = list(type = "string")), QueryStrings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecretArn = structure(logical(0), tags = list(type = "string")), StatementName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Statements = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), IsBatchStatement = structure(logical(0), tags = list(type = "boolean", box = TRUE)), QueryParameters = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), QueryString = structure(logical(0), tags = list(type = "string")), QueryStrings = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecretArn = structure(logical(0), tags = list(type = "string")), SessionId = structure(logical(0), tags = list(type = "string")), StatementName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.database/R/redshiftdataapiservice_operations.R b/cran/paws.database/R/redshiftdataapiservice_operations.R index 14b9679443..de77c74341 100644 --- a/cran/paws.database/R/redshiftdataapiservice_operations.R +++ b/cran/paws.database/R/redshiftdataapiservice_operations.R @@ -16,13 +16,17 @@ NULL #' @param ClusterIdentifier The cluster identifier. This parameter is required when connecting to a #' cluster and authenticating using either Secrets Manager or temporary #' credentials. -#' @param Database [required] The name of the database. This parameter is required when authenticating +#' @param Database The name of the database. This parameter is required when authenticating #' using either Secrets Manager or temporary credentials. #' @param DbUser The database user name. This parameter is required when connecting to a #' cluster as a database user and authenticating using temporary #' credentials. #' @param SecretArn The name or ARN of the secret that enables access to the database. This #' parameter is required when authenticating using Secrets Manager. +#' @param SessionId The session identifier of the query. +#' @param SessionKeepAliveSeconds The number of seconds to keep the session alive after the query +#' finishes. The maximum time a session can keep alive is 24 hours. After +#' 24 hours, the session is forced closed and the query is terminated. #' @param Sqls [required] One or more SQL statements to run. #' #' The SQL statements are run as a single transaction. They run serially in the order of the array. Subsequent SQL statements don\'t start until the previous statement in the array completes. If any SQL statement fails, then because they are run as one transaction, all work is rolled back.

@@ -37,7 +41,7 @@ NULL #' @keywords internal #' #' @rdname redshiftdataapiservice_batch_execute_statement -redshiftdataapiservice_batch_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database, DbUser = NULL, SecretArn = NULL, Sqls, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { +redshiftdataapiservice_batch_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database = NULL, DbUser = NULL, SecretArn = NULL, SessionId = NULL, SessionKeepAliveSeconds = NULL, Sqls, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { op <- new_operation( name = "BatchExecuteStatement", http_method = "POST", @@ -45,7 +49,7 @@ redshiftdataapiservice_batch_execute_statement <- function(ClientToken = NULL, C host_prefix = "", paginator = list() ) - input <- .redshiftdataapiservice$batch_execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, SecretArn = SecretArn, Sqls = Sqls, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) + input <- .redshiftdataapiservice$batch_execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, SecretArn = SecretArn, SessionId = SessionId, SessionKeepAliveSeconds = SessionKeepAliveSeconds, Sqls = Sqls, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) output <- .redshiftdataapiservice$batch_execute_statement_output() config <- get_config() svc <- .redshiftdataapiservice$service(config, op) @@ -200,7 +204,7 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' @param ClusterIdentifier The cluster identifier. This parameter is required when connecting to a #' cluster and authenticating using either Secrets Manager or temporary #' credentials. -#' @param Database [required] The name of the database. This parameter is required when authenticating +#' @param Database The name of the database. This parameter is required when authenticating #' using either Secrets Manager or temporary credentials. #' @param DbUser The database user name. This parameter is required when connecting to a #' cluster as a database user and authenticating using temporary @@ -208,6 +212,10 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' @param Parameters The parameters for the SQL statement. #' @param SecretArn The name or ARN of the secret that enables access to the database. This #' parameter is required when authenticating using Secrets Manager. +#' @param SessionId The session identifier of the query. +#' @param SessionKeepAliveSeconds The number of seconds to keep the session alive after the query +#' finishes. The maximum time a session can keep alive is 24 hours. After +#' 24 hours, the session is forced closed and the query is terminated. #' @param Sql [required] The SQL statement text to run. #' @param StatementName The name of the SQL statement. You can name the SQL statement when you #' create it to identify the query. @@ -220,7 +228,7 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' @keywords internal #' #' @rdname redshiftdataapiservice_execute_statement -redshiftdataapiservice_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database, DbUser = NULL, Parameters = NULL, SecretArn = NULL, Sql, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { +redshiftdataapiservice_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database = NULL, DbUser = NULL, Parameters = NULL, SecretArn = NULL, SessionId = NULL, SessionKeepAliveSeconds = NULL, Sql, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { op <- new_operation( name = "ExecuteStatement", http_method = "POST", @@ -228,7 +236,7 @@ redshiftdataapiservice_execute_statement <- function(ClientToken = NULL, Cluster host_prefix = "", paginator = list() ) - input <- .redshiftdataapiservice$execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, Parameters = Parameters, SecretArn = SecretArn, Sql = Sql, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) + input <- .redshiftdataapiservice$execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, Parameters = Parameters, SecretArn = SecretArn, SessionId = SessionId, SessionKeepAliveSeconds = SessionKeepAliveSeconds, Sql = Sql, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) output <- .redshiftdataapiservice$execute_statement_output() config <- get_config() svc <- .redshiftdataapiservice$service(config, op) diff --git a/cran/paws.database/R/redshiftserverless_interfaces.R b/cran/paws.database/R/redshiftserverless_interfaces.R index fd8a88b704..d29353d795 100644 --- a/cran/paws.database/R/redshiftserverless_interfaces.R +++ b/cran/paws.database/R/redshiftserverless_interfaces.R @@ -35,7 +35,7 @@ NULL .redshiftserverless$create_endpoint_access_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -101,13 +101,13 @@ NULL .redshiftserverless$create_workgroup_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), 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")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), 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")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .redshiftserverless$create_workgroup_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -131,7 +131,7 @@ NULL .redshiftserverless$delete_endpoint_access_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -215,7 +215,7 @@ NULL .redshiftserverless$delete_workgroup_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -251,7 +251,7 @@ NULL .redshiftserverless$get_endpoint_access_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -347,7 +347,7 @@ NULL .redshiftserverless$get_workgroup_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -371,7 +371,7 @@ NULL .redshiftserverless$list_endpoint_access_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(endpoints = structure(list(structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = 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")) + shape <- structure(list(endpoints = structure(list(structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = 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)) } @@ -479,7 +479,7 @@ NULL .redshiftserverless$list_workgroups_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), workgroups = structure(list(structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), workgroups = structure(list(structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -587,7 +587,7 @@ NULL .redshiftserverless$update_endpoint_access_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), endpointArn = structure(logical(0), tags = list(type = "string")), endpointCreateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endpointName = structure(logical(0), tags = list(type = "string")), endpointStatus = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), vpcEndpoint = structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), vpcSecurityGroups = structure(list(structure(list(status = structure(logical(0), tags = list(type = "string")), vpcSecurityGroupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -653,12 +653,12 @@ NULL .redshiftserverless$update_workgroup_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .redshiftserverless$update_workgroup_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(workgroup = structure(list(baseCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), configParameters = structure(list(structure(list(parameterKey = structure(logical(0), tags = list(type = "string")), parameterValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationDate = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), crossAccountVpcs = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), customDomainCertificateArn = structure(logical(0), tags = list(type = "string")), customDomainCertificateExpiryTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), customDomainName = structure(logical(0), tags = list(type = "string")), endpoint = structure(list(address = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), vpcEndpoints = structure(list(structure(list(networkInterfaces = structure(list(structure(list(availabilityZone = structure(logical(0), tags = list(type = "string")), ipv6Address = structure(logical(0), tags = list(type = "string")), networkInterfaceId = structure(logical(0), tags = list(type = "string")), privateIpAddress = structure(logical(0), tags = list(type = "string")), subnetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), vpcEndpointId = structure(logical(0), tags = list(type = "string")), vpcId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), enhancedVpcRouting = structure(logical(0), tags = list(type = "boolean", box = TRUE)), ipAddressType = structure(logical(0), tags = list(type = "string")), maxCapacity = structure(logical(0), tags = list(type = "integer", box = TRUE)), namespaceName = structure(logical(0), tags = list(type = "string")), patchVersion = structure(logical(0), tags = list(type = "string")), port = structure(logical(0), tags = list(type = "integer", box = TRUE)), publiclyAccessible = structure(logical(0), tags = list(type = "boolean", box = TRUE)), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), status = structure(logical(0), tags = list(type = "string")), subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), workgroupArn = structure(logical(0), tags = list(type = "string")), workgroupId = structure(logical(0), tags = list(type = "string")), workgroupName = structure(logical(0), tags = list(type = "string")), workgroupVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.database/R/redshiftserverless_operations.R b/cran/paws.database/R/redshiftserverless_operations.R index 996d2a129a..c266400100 100644 --- a/cran/paws.database/R/redshiftserverless_operations.R +++ b/cran/paws.database/R/redshiftserverless_operations.R @@ -188,7 +188,7 @@ redshiftserverless_create_namespace <- function(adminPasswordSecretKmsKeyId = NU #' For more information about the IAM role to use with the Amazon Redshift #' scheduler, see [Using Identity-Based Policies for Amazon #' Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html) -#' in the Amazon Redshift Cluster Management Guide +#' in the Amazon Redshift Management Guide #' @param schedule [required] The schedule for a one-time (at timestamp format) or recurring (cron #' format) scheduled action. Schedule invocations must be separated by at #' least one hour. Times are in UTC. @@ -362,6 +362,8 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' @param enhancedVpcRouting The value that specifies whether to turn on enhanced virtual private #' cloud (VPC) routing, which forces Amazon Redshift Serverless to route #' traffic through your VPC instead of over the internet. +#' @param ipAddressType The IP address type that the workgroup supports. Possible values are +#' `ipv4` and `dualstack`. #' @param maxCapacity The maximum data-warehouse capacity Amazon Redshift Serverless uses to #' serve queries. The max capacity is specified in RPUs. #' @param namespaceName [required] The name of the namespace to associate with the workgroup. @@ -377,7 +379,7 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' @keywords internal #' #' @rdname redshiftserverless_create_workgroup -redshiftserverless_create_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, maxCapacity = NULL, namespaceName, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, tags = NULL, workgroupName) { +redshiftserverless_create_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, ipAddressType = NULL, maxCapacity = NULL, namespaceName, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, tags = NULL, workgroupName) { op <- new_operation( name = "CreateWorkgroup", http_method = "POST", @@ -385,7 +387,7 @@ redshiftserverless_create_workgroup <- function(baseCapacity = NULL, configParam host_prefix = "", paginator = list() ) - input <- .redshiftserverless$create_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, maxCapacity = maxCapacity, namespaceName = namespaceName, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, tags = tags, workgroupName = workgroupName) + input <- .redshiftserverless$create_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, ipAddressType = ipAddressType, maxCapacity = maxCapacity, namespaceName = namespaceName, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, tags = tags, workgroupName = workgroupName) output <- .redshiftserverless$create_workgroup_output() config <- get_config() svc <- .redshiftserverless$service(config, op) @@ -1837,7 +1839,7 @@ redshiftserverless_update_namespace <- function(adminPasswordSecretKmsKeyId = NU #' For more information about the IAM role to use with the Amazon Redshift #' scheduler, see [Using Identity-Based Policies for Amazon #' Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html) -#' in the Amazon Redshift Cluster Management Guide +#' in the Amazon Redshift Management Guide #' @param schedule The schedule for a one-time (at timestamp format) or recurring (cron #' format) scheduled action. Schedule invocations must be separated by at #' least one hour. Times are in UTC. @@ -1995,6 +1997,8 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' @param enhancedVpcRouting The value that specifies whether to turn on enhanced virtual private #' cloud (VPC) routing, which forces Amazon Redshift Serverless to route #' traffic through your VPC. +#' @param ipAddressType The IP address type that the workgroup supports. Possible values are +#' `ipv4` and `dualstack`. #' @param maxCapacity The maximum data-warehouse capacity Amazon Redshift Serverless uses to #' serve queries. The max capacity is specified in RPUs. #' @param port The custom port to use when connecting to a workgroup. Valid port ranges @@ -2009,7 +2013,7 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' @keywords internal #' #' @rdname redshiftserverless_update_workgroup -redshiftserverless_update_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, maxCapacity = NULL, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, workgroupName) { +redshiftserverless_update_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, ipAddressType = NULL, maxCapacity = NULL, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, workgroupName) { op <- new_operation( name = "UpdateWorkgroup", http_method = "POST", @@ -2017,7 +2021,7 @@ redshiftserverless_update_workgroup <- function(baseCapacity = NULL, configParam host_prefix = "", paginator = list() ) - input <- .redshiftserverless$update_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, maxCapacity = maxCapacity, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, workgroupName = workgroupName) + input <- .redshiftserverless$update_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, ipAddressType = ipAddressType, maxCapacity = maxCapacity, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, workgroupName = workgroupName) output <- .redshiftserverless$update_workgroup_output() config <- get_config() svc <- .redshiftserverless$service(config, op) diff --git a/cran/paws.database/R/timestreamquery_operations.R b/cran/paws.database/R/timestreamquery_operations.R index bb7358ebdd..6041d86829 100644 --- a/cran/paws.database/R/timestreamquery_operations.R +++ b/cran/paws.database/R/timestreamquery_operations.R @@ -553,6 +553,11 @@ timestreamquery_untag_resource <- function(ResourceARN, TagKeys) { #' information about the default quota for maxQueryTCU, see [Default #' quotas](https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html#limits.default). #' @param QueryPricingModel The pricing model for queries in an account. +#' +#' The `QueryPricingModel` parameter is used by several Timestream +#' operations; however, the +#' [`update_account_settings`][timestreamquery_update_account_settings] API +#' operation doesn't recognize any values other than `COMPUTE_UNITS`. #' #' @keywords internal #' diff --git a/cran/paws.database/man/docdb.Rd b/cran/paws.database/man/docdb.Rd index d0913a630c..709026f058 100644 --- a/cran/paws.database/man/docdb.Rd +++ b/cran/paws.database/man/docdb.Rd @@ -129,6 +129,7 @@ that you use with MongoDB. \link[=docdb_describe_orderable_db_instance_options]{describe_orderable_db_instance_options} \tab Returns a list of orderable instance options for the specified engine\cr \link[=docdb_describe_pending_maintenance_actions]{describe_pending_maintenance_actions} \tab Returns a list of resources (for example, instances) that have at least one pending maintenance action\cr \link[=docdb_failover_db_cluster]{failover_db_cluster} \tab Forces a failover for a cluster\cr +\link[=docdb_failover_global_cluster]{failover_global_cluster} \tab Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs\cr \link[=docdb_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags on an Amazon DocumentDB resource\cr \link[=docdb_modify_db_cluster]{modify_db_cluster} \tab Modifies a setting for an Amazon DocumentDB cluster\cr \link[=docdb_modify_db_cluster_parameter_group]{modify_db_cluster_parameter_group} \tab Modifies the parameters of a cluster parameter group\cr diff --git a/cran/paws.database/man/docdb_failover_global_cluster.Rd b/cran/paws.database/man/docdb_failover_global_cluster.Rd new file mode 100644 index 0000000000..dafa73e197 --- /dev/null +++ b/cran/paws.database/man/docdb_failover_global_cluster.Rd @@ -0,0 +1,65 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/docdb_operations.R +\name{docdb_failover_global_cluster} +\alias{docdb_failover_global_cluster} +\title{Promotes the specified secondary DB cluster to be the primary DB cluster +in the global cluster when failing over a global cluster occurs} +\usage{ +docdb_failover_global_cluster( + GlobalClusterIdentifier, + TargetDbClusterIdentifier, + AllowDataLoss = NULL, + Switchover = NULL +) +} +\arguments{ +\item{GlobalClusterIdentifier}{[required] The identifier of the Amazon DocumentDB global cluster to apply this +operation. The identifier is the unique key assigned by the user when +the cluster is created. In other words, it's the name of the global +cluster. + +Constraints: +\itemize{ +\item Must match the identifier of an existing global cluster. +\item Minimum length of 1. Maximum length of 255. +} + +Pattern: \verb{[A-Za-z][0-9A-Za-z-:._]*}} + +\item{TargetDbClusterIdentifier}{[required] The identifier of the secondary Amazon DocumentDB cluster that you want +to promote to the primary for the global cluster. Use the Amazon +Resource Name (ARN) for the identifier so that Amazon DocumentDB can +locate the cluster in its Amazon Web Services region. + +Constraints: +\itemize{ +\item Must match the identifier of an existing secondary cluster. +\item Minimum length of 1. Maximum length of 255. +} + +Pattern: \verb{[A-Za-z][0-9A-Za-z-:._]*}} + +\item{AllowDataLoss}{Specifies whether to allow data loss for this global cluster operation. +Allowing data loss triggers a global failover operation. + +If you don't specify \code{AllowDataLoss}, the global cluster operation +defaults to a switchover. + +Constraints: +\itemize{ +\item Can't be specified together with the \code{Switchover} parameter. +}} + +\item{Switchover}{Specifies whether to switch over this global database cluster. + +Constraints: +\itemize{ +\item Can't be specified together with the \code{AllowDataLoss} parameter. +}} +} +\description{ +Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs. + +See \url{https://www.paws-r-sdk.com/docs/docdb_failover_global_cluster/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.database/man/dynamodb_batch_execute_statement.Rd b/cran/paws.database/man/dynamodb_batch_execute_statement.Rd index 28aad8267c..80f82cfc76 100644 --- a/cran/paws.database/man/dynamodb_batch_execute_statement.Rd +++ b/cran/paws.database/man/dynamodb_batch_execute_statement.Rd @@ -13,7 +13,7 @@ dynamodb_batch_execute_statement(Statements, ReturnConsumedCapacity = NULL) \item{ReturnConsumedCapacity}{} } \description{ -This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL. Each read statement in a \code{\link[=dynamodb_batch_execute_statement]{batch_execute_statement}} must specify an equality condition on all key attributes. This enforces that each \code{SELECT} statement in a batch returns at most a single item. +This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL. Each read statement in a \code{\link[=dynamodb_batch_execute_statement]{batch_execute_statement}} must specify an equality condition on all key attributes. This enforces that each \code{SELECT} statement in a batch returns at most a single item. For more information, see \href{https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ql-reference.multiplestatements.batching.html}{Running batch operations with PartiQL for DynamoDB} . See \url{https://www.paws-r-sdk.com/docs/dynamodb_batch_execute_statement/} for full documentation. } diff --git a/cran/paws.database/man/elasticache.Rd b/cran/paws.database/man/elasticache.Rd index e3ce789865..f436518396 100644 --- a/cran/paws.database/man/elasticache.Rd +++ b/cran/paws.database/man/elasticache.Rd @@ -116,15 +116,15 @@ their cache and can receive alarms if a part of their cache runs hot. \link[=elasticache_create_cache_parameter_group]{create_cache_parameter_group} \tab Creates a new Amazon ElastiCache cache parameter group\cr \link[=elasticache_create_cache_security_group]{create_cache_security_group} \tab Creates a new cache security group\cr \link[=elasticache_create_cache_subnet_group]{create_cache_subnet_group} \tab Creates a new cache subnet group\cr -\link[=elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication\cr -\link[=elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group\cr +\link[=elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication\cr +\link[=elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group\cr \link[=elasticache_create_serverless_cache]{create_serverless_cache} \tab Creates a serverless cache\cr \link[=elasticache_create_serverless_cache_snapshot]{create_serverless_cache_snapshot} \tab This API creates a copy of an entire ServerlessCache at a specific moment in time\cr \link[=elasticache_create_snapshot]{create_snapshot} \tab Creates a copy of an entire cluster or replication group at a specific moment in time\cr -\link[=elasticache_create_user]{create_user} \tab For Redis engine version 6\cr -\link[=elasticache_create_user_group]{create_user_group} \tab For Redis engine version 6\cr +\link[=elasticache_create_user]{create_user} \tab For Redis OSS engine version 6\cr +\link[=elasticache_create_user_group]{create_user_group} \tab For Redis OSS engine version 6\cr \link[=elasticache_decrease_node_groups_in_global_replication_group]{decrease_node_groups_in_global_replication_group} \tab Decreases the number of node groups in a Global datastore\cr -\link[=elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr +\link[=elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr \link[=elasticache_delete_cache_cluster]{delete_cache_cluster} \tab Deletes a previously provisioned cluster\cr \link[=elasticache_delete_cache_parameter_group]{delete_cache_parameter_group} \tab Deletes the specified cache parameter group\cr \link[=elasticache_delete_cache_security_group]{delete_cache_security_group} \tab Deletes a cache security group\cr @@ -134,8 +134,8 @@ their cache and can receive alarms if a part of their cache runs hot. \link[=elasticache_delete_serverless_cache]{delete_serverless_cache} \tab Deletes a specified existing serverless cache\cr \link[=elasticache_delete_serverless_cache_snapshot]{delete_serverless_cache_snapshot} \tab Deletes an existing serverless cache snapshot\cr \link[=elasticache_delete_snapshot]{delete_snapshot} \tab Deletes an existing snapshot\cr -\link[=elasticache_delete_user]{delete_user} \tab For Redis engine version 6\cr -\link[=elasticache_delete_user_group]{delete_user_group} \tab For Redis engine version 6\cr +\link[=elasticache_delete_user]{delete_user} \tab For Redis OSS engine version 6\cr +\link[=elasticache_delete_user_group]{delete_user_group} \tab For Redis OSS engine version 6\cr \link[=elasticache_describe_cache_clusters]{describe_cache_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied\cr \link[=elasticache_describe_cache_engine_versions]{describe_cache_engine_versions} \tab Returns a list of the available cache engines and their versions\cr \link[=elasticache_describe_cache_parameter_groups]{describe_cache_parameter_groups} \tab Returns a list of cache parameter group descriptions\cr @@ -159,8 +159,8 @@ their cache and can receive alarms if a part of their cache runs hot. \link[=elasticache_export_serverless_cache_snapshot]{export_serverless_cache_snapshot} \tab Provides the functionality to export the serverless cache snapshot data to Amazon S3\cr \link[=elasticache_failover_global_replication_group]{failover_global_replication_group} \tab Used to failover the primary region to a secondary region\cr \link[=elasticache_increase_node_groups_in_global_replication_group]{increase_node_groups_in_global_replication_group} \tab Increase the number of node groups in the Global datastore\cr -\link[=elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr -\link[=elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis cluster's or replication group's current node type\cr +\link[=elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr +\link[=elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type\cr \link[=elasticache_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags currently on a named resource\cr \link[=elasticache_modify_cache_cluster]{modify_cache_cluster} \tab Modifies the settings for a cluster\cr \link[=elasticache_modify_cache_parameter_group]{modify_cache_parameter_group} \tab Modifies the parameters of a cache parameter group\cr diff --git a/cran/paws.database/man/elasticache_copy_serverless_cache_snapshot.Rd b/cran/paws.database/man/elasticache_copy_serverless_cache_snapshot.Rd index c453cf5142..52d1ffcf9c 100644 --- a/cran/paws.database/man/elasticache_copy_serverless_cache_snapshot.Rd +++ b/cran/paws.database/man/elasticache_copy_serverless_cache_snapshot.Rd @@ -13,18 +13,20 @@ elasticache_copy_serverless_cache_snapshot( } \arguments{ \item{SourceServerlessCacheSnapshotName}{[required] The identifier of the existing serverless cache’s snapshot to be copied. -Available for Redis only.} +Available for Redis OSS and Serverless Memcached only.} -\item{TargetServerlessCacheSnapshotName}{[required] The identifier for the snapshot to be created. Available for Redis only.} +\item{TargetServerlessCacheSnapshotName}{[required] The identifier for the snapshot to be created. Available for Redis OSS +and Serverless Memcached only.} \item{KmsKeyId}{The identifier of the KMS key used to encrypt the target snapshot. -Available for Redis only.} +Available for Redis OSS and Serverless Memcached only.} \item{Tags}{A list of tags to be added to the target snapshot resource. A tag is a -key-value pair. Available for Redis only. Default: NULL} +key-value pair. Available for Redis OSS and Serverless Memcached only. +Default: NULL} } \description{ -Creates a copy of an existing serverless cache’s snapshot. Available for Redis only. +Creates a copy of an existing serverless cache’s snapshot. Available for Redis OSS and Serverless Memcached only. See \url{https://www.paws-r-sdk.com/docs/elasticache_copy_serverless_cache_snapshot/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_create_cache_cluster.Rd b/cran/paws.database/man/elasticache_create_cache_cluster.Rd index 3a70f44fc3..bee1b97f69 100644 --- a/cran/paws.database/man/elasticache_create_cache_cluster.Rd +++ b/cran/paws.database/man/elasticache_create_cache_cluster.Rd @@ -97,8 +97,8 @@ Default: System chosen Availability Zones.} \item{NumCacheNodes}{The initial number of cache nodes that the cluster has. -For clusters running Redis, this value must be 1. For clusters running -Memcached, this value must be between 1 and 40. +For clusters running Redis OSS, this value must be 1. For clusters +running Memcached, this value must be between 1 and 40. If you need more than 40 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at @@ -121,7 +121,7 @@ previous generation counterparts. For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{M6g node types} (available only for Redis engine version +\strong{M6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.m6g.large}, \code{cache.m6g.xlarge}, \code{cache.m6g.2xlarge}, \code{cache.m6g.4xlarge}, \code{cache.m6g.8xlarge}, \code{cache.m6g.12xlarge}, @@ -134,7 +134,7 @@ For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache \strong{M4 node types:} \code{cache.m4.large}, \code{cache.m4.xlarge}, \code{cache.m4.2xlarge}, \code{cache.m4.4xlarge}, \code{cache.m4.10xlarge} -\strong{T4g node types} (available only for Redis engine version +\strong{T4g node types} (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): \code{cache.t4g.micro}, \code{cache.t4g.small}, \code{cache.t4g.medium} @@ -173,7 +173,7 @@ for these types.) For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{R6g node types} (available only for Redis engine version +\strong{R6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.r6g.large}, \code{cache.r6g.xlarge}, \code{cache.r6g.2xlarge}, \code{cache.r6g.4xlarge}, \code{cache.r6g.8xlarge}, \code{cache.r6g.12xlarge}, @@ -202,12 +202,12 @@ for these types.) \itemize{ \item All current generation instance types are created in Amazon VPC by default. -\item Redis append-only files (AOF) are not supported for T1 or T2 +\item Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. -\item Redis Multi-AZ with automatic failover is not supported on T1 +\item Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. -\item Redis configuration variables \code{appendonly} and \code{appendfsync} are not -supported on Redis version 2.8.22 and later. +\item Redis OSS configuration variables \code{appendonly} and \code{appendfsync} are +not supported on Redis OSS version 2.8.22 and later. }} \item{Engine}{The name of the cache engine to be used for this cluster. @@ -250,15 +250,15 @@ Virtual Private Cloud (Amazon VPC).} \item{Tags}{A list of tags to be added to this resource.} \item{SnapshotArns}{A single-element string list containing an Amazon Resource Name (ARN) -that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. -The snapshot file is used to populate the node group (shard). The Amazon -S3 object name in the ARN cannot contain any commas. +that uniquely identifies a Redis OSS RDB snapshot file stored in Amazon +S3. The snapshot file is used to populate the node group (shard). The +Amazon S3 object name in the ARN cannot contain any commas. This parameter is only valid if the \code{Engine} parameter is \code{redis}. Example of an Amazon S3 ARN: \code{arn:aws:s3:::my_bucket/snapshot1.rdb}} -\item{SnapshotName}{The name of a Redis snapshot from which to restore data into the new +\item{SnapshotName}{The name of a Redis OSS snapshot from which to restore data into the new node group (shard). The snapshot status changes to \code{restoring} while the new node group (shard) is being created. @@ -276,7 +276,7 @@ is a 60 minute period.} The Amazon SNS topic owner must be the same as the cluster owner.} -\item{AutoMinorVersionUpgrade}{If you are running Redis engine version 6.0 or later, set this +\item{AutoMinorVersionUpgrade}{If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.} @@ -313,7 +313,7 @@ length. the AUTH token. } -For more information, see \href{https://redis.io/docs/latest/commands/auth/}{AUTH password} at +For more information, see AUTH password at http://redis.io/commands/AUTH.} \item{OutpostMode}{Specifies whether the nodes in the cluster are created in a single @@ -328,16 +328,16 @@ outpost or across multiple outposts.} \item{TransitEncryptionEnabled}{A flag that enables in-transit encryption when set to true.} \item{NetworkType}{Must be either \code{ipv4} | \code{ipv6} | \code{dual_stack}. IPv6 is supported for -workloads using Redis engine version 6.2 onward or Memcached engine +workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the \href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} \item{IpDiscovery}{The network type you choose when modifying a cluster, either \code{ipv4} | -\code{ipv6}. IPv6 is supported for workloads using Redis engine version 6.2 -onward or Memcached engine version 1.6.6 on all instances built on the -\href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} +\code{ipv6}. IPv6 is supported for workloads using Redis OSS engine version +6.2 onward or Memcached engine version 1.6.6 on all instances built on +the \href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} } \description{ -Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis. +Creates a cluster. All nodes in the cluster run the same protocol-compliant cache engine software, either Memcached or Redis OSS. See \url{https://www.paws-r-sdk.com/docs/elasticache_create_cache_cluster/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_create_global_replication_group.Rd b/cran/paws.database/man/elasticache_create_global_replication_group.Rd index 2e33315d78..134dbc7292 100644 --- a/cran/paws.database/man/elasticache_create_global_replication_group.Rd +++ b/cran/paws.database/man/elasticache_create_global_replication_group.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_create_global_replication_group} \alias{elasticache_create_global_replication_group} -\title{Global Datastore for Redis offers fully managed, fast, reliable and +\title{Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication} \usage{ elasticache_create_global_replication_group( @@ -30,7 +30,7 @@ iD prefixes, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red- updates to the secondary cluster.} } \description{ -Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html}{Replication Across Regions Using Global Datastore}. +Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis OSS, you can create cross-region read replica clusters for ElastiCache (Redis OSS) to enable low-latency reads and disaster recovery across regions. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html}{Replication Across Regions Using Global Datastore}. See \url{https://www.paws-r-sdk.com/docs/elasticache_create_global_replication_group/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_create_replication_group.Rd b/cran/paws.database/man/elasticache_create_replication_group.Rd index 25f61f4f26..f15629d4b2 100644 --- a/cran/paws.database/man/elasticache_create_replication_group.Rd +++ b/cran/paws.database/man/elasticache_create_replication_group.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_create_replication_group} \alias{elasticache_create_replication_group} -\title{Creates a Redis (cluster mode disabled) or a Redis (cluster mode +\title{Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group} \usage{ elasticache_create_replication_group( @@ -72,7 +72,7 @@ or \code{ReplicasPerNodeGroup} is specified.} \item{AutomaticFailoverEnabled}{Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails. -\code{AutomaticFailoverEnabled} must be enabled for Redis (cluster mode +\code{AutomaticFailoverEnabled} must be enabled for Redis OSS (cluster mode enabled) replication groups. Default: false} @@ -111,8 +111,8 @@ The number of Availability Zones listed must equal the value of Default: system chosen Availability Zones.} \item{NumNodeGroups}{An optional parameter that specifies the number of node groups (shards) -for this Redis (cluster mode enabled) replication group. For Redis -(cluster mode disabled) either omit this parameter or set it to 1. +for this Redis OSS (cluster mode enabled) replication group. For Redis +OSS (cluster mode disabled) either omit this parameter or set it to 1. Default: 1} @@ -124,13 +124,13 @@ node group (shard). Valid values are 0 to 5.} \code{PrimaryAvailabilityZone}, \code{ReplicaAvailabilityZones}, \code{ReplicaCount}, and \code{Slots}. -If you're creating a Redis (cluster mode disabled) or a Redis (cluster -mode enabled) replication group, you can use this parameter to +If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS +(cluster mode enabled) replication group, you can use this parameter to individually configure each node group (shard), or you can omit this -parameter. However, it is required when seeding a Redis (cluster mode -enabled) cluster from a S3 rdb file. You must configure each node group -(shard) using this parameter because you must specify the slots for each -node group.} +parameter. However, it is required when seeding a Redis OSS (cluster +mode enabled) cluster from a S3 rdb file. You must configure each node +group (shard) using this parameter because you must specify the slots +for each node group.} \item{CacheNodeType}{The compute and memory capacity of the nodes in the node group (shard). @@ -149,7 +149,7 @@ previous generation counterparts. For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{M6g node types} (available only for Redis engine version +\strong{M6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.m6g.large}, \code{cache.m6g.xlarge}, \code{cache.m6g.2xlarge}, \code{cache.m6g.4xlarge}, \code{cache.m6g.8xlarge}, \code{cache.m6g.12xlarge}, @@ -162,7 +162,7 @@ For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache \strong{M4 node types:} \code{cache.m4.large}, \code{cache.m4.xlarge}, \code{cache.m4.2xlarge}, \code{cache.m4.4xlarge}, \code{cache.m4.10xlarge} -\strong{T4g node types} (available only for Redis engine version +\strong{T4g node types} (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): \code{cache.t4g.micro}, \code{cache.t4g.small}, \code{cache.t4g.medium} @@ -201,7 +201,7 @@ for these types.) For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{R6g node types} (available only for Redis engine version +\strong{R6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.r6g.large}, \code{cache.r6g.xlarge}, \code{cache.r6g.2xlarge}, \code{cache.r6g.4xlarge}, \code{cache.r6g.8xlarge}, \code{cache.r6g.12xlarge}, @@ -230,12 +230,12 @@ for these types.) \itemize{ \item All current generation instance types are created in Amazon VPC by default. -\item Redis append-only files (AOF) are not supported for T1 or T2 +\item Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. -\item Redis Multi-AZ with automatic failover is not supported on T1 +\item Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. -\item Redis configuration variables \code{appendonly} and \code{appendfsync} are not -supported on Redis version 2.8.22 and later. +\item Redis OSS configuration variables \code{appendonly} and \code{appendfsync} are +not supported on Redis OSS version 2.8.22 and later. }} \item{Engine}{The name of the cache engine to be used for the clusters in this @@ -257,13 +257,13 @@ the earlier engine version.} group. If this argument is omitted, the default cache parameter group for the specified engine is used. -If you are running Redis version 3.2.4 or later, only one node group +If you are running Redis OSS version 3.2.4 or later, only one node group (shard), and want to use a default parameter group, we recommend that you specify the parameter group by name. \itemize{ -\item To create a Redis (cluster mode disabled) replication group, use +\item To create a Redis OSS (cluster mode disabled) replication group, use \code{CacheParameterGroupName=default.redis3.2}. -\item To create a Redis (cluster mode enabled) replication group, use +\item To create a Redis OSS (cluster mode enabled) replication group, use \code{CacheParameterGroupName=default.redis3.2.cluster.on}. }} @@ -289,9 +289,9 @@ Key=\code{mySecondKey}, Value=\code{mySecondKeyValue}. Tags on replication group will be replicated to all nodes.} \item{SnapshotArns}{A list of Amazon Resource Names (ARN) that uniquely identify the Redis -RDB snapshot files stored in Amazon S3. The snapshot files are used to -populate the new replication group. The Amazon S3 object name in the ARN -cannot contain any commas. The new replication group will have the +OSS RDB snapshot files stored in Amazon S3. The snapshot files are used +to populate the new replication group. The Amazon S3 object name in the +ARN cannot contain any commas. The new replication group will have the number of node groups (console: shards) specified by the parameter \emph{NumNodeGroups} or the number of node groups configured by \emph{NodeGroupConfiguration} regardless of the number of ARNs specified @@ -329,7 +329,7 @@ connections.} The Amazon SNS topic owner must be the same as the cluster owner.} -\item{AutoMinorVersionUpgrade}{If you are running Redis engine version 6.0 or later, set this +\item{AutoMinorVersionUpgrade}{If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.} @@ -380,7 +380,7 @@ If you enable in-transit encryption, you must also specify a value for \code{CacheSubnetGroup}. \strong{Required:} Only available when creating a replication group in an -Amazon VPC using redis version \verb{3.2.6}, \verb{4.x} or later. +Amazon VPC using Redis OSS version \verb{3.2.6}, \verb{4.x} or later. Default: \code{false} @@ -395,7 +395,7 @@ replication group you must set \code{AtRestEncryptionEnabled} to \code{true} whe you create the replication group. \strong{Required:} Only available when creating a replication group in an -Amazon VPC using redis version \verb{3.2.6}, \verb{4.x} or later. +Amazon VPC using Redis OSS version \verb{3.2.6}, \verb{4.x} or later. Default: \code{false}} @@ -410,11 +410,11 @@ groups using the r6gd node type. This parameter must be set to true when using r6gd nodes. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html}{Data tiering}.} \item{NetworkType}{Must be either \code{ipv4} | \code{ipv6} | \code{dual_stack}. IPv6 is supported for -workloads using Redis engine version 6.2 onward or Memcached engine +workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the \href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} \item{IpDiscovery}{The network type you choose when creating a replication group, either -\code{ipv4} | \code{ipv6}. IPv6 is supported for workloads using Redis engine +\code{ipv4} | \code{ipv6}. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the \href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} @@ -424,7 +424,7 @@ encryption, with no downtime. When setting \code{TransitEncryptionEnabled} to \code{true}, you can set your \code{TransitEncryptionMode} to \code{preferred} in the same request, to allow both encrypted and unencrypted connections at the same time. Once you -migrate all your Redis clients to use encrypted connections you can +migrate all your Redis OSS clients to use encrypted connections you can modify the value to \code{required} to allow encrypted connections only. Setting \code{TransitEncryptionMode} to \code{required} is a two-step process that @@ -435,16 +435,16 @@ This process will not trigger the replacement of the replication group.} \item{ClusterMode}{Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode -allows your Redis clients to connect using both cluster mode enabled and -cluster mode disabled. After you migrate all Redis clients to use -cluster mode enabled, you can then complete cluster mode configuration -and set the cluster mode to Enabled.} +allows your Redis OSS clients to connect using both cluster mode enabled +and cluster mode disabled. After you migrate all Redis OSS clients to +use cluster mode enabled, you can then complete cluster mode +configuration and set the cluster mode to Enabled.} \item{ServerlessCacheSnapshotName}{The name of the snapshot used to create a replication group. Available -for Redis only.} +for Redis OSS only.} } \description{ -Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group. +Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group. See \url{https://www.paws-r-sdk.com/docs/elasticache_create_replication_group/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_create_serverless_cache.Rd b/cran/paws.database/man/elasticache_create_serverless_cache.Rd index 8d12486231..c2406989f3 100644 --- a/cran/paws.database/man/elasticache_create_serverless_cache.Rd +++ b/cran/paws.database/man/elasticache_create_serverless_cache.Rd @@ -47,13 +47,13 @@ will be the VPC’s Default Security Group that is associated with the cluster VPC end-point.} \item{SnapshotArnsToRestore}{The ARN(s) of the snapshot that the new serverless cache will be created -from. Available for Redis only.} +from. Available for Redis OSS and Serverless Memcached only.} \item{Tags}{The list of tags (key, value) pairs to be added to the serverless cache resource. Default is NULL.} \item{UserGroupId}{The identifier of the UserGroup to be associated with the serverless -cache. Available for Redis only. Default is NULL.} +cache. Available for Redis OSS only. Default is NULL.} \item{SubnetIds}{A list of the identifiers of the subnets where the VPC endpoint for the serverless cache will be deployed. All the subnetIds must belong to the @@ -62,11 +62,12 @@ same VPC.} \item{SnapshotRetentionLimit}{The number of snapshots that will be retained for the serverless cache that is being created. As new snapshots beyond this limit are added, the oldest snapshots will be deleted on a rolling basis. Available for Redis -only.} +OSS and Serverless Memcached only.} \item{DailySnapshotTime}{The daily time that snapshots will be created from the new serverless cache. By default this number is populated with 0, i.e. no snapshots -will be created on an automatic daily basis. Available for Redis only.} +will be created on an automatic daily basis. Available for Redis OSS and +Serverless Memcached only.} } \description{ Creates a serverless cache. diff --git a/cran/paws.database/man/elasticache_create_serverless_cache_snapshot.Rd b/cran/paws.database/man/elasticache_create_serverless_cache_snapshot.Rd index 6c986570f8..11041246ee 100644 --- a/cran/paws.database/man/elasticache_create_serverless_cache_snapshot.Rd +++ b/cran/paws.database/man/elasticache_create_serverless_cache_snapshot.Rd @@ -14,19 +14,20 @@ elasticache_create_serverless_cache_snapshot( } \arguments{ \item{ServerlessCacheSnapshotName}{[required] The name for the snapshot being created. Must be unique for the customer -account. Available for Redis only. Must be between 1 and 255 characters.} +account. Available for Redis OSS and Serverless Memcached only. Must be +between 1 and 255 characters.} \item{ServerlessCacheName}{[required] The name of an existing serverless cache. The snapshot is created from -this cache. Available for Redis only.} +this cache. Available for Redis OSS and Serverless Memcached only.} \item{KmsKeyId}{The ID of the KMS key used to encrypt the snapshot. Available for Redis -only. Default: NULL} +OSS and Serverless Memcached only. Default: NULL} \item{Tags}{A list of tags to be added to the snapshot resource. A tag is a -key-value pair. Available for Redis only.} +key-value pair. Available for Redis OSS and Serverless Memcached only.} } \description{ -This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis only. +This API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Redis OSS and Serverless Memcached only. See \url{https://www.paws-r-sdk.com/docs/elasticache_create_serverless_cache_snapshot/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_create_user.Rd b/cran/paws.database/man/elasticache_create_user.Rd index 3eb707cb53..fe64a8d6b1 100644 --- a/cran/paws.database/man/elasticache_create_user.Rd +++ b/cran/paws.database/man/elasticache_create_user.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_create_user} \alias{elasticache_create_user} -\title{For Redis engine version 6} +\title{For Redis OSS engine version 6} \usage{ elasticache_create_user( UserId, @@ -35,7 +35,7 @@ A tag key must be accompanied by a tag value, although null is accepted.} \item{AuthenticationMode}{Specifies how to authenticate the user.} } \description{ -For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)}. +For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)}. See \url{https://www.paws-r-sdk.com/docs/elasticache_create_user/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_create_user_group.Rd b/cran/paws.database/man/elasticache_create_user_group.Rd index 2e87bf1684..8fe122925f 100644 --- a/cran/paws.database/man/elasticache_create_user_group.Rd +++ b/cran/paws.database/man/elasticache_create_user_group.Rd @@ -2,23 +2,23 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_create_user_group} \alias{elasticache_create_user_group} -\title{For Redis engine version 6} +\title{For Redis OSS engine version 6} \usage{ elasticache_create_user_group(UserGroupId, Engine, UserIds = NULL, Tags = NULL) } \arguments{ \item{UserGroupId}{[required] The ID of the user group.} -\item{Engine}{[required] The current supported value is Redis.} +\item{Engine}{[required] The current supported value is Redis user.} \item{UserIds}{The list of user IDs that belong to the user group.} \item{Tags}{A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. -Available for Redis only.} +Available for Redis OSS only.} } \description{ -For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)} +For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user group. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)} See \url{https://www.paws-r-sdk.com/docs/elasticache_create_user_group/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_decrease_node_groups_in_global_replication_group.Rd b/cran/paws.database/man/elasticache_decrease_node_groups_in_global_replication_group.Rd index 9bd8c4193a..981fc56ae7 100644 --- a/cran/paws.database/man/elasticache_decrease_node_groups_in_global_replication_group.Rd +++ b/cran/paws.database/man/elasticache_decrease_node_groups_in_global_replication_group.Rd @@ -21,14 +21,14 @@ the shard configuration} \item{GlobalNodeGroupsToRemove}{If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove -from the cluster. ElastiCache for Redis will attempt to remove all node -groups listed by GlobalNodeGroupsToRemove from the cluster.} +from the cluster. ElastiCache (Redis OSS) will attempt to remove all +node groups listed by GlobalNodeGroupsToRemove from the cluster.} \item{GlobalNodeGroupsToRetain}{If the value of NodeGroupCount is less than the current number of node groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain -from the cluster. ElastiCache for Redis will attempt to retain all node -groups listed by GlobalNodeGroupsToRetain from the cluster.} +from the cluster. ElastiCache (Redis OSS) will attempt to retain all +node groups listed by GlobalNodeGroupsToRetain from the cluster.} \item{ApplyImmediately}{[required] Indicates that the shard reconfiguration process begins immediately. At present, the only permitted value for this parameter is true.} diff --git a/cran/paws.database/man/elasticache_decrease_replica_count.Rd b/cran/paws.database/man/elasticache_decrease_replica_count.Rd index 3db8846841..c88ae86c33 100644 --- a/cran/paws.database/man/elasticache_decrease_replica_count.Rd +++ b/cran/paws.database/man/elasticache_decrease_replica_count.Rd @@ -2,10 +2,10 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_decrease_replica_count} \alias{elasticache_decrease_replica_count} -\title{Dynamically decreases the number of replicas in a Redis (cluster mode -disabled) replication group or the number of replica nodes in one or -more node groups (shards) of a Redis (cluster mode enabled) replication -group} +\title{Dynamically decreases the number of replicas in a Redis OSS (cluster +mode disabled) replication group or the number of replica nodes in one +or more node groups (shards) of a Redis OSS (cluster mode enabled) +replication group} \usage{ elasticache_decrease_replica_count( ReplicationGroupId, @@ -20,24 +20,24 @@ elasticache_decrease_replica_count( nodes.} \item{NewReplicaCount}{The number of read replica nodes you want at the completion of this -operation. For Redis (cluster mode disabled) replication groups, this is -the number of replica nodes in the replication group. For Redis (cluster -mode enabled) replication groups, this is the number of replica nodes in -each of the replication group's node groups. +operation. For Redis OSS (cluster mode disabled) replication groups, +this is the number of replica nodes in the replication group. For Redis +OSS (cluster mode enabled) replication groups, this is the number of +replica nodes in each of the replication group's node groups. The minimum number of replicas in a shard or replication group is: \itemize{ -\item Redis (cluster mode disabled) +\item Redis OSS (cluster mode disabled) \itemize{ \item If Multi-AZ is enabled: 1 \item If Multi-AZ is not enabled: 0 } -\item Redis (cluster mode enabled): 0 (though you will not be able to +\item Redis OSS (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails) }} \item{ReplicaConfiguration}{A list of \code{ConfigureShard} objects that can be used to configure each -shard in a Redis (cluster mode enabled) replication group. The +shard in a Redis OSS (cluster mode enabled) replication group. The \code{ConfigureShard} has three members: \code{NewReplicaCount}, \code{NodeGroupId}, and \code{PreferredAvailabilityZones}.} @@ -48,7 +48,7 @@ group (shard).} \code{ApplyImmediately=False} is not currently supported.} } \description{ -Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time. +Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time. See \url{https://www.paws-r-sdk.com/docs/elasticache_decrease_replica_count/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_delete_serverless_cache.Rd b/cran/paws.database/man/elasticache_delete_serverless_cache.Rd index 9a35dd9ae8..c4546efe23 100644 --- a/cran/paws.database/man/elasticache_delete_serverless_cache.Rd +++ b/cran/paws.database/man/elasticache_delete_serverless_cache.Rd @@ -13,8 +13,8 @@ elasticache_delete_serverless_cache( \item{ServerlessCacheName}{[required] The identifier of the serverless cache to be deleted.} \item{FinalSnapshotName}{Name of the final snapshot to be taken before the serverless cache is -deleted. Available for Redis only. Default: NULL, i.e. a final snapshot -is not taken.} +deleted. Available for Redis OSS and Serverless Memcached only. Default: +NULL, i.e. a final snapshot is not taken.} } \description{ Deletes a specified existing serverless cache. diff --git a/cran/paws.database/man/elasticache_delete_serverless_cache_snapshot.Rd b/cran/paws.database/man/elasticache_delete_serverless_cache_snapshot.Rd index 66e3d99494..f45fc9cb0f 100644 --- a/cran/paws.database/man/elasticache_delete_serverless_cache_snapshot.Rd +++ b/cran/paws.database/man/elasticache_delete_serverless_cache_snapshot.Rd @@ -7,10 +7,11 @@ elasticache_delete_serverless_cache_snapshot(ServerlessCacheSnapshotName) } \arguments{ -\item{ServerlessCacheSnapshotName}{[required] Idenfitier of the snapshot to be deleted. Available for Redis only.} +\item{ServerlessCacheSnapshotName}{[required] Idenfitier of the snapshot to be deleted. Available for Redis OSS and +Serverless Memcached only.} } \description{ -Deletes an existing serverless cache snapshot. Available for Redis only. +Deletes an existing serverless cache snapshot. Available for Redis OSS and Serverless Memcached only. See \url{https://www.paws-r-sdk.com/docs/elasticache_delete_serverless_cache_snapshot/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_delete_user.Rd b/cran/paws.database/man/elasticache_delete_user.Rd index 2e5964ef41..2e781ac8bc 100644 --- a/cran/paws.database/man/elasticache_delete_user.Rd +++ b/cran/paws.database/man/elasticache_delete_user.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_delete_user} \alias{elasticache_delete_user} -\title{For Redis engine version 6} +\title{For Redis OSS engine version 6} \usage{ elasticache_delete_user(UserId) } @@ -10,7 +10,7 @@ elasticache_delete_user(UserId) \item{UserId}{[required] The ID of the user.} } \description{ -For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)}. +For Redis OSS engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)}. See \url{https://www.paws-r-sdk.com/docs/elasticache_delete_user/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_delete_user_group.Rd b/cran/paws.database/man/elasticache_delete_user_group.Rd index 3338d8f872..2901e59e2e 100644 --- a/cran/paws.database/man/elasticache_delete_user_group.Rd +++ b/cran/paws.database/man/elasticache_delete_user_group.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_delete_user_group} \alias{elasticache_delete_user_group} -\title{For Redis engine version 6} +\title{For Redis OSS engine version 6} \usage{ elasticache_delete_user_group(UserGroupId) } @@ -10,7 +10,7 @@ elasticache_delete_user_group(UserGroupId) \item{UserGroupId}{[required] The ID of the user group.} } \description{ -For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)}. +For Redis OSS engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html}{Using Role Based Access Control (RBAC)}. See \url{https://www.paws-r-sdk.com/docs/elasticache_delete_user_group/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_describe_cache_clusters.Rd b/cran/paws.database/man/elasticache_describe_cache_clusters.Rd index dbe01a0546..6416c391ac 100644 --- a/cran/paws.database/man/elasticache_describe_cache_clusters.Rd +++ b/cran/paws.database/man/elasticache_describe_cache_clusters.Rd @@ -38,7 +38,7 @@ request to retrieve information about the individual cache nodes.} \item{ShowCacheClustersNotInReplicationGroups}{An optional flag that can be included in the \code{DescribeCacheCluster} request to show only nodes (API/CLI: clusters) that are not members of a replication group. In practice, this mean Memcached and single node -Redis clusters.} +Redis OSS clusters.} } \description{ Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied. diff --git a/cran/paws.database/man/elasticache_describe_reserved_cache_nodes.Rd b/cran/paws.database/man/elasticache_describe_reserved_cache_nodes.Rd index 1052c12054..c009df9187 100644 --- a/cran/paws.database/man/elasticache_describe_reserved_cache_nodes.Rd +++ b/cran/paws.database/man/elasticache_describe_reserved_cache_nodes.Rd @@ -41,7 +41,7 @@ previous generation counterparts. For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{M6g node types} (available only for Redis engine version +\strong{M6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.m6g.large}, \code{cache.m6g.xlarge}, \code{cache.m6g.2xlarge}, \code{cache.m6g.4xlarge}, \code{cache.m6g.8xlarge}, \code{cache.m6g.12xlarge}, @@ -54,7 +54,7 @@ For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache \strong{M4 node types:} \code{cache.m4.large}, \code{cache.m4.xlarge}, \code{cache.m4.2xlarge}, \code{cache.m4.4xlarge}, \code{cache.m4.10xlarge} -\strong{T4g node types} (available only for Redis engine version +\strong{T4g node types} (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): \code{cache.t4g.micro}, \code{cache.t4g.small}, \code{cache.t4g.medium} @@ -93,7 +93,7 @@ for these types.) For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{R6g node types} (available only for Redis engine version +\strong{R6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.r6g.large}, \code{cache.r6g.xlarge}, \code{cache.r6g.2xlarge}, \code{cache.r6g.4xlarge}, \code{cache.r6g.8xlarge}, \code{cache.r6g.12xlarge}, @@ -122,12 +122,12 @@ for these types.) \itemize{ \item All current generation instance types are created in Amazon VPC by default. -\item Redis append-only files (AOF) are not supported for T1 or T2 +\item Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. -\item Redis Multi-AZ with automatic failover is not supported on T1 +\item Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. -\item Redis configuration variables \code{appendonly} and \code{appendfsync} are not -supported on Redis version 2.8.22 and later. +\item Redis OSS configuration variables \code{appendonly} and \code{appendfsync} are +not supported on Redis OSS version 2.8.22 and later. }} \item{Duration}{The duration filter value, specified in years or seconds. Use this diff --git a/cran/paws.database/man/elasticache_describe_reserved_cache_nodes_offerings.Rd b/cran/paws.database/man/elasticache_describe_reserved_cache_nodes_offerings.Rd index 6221fdb8e1..ae6a81dd2b 100644 --- a/cran/paws.database/man/elasticache_describe_reserved_cache_nodes_offerings.Rd +++ b/cran/paws.database/man/elasticache_describe_reserved_cache_nodes_offerings.Rd @@ -39,7 +39,7 @@ previous generation counterparts. For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{M6g node types} (available only for Redis engine version +\strong{M6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.m6g.large}, \code{cache.m6g.xlarge}, \code{cache.m6g.2xlarge}, \code{cache.m6g.4xlarge}, \code{cache.m6g.8xlarge}, \code{cache.m6g.12xlarge}, @@ -52,7 +52,7 @@ For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache \strong{M4 node types:} \code{cache.m4.large}, \code{cache.m4.xlarge}, \code{cache.m4.2xlarge}, \code{cache.m4.4xlarge}, \code{cache.m4.10xlarge} -\strong{T4g node types} (available only for Redis engine version +\strong{T4g node types} (available only for Redis OSS engine version 5.0.6 onward and Memcached engine version 1.5.16 onward): \code{cache.t4g.micro}, \code{cache.t4g.small}, \code{cache.t4g.medium} @@ -91,7 +91,7 @@ for these types.) For region availability, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion}{Supported Node Types} -\strong{R6g node types} (available only for Redis engine version +\strong{R6g node types} (available only for Redis OSS engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward): \code{cache.r6g.large}, \code{cache.r6g.xlarge}, \code{cache.r6g.2xlarge}, \code{cache.r6g.4xlarge}, \code{cache.r6g.8xlarge}, \code{cache.r6g.12xlarge}, @@ -120,12 +120,12 @@ for these types.) \itemize{ \item All current generation instance types are created in Amazon VPC by default. -\item Redis append-only files (AOF) are not supported for T1 or T2 +\item Redis OSS append-only files (AOF) are not supported for T1 or T2 instances. -\item Redis Multi-AZ with automatic failover is not supported on T1 +\item Redis OSS Multi-AZ with automatic failover is not supported on T1 instances. -\item Redis configuration variables \code{appendonly} and \code{appendfsync} are not -supported on Redis version 2.8.22 and later. +\item Redis OSS configuration variables \code{appendonly} and \code{appendfsync} are +not supported on Redis OSS version 2.8.22 and later. }} \item{Duration}{Duration filter value, specified in years or seconds. Use this parameter diff --git a/cran/paws.database/man/elasticache_describe_serverless_cache_snapshots.Rd b/cran/paws.database/man/elasticache_describe_serverless_cache_snapshots.Rd index dabd74aed9..8140dfca6c 100644 --- a/cran/paws.database/man/elasticache_describe_serverless_cache_snapshots.Rd +++ b/cran/paws.database/man/elasticache_describe_serverless_cache_snapshots.Rd @@ -15,26 +15,29 @@ elasticache_describe_serverless_cache_snapshots( \arguments{ \item{ServerlessCacheName}{The identifier of serverless cache. If this parameter is specified, only snapshots associated with that specific serverless cache are described. -Available for Redis only.} +Available for Redis OSS and Serverless Memcached only.} \item{ServerlessCacheSnapshotName}{The identifier of the serverless cache’s snapshot. If this parameter is -specified, only this snapshot is described. Available for Redis only.} +specified, only this snapshot is described. Available for Redis OSS and +Serverless Memcached only.} -\item{SnapshotType}{The type of snapshot that is being described. Available for Redis only.} +\item{SnapshotType}{The type of snapshot that is being described. Available for Redis OSS +and Serverless Memcached only.} \item{NextToken}{An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value -specified by max-results. Available for Redis only.} +specified by max-results. Available for Redis OSS and Serverless +Memcached only.} \item{MaxResults}{The maximum number of records to include in the response. If more records exist than the specified max-results value, a market is included in the response so that remaining results can be retrieved. Available -for Redis only.The default is 50. The Validation Constraints are a -maximum of 50.} +for Redis OSS and Serverless Memcached only.The default is 50. The +Validation Constraints are a maximum of 50.} } \description{ -Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis only. +Returns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Redis OSS and Serverless Memcached only. See \url{https://www.paws-r-sdk.com/docs/elasticache_describe_serverless_cache_snapshots/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_describe_update_actions.Rd b/cran/paws.database/man/elasticache_describe_update_actions.Rd index 60ad0cd06c..13587b83e0 100644 --- a/cran/paws.database/man/elasticache_describe_update_actions.Rd +++ b/cran/paws.database/man/elasticache_describe_update_actions.Rd @@ -24,8 +24,8 @@ elasticache_describe_update_actions( \item{CacheClusterIds}{The cache cluster IDs} -\item{Engine}{The Elasticache engine to which the update applies. Either Redis or -Memcached} +\item{Engine}{The Elasticache engine to which the update applies. Either Redis OSS or +Memcached.} \item{ServiceUpdateStatus}{The status of the service update} diff --git a/cran/paws.database/man/elasticache_describe_users.Rd b/cran/paws.database/man/elasticache_describe_users.Rd index b0701d036b..caf987eabd 100644 --- a/cran/paws.database/man/elasticache_describe_users.Rd +++ b/cran/paws.database/man/elasticache_describe_users.Rd @@ -13,7 +13,7 @@ elasticache_describe_users( ) } \arguments{ -\item{Engine}{The Redis engine.} +\item{Engine}{The Redis OSS engine.} \item{UserId}{The ID of the user.} diff --git a/cran/paws.database/man/elasticache_export_serverless_cache_snapshot.Rd b/cran/paws.database/man/elasticache_export_serverless_cache_snapshot.Rd index 960cfd6d64..eedf68cbd9 100644 --- a/cran/paws.database/man/elasticache_export_serverless_cache_snapshot.Rd +++ b/cran/paws.database/man/elasticache_export_serverless_cache_snapshot.Rd @@ -12,14 +12,14 @@ elasticache_export_serverless_cache_snapshot( } \arguments{ \item{ServerlessCacheSnapshotName}{[required] The identifier of the serverless cache snapshot to be exported to S3. -Available for Redis only.} +Available for Redis OSS only.} \item{S3BucketName}{[required] Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 bucket must also be in same region as the snapshot. Available for Redis -only.} +OSS only.} } \description{ -Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis only. +Provides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Redis OSS only. See \url{https://www.paws-r-sdk.com/docs/elasticache_export_serverless_cache_snapshot/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_increase_replica_count.Rd b/cran/paws.database/man/elasticache_increase_replica_count.Rd index 34e17e5bd6..f624b1d6f3 100644 --- a/cran/paws.database/man/elasticache_increase_replica_count.Rd +++ b/cran/paws.database/man/elasticache_increase_replica_count.Rd @@ -2,10 +2,10 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_increase_replica_count} \alias{elasticache_increase_replica_count} -\title{Dynamically increases the number of replicas in a Redis (cluster mode -disabled) replication group or the number of replica nodes in one or -more node groups (shards) of a Redis (cluster mode enabled) replication -group} +\title{Dynamically increases the number of replicas in a Redis OSS (cluster +mode disabled) replication group or the number of replica nodes in one +or more node groups (shards) of a Redis OSS (cluster mode enabled) +replication group} \usage{ elasticache_increase_replica_count( ReplicationGroupId, @@ -18,13 +18,13 @@ elasticache_increase_replica_count( \item{ReplicationGroupId}{[required] The id of the replication group to which you want to add replica nodes.} \item{NewReplicaCount}{The number of read replica nodes you want at the completion of this -operation. For Redis (cluster mode disabled) replication groups, this is -the number of replica nodes in the replication group. For Redis (cluster -mode enabled) replication groups, this is the number of replica nodes in -each of the replication group's node groups.} +operation. For Redis OSS (cluster mode disabled) replication groups, +this is the number of replica nodes in the replication group. For Redis +OSS (cluster mode enabled) replication groups, this is the number of +replica nodes in each of the replication group's node groups.} \item{ReplicaConfiguration}{A list of \code{ConfigureShard} objects that can be used to configure each -shard in a Redis (cluster mode enabled) replication group. The +shard in a Redis OSS (cluster mode enabled) replication group. The \code{ConfigureShard} has three members: \code{NewReplicaCount}, \code{NodeGroupId}, and \code{PreferredAvailabilityZones}.} @@ -32,7 +32,7 @@ and \code{PreferredAvailabilityZones}.} \code{ApplyImmediately=False} is not currently supported.} } \description{ -Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time. +Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group. This operation is performed with no cluster down time. See \url{https://www.paws-r-sdk.com/docs/elasticache_increase_replica_count/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_list_allowed_node_type_modifications.Rd b/cran/paws.database/man/elasticache_list_allowed_node_type_modifications.Rd index 35efdd3248..a48c30563b 100644 --- a/cran/paws.database/man/elasticache_list_allowed_node_type_modifications.Rd +++ b/cran/paws.database/man/elasticache_list_allowed_node_type_modifications.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/elasticache_operations.R \name{elasticache_list_allowed_node_type_modifications} \alias{elasticache_list_allowed_node_type_modifications} -\title{Lists all available node types that you can scale your Redis cluster's -or replication group's current node type} +\title{Lists all available node types that you can scale your Redis OSS +cluster's or replication group's current node type} \usage{ elasticache_list_allowed_node_type_modifications( CacheClusterId = NULL, @@ -28,7 +28,7 @@ You must provide a value for either the \code{CacheClusterId} or the \code{ReplicationGroupId}.} } \description{ -Lists all available node types that you can scale your Redis cluster's or replication group's current node type. +Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type. See \url{https://www.paws-r-sdk.com/docs/elasticache_list_allowed_node_type_modifications/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_modify_cache_cluster.Rd b/cran/paws.database/man/elasticache_modify_cache_cluster.Rd index 61df3b933a..0ed2abc06f 100644 --- a/cran/paws.database/man/elasticache_modify_cache_cluster.Rd +++ b/cran/paws.database/man/elasticache_modify_cache_cluster.Rd @@ -42,8 +42,8 @@ canceled. If you are removing cache nodes, you must use the \code{CacheNodeIdsToRemove} parameter to provide the IDs of the specific cache nodes to remove. -For clusters running Redis, this value must be 1. For clusters running -Memcached, this value must be between 1 and 40. +For clusters running Redis OSS, this value must be 1. For clusters +running Memcached, this value must be between 1 and 40. Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see \code{ApplyImmediately}). @@ -235,7 +235,7 @@ but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.} -\item{AutoMinorVersionUpgrade}{If you are running Redis engine version 6.0 or later, set this +\item{AutoMinorVersionUpgrade}{If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.} @@ -274,14 +274,14 @@ must be specified with the \code{auth-token} parameter. Possible values: \item DELETE - allowed only when transitioning to RBAC } -For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html}{Authenticating Users with Redis AUTH}} +For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html}{Authenticating Users with Redis OSS AUTH}} \item{LogDeliveryConfigurations}{Specifies the destination, format and type of the logs.} \item{IpDiscovery}{The network type you choose when modifying a cluster, either \code{ipv4} | -\code{ipv6}. IPv6 is supported for workloads using Redis engine version 6.2 -onward or Memcached engine version 1.6.6 on all instances built on the -\href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} +\code{ipv6}. IPv6 is supported for workloads using Redis OSS engine version +6.2 onward or Memcached engine version 1.6.6 on all instances built on +the \href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} } \description{ Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration parameters by specifying the parameters and the new values. diff --git a/cran/paws.database/man/elasticache_modify_replication_group.Rd b/cran/paws.database/man/elasticache_modify_replication_group.Rd index 22f1db937e..5d09951bbf 100644 --- a/cran/paws.database/man/elasticache_modify_replication_group.Rd +++ b/cran/paws.database/man/elasticache_modify_replication_group.Rd @@ -48,8 +48,8 @@ replication group to the primary role. The nodes of all other clusters in the replication group are read replicas.} \item{SnapshottingClusterId}{The cluster ID that is used as the daily snapshot source for the -replication group. This parameter cannot be set for Redis (cluster mode -enabled) replication groups.} +replication group. This parameter cannot be set for Redis OSS (cluster +mode enabled) replication groups.} \item{AutomaticFailoverEnabled}{Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure. @@ -131,7 +131,7 @@ but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version.} -\item{AutoMinorVersionUpgrade}{If you are running Redis engine version 6.0 or later, set this +\item{AutoMinorVersionUpgrade}{If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.} @@ -177,7 +177,7 @@ must be specified with the \code{auth-token} parameter. Possible values: \item DELETE - allowed only when transitioning to RBAC } -For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html}{Authenticating Users with Redis AUTH}} +For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html}{Authenticating Users with Redis OSS AUTH}} \item{UserGroupIdsToAdd}{The ID of the user group you are associating with the replication group.} @@ -190,9 +190,9 @@ group.} \item{LogDeliveryConfigurations}{Specifies the destination, format and type of the logs.} \item{IpDiscovery}{The network type you choose when modifying a cluster, either \code{ipv4} | -\code{ipv6}. IPv6 is supported for workloads using Redis engine version 6.2 -onward or Memcached engine version 1.6.6 on all instances built on the -\href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} +\code{ipv6}. IPv6 is supported for workloads using Redis OSS engine version +6.2 onward or Memcached engine version 1.6.6 on all instances built on +the \href{https://aws.amazon.com/ec2/nitro/}{Nitro system}.} \item{TransitEncryptionEnabled}{A flag that enables in-transit encryption when set to true. If you are enabling in-transit encryption for an existing cluster, you must also @@ -204,7 +204,7 @@ encryption, with no downtime. You must set \code{TransitEncryptionEnabled} to \code{true}, for your existing cluster, and set \code{TransitEncryptionMode} to \code{preferred} in the same request to allow both encrypted and unencrypted connections at the same -time. Once you migrate all your Redis clients to use encrypted +time. Once you migrate all your Redis OSS clients to use encrypted connections you can set the value to \code{required} to allow encrypted connections only. @@ -214,13 +214,13 @@ after that you can set \code{TransitEncryptionMode} to \code{required}.} \item{ClusterMode}{Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first set the cluster mode to Compatible. Compatible mode -allows your Redis clients to connect using both cluster mode enabled and -cluster mode disabled. After you migrate all Redis clients to use -cluster mode enabled, you can then complete cluster mode configuration -and set the cluster mode to Enabled.} +allows your Redis OSS clients to connect using both cluster mode enabled +and cluster mode disabled. After you migrate all Redis OSS clients to +use cluster mode enabled, you can then complete cluster mode +configuration and set the cluster mode to Enabled.} } \description{ -Modifies the settings for a replication group. This is limited to Redis 7 and newer. +Modifies the settings for a replication group. This is limited to Redis OSS 7 and newer. See \url{https://www.paws-r-sdk.com/docs/elasticache_modify_replication_group/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_modify_replication_group_shard_configuration.Rd b/cran/paws.database/man/elasticache_modify_replication_group_shard_configuration.Rd index 5fa66d4d58..d1b75360d6 100644 --- a/cran/paws.database/man/elasticache_modify_replication_group_shard_configuration.Rd +++ b/cran/paws.database/man/elasticache_modify_replication_group_shard_configuration.Rd @@ -16,8 +16,8 @@ elasticache_modify_replication_group_shard_configuration( ) } \arguments{ -\item{ReplicationGroupId}{[required] The name of the Redis (cluster mode enabled) cluster (replication group) -on which the shards are to be configured.} +\item{ReplicationGroupId}{[required] The name of the Redis OSS (cluster mode enabled) cluster (replication +group) on which the shards are to be configured.} \item{NodeGroupCount}{[required] The number of node groups (shards) that results from the modification of the shard configuration.} @@ -41,7 +41,7 @@ groups (shards), then either \code{NodeGroupsToRemove} or \code{NodeGroupsToRetain} is required. \code{NodeGroupsToRemove} is a list of \code{NodeGroupId}s to remove from the cluster. -ElastiCache for Redis will attempt to remove all node groups listed by +ElastiCache (Redis OSS) will attempt to remove all node groups listed by \code{NodeGroupsToRemove} from the cluster.} \item{NodeGroupsToRetain}{If the value of \code{NodeGroupCount} is less than the current number of node @@ -49,7 +49,7 @@ groups (shards), then either \code{NodeGroupsToRemove} or \code{NodeGroupsToRetain} is required. \code{NodeGroupsToRetain} is a list of \code{NodeGroupId}s to retain in the cluster. -ElastiCache for Redis will attempt to remove all node groups except +ElastiCache (Redis OSS) will attempt to remove all node groups except those listed by \code{NodeGroupsToRetain} from the cluster.} } \description{ diff --git a/cran/paws.database/man/elasticache_modify_serverless_cache.Rd b/cran/paws.database/man/elasticache_modify_serverless_cache.Rd index ca927884f0..e4dd7a014e 100644 --- a/cran/paws.database/man/elasticache_modify_serverless_cache.Rd +++ b/cran/paws.database/man/elasticache_modify_serverless_cache.Rd @@ -25,10 +25,11 @@ maximum length of 255 characters.} \item{CacheUsageLimits}{Modify the cache usage limit for the serverless cache.} \item{RemoveUserGroup}{The identifier of the UserGroup to be removed from association with the -Redis serverless cache. Available for Redis only. Default is NULL.} +Redis OSS serverless cache. Available for Redis OSS only. Default is +NULL.} \item{UserGroupId}{The identifier of the UserGroup to be associated with the serverless -cache. Available for Redis only. Default is NULL - the existing +cache. Available for Redis OSS only. Default is NULL - the existing UserGroup is not removed.} \item{SecurityGroupIds}{The new list of VPC security groups to be associated with the serverless @@ -38,14 +39,14 @@ the VPC end-point (private-link). Default = NULL - the existing list of VPC security groups is not removed.} \item{SnapshotRetentionLimit}{The number of days for which Elasticache retains automatic snapshots -before deleting them. Available for Redis only. Default = NULL, i.e. the -existing snapshot-retention-limit will not be removed or modified. The -maximum value allowed is 35 days.} +before deleting them. Available for Redis OSS and Serverless Memcached +only. Default = NULL, i.e. the existing snapshot-retention-limit will +not be removed or modified. The maximum value allowed is 35 days.} \item{DailySnapshotTime}{The daily time during which Elasticache begins taking a daily snapshot -of the serverless cache. Available for Redis only. The default is NULL, -i.e. the existing snapshot time configured for the cluster is not -removed.} +of the serverless cache. Available for Redis OSS and Serverless +Memcached only. The default is NULL, i.e. the existing snapshot time +configured for the cluster is not removed.} } \description{ This API modifies the attributes of a serverless cache. diff --git a/cran/paws.database/man/elasticache_purchase_reserved_cache_nodes_offering.Rd b/cran/paws.database/man/elasticache_purchase_reserved_cache_nodes_offering.Rd index a12b2ea715..4088331172 100644 --- a/cran/paws.database/man/elasticache_purchase_reserved_cache_nodes_offering.Rd +++ b/cran/paws.database/man/elasticache_purchase_reserved_cache_nodes_offering.Rd @@ -32,7 +32,7 @@ Default: \code{1}} A tag key must be accompanied by a tag value, although null is accepted.} } \description{ -Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/}{Managing Costs with Reserved Nodes} for Redis or \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/}{Managing Costs with Reserved Nodes} for Memcached. +Allows you to purchase a reserved cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information, see \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/}{Managing Costs with Reserved Nodes} for Redis OSS or \href{https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/}{Managing Costs with Reserved Nodes} for Memcached. See \url{https://www.paws-r-sdk.com/docs/elasticache_purchase_reserved_cache_nodes_offering/} for full documentation. } diff --git a/cran/paws.database/man/elasticache_start_migration.Rd b/cran/paws.database/man/elasticache_start_migration.Rd index 2a1bfdedbf..6de90ff92e 100644 --- a/cran/paws.database/man/elasticache_start_migration.Rd +++ b/cran/paws.database/man/elasticache_start_migration.Rd @@ -9,8 +9,8 @@ elasticache_start_migration(ReplicationGroupId, CustomerNodeEndpointList) \arguments{ \item{ReplicationGroupId}{[required] The ID of the replication group to which data should be migrated.} -\item{CustomerNodeEndpointList}{[required] List of endpoints from which data should be migrated. For Redis (cluster -mode disabled), list should have only one element.} +\item{CustomerNodeEndpointList}{[required] List of endpoints from which data should be migrated. For Redis OSS +(cluster mode disabled), list should have only one element.} } \description{ Start the migration of data. diff --git a/cran/paws.database/man/memorydb.Rd b/cran/paws.database/man/memorydb.Rd index 99df8ba306..a04f99c124 100644 --- a/cran/paws.database/man/memorydb.Rd +++ b/cran/paws.database/man/memorydb.Rd @@ -48,13 +48,13 @@ to the client. The available operations are listed in the Operations section. } \description{ -MemoryDB for Redis is a fully managed, Redis-compatible, in-memory -database that delivers ultra-fast performance and Multi-AZ durability -for modern applications built using microservices architectures. -MemoryDB stores the entire database in-memory, enabling low latency and -high throughput data access. It is compatible with Redis, a popular open -source data store, enabling you to leverage Redis’ flexible and friendly -data structures, APIs, and commands. +MemoryDB is a fully managed, Redis OSS-compatible, in-memory database +that delivers ultra-fast performance and Multi-AZ durability for modern +applications built using microservices architectures. MemoryDB stores +the entire database in-memory, enabling low latency and high throughput +data access. It is compatible with Redis OSS, a popular open source data +store, enabling you to leverage Redis OSS’ flexible and friendly data +structures, APIs, and commands. } \section{Service syntax}{ @@ -111,7 +111,7 @@ data structures, APIs, and commands. \link[=memorydb_delete_user]{delete_user} \tab Deletes a user\cr \link[=memorydb_describe_ac_ls]{describe_ac_ls} \tab Returns a list of ACLs\cr \link[=memorydb_describe_clusters]{describe_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied\cr -\link[=memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis engine versions\cr +\link[=memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis OSS engine versions\cr \link[=memorydb_describe_events]{describe_events} \tab Returns events related to clusters, security groups, and parameter groups\cr \link[=memorydb_describe_parameter_groups]{describe_parameter_groups} \tab Returns a list of parameter group descriptions\cr \link[=memorydb_describe_parameters]{describe_parameters} \tab Returns the detailed parameter list for a particular parameter group\cr diff --git a/cran/paws.database/man/memorydb_create_cluster.Rd b/cran/paws.database/man/memorydb_create_cluster.Rd index 4f75474d31..d7aa4750a0 100644 --- a/cran/paws.database/man/memorydb_create_cluster.Rd +++ b/cran/paws.database/man/memorydb_create_cluster.Rd @@ -104,7 +104,7 @@ appropriate time range.} \item{ACLName}{[required] The name of the Access Control List to associate with the cluster.} -\item{EngineVersion}{The version number of the Redis engine to be used for the cluster.} +\item{EngineVersion}{The version number of the Redis OSS engine to be used for the cluster.} \item{AutoMinorVersionUpgrade}{When set to true, the cluster will automatically receive minor engine version upgrades after launch.} diff --git a/cran/paws.database/man/memorydb_describe_engine_versions.Rd b/cran/paws.database/man/memorydb_describe_engine_versions.Rd index 93316e256d..c820cda3e9 100644 --- a/cran/paws.database/man/memorydb_describe_engine_versions.Rd +++ b/cran/paws.database/man/memorydb_describe_engine_versions.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/memorydb_operations.R \name{memorydb_describe_engine_versions} \alias{memorydb_describe_engine_versions} -\title{Returns a list of the available Redis engine versions} +\title{Returns a list of the available Redis OSS engine versions} \usage{ memorydb_describe_engine_versions( EngineVersion = NULL, @@ -13,7 +13,7 @@ memorydb_describe_engine_versions( ) } \arguments{ -\item{EngineVersion}{The Redis engine version} +\item{EngineVersion}{The Redis OSS engine version} \item{ParameterGroupFamily}{The name of a specific parameter group family to return details for.} @@ -31,7 +31,7 @@ the next page. Keep all other arguments unchanged.} or engine and major version combination is to be returned.} } \description{ -Returns a list of the available Redis engine versions. +Returns a list of the available Redis OSS engine versions. See \url{https://www.paws-r-sdk.com/docs/memorydb_describe_engine_versions/} for full documentation. } diff --git a/cran/paws.database/man/rds_create_db_cluster.Rd b/cran/paws.database/man/rds_create_db_cluster.Rd index 8ef1b9d5f4..df922c49bf 100644 --- a/cran/paws.database/man/rds_create_db_cluster.Rd +++ b/cran/paws.database/man/rds_create_db_cluster.Rd @@ -558,13 +558,13 @@ DB cluster. \item{PubliclyAccessible}{Specifies whether the DB cluster is publicly accessible. -When the DB cluster is publicly accessible, its Domain Name System (DNS) -endpoint resolves to the private IP address from within the DB cluster's -virtual private cloud (VPC). It resolves to the public IP address from -outside of the DB cluster's VPC. Access to the DB cluster is ultimately -controlled by the security group it uses. That public access isn't -permitted if the security group assigned to the DB cluster doesn't -permit it. +When the DB cluster is publicly accessible and you connect from outside +of the DB cluster's virtual private cloud (VPC), its Domain Name System +(DNS) endpoint resolves to the public IP address. When you connect from +within the same VPC as the DB cluster, the endpoint resolves to the +private IP address. Access to the DB cluster is ultimately controlled by +the security group it uses. That public access isn't permitted if the +security group assigned to the DB cluster doesn't permit it. When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. diff --git a/cran/paws.database/man/rds_create_db_instance.Rd b/cran/paws.database/man/rds_create_db_instance.Rd index c384f96e67..2695fada7a 100644 --- a/cran/paws.database/man/rds_create_db_instance.Rd +++ b/cran/paws.database/man/rds_create_db_instance.Rd @@ -664,13 +664,13 @@ This setting doesn't apply to RDS Custom DB instances.} \item{PubliclyAccessible}{Specifies whether the DB instance is publicly accessible. -When the DB instance is publicly accessible, its Domain Name System -(DNS) endpoint resolves to the private IP address from within the DB -instance's virtual private cloud (VPC). It resolves to the public IP -address from outside of the DB instance's VPC. Access to the DB instance -is ultimately controlled by the security group it uses. That public -access is not permitted if the security group assigned to the DB -instance doesn't permit it. +When the DB instance is publicly accessible and you connect from outside +of the DB instance's virtual private cloud (VPC), its Domain Name System +(DNS) endpoint resolves to the public IP address. When you connect from +within the same VPC as the DB instance, the endpoint resolves to the +private IP address. Access to the DB instance is ultimately controlled +by the security group it uses. That public access is not permitted if +the security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. diff --git a/cran/paws.database/man/rds_create_db_shard_group.Rd b/cran/paws.database/man/rds_create_db_shard_group.Rd index c38fe70645..1b180ff043 100644 --- a/cran/paws.database/man/rds_create_db_shard_group.Rd +++ b/cran/paws.database/man/rds_create_db_shard_group.Rd @@ -9,6 +9,7 @@ rds_create_db_shard_group( DBClusterIdentifier, ComputeRedundancy = NULL, MaxACU, + MinACU = NULL, PubliclyAccessible = NULL ) } @@ -32,6 +33,9 @@ different AZs for each physical shard. \item{MaxACU}{[required] The maximum capacity of the DB shard group in Aurora capacity units (ACUs).} +\item{MinACU}{The minimum capacity of the DB shard group in Aurora capacity units +(ACUs).} + \item{PubliclyAccessible}{Specifies whether the DB shard group is publicly accessible. When the DB shard group is publicly accessible, its Domain Name System diff --git a/cran/paws.database/man/rds_delete_db_cluster.Rd b/cran/paws.database/man/rds_delete_db_cluster.Rd index 5da8810602..9afc2cd1be 100644 --- a/cran/paws.database/man/rds_delete_db_cluster.Rd +++ b/cran/paws.database/man/rds_delete_db_cluster.Rd @@ -21,21 +21,21 @@ Constraints: }} \item{SkipFinalSnapshot}{Specifies whether to skip the creation of a final DB cluster snapshot -before the DB cluster is deleted. If skip is specified, no DB cluster -snapshot is created. If skip isn't specified, a DB cluster snapshot is -created before the DB cluster is deleted. By default, skip isn't -specified, and the DB cluster snapshot is created. By default, this -parameter is disabled. +before RDS deletes the DB cluster. If you set this value to \code{true}, RDS +doesn't create a final DB cluster snapshot. If you set this value to +\code{false} or don't specify it, RDS creates a DB cluster snapshot before it +deletes the DB cluster. By default, this parameter is disabled, so RDS +creates a final DB cluster snapshot. -You must specify a \code{FinalDBSnapshotIdentifier} parameter if -\code{SkipFinalSnapshot} is disabled.} +If \code{SkipFinalSnapshot} is disabled, you must specify a value for the +\code{FinalDBSnapshotIdentifier} parameter.} \item{FinalDBSnapshotIdentifier}{The DB cluster snapshot identifier of the new DB cluster snapshot created when \code{SkipFinalSnapshot} is disabled. -Specifying this parameter and also skipping the creation of a final DB -cluster snapshot with the \code{SkipFinalShapshot} parameter results in an -error. +If you specify this parameter and also skip the creation of a final DB +cluster snapshot with the \code{SkipFinalShapshot} parameter, the request +results in an error. Constraints: \itemize{ diff --git a/cran/paws.database/man/rds_modify_db_instance.Rd b/cran/paws.database/man/rds_modify_db_instance.Rd index b95b4261f6..98ab65020a 100644 --- a/cran/paws.database/man/rds_modify_db_instance.Rd +++ b/cran/paws.database/man/rds_modify_db_instance.Rd @@ -610,13 +610,13 @@ Constraints: \item{PubliclyAccessible}{Specifies whether the DB instance is publicly accessible. -When the DB cluster is publicly accessible, its Domain Name System (DNS) -endpoint resolves to the private IP address from within the DB cluster's -virtual private cloud (VPC). It resolves to the public IP address from -outside of the DB cluster's VPC. Access to the DB cluster is ultimately -controlled by the security group it uses. That public access isn't -permitted if the security group assigned to the DB cluster doesn't -permit it. +When the DB instance is publicly accessible and you connect from outside +of the DB instance's virtual private cloud (VPC), its Domain Name System +(DNS) endpoint resolves to the public IP address. When you connect from +within the same VPC as the DB instance, the endpoint resolves to the +private IP address. Access to the DB instance is ultimately controlled +by the security group it uses. That public access isn't permitted if the +security group assigned to the DB instance doesn't permit it. When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. diff --git a/cran/paws.database/man/rds_modify_db_shard_group.Rd b/cran/paws.database/man/rds_modify_db_shard_group.Rd index fa649a8571..b5f1e77fe6 100644 --- a/cran/paws.database/man/rds_modify_db_shard_group.Rd +++ b/cran/paws.database/man/rds_modify_db_shard_group.Rd @@ -4,13 +4,16 @@ \alias{rds_modify_db_shard_group} \title{Modifies the settings of an Aurora Limitless Database DB shard group} \usage{ -rds_modify_db_shard_group(DBShardGroupIdentifier, MaxACU = NULL) +rds_modify_db_shard_group(DBShardGroupIdentifier, MaxACU = NULL, MinACU = NULL) } \arguments{ \item{DBShardGroupIdentifier}{[required] The name of the DB shard group to modify.} \item{MaxACU}{The maximum capacity of the DB shard group in Aurora capacity units (ACUs).} + +\item{MinACU}{The minimum capacity of the DB shard group in Aurora capacity units +(ACUs).} } \description{ Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by specifying these parameters and the new values in the request. diff --git a/cran/paws.database/man/rds_promote_read_replica.Rd b/cran/paws.database/man/rds_promote_read_replica.Rd index 09fc9ead57..a415b0d361 100644 --- a/cran/paws.database/man/rds_promote_read_replica.Rd +++ b/cran/paws.database/man/rds_promote_read_replica.Rd @@ -38,8 +38,8 @@ parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To see the time -blocks available, see \href{https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/}{Adjusting the Preferred Maintenance Window} in the -\emph{Amazon RDS User Guide.} +blocks available, see \href{https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html}{Adjusting the Preferred Maintenance Window} +in the \emph{Amazon RDS User Guide.} Constraints: \itemize{ diff --git a/cran/paws.database/man/redshiftdataapiservice_batch_execute_statement.Rd b/cran/paws.database/man/redshiftdataapiservice_batch_execute_statement.Rd index c02871a0c9..457b2f2f42 100644 --- a/cran/paws.database/man/redshiftdataapiservice_batch_execute_statement.Rd +++ b/cran/paws.database/man/redshiftdataapiservice_batch_execute_statement.Rd @@ -8,9 +8,11 @@ redshiftdataapiservice_batch_execute_statement( ClientToken = NULL, ClusterIdentifier = NULL, - Database, + Database = NULL, DbUser = NULL, SecretArn = NULL, + SessionId = NULL, + SessionKeepAliveSeconds = NULL, Sqls, StatementName = NULL, WithEvent = NULL, @@ -25,7 +27,7 @@ idempotency of the request.} cluster and authenticating using either Secrets Manager or temporary credentials.} -\item{Database}{[required] The name of the database. This parameter is required when authenticating +\item{Database}{The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials.} \item{DbUser}{The database user name. This parameter is required when connecting to a @@ -35,6 +37,12 @@ credentials.} \item{SecretArn}{The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager.} +\item{SessionId}{The session identifier of the query.} + +\item{SessionKeepAliveSeconds}{The number of seconds to keep the session alive after the query +finishes. The maximum time a session can keep alive is 24 hours. After +24 hours, the session is forced closed and the query is terminated.} + \item{Sqls}{[required] One or more SQL statements to run. \if{html}{\out{
}}\preformatted{ The SQL statements are run as a single transaction. They run serially in the order of the array. Subsequent SQL statements don\\'t start until the previous statement in the array completes. If any SQL statement fails, then because they are run as one transaction, all work is rolled back.

diff --git a/cran/paws.database/man/redshiftdataapiservice_execute_statement.Rd b/cran/paws.database/man/redshiftdataapiservice_execute_statement.Rd index f0bedb56fa..5ca4ba3c44 100644 --- a/cran/paws.database/man/redshiftdataapiservice_execute_statement.Rd +++ b/cran/paws.database/man/redshiftdataapiservice_execute_statement.Rd @@ -8,10 +8,12 @@ data definition language (DDL)} redshiftdataapiservice_execute_statement( ClientToken = NULL, ClusterIdentifier = NULL, - Database, + Database = NULL, DbUser = NULL, Parameters = NULL, SecretArn = NULL, + SessionId = NULL, + SessionKeepAliveSeconds = NULL, Sql, StatementName = NULL, WithEvent = NULL, @@ -26,7 +28,7 @@ idempotency of the request.} cluster and authenticating using either Secrets Manager or temporary credentials.} -\item{Database}{[required] The name of the database. This parameter is required when authenticating +\item{Database}{The name of the database. This parameter is required when authenticating using either Secrets Manager or temporary credentials.} \item{DbUser}{The database user name. This parameter is required when connecting to a @@ -38,6 +40,12 @@ credentials.} \item{SecretArn}{The name or ARN of the secret that enables access to the database. This parameter is required when authenticating using Secrets Manager.} +\item{SessionId}{The session identifier of the query.} + +\item{SessionKeepAliveSeconds}{The number of seconds to keep the session alive after the query +finishes. The maximum time a session can keep alive is 24 hours. After +24 hours, the session is forced closed and the query is terminated.} + \item{Sql}{[required] The SQL statement text to run.} \item{StatementName}{The name of the SQL statement. You can name the SQL statement when you diff --git a/cran/paws.database/man/redshiftserverless_create_scheduled_action.Rd b/cran/paws.database/man/redshiftserverless_create_scheduled_action.Rd index b6012a1faa..a092d4046b 100644 --- a/cran/paws.database/man/redshiftserverless_create_scheduled_action.Rd +++ b/cran/paws.database/man/redshiftserverless_create_scheduled_action.Rd @@ -34,7 +34,7 @@ Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see \href{https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html}{Using Identity-Based Policies for Amazon Redshift} -in the Amazon Redshift Cluster Management Guide} +in the Amazon Redshift Management Guide} \item{schedule}{[required] The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at diff --git a/cran/paws.database/man/redshiftserverless_create_workgroup.Rd b/cran/paws.database/man/redshiftserverless_create_workgroup.Rd index fd270eb081..4030385073 100644 --- a/cran/paws.database/man/redshiftserverless_create_workgroup.Rd +++ b/cran/paws.database/man/redshiftserverless_create_workgroup.Rd @@ -8,6 +8,7 @@ redshiftserverless_create_workgroup( baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, + ipAddressType = NULL, maxCapacity = NULL, namespaceName, port = NULL, @@ -33,6 +34,9 @@ monitoring rules and available metrics, see \href{https://docs.aws.amazon.com/re cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.} +\item{ipAddressType}{The IP address type that the workgroup supports. Possible values are +\code{ipv4} and \code{dualstack}.} + \item{maxCapacity}{The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.} diff --git a/cran/paws.database/man/redshiftserverless_update_scheduled_action.Rd b/cran/paws.database/man/redshiftserverless_update_scheduled_action.Rd index 638985af0f..9ee885d67e 100644 --- a/cran/paws.database/man/redshiftserverless_update_scheduled_action.Rd +++ b/cran/paws.database/man/redshiftserverless_update_scheduled_action.Rd @@ -27,7 +27,7 @@ Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see \href{https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html}{Using Identity-Based Policies for Amazon Redshift} -in the Amazon Redshift Cluster Management Guide} +in the Amazon Redshift Management Guide} \item{schedule}{The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at diff --git a/cran/paws.database/man/redshiftserverless_update_workgroup.Rd b/cran/paws.database/man/redshiftserverless_update_workgroup.Rd index 01e27fecbc..f0b041108d 100644 --- a/cran/paws.database/man/redshiftserverless_update_workgroup.Rd +++ b/cran/paws.database/man/redshiftserverless_update_workgroup.Rd @@ -8,6 +8,7 @@ redshiftserverless_update_workgroup( baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, + ipAddressType = NULL, maxCapacity = NULL, port = NULL, publiclyAccessible = NULL, @@ -31,6 +32,9 @@ monitoring rules and available metrics, see \href{https://docs.aws.amazon.com/re cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.} +\item{ipAddressType}{The IP address type that the workgroup supports. Possible values are +\code{ipv4} and \code{dualstack}.} + \item{maxCapacity}{The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.} diff --git a/cran/paws.database/man/timestreamquery_update_account_settings.Rd b/cran/paws.database/man/timestreamquery_update_account_settings.Rd index 3b36e5b3cc..7d6853fe4f 100644 --- a/cran/paws.database/man/timestreamquery_update_account_settings.Rd +++ b/cran/paws.database/man/timestreamquery_update_account_settings.Rd @@ -20,7 +20,12 @@ The maximum value supported for \code{MaxQueryTCU} is 1000. To request an increase to this soft limit, contact Amazon Web Services Support. For information about the default quota for maxQueryTCU, see \href{https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html#limits.default}{Default quotas}.} -\item{QueryPricingModel}{The pricing model for queries in an account.} +\item{QueryPricingModel}{The pricing model for queries in an account. + +The \code{QueryPricingModel} parameter is used by several Timestream +operations; however, the +\code{\link[=timestreamquery_update_account_settings]{update_account_settings}} API +operation doesn't recognize any values other than \code{COMPUTE_UNITS}.} } \description{ Transitions your account to use TCUs for query pricing and modifies the maximum query compute units that you've configured. If you reduce the value of \code{MaxQueryTCU} to a desired configuration, the new value can take up to 24 hours to be effective. diff --git a/cran/paws.developer.tools/DESCRIPTION b/cran/paws.developer.tools/DESCRIPTION index 49f326a376..7b42124d60 100644 --- a/cran/paws.developer.tools/DESCRIPTION +++ b/cran/paws.developer.tools/DESCRIPTION @@ -54,9 +54,6 @@ Collate: 'codepipeline_service.R' 'codepipeline_interfaces.R' 'codepipeline_operations.R' - 'codestar_service.R' - 'codestar_interfaces.R' - 'codestar_operations.R' 'codestarconnections_service.R' 'codestarconnections_interfaces.R' 'codestarconnections_operations.R' diff --git a/cran/paws.developer.tools/NAMESPACE b/cran/paws.developer.tools/NAMESPACE index a2cb62896a..98b8c6640a 100644 --- a/cran/paws.developer.tools/NAMESPACE +++ b/cran/paws.developer.tools/NAMESPACE @@ -11,7 +11,6 @@ export(codeguruprofiler) export(codegurureviewer) export(codegurusecurity) export(codepipeline) -export(codestar) export(codestarconnections) export(codestarnotifications) export(config) diff --git a/cran/paws.developer.tools/R/codebuild_interfaces.R b/cran/paws.developer.tools/R/codebuild_interfaces.R index ff5a9335d6..3bcf512c17 100644 --- a/cran/paws.developer.tools/R/codebuild_interfaces.R +++ b/cran/paws.developer.tools/R/codebuild_interfaces.R @@ -47,7 +47,7 @@ NULL .codebuild$batch_get_fleets_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(fleets = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), lastModified = structure(logical(0), tags = list(type = "timestamp")), status = structure(list(statusCode = structure(logical(0), tags = list(type = "string")), context = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer")), desiredCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), fleetServiceRole = 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"))), tags = list(type = "list")), fleetsNotFound = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(fleets = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), lastModified = structure(logical(0), tags = list(type = "timestamp")), status = structure(list(statusCode = structure(logical(0), tags = list(type = "string")), context = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer")), desiredCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), imageId = structure(logical(0), tags = list(type = "string")), fleetServiceRole = 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"))), tags = list(type = "list")), fleetsNotFound = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -89,13 +89,13 @@ NULL .codebuild$create_fleet_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), fleetServiceRole = 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")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), imageId = structure(logical(0), tags = list(type = "string")), fleetServiceRole = 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)) } .codebuild$create_fleet_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(fleet = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), lastModified = structure(logical(0), tags = list(type = "timestamp")), status = structure(list(statusCode = structure(logical(0), tags = list(type = "string")), context = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer")), desiredCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), fleetServiceRole = 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"))), tags = list(type = "structure")) + shape <- structure(list(fleet = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), lastModified = structure(logical(0), tags = list(type = "timestamp")), status = structure(list(statusCode = structure(logical(0), tags = list(type = "string")), context = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer")), desiredCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), imageId = structure(logical(0), tags = list(type = "string")), fleetServiceRole = 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"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -545,13 +545,13 @@ NULL .codebuild$update_fleet_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), fleetServiceRole = 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")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), imageId = structure(logical(0), tags = list(type = "string")), fleetServiceRole = 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)) } .codebuild$update_fleet_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(fleet = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), lastModified = structure(logical(0), tags = list(type = "timestamp")), status = structure(list(statusCode = structure(logical(0), tags = list(type = "string")), context = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer")), desiredCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), fleetServiceRole = 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"))), tags = list(type = "structure")) + shape <- structure(list(fleet = structure(list(arn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), lastModified = structure(logical(0), tags = list(type = "timestamp")), status = structure(list(statusCode = structure(logical(0), tags = list(type = "string")), context = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), baseCapacity = structure(logical(0), tags = list(type = "integer")), environmentType = structure(logical(0), tags = list(type = "string")), computeType = structure(logical(0), tags = list(type = "string")), scalingConfiguration = structure(list(scalingType = structure(logical(0), tags = list(type = "string")), targetTrackingScalingConfigs = structure(list(structure(list(metricType = structure(logical(0), tags = list(type = "string")), targetValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), maxCapacity = structure(logical(0), tags = list(type = "integer")), desiredCapacity = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), overflowBehavior = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(vpcId = structure(logical(0), tags = list(type = "string")), subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), imageId = structure(logical(0), tags = list(type = "string")), fleetServiceRole = 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"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.developer.tools/R/codebuild_operations.R b/cran/paws.developer.tools/R/codebuild_operations.R index 02574a4cf9..6a14de0d05 100644 --- a/cran/paws.developer.tools/R/codebuild_operations.R +++ b/cran/paws.developer.tools/R/codebuild_operations.R @@ -244,6 +244,14 @@ codebuild_batch_get_reports <- function(reportArns) { #' (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific #' (Sydney). #' +#' - The environment type `MAC_ARM` is available for Medium fleets only +#' in regions US East (N. Virginia), US East (Ohio), US West (Oregon), +#' Asia Pacific (Sydney), and EU (Frankfurt) +#' +#' - The environment type `MAC_ARM` is available for Large fleets only in +#' regions US East (N. Virginia), US East (Ohio), US West (Oregon), and +#' Asia Pacific (Sydney). +#' #' - The environment type `WINDOWS_SERVER_2019_CONTAINER` is available #' only in regions US East (N. Virginia), US East (Ohio), US West #' (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific @@ -318,6 +326,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' Web Services services required to create a VPC network #' interface](https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface). #' @param vpcConfig +#' @param imageId The Amazon Machine Image (AMI) of the compute fleet. #' @param fleetServiceRole The service role associated with the compute fleet. For more #' information, see [Allow a user to add a permission policy for a fleet #' service @@ -331,7 +340,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' @keywords internal #' #' @rdname codebuild_create_fleet -codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeType, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, fleetServiceRole = NULL, tags = NULL) { +codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeType, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, imageId = NULL, fleetServiceRole = NULL, tags = NULL) { op <- new_operation( name = "CreateFleet", http_method = "POST", @@ -339,7 +348,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT host_prefix = "", paginator = list() ) - input <- .codebuild$create_fleet_input(name = name, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, fleetServiceRole = fleetServiceRole, tags = tags) + input <- .codebuild$create_fleet_input(name = name, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, imageId = imageId, fleetServiceRole = fleetServiceRole, tags = tags) output <- .codebuild$create_fleet_output() config <- get_config() svc <- .codebuild$service(config, op) @@ -1002,11 +1011,11 @@ codebuild_get_resource_policy <- function(resourceArn) { .codebuild$operations$get_resource_policy <- codebuild_get_resource_policy #' Imports the source repository credentials for an CodeBuild project that -#' has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket -#' repository +#' has its source code stored in a GitHub, GitHub Enterprise, GitLab, +#' GitLab Self Managed, or Bitbucket repository #' #' @description -#' Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. +#' Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. #' #' See [https://www.paws-r-sdk.com/docs/codebuild_import_source_credentials/](https://www.paws-r-sdk.com/docs/codebuild_import_source_credentials/) for full documentation. #' @@ -1014,13 +1023,13 @@ codebuild_get_resource_policy <- function(resourceArn) { #' is not valid for other types of source providers or connections. #' @param token [required] For GitHub or GitHub Enterprise, this is the personal access token. For #' Bitbucket, this is either the access token or the app password. For the -#' `authType` CODECONNECTIONS, this is the `connectionArn`. +#' `authType` CODECONNECTIONS, this is the `connectionArn`. For the +#' `authType` SECRETS_MANAGER, this is the `secretArn`. #' @param serverType [required] The source provider used for this project. #' @param authType [required] The type of authentication used to connect to a GitHub, GitHub #' Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An #' OAUTH connection is not supported by the API and must be created using -#' the CodeBuild console. Note that CODECONNECTIONS is only valid for -#' GitLab and GitLab Self Managed. +#' the CodeBuild console. #' @param shouldOverwrite Set to `false` to prevent overwriting the repository source credentials. #' Set to `true` to overwrite the repository source credentials. The #' default value is `true`. @@ -2229,6 +2238,14 @@ codebuild_stop_build_batch <- function(id) { #' (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific #' (Sydney). #' +#' - The environment type `MAC_ARM` is available for Medium fleets only +#' in regions US East (N. Virginia), US East (Ohio), US West (Oregon), +#' Asia Pacific (Sydney), and EU (Frankfurt) +#' +#' - The environment type `MAC_ARM` is available for Large fleets only in +#' regions US East (N. Virginia), US East (Ohio), US West (Oregon), and +#' Asia Pacific (Sydney). +#' #' - The environment type `WINDOWS_SERVER_2019_CONTAINER` is available #' only in regions US East (N. Virginia), US East (Ohio), US West #' (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific @@ -2303,6 +2320,7 @@ codebuild_stop_build_batch <- function(id) { #' Web Services services required to create a VPC network #' interface](https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface). #' @param vpcConfig +#' @param imageId The Amazon Machine Image (AMI) of the compute fleet. #' @param fleetServiceRole The service role associated with the compute fleet. For more #' information, see [Allow a user to add a permission policy for a fleet #' service @@ -2316,7 +2334,7 @@ codebuild_stop_build_batch <- function(id) { #' @keywords internal #' #' @rdname codebuild_update_fleet -codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = NULL, computeType = NULL, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, fleetServiceRole = NULL, tags = NULL) { +codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = NULL, computeType = NULL, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, imageId = NULL, fleetServiceRole = NULL, tags = NULL) { op <- new_operation( name = "UpdateFleet", http_method = "POST", @@ -2324,7 +2342,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N host_prefix = "", paginator = list() ) - input <- .codebuild$update_fleet_input(arn = arn, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, fleetServiceRole = fleetServiceRole, tags = tags) + input <- .codebuild$update_fleet_input(arn = arn, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, imageId = imageId, fleetServiceRole = fleetServiceRole, tags = tags) output <- .codebuild$update_fleet_output() config <- get_config() svc <- .codebuild$service(config, op) diff --git a/cran/paws.developer.tools/R/codebuild_service.R b/cran/paws.developer.tools/R/codebuild_service.R index a1cfa72812..27d6519a1e 100644 --- a/cran/paws.developer.tools/R/codebuild_service.R +++ b/cran/paws.developer.tools/R/codebuild_service.R @@ -124,7 +124,7 @@ NULL #' \link[=codebuild_describe_test_cases]{describe_test_cases} \tab Returns a list of details about test cases for a report\cr #' \link[=codebuild_get_report_group_trend]{get_report_group_trend} \tab Analyzes and accumulates test report values for the specified test reports\cr #' \link[=codebuild_get_resource_policy]{get_resource_policy} \tab Gets a resource policy that is identified by its resource ARN\cr -#' \link[=codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository\cr +#' \link[=codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository\cr #' \link[=codebuild_invalidate_project_cache]{invalidate_project_cache} \tab Resets the cache for a project\cr #' \link[=codebuild_list_build_batches]{list_build_batches} \tab Retrieves the identifiers of your build batches in the current region\cr #' \link[=codebuild_list_build_batches_for_project]{list_build_batches_for_project} \tab Retrieves the identifiers of the build batches for a specific project\cr diff --git a/cran/paws.developer.tools/R/codecommit_operations.R b/cran/paws.developer.tools/R/codecommit_operations.R index a1f3d1ecdb..1acaced0b0 100644 --- a/cran/paws.developer.tools/R/codecommit_operations.R +++ b/cran/paws.developer.tools/R/codecommit_operations.R @@ -516,7 +516,8 @@ codecommit_create_pull_request_approval_rule <- function(pullRequestId, approval #' @param kmsKeyId The ID of the encryption key. You can view the ID of an encryption key #' in the KMS console, or use the KMS APIs to programmatically retrieve a #' key ID. For more information about acceptable values for kmsKeyID, see -#' KeyId in the Decrypt API description in the *Key Management Service API +#' [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId) +#' in the Decrypt API description in the *Key Management Service API #' Reference*. #' #' If no key is specified, the default `aws/codecommit` Amazon Web Services @@ -3056,7 +3057,8 @@ codecommit_update_repository_description <- function(repositoryName, repositoryD #' @param kmsKeyId [required] The ID of the encryption key. You can view the ID of an encryption key #' in the KMS console, or use the KMS APIs to programmatically retrieve a #' key ID. For more information about acceptable values for keyID, see -#' KeyId in the Decrypt API description in the *Key Management Service API +#' [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId) +#' in the Decrypt API description in the *Key Management Service API #' Reference*. #' #' @keywords internal diff --git a/cran/paws.developer.tools/R/codepipeline_interfaces.R b/cran/paws.developer.tools/R/codepipeline_interfaces.R index 9c01f08fd2..c042f5abb9 100644 --- a/cran/paws.developer.tools/R/codepipeline_interfaces.R +++ b/cran/paws.developer.tools/R/codepipeline_interfaces.R @@ -41,13 +41,13 @@ NULL .codepipeline$create_pipeline_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), 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")) + shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string")), conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onSuccess = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), beforeEntry = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), 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)) } .codepipeline$create_pipeline_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), 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")) + shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string")), conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onSuccess = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), beforeEntry = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), 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)) } @@ -147,7 +147,7 @@ NULL .codepipeline$get_pipeline_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), metadata = structure(list(pipelineArn = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), updated = structure(logical(0), tags = list(type = "timestamp")), pollingDisabledAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string")), conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onSuccess = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), beforeEntry = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), metadata = structure(list(pipelineArn = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp")), updated = structure(logical(0), tags = list(type = "timestamp")), pollingDisabledAt = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -171,7 +171,7 @@ NULL .codepipeline$get_pipeline_state_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(pipelineName = structure(logical(0), tags = list(type = "string")), pipelineVersion = structure(logical(0), tags = list(type = "integer")), stageStates = structure(list(structure(list(stageName = structure(logical(0), tags = list(type = "string")), inboundExecution = structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inboundExecutions = structure(list(structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inboundTransitionState = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), lastChangedBy = structure(logical(0), tags = list(type = "string")), lastChangedAt = structure(logical(0), tags = list(type = "timestamp")), disabledReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), actionStates = structure(list(structure(list(actionName = structure(logical(0), tags = list(type = "string")), currentRevision = structure(list(revisionId = structure(logical(0), tags = list(type = "string")), revisionChangeId = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), latestExecution = structure(list(actionExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp")), token = structure(logical(0), tags = list(type = "string")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), externalExecutionId = structure(logical(0), tags = list(type = "string")), externalExecutionUrl = structure(logical(0), tags = list(type = "string")), percentComplete = structure(logical(0), tags = list(type = "integer")), errorDetails = structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), entityUrl = structure(logical(0), tags = list(type = "string")), revisionUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), latestExecution = structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), created = structure(logical(0), tags = list(type = "timestamp")), updated = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(pipelineName = structure(logical(0), tags = list(type = "string")), pipelineVersion = structure(logical(0), tags = list(type = "integer")), stageStates = structure(list(structure(list(stageName = structure(logical(0), tags = list(type = "string")), inboundExecution = structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), inboundExecutions = structure(list(structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inboundTransitionState = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), lastChangedBy = structure(logical(0), tags = list(type = "string")), lastChangedAt = structure(logical(0), tags = list(type = "timestamp")), disabledReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), actionStates = structure(list(structure(list(actionName = structure(logical(0), tags = list(type = "string")), currentRevision = structure(list(revisionId = structure(logical(0), tags = list(type = "string")), revisionChangeId = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), latestExecution = structure(list(actionExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp")), token = structure(logical(0), tags = list(type = "string")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), externalExecutionId = structure(logical(0), tags = list(type = "string")), externalExecutionUrl = structure(logical(0), tags = list(type = "string")), percentComplete = structure(logical(0), tags = list(type = "integer")), errorDetails = structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), entityUrl = structure(logical(0), tags = list(type = "string")), revisionUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), latestExecution = structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), beforeEntryConditionState = structure(list(latestExecution = structure(list(status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), conditionStates = structure(list(structure(list(latestExecution = structure(list(status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ruleStates = structure(list(structure(list(ruleName = structure(logical(0), tags = list(type = "string")), currentRevision = structure(list(revisionId = structure(logical(0), tags = list(type = "string")), revisionChangeId = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), latestExecution = structure(list(ruleExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp")), token = structure(logical(0), tags = list(type = "string")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), externalExecutionId = structure(logical(0), tags = list(type = "string")), externalExecutionUrl = structure(logical(0), tags = list(type = "string")), errorDetails = structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), entityUrl = structure(logical(0), tags = list(type = "string")), revisionUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onSuccessConditionState = structure(list(latestExecution = structure(list(status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), conditionStates = structure(list(structure(list(latestExecution = structure(list(status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ruleStates = structure(list(structure(list(ruleName = structure(logical(0), tags = list(type = "string")), currentRevision = structure(list(revisionId = structure(logical(0), tags = list(type = "string")), revisionChangeId = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), latestExecution = structure(list(ruleExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp")), token = structure(logical(0), tags = list(type = "string")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), externalExecutionId = structure(logical(0), tags = list(type = "string")), externalExecutionUrl = structure(logical(0), tags = list(type = "string")), errorDetails = structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), entityUrl = structure(logical(0), tags = list(type = "string")), revisionUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onFailureConditionState = structure(list(latestExecution = structure(list(status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), conditionStates = structure(list(structure(list(latestExecution = structure(list(status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), ruleStates = structure(list(structure(list(ruleName = structure(logical(0), tags = list(type = "string")), currentRevision = structure(list(revisionId = structure(logical(0), tags = list(type = "string")), revisionChangeId = structure(logical(0), tags = list(type = "string")), created = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), latestExecution = structure(list(ruleExecutionId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), summary = structure(logical(0), tags = list(type = "string")), lastStatusChange = structure(logical(0), tags = list(type = "timestamp")), token = structure(logical(0), tags = list(type = "string")), lastUpdatedBy = structure(logical(0), tags = list(type = "string")), externalExecutionId = structure(logical(0), tags = list(type = "string")), externalExecutionUrl = structure(logical(0), tags = list(type = "string")), errorDetails = structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), entityUrl = structure(logical(0), tags = list(type = "string")), revisionUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), created = structure(logical(0), tags = list(type = "timestamp")), updated = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -235,6 +235,30 @@ NULL return(populate(args, shape)) } +.codepipeline$list_rule_executions_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(pipelineName = structure(logical(0), tags = list(type = "string")), filter = structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), latestInPipelineExecution = structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), startTimeRange = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), maxResults = structure(logical(0), tags = list(type = "integer")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.codepipeline$list_rule_executions_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(ruleExecutionDetails = structure(list(structure(list(pipelineExecutionId = structure(logical(0), tags = list(type = "string")), ruleExecutionId = structure(logical(0), tags = list(type = "string")), pipelineVersion = structure(logical(0), tags = list(type = "integer")), stageName = structure(logical(0), tags = list(type = "string")), ruleName = structure(logical(0), tags = list(type = "string")), startTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdateTime = structure(logical(0), tags = list(type = "timestamp")), updatedBy = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), input = structure(list(ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), resolvedConfiguration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), s3location = structure(list(bucket = structure(logical(0), tags = list(type = "string")), key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), output = structure(list(executionResult = structure(list(externalExecutionId = structure(logical(0), tags = list(type = "string")), externalExecutionSummary = structure(logical(0), tags = list(type = "string")), externalExecutionUrl = structure(logical(0), tags = list(type = "string")), errorDetails = structure(list(code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.codepipeline$list_rule_types_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(ruleOwnerFilter = structure(logical(0), tags = list(type = "string")), regionFilter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.codepipeline$list_rule_types_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(ruleTypes = structure(list(structure(list(id = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), settings = structure(list(thirdPartyConfigurationUrl = structure(logical(0), tags = list(type = "string")), entityUrlTemplate = structure(logical(0), tags = list(type = "string")), executionUrlTemplate = structure(logical(0), tags = list(type = "string")), revisionUrlTemplate = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ruleConfigurationProperties = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), required = structure(logical(0), tags = list(type = "boolean")), key = structure(logical(0), tags = list(type = "boolean")), secret = structure(logical(0), tags = list(type = "boolean")), queryable = structure(logical(0), tags = list(type = "boolean")), description = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifactDetails = structure(list(minimumCount = structure(logical(0), tags = list(type = "integer")), maximumCount = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .codepipeline$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")) @@ -259,6 +283,16 @@ NULL return(populate(args, shape)) } +.codepipeline$override_stage_condition_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(pipelineName = structure(logical(0), tags = list(type = "string")), stageName = structure(logical(0), tags = list(type = "string")), pipelineExecutionId = structure(logical(0), tags = list(type = "string")), conditionType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.codepipeline$override_stage_condition_output <- function(...) { + list() +} + .codepipeline$poll_for_jobs_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), maxBatchSize = structure(logical(0), tags = list(type = "integer")), queryParam = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")) @@ -455,12 +489,12 @@ NULL .codepipeline$update_pipeline_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string")), conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onSuccess = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), beforeEntry = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .codepipeline$update_pipeline_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(pipeline = structure(list(name = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), artifactStore = structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), artifactStores = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string")), encryptionKey = structure(list(id = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), stages = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), blockers = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), actions = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), actionTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), runOrder = structure(logical(0), tags = list(type = "integer")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), outputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), namespace = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), onFailure = structure(list(result = structure(logical(0), tags = list(type = "string")), conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), onSuccess = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), beforeEntry = structure(list(conditions = structure(list(structure(list(result = structure(logical(0), tags = list(type = "string")), rules = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), ruleTypeId = structure(list(category = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), provider = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), configuration = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), inputArtifacts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), roleArn = structure(logical(0), tags = list(type = "string")), region = structure(logical(0), tags = list(type = "string")), timeoutInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), version = structure(logical(0), tags = list(type = "integer")), executionMode = structure(logical(0), tags = list(type = "string")), pipelineType = structure(logical(0), tags = list(type = "string")), variables = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), defaultValue = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), triggers = structure(list(structure(list(providerType = structure(logical(0), tags = list(type = "string")), gitConfiguration = structure(list(sourceActionName = structure(logical(0), tags = list(type = "string")), push = structure(list(structure(list(tags = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), pullRequest = structure(list(structure(list(events = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), branches = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), filePaths = structure(list(includes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), excludes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.developer.tools/R/codepipeline_operations.R b/cran/paws.developer.tools/R/codepipeline_operations.R index ee0b13e51f..23e09baa50 100644 --- a/cran/paws.developer.tools/R/codepipeline_operations.R +++ b/cran/paws.developer.tools/R/codepipeline_operations.R @@ -721,6 +721,77 @@ codepipeline_list_pipelines <- function(nextToken = NULL, maxResults = NULL) { } .codepipeline$operations$list_pipelines <- codepipeline_list_pipelines +#' Lists the rule executions that have occurred in a pipeline configured +#' for conditions with rules +#' +#' @description +#' Lists the rule executions that have occurred in a pipeline configured for conditions with rules. +#' +#' See [https://www.paws-r-sdk.com/docs/codepipeline_list_rule_executions/](https://www.paws-r-sdk.com/docs/codepipeline_list_rule_executions/) for full documentation. +#' +#' @param pipelineName [required] The name of the pipeline for which you want to get execution summary +#' information. +#' @param filter Input information used to filter rule execution history. +#' @param maxResults The maximum number of results to return in a single call. To retrieve +#' the remaining results, make another call with the returned nextToken +#' value. Pipeline history is limited to the most recent 12 months, based +#' on pipeline execution start times. Default value is 100. +#' @param nextToken The token that was returned from the previous +#' [`list_rule_executions`][codepipeline_list_rule_executions] call, which +#' can be used to return the next set of rule executions in the list. +#' +#' @keywords internal +#' +#' @rdname codepipeline_list_rule_executions +codepipeline_list_rule_executions <- function(pipelineName, filter = NULL, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListRuleExecutions", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "ruleExecutionDetails") + ) + input <- .codepipeline$list_rule_executions_input(pipelineName = pipelineName, filter = filter, maxResults = maxResults, nextToken = nextToken) + output <- .codepipeline$list_rule_executions_output() + config <- get_config() + svc <- .codepipeline$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.codepipeline$operations$list_rule_executions <- codepipeline_list_rule_executions + +#' Lists the rules for the condition +#' +#' @description +#' Lists the rules for the condition. +#' +#' See [https://www.paws-r-sdk.com/docs/codepipeline_list_rule_types/](https://www.paws-r-sdk.com/docs/codepipeline_list_rule_types/) for full documentation. +#' +#' @param ruleOwnerFilter The rule owner to filter on. +#' @param regionFilter The rule Region to filter on. +#' +#' @keywords internal +#' +#' @rdname codepipeline_list_rule_types +codepipeline_list_rule_types <- function(ruleOwnerFilter = NULL, regionFilter = NULL) { + op <- new_operation( + name = "ListRuleTypes", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .codepipeline$list_rule_types_input(ruleOwnerFilter = ruleOwnerFilter, regionFilter = regionFilter) + output <- .codepipeline$list_rule_types_output() + config <- get_config() + svc <- .codepipeline$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.codepipeline$operations$list_rule_types <- codepipeline_list_rule_types + #' Gets the set of key-value pairs (metadata) that are used to manage the #' resource #' @@ -791,6 +862,41 @@ codepipeline_list_webhooks <- function(NextToken = NULL, MaxResults = NULL) { } .codepipeline$operations$list_webhooks <- codepipeline_list_webhooks +#' Used to override a stage condition +#' +#' @description +#' Used to override a stage condition. +#' +#' See [https://www.paws-r-sdk.com/docs/codepipeline_override_stage_condition/](https://www.paws-r-sdk.com/docs/codepipeline_override_stage_condition/) for full documentation. +#' +#' @param pipelineName [required] The name of the pipeline with the stage that will override the +#' condition. +#' @param stageName [required] The name of the stage for the override. +#' @param pipelineExecutionId [required] The ID of the pipeline execution for the override. +#' @param conditionType [required] The type of condition to override for the stage, such as entry +#' conditions, failure conditions, or success conditions. +#' +#' @keywords internal +#' +#' @rdname codepipeline_override_stage_condition +codepipeline_override_stage_condition <- function(pipelineName, stageName, pipelineExecutionId, conditionType) { + op <- new_operation( + name = "OverrideStageCondition", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .codepipeline$override_stage_condition_input(pipelineName = pipelineName, stageName = stageName, pipelineExecutionId = pipelineExecutionId, conditionType = conditionType) + output <- .codepipeline$override_stage_condition_output() + config <- get_config() + svc <- .codepipeline$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.codepipeline$operations$override_stage_condition <- codepipeline_override_stage_condition + #' Returns information about any jobs for CodePipeline to act on #' #' @description diff --git a/cran/paws.developer.tools/R/codepipeline_service.R b/cran/paws.developer.tools/R/codepipeline_service.R index 833f048dfe..5329282fef 100644 --- a/cran/paws.developer.tools/R/codepipeline_service.R +++ b/cran/paws.developer.tools/R/codepipeline_service.R @@ -263,8 +263,11 @@ NULL #' \link[=codepipeline_list_action_types]{list_action_types} \tab Gets a summary of all CodePipeline action types associated with your account\cr #' \link[=codepipeline_list_pipeline_executions]{list_pipeline_executions} \tab Gets a summary of the most recent executions for a pipeline\cr #' \link[=codepipeline_list_pipelines]{list_pipelines} \tab Gets a summary of all of the pipelines associated with your account\cr +#' \link[=codepipeline_list_rule_executions]{list_rule_executions} \tab Lists the rule executions that have occurred in a pipeline configured for conditions with rules\cr +#' \link[=codepipeline_list_rule_types]{list_rule_types} \tab Lists the rules for the condition\cr #' \link[=codepipeline_list_tags_for_resource]{list_tags_for_resource} \tab Gets the set of key-value pairs (metadata) that are used to manage the resource\cr #' \link[=codepipeline_list_webhooks]{list_webhooks} \tab Gets a listing of all the webhooks in this Amazon Web Services Region for this account\cr +#' \link[=codepipeline_override_stage_condition]{override_stage_condition} \tab Used to override a stage condition\cr #' \link[=codepipeline_poll_for_jobs]{poll_for_jobs} \tab Returns information about any jobs for CodePipeline to act on\cr #' \link[=codepipeline_poll_for_third_party_jobs]{poll_for_third_party_jobs} \tab Determines whether there are any third party jobs for a job worker to act on\cr #' \link[=codepipeline_put_action_revision]{put_action_revision} \tab Provides information to CodePipeline about new revisions to a source\cr diff --git a/cran/paws.developer.tools/R/codestar_interfaces.R b/cran/paws.developer.tools/R/codestar_interfaces.R deleted file mode 100644 index 54965f330b..0000000000 --- a/cran/paws.developer.tools/R/codestar_interfaces.R +++ /dev/null @@ -1,220 +0,0 @@ -# This file is generated by make.paws. Please do not edit here. -#' @importFrom paws.common populate -#' @include codestar_service.R -NULL - -.codestar$associate_team_member_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(projectId = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), projectRole = structure(logical(0), tags = list(type = "string")), remoteAccessAllowed = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$associate_team_member_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(clientRequestToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$create_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), clientRequestToken = structure(logical(0), tags = list(type = "string")), sourceCode = structure(list(structure(list(source = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), bucketKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), destination = structure(list(codeCommit = structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), gitHub = structure(list(name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), owner = structure(logical(0), tags = list(type = "string")), privateRepository = structure(logical(0), tags = list(type = "boolean")), issuesEnabled = structure(logical(0), tags = list(type = "boolean")), token = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), toolchain = structure(list(source = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), bucketKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), roleArn = structure(logical(0), tags = list(type = "string")), stackParameters = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map"))), 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)) -} - -.codestar$create_project_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(type = "string")), projectTemplateId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$create_user_profile_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sshPublicKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$create_user_profile_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sshPublicKey = structure(logical(0), tags = list(type = "string")), createdTimestamp = structure(logical(0), tags = list(type = "timestamp")), lastModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$delete_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(type = "string")), deleteStack = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$delete_project_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(stackId = structure(logical(0), tags = list(type = "string")), projectArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$delete_user_profile_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$delete_user_profile_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$describe_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$describe_project_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), clientRequestToken = structure(logical(0), tags = list(type = "string")), createdTimeStamp = structure(logical(0), tags = list(type = "timestamp")), stackId = structure(logical(0), tags = list(type = "string")), projectTemplateId = structure(logical(0), tags = list(type = "string")), status = structure(list(state = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$describe_user_profile_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$describe_user_profile_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sshPublicKey = structure(logical(0), tags = list(type = "string")), createdTimestamp = structure(logical(0), tags = list(type = "timestamp")), lastModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$disassociate_team_member_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(projectId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$disassociate_team_member_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_projects_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_projects_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(projects = structure(list(structure(list(projectId = structure(logical(0), tags = list(type = "string")), projectArn = 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)) -} - -.codestar$list_resources_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(projectId = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_resources_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(resources = structure(list(structure(list(id = 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)) -} - -.codestar$list_tags_for_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_tags_for_project_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")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_team_members_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(projectId = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_team_members_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(teamMembers = structure(list(structure(list(userArn = structure(logical(0), tags = list(type = "string")), projectRole = structure(logical(0), tags = list(type = "string")), remoteAccessAllowed = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_user_profiles_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(box = TRUE, type = "integer"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$list_user_profiles_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userProfiles = structure(list(structure(list(userArn = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sshPublicKey = 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)) -} - -.codestar$tag_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = 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)) -} - -.codestar$tag_project_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)) -} - -.codestar$untag_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$untag_project_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$update_project_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$update_project_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$update_team_member_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(projectId = structure(logical(0), tags = list(type = "string")), userArn = structure(logical(0), tags = list(type = "string")), projectRole = structure(logical(0), tags = list(type = "string")), remoteAccessAllowed = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$update_team_member_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), projectRole = structure(logical(0), tags = list(type = "string")), remoteAccessAllowed = structure(logical(0), tags = list(box = TRUE, type = "boolean"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$update_user_profile_input <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sshPublicKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) - return(populate(args, shape)) -} - -.codestar$update_user_profile_output <- function(...) { - args <- c(as.list(environment()), list(...)) - shape <- structure(list(userArn = structure(logical(0), tags = list(type = "string")), displayName = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), emailAddress = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), sshPublicKey = structure(logical(0), tags = list(type = "string")), createdTimestamp = structure(logical(0), tags = list(type = "timestamp")), lastModifiedTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) - return(populate(args, shape)) -} diff --git a/cran/paws.developer.tools/R/codestar_operations.R b/cran/paws.developer.tools/R/codestar_operations.R deleted file mode 100644 index 884c41368d..0000000000 --- a/cran/paws.developer.tools/R/codestar_operations.R +++ /dev/null @@ -1,627 +0,0 @@ -# This file is generated by make.paws. Please do not edit here. -#' @importFrom paws.common get_config new_operation new_request send_request -#' @include codestar_service.R -NULL - -#' Adds an IAM user to the team for an AWS CodeStar project -#' -#' @description -#' Adds an IAM user to the team for an AWS CodeStar project. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_associate_team_member/](https://www.paws-r-sdk.com/docs/codestar_associate_team_member/) for full documentation. -#' -#' @param projectId [required] The ID of the project to which you will add the IAM user. -#' @param clientRequestToken A user- or system-generated token that identifies the entity that -#' requested the team member association to the project. This token can be -#' used to repeat the request. -#' @param userArn [required] The Amazon Resource Name (ARN) for the IAM user you want to add to the -#' AWS CodeStar project. -#' @param projectRole [required] The AWS CodeStar project role that will apply to this user. This role -#' determines what actions a user can take in an AWS CodeStar project. -#' @param remoteAccessAllowed Whether the team member is allowed to use an SSH public/private key pair -#' to remotely access project resources, for example Amazon EC2 instances. -#' -#' @keywords internal -#' -#' @rdname codestar_associate_team_member -codestar_associate_team_member <- function(projectId, clientRequestToken = NULL, userArn, projectRole, remoteAccessAllowed = NULL) { - op <- new_operation( - name = "AssociateTeamMember", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$associate_team_member_input(projectId = projectId, clientRequestToken = clientRequestToken, userArn = userArn, projectRole = projectRole, remoteAccessAllowed = remoteAccessAllowed) - output <- .codestar$associate_team_member_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$associate_team_member <- codestar_associate_team_member - -#' Creates a project, including project resources -#' -#' @description -#' Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_create_project/](https://www.paws-r-sdk.com/docs/codestar_create_project/) for full documentation. -#' -#' @param name [required] The display name for the project to be created in AWS CodeStar. -#' @param id [required] The ID of the project to be created in AWS CodeStar. -#' @param description The description of the project, if any. -#' @param clientRequestToken A user- or system-generated token that identifies the entity that -#' requested project creation. This token can be used to repeat the -#' request. -#' @param sourceCode A list of the Code objects submitted with the project request. If this -#' parameter is specified, the request must also include the toolchain -#' parameter. -#' @param toolchain The name of the toolchain template file submitted with the project -#' request. If this parameter is specified, the request must also include -#' the sourceCode parameter. -#' @param tags The tags created for the project. -#' -#' @keywords internal -#' -#' @rdname codestar_create_project -codestar_create_project <- function(name, id, description = NULL, clientRequestToken = NULL, sourceCode = NULL, toolchain = NULL, tags = NULL) { - op <- new_operation( - name = "CreateProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$create_project_input(name = name, id = id, description = description, clientRequestToken = clientRequestToken, sourceCode = sourceCode, toolchain = toolchain, tags = tags) - output <- .codestar$create_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$create_project <- codestar_create_project - -#' Creates a profile for a user that includes user preferences, such as the -#' display name and email address assocciated with the user, in AWS -#' CodeStar -#' -#' @description -#' Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_create_user_profile/](https://www.paws-r-sdk.com/docs/codestar_create_user_profile/) for full documentation. -#' -#' @param userArn [required] The Amazon Resource Name (ARN) of the user in IAM. -#' @param displayName [required] The name that will be displayed as the friendly name for the user in AWS -#' CodeStar. -#' @param emailAddress [required] The email address that will be displayed as part of the user's profile -#' in AWS CodeStar. -#' @param sshPublicKey The SSH public key associated with the user in AWS CodeStar. If a -#' project owner allows the user remote access to project resources, this -#' public key will be used along with the user's private key for SSH -#' access. -#' -#' @keywords internal -#' -#' @rdname codestar_create_user_profile -codestar_create_user_profile <- function(userArn, displayName, emailAddress, sshPublicKey = NULL) { - op <- new_operation( - name = "CreateUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$create_user_profile_input(userArn = userArn, displayName = displayName, emailAddress = emailAddress, sshPublicKey = sshPublicKey) - output <- .codestar$create_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$create_user_profile <- codestar_create_user_profile - -#' Deletes a project, including project resources -#' -#' @description -#' Deletes a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_delete_project/](https://www.paws-r-sdk.com/docs/codestar_delete_project/) for full documentation. -#' -#' @param id [required] The ID of the project to be deleted in AWS CodeStar. -#' @param clientRequestToken A user- or system-generated token that identifies the entity that -#' requested project deletion. This token can be used to repeat the -#' request. -#' @param deleteStack Whether to send a delete request for the primary stack in AWS -#' CloudFormation originally used to generate the project and its -#' resources. This option will delete all AWS resources for the project -#' (except for any buckets in Amazon S3) as well as deleting the project -#' itself. Recommended for most use cases. -#' -#' @keywords internal -#' -#' @rdname codestar_delete_project -codestar_delete_project <- function(id, clientRequestToken = NULL, deleteStack = NULL) { - op <- new_operation( - name = "DeleteProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$delete_project_input(id = id, clientRequestToken = clientRequestToken, deleteStack = deleteStack) - output <- .codestar$delete_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$delete_project <- codestar_delete_project - -#' Deletes a user profile in AWS CodeStar, including all personal -#' preference data associated with that profile, such as display name and -#' email address -#' -#' @description -#' Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_delete_user_profile/](https://www.paws-r-sdk.com/docs/codestar_delete_user_profile/) for full documentation. -#' -#' @param userArn [required] The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar. -#' -#' @keywords internal -#' -#' @rdname codestar_delete_user_profile -codestar_delete_user_profile <- function(userArn) { - op <- new_operation( - name = "DeleteUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$delete_user_profile_input(userArn = userArn) - output <- .codestar$delete_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$delete_user_profile <- codestar_delete_user_profile - -#' Describes a project and its resources -#' -#' @description -#' Describes a project and its resources. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_describe_project/](https://www.paws-r-sdk.com/docs/codestar_describe_project/) for full documentation. -#' -#' @param id [required] The ID of the project. -#' -#' @keywords internal -#' -#' @rdname codestar_describe_project -codestar_describe_project <- function(id) { - op <- new_operation( - name = "DescribeProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$describe_project_input(id = id) - output <- .codestar$describe_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$describe_project <- codestar_describe_project - -#' Describes a user in AWS CodeStar and the user attributes across all -#' projects -#' -#' @description -#' Describes a user in AWS CodeStar and the user attributes across all projects. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_describe_user_profile/](https://www.paws-r-sdk.com/docs/codestar_describe_user_profile/) for full documentation. -#' -#' @param userArn [required] The Amazon Resource Name (ARN) of the user. -#' -#' @keywords internal -#' -#' @rdname codestar_describe_user_profile -codestar_describe_user_profile <- function(userArn) { - op <- new_operation( - name = "DescribeUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$describe_user_profile_input(userArn = userArn) - output <- .codestar$describe_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$describe_user_profile <- codestar_describe_user_profile - -#' Removes a user from a project -#' -#' @description -#' Removes a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources. Disassociating a team member does not remove that user's profile from AWS CodeStar. It does not remove the user from IAM. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_disassociate_team_member/](https://www.paws-r-sdk.com/docs/codestar_disassociate_team_member/) for full documentation. -#' -#' @param projectId [required] The ID of the AWS CodeStar project from which you want to remove a team -#' member. -#' @param userArn [required] The Amazon Resource Name (ARN) of the IAM user or group whom you want to -#' remove from the project. -#' -#' @keywords internal -#' -#' @rdname codestar_disassociate_team_member -codestar_disassociate_team_member <- function(projectId, userArn) { - op <- new_operation( - name = "DisassociateTeamMember", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$disassociate_team_member_input(projectId = projectId, userArn = userArn) - output <- .codestar$disassociate_team_member_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$disassociate_team_member <- codestar_disassociate_team_member - -#' Lists all projects in AWS CodeStar associated with your AWS account -#' -#' @description -#' Lists all projects in AWS CodeStar associated with your AWS account. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_list_projects/](https://www.paws-r-sdk.com/docs/codestar_list_projects/) for full documentation. -#' -#' @param nextToken The continuation token to be used to return the next set of results, if -#' the results cannot be returned in one response. -#' @param maxResults The maximum amount of data that can be contained in a single set of -#' results. -#' -#' @keywords internal -#' -#' @rdname codestar_list_projects -codestar_list_projects <- function(nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListProjects", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_projects_input(nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_projects_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_projects <- codestar_list_projects - -#' Lists resources associated with a project in AWS CodeStar -#' -#' @description -#' Lists resources associated with a project in AWS CodeStar. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_list_resources/](https://www.paws-r-sdk.com/docs/codestar_list_resources/) for full documentation. -#' -#' @param projectId [required] The ID of the project. -#' @param nextToken The continuation token for the next set of results, if the results -#' cannot be returned in one response. -#' @param maxResults The maximum amount of data that can be contained in a single set of -#' results. -#' -#' @keywords internal -#' -#' @rdname codestar_list_resources -codestar_list_resources <- function(projectId, nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListResources", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_resources_input(projectId = projectId, nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_resources_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_resources <- codestar_list_resources - -#' Gets the tags for a project -#' -#' @description -#' Gets the tags for a project. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_list_tags_for_project/](https://www.paws-r-sdk.com/docs/codestar_list_tags_for_project/) for full documentation. -#' -#' @param id [required] The ID of the project to get tags for. -#' @param nextToken Reserved for future use. -#' @param maxResults Reserved for future use. -#' -#' @keywords internal -#' -#' @rdname codestar_list_tags_for_project -codestar_list_tags_for_project <- function(id, nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListTagsForProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_tags_for_project_input(id = id, nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_tags_for_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_tags_for_project <- codestar_list_tags_for_project - -#' Lists all team members associated with a project -#' -#' @description -#' Lists all team members associated with a project. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_list_team_members/](https://www.paws-r-sdk.com/docs/codestar_list_team_members/) for full documentation. -#' -#' @param projectId [required] The ID of the project for which you want to list team members. -#' @param nextToken The continuation token for the next set of results, if the results -#' cannot be returned in one response. -#' @param maxResults The maximum number of team members you want returned in a response. -#' -#' @keywords internal -#' -#' @rdname codestar_list_team_members -codestar_list_team_members <- function(projectId, nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListTeamMembers", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_team_members_input(projectId = projectId, nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_team_members_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_team_members <- codestar_list_team_members - -#' Lists all the user profiles configured for your AWS account in AWS -#' CodeStar -#' -#' @description -#' Lists all the user profiles configured for your AWS account in AWS CodeStar. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_list_user_profiles/](https://www.paws-r-sdk.com/docs/codestar_list_user_profiles/) for full documentation. -#' -#' @param nextToken The continuation token for the next set of results, if the results -#' cannot be returned in one response. -#' @param maxResults The maximum number of results to return in a response. -#' -#' @keywords internal -#' -#' @rdname codestar_list_user_profiles -codestar_list_user_profiles <- function(nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListUserProfiles", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_user_profiles_input(nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_user_profiles_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_user_profiles <- codestar_list_user_profiles - -#' Adds tags to a project -#' -#' @description -#' Adds tags to a project. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_tag_project/](https://www.paws-r-sdk.com/docs/codestar_tag_project/) for full documentation. -#' -#' @param id [required] The ID of the project you want to add a tag to. -#' @param tags [required] The tags you want to add to the project. -#' -#' @keywords internal -#' -#' @rdname codestar_tag_project -codestar_tag_project <- function(id, tags) { - op <- new_operation( - name = "TagProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$tag_project_input(id = id, tags = tags) - output <- .codestar$tag_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$tag_project <- codestar_tag_project - -#' Removes tags from a project -#' -#' @description -#' Removes tags from a project. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_untag_project/](https://www.paws-r-sdk.com/docs/codestar_untag_project/) for full documentation. -#' -#' @param id [required] The ID of the project to remove tags from. -#' @param tags [required] The tags to remove from the project. -#' -#' @keywords internal -#' -#' @rdname codestar_untag_project -codestar_untag_project <- function(id, tags) { - op <- new_operation( - name = "UntagProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$untag_project_input(id = id, tags = tags) - output <- .codestar$untag_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$untag_project <- codestar_untag_project - -#' Updates a project in AWS CodeStar -#' -#' @description -#' Updates a project in AWS CodeStar. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_update_project/](https://www.paws-r-sdk.com/docs/codestar_update_project/) for full documentation. -#' -#' @param id [required] The ID of the project you want to update. -#' @param name The name of the project you want to update. -#' @param description The description of the project, if any. -#' -#' @keywords internal -#' -#' @rdname codestar_update_project -codestar_update_project <- function(id, name = NULL, description = NULL) { - op <- new_operation( - name = "UpdateProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$update_project_input(id = id, name = name, description = description) - output <- .codestar$update_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$update_project <- codestar_update_project - -#' Updates a team member's attributes in an AWS CodeStar project -#' -#' @description -#' Updates a team member's attributes in an AWS CodeStar project. For example, you can change a team member's role in the project, or change whether they have remote access to project resources. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_update_team_member/](https://www.paws-r-sdk.com/docs/codestar_update_team_member/) for full documentation. -#' -#' @param projectId [required] The ID of the project. -#' @param userArn [required] The Amazon Resource Name (ARN) of the user for whom you want to change -#' team membership attributes. -#' @param projectRole The role assigned to the user in the project. Project roles have -#' different levels of access. For more information, see [Working with -#' Teams](https://docs.aws.amazon.com/codestar/latest/userguide/working-with-teams.html) -#' in the *AWS CodeStar User Guide*. -#' @param remoteAccessAllowed Whether a team member is allowed to remotely access project resources -#' using the SSH public key associated with the user's profile. Even if -#' this is set to True, the user must associate a public key with their -#' profile before the user can access resources. -#' -#' @keywords internal -#' -#' @rdname codestar_update_team_member -codestar_update_team_member <- function(projectId, userArn, projectRole = NULL, remoteAccessAllowed = NULL) { - op <- new_operation( - name = "UpdateTeamMember", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$update_team_member_input(projectId = projectId, userArn = userArn, projectRole = projectRole, remoteAccessAllowed = remoteAccessAllowed) - output <- .codestar$update_team_member_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$update_team_member <- codestar_update_team_member - -#' Updates a user's profile in AWS CodeStar -#' -#' @description -#' Updates a user's profile in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar. -#' -#' See [https://www.paws-r-sdk.com/docs/codestar_update_user_profile/](https://www.paws-r-sdk.com/docs/codestar_update_user_profile/) for full documentation. -#' -#' @param userArn [required] The name that will be displayed as the friendly name for the user in AWS -#' CodeStar. -#' @param displayName The name that is displayed as the friendly name for the user in AWS -#' CodeStar. -#' @param emailAddress The email address that is displayed as part of the user's profile in AWS -#' CodeStar. -#' @param sshPublicKey The SSH public key associated with the user in AWS CodeStar. If a -#' project owner allows the user remote access to project resources, this -#' public key will be used along with the user's private key for SSH -#' access. -#' -#' @keywords internal -#' -#' @rdname codestar_update_user_profile -codestar_update_user_profile <- function(userArn, displayName = NULL, emailAddress = NULL, sshPublicKey = NULL) { - op <- new_operation( - name = "UpdateUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$update_user_profile_input(userArn = userArn, displayName = displayName, emailAddress = emailAddress, sshPublicKey = sshPublicKey) - output <- .codestar$update_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$update_user_profile <- codestar_update_user_profile diff --git a/cran/paws.developer.tools/R/codestar_service.R b/cran/paws.developer.tools/R/codestar_service.R deleted file mode 100644 index 493fea1b99..0000000000 --- a/cran/paws.developer.tools/R/codestar_service.R +++ /dev/null @@ -1,215 +0,0 @@ -# This file is generated by make.paws. Please do not edit here. -#' @importFrom paws.common new_handlers new_service set_config merge_config -NULL - -#' AWS CodeStar -#' -#' @description -#' This is the API reference for AWS CodeStar. This reference provides -#' descriptions of the operations and data types for the AWS CodeStar API -#' along with usage examples. -#' -#' You can use the AWS CodeStar API to work with: -#' -#' Projects and their resources, by calling the following: -#' -#' - [`delete_project`][codestar_delete_project], which deletes a -#' project. -#' -#' - [`describe_project`][codestar_describe_project], which lists the -#' attributes of a project. -#' -#' - [`list_projects`][codestar_list_projects], which lists all projects -#' associated with your AWS account. -#' -#' - [`list_resources`][codestar_list_resources], which lists the -#' resources associated with a project. -#' -#' - [`list_tags_for_project`][codestar_list_tags_for_project], which -#' lists the tags associated with a project. -#' -#' - [`tag_project`][codestar_tag_project], which adds tags to a project. -#' -#' - [`untag_project`][codestar_untag_project], which removes tags from a -#' project. -#' -#' - [`update_project`][codestar_update_project], which updates the -#' attributes of a project. -#' -#' Teams and team members, by calling the following: -#' -#' - [`associate_team_member`][codestar_associate_team_member], which -#' adds an IAM user to the team for a project. -#' -#' - [`disassociate_team_member`][codestar_disassociate_team_member], -#' which removes an IAM user from the team for a project. -#' -#' - [`list_team_members`][codestar_list_team_members], which lists all -#' the IAM users in the team for a project, including their roles and -#' attributes. -#' -#' - [`update_team_member`][codestar_update_team_member], which updates a -#' team member's attributes in a project. -#' -#' Users, by calling the following: -#' -#' - [`create_user_profile`][codestar_create_user_profile], which creates -#' a user profile that contains data associated with the user across -#' all projects. -#' -#' - [`delete_user_profile`][codestar_delete_user_profile], which deletes -#' all user profile information across all projects. -#' -#' - [`describe_user_profile`][codestar_describe_user_profile], which -#' describes the profile of a user. -#' -#' - [`list_user_profiles`][codestar_list_user_profiles], which lists all -#' user profiles. -#' -#' - [`update_user_profile`][codestar_update_user_profile], which updates -#' the profile for a user. -#' -#' @param -#' config -#' Optional configuration of credentials, endpoint, and/or region. -#' \itemize{ -#' \item{\strong{credentials}: \itemize{ -#' \item{\strong{creds}: \itemize{ -#' \item{\strong{access_key_id}: AWS access key ID} -#' \item{\strong{secret_access_key}: AWS secret access key} -#' \item{\strong{session_token}: AWS temporary session token} -#' }} -#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -#' \item{\strong{anonymous}: Set anonymous credentials.} -#' }} -#' \item{\strong{endpoint}: The complete URL to use for the constructed client.} -#' \item{\strong{region}: The AWS Region used in instantiating the client.} -#' \item{\strong{close_connection}: Immediately close all HTTP connections.} -#' \item{\strong{timeout}: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.} -#' \item{\strong{s3_force_path_style}: Set this to `true` to force the request to use path-style addressing, i.e. `http://s3.amazonaws.com/BUCKET/KEY`.} -#' \item{\strong{sts_regional_endpoint}: Set sts regional endpoint resolver to regional or legacy \url{https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html}} -#' } -#' @param -#' credentials -#' Optional credentials shorthand for the config parameter -#' \itemize{ -#' \item{\strong{creds}: \itemize{ -#' \item{\strong{access_key_id}: AWS access key ID} -#' \item{\strong{secret_access_key}: AWS secret access key} -#' \item{\strong{session_token}: AWS temporary session token} -#' }} -#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -#' \item{\strong{anonymous}: Set anonymous credentials.} -#' } -#' @param -#' endpoint -#' Optional shorthand for complete URL to use for the constructed client. -#' @param -#' region -#' Optional shorthand for AWS Region used in instantiating the client. -#' -#' @section Service syntax: -#' ``` -#' svc <- codestar( -#' config = list( -#' credentials = list( -#' creds = list( -#' access_key_id = "string", -#' secret_access_key = "string", -#' session_token = "string" -#' ), -#' profile = "string", -#' anonymous = "logical" -#' ), -#' endpoint = "string", -#' region = "string", -#' close_connection = "logical", -#' timeout = "numeric", -#' s3_force_path_style = "logical", -#' sts_regional_endpoint = "string" -#' ), -#' credentials = list( -#' creds = list( -#' access_key_id = "string", -#' secret_access_key = "string", -#' session_token = "string" -#' ), -#' profile = "string", -#' anonymous = "logical" -#' ), -#' endpoint = "string", -#' region = "string" -#' ) -#' ``` -#' -#' @examples -#' \dontrun{ -#' svc <- codestar() -#' svc$associate_team_member( -#' Foo = 123 -#' ) -#' } -#' -#' @section Operations: -#' \tabular{ll}{ -#' \link[=codestar_associate_team_member]{associate_team_member} \tab Adds an IAM user to the team for an AWS CodeStar project\cr -#' \link[=codestar_create_project]{create_project} \tab Creates a project, including project resources\cr -#' \link[=codestar_create_user_profile]{create_user_profile} \tab Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar\cr -#' \link[=codestar_delete_project]{delete_project} \tab Deletes a project, including project resources\cr -#' \link[=codestar_delete_user_profile]{delete_user_profile} \tab Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address\cr -#' \link[=codestar_describe_project]{describe_project} \tab Describes a project and its resources\cr -#' \link[=codestar_describe_user_profile]{describe_user_profile} \tab Describes a user in AWS CodeStar and the user attributes across all projects\cr -#' \link[=codestar_disassociate_team_member]{disassociate_team_member} \tab Removes a user from a project\cr -#' \link[=codestar_list_projects]{list_projects} \tab Lists all projects in AWS CodeStar associated with your AWS account\cr -#' \link[=codestar_list_resources]{list_resources} \tab Lists resources associated with a project in AWS CodeStar\cr -#' \link[=codestar_list_tags_for_project]{list_tags_for_project} \tab Gets the tags for a project\cr -#' \link[=codestar_list_team_members]{list_team_members} \tab Lists all team members associated with a project\cr -#' \link[=codestar_list_user_profiles]{list_user_profiles} \tab Lists all the user profiles configured for your AWS account in AWS CodeStar\cr -#' \link[=codestar_tag_project]{tag_project} \tab Adds tags to a project\cr -#' \link[=codestar_untag_project]{untag_project} \tab Removes tags from a project\cr -#' \link[=codestar_update_project]{update_project} \tab Updates a project in AWS CodeStar\cr -#' \link[=codestar_update_team_member]{update_team_member} \tab Updates a team member's attributes in an AWS CodeStar project\cr -#' \link[=codestar_update_user_profile]{update_user_profile} \tab Updates a user's profile in AWS CodeStar -#' } -#' -#' @return -#' A client for the service. You can call the service's operations using -#' syntax like `svc$operation(...)`, where `svc` is the name you've assigned -#' to the client. The available operations are listed in the -#' Operations section. -#' -#' @rdname codestar -#' @export -codestar <- function(config = list(), credentials = list(), endpoint = NULL, region = NULL) { - config <- merge_config( - config, - list( - credentials = credentials, - endpoint = endpoint, - region = region - ) - ) - svc <- .codestar$operations - svc <- set_config(svc, config) - return(svc) -} - -# Private API objects: metadata, handlers, interfaces, etc. -.codestar <- list() - -.codestar$operations <- list() - -.codestar$metadata <- list( - service_name = "codestar", - endpoints = list("*" = list(endpoint = "codestar.{region}.amazonaws.com", global = FALSE), "cn-*" = list(endpoint = "codestar.{region}.amazonaws.com.cn", global = FALSE), "eu-isoe-*" = list(endpoint = "codestar.{region}.cloud.adc-e.uk", global = FALSE), "us-iso-*" = list(endpoint = "codestar.{region}.c2s.ic.gov", global = FALSE), "us-isob-*" = list(endpoint = "codestar.{region}.sc2s.sgov.gov", global = FALSE), "us-isof-*" = list(endpoint = "codestar.{region}.csp.hci.ic.gov", global = FALSE)), - service_id = "CodeStar", - api_version = "2017-04-19", - signing_name = "codestar", - json_version = "1.1", - target_prefix = "CodeStar_20170419" -) - -.codestar$service <- function(config = list(), op = NULL) { - handlers <- new_handlers("jsonrpc", "v4") - new_service(.codestar$metadata, handlers, config, op) -} diff --git a/cran/paws.developer.tools/R/fis_interfaces.R b/cran/paws.developer.tools/R/fis_interfaces.R index c6dddbefea..fd18ee6ab8 100644 --- a/cran/paws.developer.tools/R/fis_interfaces.R +++ b/cran/paws.developer.tools/R/fis_interfaces.R @@ -71,7 +71,7 @@ NULL .fis$get_experiment_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(experiment = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targets = structure(list(structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), filters = structure(list(structure(list(path = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), selectionMode = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "map")), actions = structure(list(structure(list(actionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), targets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), startAfter = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "map")), stopConditions = structure(list(structure(list(source = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), logConfiguration = structure(list(cloudWatchLogsConfiguration = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3Configuration = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logSchemaVersion = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targetAccountConfigurationsCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(experiment = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), error = structure(list(accountId = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), targets = structure(list(structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), filters = structure(list(structure(list(path = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), selectionMode = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "map")), actions = structure(list(structure(list(actionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), targets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), startAfter = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "map")), stopConditions = structure(list(structure(list(source = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), logConfiguration = structure(list(cloudWatchLogsConfiguration = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3Configuration = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logSchemaVersion = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targetAccountConfigurationsCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -179,7 +179,7 @@ NULL .fis$list_experiments_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(experiments = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), creationTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(experiments = structure(list(structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), error = structure(list(accountId = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), creationTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -227,7 +227,7 @@ NULL .fis$start_experiment_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(experiment = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targets = structure(list(structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), filters = structure(list(structure(list(path = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), selectionMode = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "map")), actions = structure(list(structure(list(actionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), targets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), startAfter = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "map")), stopConditions = structure(list(structure(list(source = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), logConfiguration = structure(list(cloudWatchLogsConfiguration = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3Configuration = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logSchemaVersion = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targetAccountConfigurationsCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(experiment = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), error = structure(list(accountId = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), targets = structure(list(structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), filters = structure(list(structure(list(path = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), selectionMode = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "map")), actions = structure(list(structure(list(actionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), targets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), startAfter = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "map")), stopConditions = structure(list(structure(list(source = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), logConfiguration = structure(list(cloudWatchLogsConfiguration = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3Configuration = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logSchemaVersion = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targetAccountConfigurationsCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -239,7 +239,7 @@ NULL .fis$stop_experiment_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(experiment = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targets = structure(list(structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), filters = structure(list(structure(list(path = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), selectionMode = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "map")), actions = structure(list(structure(list(actionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), targets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), startAfter = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "map")), stopConditions = structure(list(structure(list(source = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), logConfiguration = structure(list(cloudWatchLogsConfiguration = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3Configuration = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logSchemaVersion = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targetAccountConfigurationsCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(experiment = structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), experimentTemplateId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), error = structure(list(accountId = structure(logical(0), tags = list(type = "string")), code = structure(logical(0), tags = list(type = "string")), location = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), targets = structure(list(structure(list(resourceType = structure(logical(0), tags = list(type = "string")), resourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), filters = structure(list(structure(list(path = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), selectionMode = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "map")), actions = structure(list(structure(list(actionId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), targets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), startAfter = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), state = structure(list(status = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "map")), stopConditions = structure(list(structure(list(source = structure(logical(0), tags = list(type = "string")), value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), creationTime = structure(logical(0), tags = list(type = "timestamp")), startTime = structure(logical(0), tags = list(type = "timestamp")), endTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), logConfiguration = structure(list(cloudWatchLogsConfiguration = structure(list(logGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3Configuration = structure(list(bucketName = structure(logical(0), tags = list(type = "string")), prefix = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), logSchemaVersion = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), experimentOptions = structure(list(accountTargeting = structure(logical(0), tags = list(type = "string")), emptyTargetResolutionMode = structure(logical(0), tags = list(type = "string")), actionsMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), targetAccountConfigurationsCount = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.developer.tools/R/fis_service.R b/cran/paws.developer.tools/R/fis_service.R index 0a7e8415e8..da6f79a2ab 100644 --- a/cran/paws.developer.tools/R/fis_service.R +++ b/cran/paws.developer.tools/R/fis_service.R @@ -5,10 +5,10 @@ NULL #' AWS Fault Injection Simulator #' #' @description -#' Fault Injection Service is a managed service that enables you to perform -#' fault injection experiments on your Amazon Web Services workloads. For -#' more information, see the [Fault Injection Service User -#' Guide](https://docs.aws.amazon.com/fis/latest/userguide/). +#' Amazon Web Services Fault Injection Service is a managed service that +#' enables you to perform fault injection experiments on your Amazon Web +#' Services workloads. For more information, see the [Fault Injection +#' Service User Guide](https://docs.aws.amazon.com/fis/latest/userguide/). #' #' @param #' config diff --git a/cran/paws.developer.tools/man/codebuild.Rd b/cran/paws.developer.tools/man/codebuild.Rd index 3ab9b4169c..73a23c7683 100644 --- a/cran/paws.developer.tools/man/codebuild.Rd +++ b/cran/paws.developer.tools/man/codebuild.Rd @@ -128,7 +128,7 @@ build time you consume. For more information about CodeBuild, see the \link[=codebuild_describe_test_cases]{describe_test_cases} \tab Returns a list of details about test cases for a report\cr \link[=codebuild_get_report_group_trend]{get_report_group_trend} \tab Analyzes and accumulates test report values for the specified test reports\cr \link[=codebuild_get_resource_policy]{get_resource_policy} \tab Gets a resource policy that is identified by its resource ARN\cr -\link[=codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository\cr +\link[=codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository\cr \link[=codebuild_invalidate_project_cache]{invalidate_project_cache} \tab Resets the cache for a project\cr \link[=codebuild_list_build_batches]{list_build_batches} \tab Retrieves the identifiers of your build batches in the current region\cr \link[=codebuild_list_build_batches_for_project]{list_build_batches_for_project} \tab Retrieves the identifiers of the build batches for a specific project\cr diff --git a/cran/paws.developer.tools/man/codebuild_create_fleet.Rd b/cran/paws.developer.tools/man/codebuild_create_fleet.Rd index 87218cbd62..907a9c14ab 100644 --- a/cran/paws.developer.tools/man/codebuild_create_fleet.Rd +++ b/cran/paws.developer.tools/man/codebuild_create_fleet.Rd @@ -12,6 +12,7 @@ codebuild_create_fleet( scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, + imageId = NULL, fleetServiceRole = NULL, tags = NULL ) @@ -38,6 +39,12 @@ Asia Pacific (Mumbai). regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). +\item The environment type \code{MAC_ARM} is available for Medium fleets only +in regions US East (N. Virginia), US East (Ohio), US West (Oregon), +Asia Pacific (Sydney), and EU (Frankfurt) +\item The environment type \code{MAC_ARM} is available for Large fleets only in +regions US East (N. Virginia), US East (Ohio), US West (Oregon), and +Asia Pacific (Sydney). \item The environment type \code{WINDOWS_SERVER_2019_CONTAINER} is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific @@ -108,6 +115,8 @@ see \href{https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access \item{vpcConfig}{} +\item{imageId}{The Amazon Machine Image (AMI) of the compute fleet.} + \item{fleetServiceRole}{The service role associated with the compute fleet. For more information, see \href{https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html}{Allow a user to add a permission policy for a fleet service role} in the \emph{CodeBuild User Guide}.} diff --git a/cran/paws.developer.tools/man/codebuild_import_source_credentials.Rd b/cran/paws.developer.tools/man/codebuild_import_source_credentials.Rd index 68447474c9..5bad8ddc4a 100644 --- a/cran/paws.developer.tools/man/codebuild_import_source_credentials.Rd +++ b/cran/paws.developer.tools/man/codebuild_import_source_credentials.Rd @@ -3,8 +3,8 @@ \name{codebuild_import_source_credentials} \alias{codebuild_import_source_credentials} \title{Imports the source repository credentials for an CodeBuild project that -has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket -repository} +has its source code stored in a GitHub, GitHub Enterprise, GitLab, +GitLab Self Managed, or Bitbucket repository} \usage{ codebuild_import_source_credentials( username = NULL, @@ -20,22 +20,22 @@ is not valid for other types of source providers or connections.} \item{token}{[required] For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is either the access token or the app password. For the -\code{authType} CODECONNECTIONS, this is the \code{connectionArn}.} +\code{authType} CODECONNECTIONS, this is the \code{connectionArn}. For the +\code{authType} SECRETS_MANAGER, this is the \code{secretArn}.} \item{serverType}{[required] The source provider used for this project.} \item{authType}{[required] The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using -the CodeBuild console. Note that CODECONNECTIONS is only valid for -GitLab and GitLab Self Managed.} +the CodeBuild console.} \item{shouldOverwrite}{Set to \code{false} to prevent overwriting the repository source credentials. Set to \code{true} to overwrite the repository source credentials. The default value is \code{true}.} } \description{ -Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository. +Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. See \url{https://www.paws-r-sdk.com/docs/codebuild_import_source_credentials/} for full documentation. } diff --git a/cran/paws.developer.tools/man/codebuild_update_fleet.Rd b/cran/paws.developer.tools/man/codebuild_update_fleet.Rd index 92ccfe2974..6d53452150 100644 --- a/cran/paws.developer.tools/man/codebuild_update_fleet.Rd +++ b/cran/paws.developer.tools/man/codebuild_update_fleet.Rd @@ -12,6 +12,7 @@ codebuild_update_fleet( scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, + imageId = NULL, fleetServiceRole = NULL, tags = NULL ) @@ -38,6 +39,12 @@ Asia Pacific (Mumbai). regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney). +\item The environment type \code{MAC_ARM} is available for Medium fleets only +in regions US East (N. Virginia), US East (Ohio), US West (Oregon), +Asia Pacific (Sydney), and EU (Frankfurt) +\item The environment type \code{MAC_ARM} is available for Large fleets only in +regions US East (N. Virginia), US East (Ohio), US West (Oregon), and +Asia Pacific (Sydney). \item The environment type \code{WINDOWS_SERVER_2019_CONTAINER} is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific @@ -108,6 +115,8 @@ see \href{https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access \item{vpcConfig}{} +\item{imageId}{The Amazon Machine Image (AMI) of the compute fleet.} + \item{fleetServiceRole}{The service role associated with the compute fleet. For more information, see \href{https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html}{Allow a user to add a permission policy for a fleet service role} in the \emph{CodeBuild User Guide}.} diff --git a/cran/paws.developer.tools/man/codecommit_create_repository.Rd b/cran/paws.developer.tools/man/codecommit_create_repository.Rd index cdc120d5a0..8ebc717746 100644 --- a/cran/paws.developer.tools/man/codecommit_create_repository.Rd +++ b/cran/paws.developer.tools/man/codecommit_create_repository.Rd @@ -35,7 +35,8 @@ on a webpage.} \item{kmsKeyId}{The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for kmsKeyID, see -KeyId in the Decrypt API description in the \emph{Key Management Service API +\href{https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId}{KeyId} +in the Decrypt API description in the \emph{Key Management Service API Reference}. If no key is specified, the default \code{aws/codecommit} Amazon Web Services diff --git a/cran/paws.developer.tools/man/codecommit_update_repository_encryption_key.Rd b/cran/paws.developer.tools/man/codecommit_update_repository_encryption_key.Rd index 9ae2b47886..d8bedff533 100644 --- a/cran/paws.developer.tools/man/codecommit_update_repository_encryption_key.Rd +++ b/cran/paws.developer.tools/man/codecommit_update_repository_encryption_key.Rd @@ -14,7 +14,8 @@ encryption key used to encrypt and decrypt the repository.} \item{kmsKeyId}{[required] The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for keyID, see -KeyId in the Decrypt API description in the \emph{Key Management Service API +\href{https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId}{KeyId} +in the Decrypt API description in the \emph{Key Management Service API Reference}.} } \description{ diff --git a/cran/paws.developer.tools/man/codepipeline.Rd b/cran/paws.developer.tools/man/codepipeline.Rd index 39d64270d8..1a44d4d6cd 100644 --- a/cran/paws.developer.tools/man/codepipeline.Rd +++ b/cran/paws.developer.tools/man/codepipeline.Rd @@ -246,8 +246,11 @@ which provides details of a job success. \link[=codepipeline_list_action_types]{list_action_types} \tab Gets a summary of all CodePipeline action types associated with your account\cr \link[=codepipeline_list_pipeline_executions]{list_pipeline_executions} \tab Gets a summary of the most recent executions for a pipeline\cr \link[=codepipeline_list_pipelines]{list_pipelines} \tab Gets a summary of all of the pipelines associated with your account\cr +\link[=codepipeline_list_rule_executions]{list_rule_executions} \tab Lists the rule executions that have occurred in a pipeline configured for conditions with rules\cr +\link[=codepipeline_list_rule_types]{list_rule_types} \tab Lists the rules for the condition\cr \link[=codepipeline_list_tags_for_resource]{list_tags_for_resource} \tab Gets the set of key-value pairs (metadata) that are used to manage the resource\cr \link[=codepipeline_list_webhooks]{list_webhooks} \tab Gets a listing of all the webhooks in this Amazon Web Services Region for this account\cr +\link[=codepipeline_override_stage_condition]{override_stage_condition} \tab Used to override a stage condition\cr \link[=codepipeline_poll_for_jobs]{poll_for_jobs} \tab Returns information about any jobs for CodePipeline to act on\cr \link[=codepipeline_poll_for_third_party_jobs]{poll_for_third_party_jobs} \tab Determines whether there are any third party jobs for a job worker to act on\cr \link[=codepipeline_put_action_revision]{put_action_revision} \tab Provides information to CodePipeline about new revisions to a source\cr diff --git a/cran/paws.developer.tools/man/codepipeline_list_rule_executions.Rd b/cran/paws.developer.tools/man/codepipeline_list_rule_executions.Rd new file mode 100644 index 0000000000..877fe230a6 --- /dev/null +++ b/cran/paws.developer.tools/man/codepipeline_list_rule_executions.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/codepipeline_operations.R +\name{codepipeline_list_rule_executions} +\alias{codepipeline_list_rule_executions} +\title{Lists the rule executions that have occurred in a pipeline configured +for conditions with rules} +\usage{ +codepipeline_list_rule_executions( + pipelineName, + filter = NULL, + maxResults = NULL, + nextToken = NULL +) +} +\arguments{ +\item{pipelineName}{[required] The name of the pipeline for which you want to get execution summary +information.} + +\item{filter}{Input information used to filter rule execution history.} + +\item{maxResults}{The maximum number of results to return in a single call. To retrieve +the remaining results, make another call with the returned nextToken +value. Pipeline history is limited to the most recent 12 months, based +on pipeline execution start times. Default value is 100.} + +\item{nextToken}{The token that was returned from the previous +\code{\link[=codepipeline_list_rule_executions]{list_rule_executions}} call, which +can be used to return the next set of rule executions in the list.} +} +\description{ +Lists the rule executions that have occurred in a pipeline configured for conditions with rules. + +See \url{https://www.paws-r-sdk.com/docs/codepipeline_list_rule_executions/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.developer.tools/man/codepipeline_list_rule_types.Rd b/cran/paws.developer.tools/man/codepipeline_list_rule_types.Rd new file mode 100644 index 0000000000..1127435a21 --- /dev/null +++ b/cran/paws.developer.tools/man/codepipeline_list_rule_types.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/codepipeline_operations.R +\name{codepipeline_list_rule_types} +\alias{codepipeline_list_rule_types} +\title{Lists the rules for the condition} +\usage{ +codepipeline_list_rule_types(ruleOwnerFilter = NULL, regionFilter = NULL) +} +\arguments{ +\item{ruleOwnerFilter}{The rule owner to filter on.} + +\item{regionFilter}{The rule Region to filter on.} +} +\description{ +Lists the rules for the condition. + +See \url{https://www.paws-r-sdk.com/docs/codepipeline_list_rule_types/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.developer.tools/man/codepipeline_override_stage_condition.Rd b/cran/paws.developer.tools/man/codepipeline_override_stage_condition.Rd new file mode 100644 index 0000000000..b99815eda9 --- /dev/null +++ b/cran/paws.developer.tools/man/codepipeline_override_stage_condition.Rd @@ -0,0 +1,30 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/codepipeline_operations.R +\name{codepipeline_override_stage_condition} +\alias{codepipeline_override_stage_condition} +\title{Used to override a stage condition} +\usage{ +codepipeline_override_stage_condition( + pipelineName, + stageName, + pipelineExecutionId, + conditionType +) +} +\arguments{ +\item{pipelineName}{[required] The name of the pipeline with the stage that will override the +condition.} + +\item{stageName}{[required] The name of the stage for the override.} + +\item{pipelineExecutionId}{[required] The ID of the pipeline execution for the override.} + +\item{conditionType}{[required] The type of condition to override for the stage, such as entry +conditions, failure conditions, or success conditions.} +} +\description{ +Used to override a stage condition. + +See \url{https://www.paws-r-sdk.com/docs/codepipeline_override_stage_condition/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar.Rd b/cran/paws.developer.tools/man/codestar.Rd deleted file mode 100644 index 9c0fea8c24..0000000000 --- a/cran/paws.developer.tools/man/codestar.Rd +++ /dev/null @@ -1,172 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_service.R -\name{codestar} -\alias{codestar} -\title{AWS CodeStar} -\usage{ -codestar(config = list(), credentials = list(), endpoint = NULL, region = NULL) -} -\arguments{ -\item{config}{Optional configuration of credentials, endpoint, and/or region. -\itemize{ -\item{\strong{credentials}: \itemize{ -\item{\strong{creds}: \itemize{ -\item{\strong{access_key_id}: AWS access key ID} -\item{\strong{secret_access_key}: AWS secret access key} -\item{\strong{session_token}: AWS temporary session token} -}} -\item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -\item{\strong{anonymous}: Set anonymous credentials.} -}} -\item{\strong{endpoint}: The complete URL to use for the constructed client.} -\item{\strong{region}: The AWS Region used in instantiating the client.} -\item{\strong{close_connection}: Immediately close all HTTP connections.} -\item{\strong{timeout}: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.} -\item{\strong{s3_force_path_style}: Set this to \code{true} to force the request to use path-style addressing, i.e. \verb{http://s3.amazonaws.com/BUCKET/KEY}.} -\item{\strong{sts_regional_endpoint}: Set sts regional endpoint resolver to regional or legacy \url{https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html}} -}} - -\item{credentials}{Optional credentials shorthand for the config parameter -\itemize{ -\item{\strong{creds}: \itemize{ -\item{\strong{access_key_id}: AWS access key ID} -\item{\strong{secret_access_key}: AWS secret access key} -\item{\strong{session_token}: AWS temporary session token} -}} -\item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -\item{\strong{anonymous}: Set anonymous credentials.} -}} - -\item{endpoint}{Optional shorthand for complete URL to use for the constructed client.} - -\item{region}{Optional shorthand for AWS Region used in instantiating the client.} -} -\value{ -A client for the service. You can call the service's operations using -syntax like \code{svc$operation(...)}, where \code{svc} is the name you've assigned -to the client. The available operations are listed in the -Operations section. -} -\description{ -This is the API reference for AWS CodeStar. This reference provides -descriptions of the operations and data types for the AWS CodeStar API -along with usage examples. - -You can use the AWS CodeStar API to work with: - -Projects and their resources, by calling the following: -\itemize{ -\item \code{\link[=codestar_delete_project]{delete_project}}, which deletes a -project. -\item \code{\link[=codestar_describe_project]{describe_project}}, which lists the -attributes of a project. -\item \code{\link[=codestar_list_projects]{list_projects}}, which lists all projects -associated with your AWS account. -\item \code{\link[=codestar_list_resources]{list_resources}}, which lists the -resources associated with a project. -\item \code{\link[=codestar_list_tags_for_project]{list_tags_for_project}}, which -lists the tags associated with a project. -\item \code{\link[=codestar_tag_project]{tag_project}}, which adds tags to a project. -\item \code{\link[=codestar_untag_project]{untag_project}}, which removes tags from a -project. -\item \code{\link[=codestar_update_project]{update_project}}, which updates the -attributes of a project. -} - -Teams and team members, by calling the following: -\itemize{ -\item \code{\link[=codestar_associate_team_member]{associate_team_member}}, which -adds an IAM user to the team for a project. -\item \code{\link[=codestar_disassociate_team_member]{disassociate_team_member}}, -which removes an IAM user from the team for a project. -\item \code{\link[=codestar_list_team_members]{list_team_members}}, which lists all -the IAM users in the team for a project, including their roles and -attributes. -\item \code{\link[=codestar_update_team_member]{update_team_member}}, which updates a -team member's attributes in a project. -} - -Users, by calling the following: -\itemize{ -\item \code{\link[=codestar_create_user_profile]{create_user_profile}}, which creates -a user profile that contains data associated with the user across -all projects. -\item \code{\link[=codestar_delete_user_profile]{delete_user_profile}}, which deletes -all user profile information across all projects. -\item \code{\link[=codestar_describe_user_profile]{describe_user_profile}}, which -describes the profile of a user. -\item \code{\link[=codestar_list_user_profiles]{list_user_profiles}}, which lists all -user profiles. -\item \code{\link[=codestar_update_user_profile]{update_user_profile}}, which updates -the profile for a user. -} -} -\section{Service syntax}{ - - -\if{html}{\out{
}}\preformatted{svc <- codestar( - config = list( - credentials = list( - creds = list( - access_key_id = "string", - secret_access_key = "string", - session_token = "string" - ), - profile = "string", - anonymous = "logical" - ), - endpoint = "string", - region = "string", - close_connection = "logical", - timeout = "numeric", - s3_force_path_style = "logical", - sts_regional_endpoint = "string" - ), - credentials = list( - creds = list( - access_key_id = "string", - secret_access_key = "string", - session_token = "string" - ), - profile = "string", - anonymous = "logical" - ), - endpoint = "string", - region = "string" -) -}\if{html}{\out{
}} -} - -\section{Operations}{ - -\tabular{ll}{ -\link[=codestar_associate_team_member]{associate_team_member} \tab Adds an IAM user to the team for an AWS CodeStar project\cr -\link[=codestar_create_project]{create_project} \tab Creates a project, including project resources\cr -\link[=codestar_create_user_profile]{create_user_profile} \tab Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar\cr -\link[=codestar_delete_project]{delete_project} \tab Deletes a project, including project resources\cr -\link[=codestar_delete_user_profile]{delete_user_profile} \tab Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address\cr -\link[=codestar_describe_project]{describe_project} \tab Describes a project and its resources\cr -\link[=codestar_describe_user_profile]{describe_user_profile} \tab Describes a user in AWS CodeStar and the user attributes across all projects\cr -\link[=codestar_disassociate_team_member]{disassociate_team_member} \tab Removes a user from a project\cr -\link[=codestar_list_projects]{list_projects} \tab Lists all projects in AWS CodeStar associated with your AWS account\cr -\link[=codestar_list_resources]{list_resources} \tab Lists resources associated with a project in AWS CodeStar\cr -\link[=codestar_list_tags_for_project]{list_tags_for_project} \tab Gets the tags for a project\cr -\link[=codestar_list_team_members]{list_team_members} \tab Lists all team members associated with a project\cr -\link[=codestar_list_user_profiles]{list_user_profiles} \tab Lists all the user profiles configured for your AWS account in AWS CodeStar\cr -\link[=codestar_tag_project]{tag_project} \tab Adds tags to a project\cr -\link[=codestar_untag_project]{untag_project} \tab Removes tags from a project\cr -\link[=codestar_update_project]{update_project} \tab Updates a project in AWS CodeStar\cr -\link[=codestar_update_team_member]{update_team_member} \tab Updates a team member's attributes in an AWS CodeStar project\cr -\link[=codestar_update_user_profile]{update_user_profile} \tab Updates a user's profile in AWS CodeStar -} -} - -\examples{ -\dontrun{ -svc <- codestar() -svc$associate_team_member( - Foo = 123 -) -} - -} diff --git a/cran/paws.developer.tools/man/codestar_associate_team_member.Rd b/cran/paws.developer.tools/man/codestar_associate_team_member.Rd deleted file mode 100644 index 90b8e5781c..0000000000 --- a/cran/paws.developer.tools/man/codestar_associate_team_member.Rd +++ /dev/null @@ -1,36 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_associate_team_member} -\alias{codestar_associate_team_member} -\title{Adds an IAM user to the team for an AWS CodeStar project} -\usage{ -codestar_associate_team_member( - projectId, - clientRequestToken = NULL, - userArn, - projectRole, - remoteAccessAllowed = NULL -) -} -\arguments{ -\item{projectId}{[required] The ID of the project to which you will add the IAM user.} - -\item{clientRequestToken}{A user- or system-generated token that identifies the entity that -requested the team member association to the project. This token can be -used to repeat the request.} - -\item{userArn}{[required] The Amazon Resource Name (ARN) for the IAM user you want to add to the -AWS CodeStar project.} - -\item{projectRole}{[required] The AWS CodeStar project role that will apply to this user. This role -determines what actions a user can take in an AWS CodeStar project.} - -\item{remoteAccessAllowed}{Whether the team member is allowed to use an SSH public/private key pair -to remotely access project resources, for example Amazon EC2 instances.} -} -\description{ -Adds an IAM user to the team for an AWS CodeStar project. - -See \url{https://www.paws-r-sdk.com/docs/codestar_associate_team_member/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_create_project.Rd b/cran/paws.developer.tools/man/codestar_create_project.Rd deleted file mode 100644 index c08b5b800f..0000000000 --- a/cran/paws.developer.tools/man/codestar_create_project.Rd +++ /dev/null @@ -1,43 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_create_project} -\alias{codestar_create_project} -\title{Creates a project, including project resources} -\usage{ -codestar_create_project( - name, - id, - description = NULL, - clientRequestToken = NULL, - sourceCode = NULL, - toolchain = NULL, - tags = NULL -) -} -\arguments{ -\item{name}{[required] The display name for the project to be created in AWS CodeStar.} - -\item{id}{[required] The ID of the project to be created in AWS CodeStar.} - -\item{description}{The description of the project, if any.} - -\item{clientRequestToken}{A user- or system-generated token that identifies the entity that -requested project creation. This token can be used to repeat the -request.} - -\item{sourceCode}{A list of the Code objects submitted with the project request. If this -parameter is specified, the request must also include the toolchain -parameter.} - -\item{toolchain}{The name of the toolchain template file submitted with the project -request. If this parameter is specified, the request must also include -the sourceCode parameter.} - -\item{tags}{The tags created for the project.} -} -\description{ -Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created. - -See \url{https://www.paws-r-sdk.com/docs/codestar_create_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_create_user_profile.Rd b/cran/paws.developer.tools/man/codestar_create_user_profile.Rd deleted file mode 100644 index ae3618a0bd..0000000000 --- a/cran/paws.developer.tools/man/codestar_create_user_profile.Rd +++ /dev/null @@ -1,35 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_create_user_profile} -\alias{codestar_create_user_profile} -\title{Creates a profile for a user that includes user preferences, such as the -display name and email address assocciated with the user, in AWS -CodeStar} -\usage{ -codestar_create_user_profile( - userArn, - displayName, - emailAddress, - sshPublicKey = NULL -) -} -\arguments{ -\item{userArn}{[required] The Amazon Resource Name (ARN) of the user in IAM.} - -\item{displayName}{[required] The name that will be displayed as the friendly name for the user in AWS -CodeStar.} - -\item{emailAddress}{[required] The email address that will be displayed as part of the user's profile -in AWS CodeStar.} - -\item{sshPublicKey}{The SSH public key associated with the user in AWS CodeStar. If a -project owner allows the user remote access to project resources, this -public key will be used along with the user's private key for SSH -access.} -} -\description{ -Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar. - -See \url{https://www.paws-r-sdk.com/docs/codestar_create_user_profile/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_delete_project.Rd b/cran/paws.developer.tools/man/codestar_delete_project.Rd deleted file mode 100644 index 32ae39e28c..0000000000 --- a/cran/paws.developer.tools/man/codestar_delete_project.Rd +++ /dev/null @@ -1,27 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_delete_project} -\alias{codestar_delete_project} -\title{Deletes a project, including project resources} -\usage{ -codestar_delete_project(id, clientRequestToken = NULL, deleteStack = NULL) -} -\arguments{ -\item{id}{[required] The ID of the project to be deleted in AWS CodeStar.} - -\item{clientRequestToken}{A user- or system-generated token that identifies the entity that -requested project deletion. This token can be used to repeat the -request.} - -\item{deleteStack}{Whether to send a delete request for the primary stack in AWS -CloudFormation originally used to generate the project and its -resources. This option will delete all AWS resources for the project -(except for any buckets in Amazon S3) as well as deleting the project -itself. Recommended for most use cases.} -} -\description{ -Deletes a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project. - -See \url{https://www.paws-r-sdk.com/docs/codestar_delete_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_delete_user_profile.Rd b/cran/paws.developer.tools/man/codestar_delete_user_profile.Rd deleted file mode 100644 index 7799ef80f2..0000000000 --- a/cran/paws.developer.tools/man/codestar_delete_user_profile.Rd +++ /dev/null @@ -1,19 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_delete_user_profile} -\alias{codestar_delete_user_profile} -\title{Deletes a user profile in AWS CodeStar, including all personal -preference data associated with that profile, such as display name and -email address} -\usage{ -codestar_delete_user_profile(userArn) -} -\arguments{ -\item{userArn}{[required] The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar.} -} -\description{ -Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user. - -See \url{https://www.paws-r-sdk.com/docs/codestar_delete_user_profile/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_describe_project.Rd b/cran/paws.developer.tools/man/codestar_describe_project.Rd deleted file mode 100644 index 615d93c2f5..0000000000 --- a/cran/paws.developer.tools/man/codestar_describe_project.Rd +++ /dev/null @@ -1,17 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_describe_project} -\alias{codestar_describe_project} -\title{Describes a project and its resources} -\usage{ -codestar_describe_project(id) -} -\arguments{ -\item{id}{[required] The ID of the project.} -} -\description{ -Describes a project and its resources. - -See \url{https://www.paws-r-sdk.com/docs/codestar_describe_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_describe_user_profile.Rd b/cran/paws.developer.tools/man/codestar_describe_user_profile.Rd deleted file mode 100644 index ef07c447bc..0000000000 --- a/cran/paws.developer.tools/man/codestar_describe_user_profile.Rd +++ /dev/null @@ -1,18 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_describe_user_profile} -\alias{codestar_describe_user_profile} -\title{Describes a user in AWS CodeStar and the user attributes across all -projects} -\usage{ -codestar_describe_user_profile(userArn) -} -\arguments{ -\item{userArn}{[required] The Amazon Resource Name (ARN) of the user.} -} -\description{ -Describes a user in AWS CodeStar and the user attributes across all projects. - -See \url{https://www.paws-r-sdk.com/docs/codestar_describe_user_profile/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_disassociate_team_member.Rd b/cran/paws.developer.tools/man/codestar_disassociate_team_member.Rd deleted file mode 100644 index 555a28d9be..0000000000 --- a/cran/paws.developer.tools/man/codestar_disassociate_team_member.Rd +++ /dev/null @@ -1,21 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_disassociate_team_member} -\alias{codestar_disassociate_team_member} -\title{Removes a user from a project} -\usage{ -codestar_disassociate_team_member(projectId, userArn) -} -\arguments{ -\item{projectId}{[required] The ID of the AWS CodeStar project from which you want to remove a team -member.} - -\item{userArn}{[required] The Amazon Resource Name (ARN) of the IAM user or group whom you want to -remove from the project.} -} -\description{ -Removes a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources. Disassociating a team member does not remove that user's profile from AWS CodeStar. It does not remove the user from IAM. - -See \url{https://www.paws-r-sdk.com/docs/codestar_disassociate_team_member/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_list_projects.Rd b/cran/paws.developer.tools/man/codestar_list_projects.Rd deleted file mode 100644 index 5638aa38e6..0000000000 --- a/cran/paws.developer.tools/man/codestar_list_projects.Rd +++ /dev/null @@ -1,21 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_list_projects} -\alias{codestar_list_projects} -\title{Lists all projects in AWS CodeStar associated with your AWS account} -\usage{ -codestar_list_projects(nextToken = NULL, maxResults = NULL) -} -\arguments{ -\item{nextToken}{The continuation token to be used to return the next set of results, if -the results cannot be returned in one response.} - -\item{maxResults}{The maximum amount of data that can be contained in a single set of -results.} -} -\description{ -Lists all projects in AWS CodeStar associated with your AWS account. - -See \url{https://www.paws-r-sdk.com/docs/codestar_list_projects/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_list_resources.Rd b/cran/paws.developer.tools/man/codestar_list_resources.Rd deleted file mode 100644 index 86fb3b90e8..0000000000 --- a/cran/paws.developer.tools/man/codestar_list_resources.Rd +++ /dev/null @@ -1,23 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_list_resources} -\alias{codestar_list_resources} -\title{Lists resources associated with a project in AWS CodeStar} -\usage{ -codestar_list_resources(projectId, nextToken = NULL, maxResults = NULL) -} -\arguments{ -\item{projectId}{[required] The ID of the project.} - -\item{nextToken}{The continuation token for the next set of results, if the results -cannot be returned in one response.} - -\item{maxResults}{The maximum amount of data that can be contained in a single set of -results.} -} -\description{ -Lists resources associated with a project in AWS CodeStar. - -See \url{https://www.paws-r-sdk.com/docs/codestar_list_resources/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_list_tags_for_project.Rd b/cran/paws.developer.tools/man/codestar_list_tags_for_project.Rd deleted file mode 100644 index 42e75d624e..0000000000 --- a/cran/paws.developer.tools/man/codestar_list_tags_for_project.Rd +++ /dev/null @@ -1,21 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_list_tags_for_project} -\alias{codestar_list_tags_for_project} -\title{Gets the tags for a project} -\usage{ -codestar_list_tags_for_project(id, nextToken = NULL, maxResults = NULL) -} -\arguments{ -\item{id}{[required] The ID of the project to get tags for.} - -\item{nextToken}{Reserved for future use.} - -\item{maxResults}{Reserved for future use.} -} -\description{ -Gets the tags for a project. - -See \url{https://www.paws-r-sdk.com/docs/codestar_list_tags_for_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_list_team_members.Rd b/cran/paws.developer.tools/man/codestar_list_team_members.Rd deleted file mode 100644 index f3167caa93..0000000000 --- a/cran/paws.developer.tools/man/codestar_list_team_members.Rd +++ /dev/null @@ -1,22 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_list_team_members} -\alias{codestar_list_team_members} -\title{Lists all team members associated with a project} -\usage{ -codestar_list_team_members(projectId, nextToken = NULL, maxResults = NULL) -} -\arguments{ -\item{projectId}{[required] The ID of the project for which you want to list team members.} - -\item{nextToken}{The continuation token for the next set of results, if the results -cannot be returned in one response.} - -\item{maxResults}{The maximum number of team members you want returned in a response.} -} -\description{ -Lists all team members associated with a project. - -See \url{https://www.paws-r-sdk.com/docs/codestar_list_team_members/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_list_user_profiles.Rd b/cran/paws.developer.tools/man/codestar_list_user_profiles.Rd deleted file mode 100644 index 97bb07511e..0000000000 --- a/cran/paws.developer.tools/man/codestar_list_user_profiles.Rd +++ /dev/null @@ -1,21 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_list_user_profiles} -\alias{codestar_list_user_profiles} -\title{Lists all the user profiles configured for your AWS account in AWS -CodeStar} -\usage{ -codestar_list_user_profiles(nextToken = NULL, maxResults = NULL) -} -\arguments{ -\item{nextToken}{The continuation token for the next set of results, if the results -cannot be returned in one response.} - -\item{maxResults}{The maximum number of results to return in a response.} -} -\description{ -Lists all the user profiles configured for your AWS account in AWS CodeStar. - -See \url{https://www.paws-r-sdk.com/docs/codestar_list_user_profiles/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_tag_project.Rd b/cran/paws.developer.tools/man/codestar_tag_project.Rd deleted file mode 100644 index 59985aab18..0000000000 --- a/cran/paws.developer.tools/man/codestar_tag_project.Rd +++ /dev/null @@ -1,19 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_tag_project} -\alias{codestar_tag_project} -\title{Adds tags to a project} -\usage{ -codestar_tag_project(id, tags) -} -\arguments{ -\item{id}{[required] The ID of the project you want to add a tag to.} - -\item{tags}{[required] The tags you want to add to the project.} -} -\description{ -Adds tags to a project. - -See \url{https://www.paws-r-sdk.com/docs/codestar_tag_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_untag_project.Rd b/cran/paws.developer.tools/man/codestar_untag_project.Rd deleted file mode 100644 index 09054fe640..0000000000 --- a/cran/paws.developer.tools/man/codestar_untag_project.Rd +++ /dev/null @@ -1,19 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_untag_project} -\alias{codestar_untag_project} -\title{Removes tags from a project} -\usage{ -codestar_untag_project(id, tags) -} -\arguments{ -\item{id}{[required] The ID of the project to remove tags from.} - -\item{tags}{[required] The tags to remove from the project.} -} -\description{ -Removes tags from a project. - -See \url{https://www.paws-r-sdk.com/docs/codestar_untag_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_update_project.Rd b/cran/paws.developer.tools/man/codestar_update_project.Rd deleted file mode 100644 index cc39eb232a..0000000000 --- a/cran/paws.developer.tools/man/codestar_update_project.Rd +++ /dev/null @@ -1,21 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_update_project} -\alias{codestar_update_project} -\title{Updates a project in AWS CodeStar} -\usage{ -codestar_update_project(id, name = NULL, description = NULL) -} -\arguments{ -\item{id}{[required] The ID of the project you want to update.} - -\item{name}{The name of the project you want to update.} - -\item{description}{The description of the project, if any.} -} -\description{ -Updates a project in AWS CodeStar. - -See \url{https://www.paws-r-sdk.com/docs/codestar_update_project/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_update_team_member.Rd b/cran/paws.developer.tools/man/codestar_update_team_member.Rd deleted file mode 100644 index c5a1c0afb1..0000000000 --- a/cran/paws.developer.tools/man/codestar_update_team_member.Rd +++ /dev/null @@ -1,34 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_update_team_member} -\alias{codestar_update_team_member} -\title{Updates a team member's attributes in an AWS CodeStar project} -\usage{ -codestar_update_team_member( - projectId, - userArn, - projectRole = NULL, - remoteAccessAllowed = NULL -) -} -\arguments{ -\item{projectId}{[required] The ID of the project.} - -\item{userArn}{[required] The Amazon Resource Name (ARN) of the user for whom you want to change -team membership attributes.} - -\item{projectRole}{The role assigned to the user in the project. Project roles have -different levels of access. For more information, see \href{https://docs.aws.amazon.com/codestar/latest/userguide/working-with-teams.html}{Working with Teams} -in the \emph{AWS CodeStar User Guide}.} - -\item{remoteAccessAllowed}{Whether a team member is allowed to remotely access project resources -using the SSH public key associated with the user's profile. Even if -this is set to True, the user must associate a public key with their -profile before the user can access resources.} -} -\description{ -Updates a team member's attributes in an AWS CodeStar project. For example, you can change a team member's role in the project, or change whether they have remote access to project resources. - -See \url{https://www.paws-r-sdk.com/docs/codestar_update_team_member/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/codestar_update_user_profile.Rd b/cran/paws.developer.tools/man/codestar_update_user_profile.Rd deleted file mode 100644 index dd295972a8..0000000000 --- a/cran/paws.developer.tools/man/codestar_update_user_profile.Rd +++ /dev/null @@ -1,34 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/codestar_operations.R -\name{codestar_update_user_profile} -\alias{codestar_update_user_profile} -\title{Updates a user's profile in AWS CodeStar} -\usage{ -codestar_update_user_profile( - userArn, - displayName = NULL, - emailAddress = NULL, - sshPublicKey = NULL -) -} -\arguments{ -\item{userArn}{[required] The name that will be displayed as the friendly name for the user in AWS -CodeStar.} - -\item{displayName}{The name that is displayed as the friendly name for the user in AWS -CodeStar.} - -\item{emailAddress}{The email address that is displayed as part of the user's profile in AWS -CodeStar.} - -\item{sshPublicKey}{The SSH public key associated with the user in AWS CodeStar. If a -project owner allows the user remote access to project resources, this -public key will be used along with the user's private key for SSH -access.} -} -\description{ -Updates a user's profile in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar. - -See \url{https://www.paws-r-sdk.com/docs/codestar_update_user_profile/} for full documentation. -} -\keyword{internal} diff --git a/cran/paws.developer.tools/man/fis.Rd b/cran/paws.developer.tools/man/fis.Rd index 51f453cbc6..9d266583f3 100644 --- a/cran/paws.developer.tools/man/fis.Rd +++ b/cran/paws.developer.tools/man/fis.Rd @@ -48,9 +48,9 @@ to the client. The available operations are listed in the Operations section. } \description{ -Fault Injection Service is a managed service that enables you to perform -fault injection experiments on your Amazon Web Services workloads. For -more information, see the \href{https://docs.aws.amazon.com/fis/latest/userguide/}{Fault Injection Service User Guide}. +Amazon Web Services Fault Injection Service is a managed service that +enables you to perform fault injection experiments on your Amazon Web +Services workloads. For more information, see the \href{https://docs.aws.amazon.com/fis/latest/userguide/}{Fault Injection Service User Guide}. } \section{Service syntax}{ diff --git a/cran/paws.developer.tools/tests/testthat/test_codepipeline.R b/cran/paws.developer.tools/tests/testthat/test_codepipeline.R index d679c7beec..22f8cf6d9c 100644 --- a/cran/paws.developer.tools/tests/testthat/test_codepipeline.R +++ b/cran/paws.developer.tools/tests/testthat/test_codepipeline.R @@ -8,6 +8,10 @@ test_that("list_pipelines", { expect_error(svc$list_pipelines(), NA) }) +test_that("list_rule_types", { + expect_error(svc$list_rule_types(), NA) +}) + test_that("list_webhooks", { expect_error(svc$list_webhooks(), NA) }) diff --git a/cran/paws.developer.tools/tests/testthat/test_codestar.R b/cran/paws.developer.tools/tests/testthat/test_codestar.R deleted file mode 100644 index 15a9dfbac7..0000000000 --- a/cran/paws.developer.tools/tests/testthat/test_codestar.R +++ /dev/null @@ -1,9 +0,0 @@ -svc <- paws::codestar() - -test_that("list_projects", { - expect_error(svc$list_projects(), NA) -}) - -test_that("list_user_profiles", { - expect_error(svc$list_user_profiles(), NA) -}) diff --git a/cran/paws.end.user.computing/R/appstream_interfaces.R b/cran/paws.end.user.computing/R/appstream_interfaces.R index 5d9308aa94..5f841aceeb 100644 --- a/cran/paws.end.user.computing/R/appstream_interfaces.R +++ b/cran/paws.end.user.computing/R/appstream_interfaces.R @@ -179,7 +179,7 @@ NULL .appstream$create_image_builder_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -219,6 +219,18 @@ NULL return(populate(args, shape)) } +.appstream$create_theme_for_stack_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StackName = structure(logical(0), tags = list(type = "string")), FooterLinks = structure(list(structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), FooterLinkURL = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TitleText = structure(logical(0), tags = list(type = "string")), ThemeStyling = structure(logical(0), tags = list(type = "string")), OrganizationLogoS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FaviconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.appstream$create_theme_for_stack_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Theme = structure(list(StackName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), ThemeTitleText = structure(logical(0), tags = list(type = "string")), ThemeStyling = structure(logical(0), tags = list(type = "string")), ThemeFooterLinks = structure(list(structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), FooterLinkURL = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThemeOrganizationLogoURL = structure(logical(0), tags = list(type = "string")), ThemeFaviconURL = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .appstream$create_updated_image_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(existingImageName = structure(logical(0), tags = list(type = "string")), newImageName = structure(logical(0), tags = list(type = "string")), newImageDescription = structure(logical(0), tags = list(type = "string")), newImageDisplayName = structure(logical(0), tags = list(type = "string")), newImageTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), dryRun = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) @@ -227,7 +239,7 @@ NULL .appstream$create_updated_image_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(image = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), BaseImageArn = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), ImageBuilderSupported = structure(logical(0), tags = list(type = "boolean")), ImageBuilderName = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Applications = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), IconURL = structure(logical(0), tags = list(type = "string")), LaunchPath = structure(logical(0), tags = list(type = "string")), LaunchParameters = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WorkingDirectory = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppBlockArn = structure(logical(0), tags = list(type = "string")), IconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Platforms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PublicBaseImageReleasedDate = structure(logical(0), tags = list(type = "timestamp")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), ImagePermissions = structure(list(allowFleet = structure(logical(0), tags = list(type = "boolean")), allowImageBuilder = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ImageErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), canUpdateImage = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) + shape <- structure(list(image = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), BaseImageArn = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), ImageBuilderSupported = structure(logical(0), tags = list(type = "boolean")), ImageBuilderName = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Applications = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), IconURL = structure(logical(0), tags = list(type = "string")), LaunchPath = structure(logical(0), tags = list(type = "string")), LaunchParameters = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WorkingDirectory = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppBlockArn = structure(logical(0), tags = list(type = "string")), IconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Platforms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PublicBaseImageReleasedDate = structure(logical(0), tags = list(type = "timestamp")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), ImagePermissions = structure(list(allowFleet = structure(logical(0), tags = list(type = "boolean")), allowImageBuilder = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ImageErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), SupportedInstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DynamicAppProvidersEnabled = structure(logical(0), tags = list(type = "string")), ImageSharedWithOthers = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), canUpdateImage = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -335,7 +347,7 @@ NULL .appstream$delete_image_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Image = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), BaseImageArn = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), ImageBuilderSupported = structure(logical(0), tags = list(type = "boolean")), ImageBuilderName = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Applications = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), IconURL = structure(logical(0), tags = list(type = "string")), LaunchPath = structure(logical(0), tags = list(type = "string")), LaunchParameters = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WorkingDirectory = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppBlockArn = structure(logical(0), tags = list(type = "string")), IconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Platforms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PublicBaseImageReleasedDate = structure(logical(0), tags = list(type = "timestamp")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), ImagePermissions = structure(list(allowFleet = structure(logical(0), tags = list(type = "boolean")), allowImageBuilder = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ImageErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Image = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), BaseImageArn = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), ImageBuilderSupported = structure(logical(0), tags = list(type = "boolean")), ImageBuilderName = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Applications = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), IconURL = structure(logical(0), tags = list(type = "string")), LaunchPath = structure(logical(0), tags = list(type = "string")), LaunchParameters = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WorkingDirectory = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppBlockArn = structure(logical(0), tags = list(type = "string")), IconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Platforms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PublicBaseImageReleasedDate = structure(logical(0), tags = list(type = "timestamp")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), ImagePermissions = structure(list(allowFleet = structure(logical(0), tags = list(type = "boolean")), allowImageBuilder = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ImageErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), SupportedInstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DynamicAppProvidersEnabled = structure(logical(0), tags = list(type = "string")), ImageSharedWithOthers = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -347,7 +359,7 @@ NULL .appstream$delete_image_builder_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -375,6 +387,18 @@ NULL return(populate(args, shape)) } +.appstream$delete_theme_for_stack_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StackName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.appstream$delete_theme_for_stack_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + .appstream$delete_usage_report_subscription_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(), tags = list(type = "structure")) @@ -503,7 +527,7 @@ NULL .appstream$describe_image_builders_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ImageBuilders = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(ImageBuilders = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = 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)) } @@ -527,7 +551,7 @@ NULL .appstream$describe_images_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Images = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), BaseImageArn = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), ImageBuilderSupported = structure(logical(0), tags = list(type = "boolean")), ImageBuilderName = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Applications = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), IconURL = structure(logical(0), tags = list(type = "string")), LaunchPath = structure(logical(0), tags = list(type = "string")), LaunchParameters = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WorkingDirectory = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppBlockArn = structure(logical(0), tags = list(type = "string")), IconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Platforms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PublicBaseImageReleasedDate = structure(logical(0), tags = list(type = "timestamp")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), ImagePermissions = structure(list(allowFleet = structure(logical(0), tags = list(type = "boolean")), allowImageBuilder = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ImageErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Images = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), BaseImageArn = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), Visibility = structure(logical(0), tags = list(type = "string")), ImageBuilderSupported = structure(logical(0), tags = list(type = "boolean")), ImageBuilderName = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Applications = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), IconURL = structure(logical(0), tags = list(type = "string")), LaunchPath = structure(logical(0), tags = list(type = "string")), LaunchParameters = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WorkingDirectory = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppBlockArn = structure(logical(0), tags = list(type = "string")), IconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Platforms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), InstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PublicBaseImageReleasedDate = structure(logical(0), tags = list(type = "timestamp")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), ImagePermissions = structure(list(allowFleet = structure(logical(0), tags = list(type = "boolean")), allowImageBuilder = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ImageErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), SupportedInstanceFamilies = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DynamicAppProvidersEnabled = structure(logical(0), tags = list(type = "string")), ImageSharedWithOthers = 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)) } @@ -555,6 +579,18 @@ NULL return(populate(args, shape)) } +.appstream$describe_theme_for_stack_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StackName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.appstream$describe_theme_for_stack_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Theme = structure(list(StackName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), ThemeTitleText = structure(logical(0), tags = list(type = "string")), ThemeStyling = structure(logical(0), tags = list(type = "string")), ThemeFooterLinks = structure(list(structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), FooterLinkURL = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThemeOrganizationLogoURL = structure(logical(0), tags = list(type = "string")), ThemeFaviconURL = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .appstream$describe_usage_report_subscriptions_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(MaxResults = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -755,7 +791,7 @@ NULL .appstream$start_image_builder_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -791,7 +827,7 @@ NULL .appstream$stop_image_builder_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(ImageBuilder = structure(list(Name = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), ImageArn = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), VpcConfig = structure(list(SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), InstanceType = structure(logical(0), tags = list(type = "string")), Platform = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), StateChangeReason = structure(list(Code = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), EnableDefaultInternetAccess = structure(logical(0), tags = list(type = "boolean")), DomainJoinInfo = structure(list(DirectoryName = structure(logical(0), tags = list(type = "string")), OrganizationalUnitDistinguishedName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), NetworkAccessConfiguration = structure(list(EniPrivateIpAddress = structure(logical(0), tags = list(type = "string")), EniId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ImageBuilderErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string")), ErrorTimestamp = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), AppstreamAgentVersion = structure(logical(0), tags = list(type = "string")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LatestAppstreamAgentVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -902,3 +938,15 @@ NULL shape <- structure(list(Stack = structure(list(Arn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DisplayName = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), StorageConnectors = structure(list(structure(list(ConnectorType = structure(logical(0), tags = list(type = "string")), ResourceIdentifier = structure(logical(0), tags = list(type = "string")), Domains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), RedirectURL = structure(logical(0), tags = list(type = "string")), FeedbackURL = structure(logical(0), tags = list(type = "string")), StackErrors = structure(list(structure(list(ErrorCode = structure(logical(0), tags = list(type = "string")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserSettings = structure(list(structure(list(Action = structure(logical(0), tags = list(type = "string")), Permission = structure(logical(0), tags = list(type = "string")), MaximumLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), ApplicationSettings = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), SettingsGroup = structure(logical(0), tags = list(type = "string")), S3BucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AccessEndpoints = structure(list(structure(list(EndpointType = structure(logical(0), tags = list(type = "string")), VpceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmbedHostDomains = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StreamingExperienceSettings = structure(list(PreferredProtocol = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } + +.appstream$update_theme_for_stack_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(StackName = structure(logical(0), tags = list(type = "string")), FooterLinks = structure(list(structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), FooterLinkURL = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), TitleText = structure(logical(0), tags = list(type = "string")), ThemeStyling = structure(logical(0), tags = list(type = "string")), OrganizationLogoS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FaviconS3Location = structure(list(S3Bucket = structure(logical(0), tags = list(type = "string")), S3Key = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), State = structure(logical(0), tags = list(type = "string")), AttributesToDelete = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.appstream$update_theme_for_stack_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Theme = structure(list(StackName = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), ThemeTitleText = structure(logical(0), tags = list(type = "string")), ThemeStyling = structure(logical(0), tags = list(type = "string")), ThemeFooterLinks = structure(list(structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), FooterLinkURL = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThemeOrganizationLogoURL = structure(logical(0), tags = list(type = "string")), ThemeFaviconURL = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} diff --git a/cran/paws.end.user.computing/R/appstream_operations.R b/cran/paws.end.user.computing/R/appstream_operations.R index 613a903201..a0480ad2c9 100644 --- a/cran/paws.end.user.computing/R/appstream_operations.R +++ b/cran/paws.end.user.computing/R/appstream_operations.R @@ -576,6 +576,20 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' #' - stream.graphics.g4dn.16xlarge #' +#' - stream.graphics.g5.xlarge +#' +#' - stream.graphics.g5.2xlarge +#' +#' - stream.graphics.g5.4xlarge +#' +#' - stream.graphics.g5.8xlarge +#' +#' - stream.graphics.g5.12xlarge +#' +#' - stream.graphics.g5.16xlarge +#' +#' - stream.graphics.g5.24xlarge +#' #' - stream.graphics-pro.4xlarge #' #' - stream.graphics-pro.8xlarge @@ -625,7 +639,7 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' are connected to their previous session. Otherwise, they are connected #' to a new session with a new streaming instance. #' -#' Specify a value between 60 and 360000. +#' Specify a value between 60 and 36000. #' @param Description The description to display. #' @param DisplayName The fleet name to display. #' @param EnableDefaultInternetAccess Enables or disables default internet access for the fleet. @@ -659,7 +673,7 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected. #' #' To prevent users from being disconnected due to inactivity, specify a -#' value of 0. Otherwise, specify a value between 60 and 3600. The default +#' value of 0. Otherwise, specify a value between 60 and 36000. The default #' value is 0. #' #' If you enable this feature, we recommend that you specify a value that @@ -996,6 +1010,51 @@ appstream_create_streaming_url <- function(StackName, FleetName, UserId, Applica } .appstream$operations$create_streaming_url <- appstream_create_streaming_url +#' Creates custom branding that customizes the appearance of the streaming +#' application catalog page +#' +#' @description +#' Creates custom branding that customizes the appearance of the streaming application catalog page. +#' +#' See [https://www.paws-r-sdk.com/docs/appstream_create_theme_for_stack/](https://www.paws-r-sdk.com/docs/appstream_create_theme_for_stack/) for full documentation. +#' +#' @param StackName [required] The name of the stack for the theme. +#' @param FooterLinks The links that are displayed in the footer of the streaming application +#' catalog page. These links are helpful resources for users, such as the +#' organization's IT support and product marketing sites. +#' @param TitleText [required] The title that is displayed at the top of the browser tab during users' +#' application streaming sessions. +#' @param ThemeStyling [required] The color theme that is applied to website links, text, and buttons. +#' These colors are also applied as accents in the background for the +#' streaming application catalog page. +#' @param OrganizationLogoS3Location [required] The organization logo that appears on the streaming application catalog +#' page. +#' @param FaviconS3Location [required] The S3 location of the favicon. The favicon enables users to recognize +#' their application streaming site in a browser full of tabs or bookmarks. +#' It is displayed at the top of the browser tab for the application +#' streaming site during users' streaming sessions. +#' +#' @keywords internal +#' +#' @rdname appstream_create_theme_for_stack +appstream_create_theme_for_stack <- function(StackName, FooterLinks = NULL, TitleText, ThemeStyling, OrganizationLogoS3Location, FaviconS3Location) { + op <- new_operation( + name = "CreateThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$create_theme_for_stack_input(StackName = StackName, FooterLinks = FooterLinks, TitleText = TitleText, ThemeStyling = ThemeStyling, OrganizationLogoS3Location = OrganizationLogoS3Location, FaviconS3Location = FaviconS3Location) + output <- .appstream$create_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$create_theme_for_stack <- appstream_create_theme_for_stack + #' Creates a new image with the latest Windows operating system updates, #' driver updates, and AppStream 2 #' @@ -1430,6 +1489,37 @@ appstream_delete_stack <- function(Name) { } .appstream$operations$delete_stack <- appstream_delete_stack +#' Deletes custom branding that customizes the appearance of the streaming +#' application catalog page +#' +#' @description +#' Deletes custom branding that customizes the appearance of the streaming application catalog page. +#' +#' See [https://www.paws-r-sdk.com/docs/appstream_delete_theme_for_stack/](https://www.paws-r-sdk.com/docs/appstream_delete_theme_for_stack/) for full documentation. +#' +#' @param StackName [required] The name of the stack for the theme. +#' +#' @keywords internal +#' +#' @rdname appstream_delete_theme_for_stack +appstream_delete_theme_for_stack <- function(StackName) { + op <- new_operation( + name = "DeleteThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$delete_theme_for_stack_input(StackName = StackName) + output <- .appstream$delete_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$delete_theme_for_stack <- appstream_delete_theme_for_stack + #' Disables usage report generation #' #' @description @@ -1945,6 +2035,36 @@ appstream_describe_stacks <- function(Names = NULL, NextToken = NULL) { } .appstream$operations$describe_stacks <- appstream_describe_stacks +#' Retrieves a list that describes the theme for a specified stack +#' +#' @description +#' Retrieves a list that describes the theme for a specified stack. A theme is custom branding that customizes the appearance of the streaming application catalog page. +#' +#' See [https://www.paws-r-sdk.com/docs/appstream_describe_theme_for_stack/](https://www.paws-r-sdk.com/docs/appstream_describe_theme_for_stack/) for full documentation. +#' +#' @param StackName [required] The name of the stack for the theme. +#' +#' @keywords internal +#' +#' @rdname appstream_describe_theme_for_stack +appstream_describe_theme_for_stack <- function(StackName) { + op <- new_operation( + name = "DescribeThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$describe_theme_for_stack_input(StackName = StackName) + output <- .appstream$describe_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$describe_theme_for_stack <- appstream_describe_theme_for_stack + #' Retrieves a list that describes one or more usage report subscriptions #' #' @description @@ -2955,7 +3075,7 @@ appstream_update_entitlement <- function(Name, StackName, Description = NULL, Ap #' are connected to their previous session. Otherwise, they are connected #' to a new session with a new streaming instance. #' -#' Specify a value between 60 and 360000. +#' Specify a value between 60 and 36000. #' @param DeleteVpcConfig Deletes the VPC association for the specified fleet. #' @param Description The description to display. #' @param DisplayName The fleet name to display. @@ -2975,7 +3095,7 @@ appstream_update_entitlement <- function(Name, StackName, Description = NULL, Ap #' `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected. #' #' To prevent users from being disconnected due to inactivity, specify a -#' value of 0. Otherwise, specify a value between 60 and 3600. The default +#' value of 0. Otherwise, specify a value between 60 and 36000. The default #' value is 0. #' #' If you enable this feature, we recommend that you specify a value that @@ -3120,3 +3240,51 @@ appstream_update_stack <- function(DisplayName = NULL, Description = NULL, Name, return(response) } .appstream$operations$update_stack <- appstream_update_stack + +#' Updates custom branding that customizes the appearance of the streaming +#' application catalog page +#' +#' @description +#' Updates custom branding that customizes the appearance of the streaming application catalog page. +#' +#' See [https://www.paws-r-sdk.com/docs/appstream_update_theme_for_stack/](https://www.paws-r-sdk.com/docs/appstream_update_theme_for_stack/) for full documentation. +#' +#' @param StackName [required] The name of the stack for the theme. +#' @param FooterLinks The links that are displayed in the footer of the streaming application +#' catalog page. These links are helpful resources for users, such as the +#' organization's IT support and product marketing sites. +#' @param TitleText The title that is displayed at the top of the browser tab during users' +#' application streaming sessions. +#' @param ThemeStyling The color theme that is applied to website links, text, and buttons. +#' These colors are also applied as accents in the background for the +#' streaming application catalog page. +#' @param OrganizationLogoS3Location The organization logo that appears on the streaming application catalog +#' page. +#' @param FaviconS3Location The S3 location of the favicon. The favicon enables users to recognize +#' their application streaming site in a browser full of tabs or bookmarks. +#' It is displayed at the top of the browser tab for the application +#' streaming site during users' streaming sessions. +#' @param State Specifies whether custom branding should be applied to catalog page or +#' not. +#' @param AttributesToDelete The attributes to delete. +#' +#' @keywords internal +#' +#' @rdname appstream_update_theme_for_stack +appstream_update_theme_for_stack <- function(StackName, FooterLinks = NULL, TitleText = NULL, ThemeStyling = NULL, OrganizationLogoS3Location = NULL, FaviconS3Location = NULL, State = NULL, AttributesToDelete = NULL) { + op <- new_operation( + name = "UpdateThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$update_theme_for_stack_input(StackName = StackName, FooterLinks = FooterLinks, TitleText = TitleText, ThemeStyling = ThemeStyling, OrganizationLogoS3Location = OrganizationLogoS3Location, FaviconS3Location = FaviconS3Location, State = State, AttributesToDelete = AttributesToDelete) + output <- .appstream$update_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$update_theme_for_stack <- appstream_update_theme_for_stack diff --git a/cran/paws.end.user.computing/R/appstream_service.R b/cran/paws.end.user.computing/R/appstream_service.R index 5ec6e8fefd..cf40668af2 100644 --- a/cran/paws.end.user.computing/R/appstream_service.R +++ b/cran/paws.end.user.computing/R/appstream_service.R @@ -130,6 +130,7 @@ NULL #' \link[=appstream_create_image_builder_streaming_url]{create_image_builder_streaming_url} \tab Creates a URL to start an image builder streaming session\cr #' \link[=appstream_create_stack]{create_stack} \tab Creates a stack to start streaming applications to users\cr #' \link[=appstream_create_streaming_url]{create_streaming_url} \tab Creates a temporary URL to start an AppStream 2\cr +#' \link[=appstream_create_theme_for_stack]{create_theme_for_stack} \tab Creates custom branding that customizes the appearance of the streaming application catalog page\cr #' \link[=appstream_create_updated_image]{create_updated_image} \tab Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2\cr #' \link[=appstream_create_usage_report_subscription]{create_usage_report_subscription} \tab Creates a usage report subscription\cr #' \link[=appstream_create_user]{create_user} \tab Creates a new user in the user pool\cr @@ -143,6 +144,7 @@ NULL #' \link[=appstream_delete_image_builder]{delete_image_builder} \tab Deletes the specified image builder and releases the capacity\cr #' \link[=appstream_delete_image_permissions]{delete_image_permissions} \tab Deletes permissions for the specified private image\cr #' \link[=appstream_delete_stack]{delete_stack} \tab Deletes the specified stack\cr +#' \link[=appstream_delete_theme_for_stack]{delete_theme_for_stack} \tab Deletes custom branding that customizes the appearance of the streaming application catalog page\cr #' \link[=appstream_delete_usage_report_subscription]{delete_usage_report_subscription} \tab Disables usage report generation\cr #' \link[=appstream_delete_user]{delete_user} \tab Deletes a user from the user pool\cr #' \link[=appstream_describe_app_block_builder_app_block_associations]{describe_app_block_builder_app_block_associations} \tab Retrieves a list that describes one or more app block builder associations\cr @@ -158,6 +160,7 @@ NULL #' \link[=appstream_describe_images]{describe_images} \tab Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided\cr #' \link[=appstream_describe_sessions]{describe_sessions} \tab Retrieves a list that describes the streaming sessions for a specified stack and fleet\cr #' \link[=appstream_describe_stacks]{describe_stacks} \tab Retrieves a list that describes one or more specified stacks, if the stack names are provided\cr +#' \link[=appstream_describe_theme_for_stack]{describe_theme_for_stack} \tab Retrieves a list that describes the theme for a specified stack\cr #' \link[=appstream_describe_usage_report_subscriptions]{describe_usage_report_subscriptions} \tab Retrieves a list that describes one or more usage report subscriptions\cr #' \link[=appstream_describe_users]{describe_users} \tab Retrieves a list that describes one or more specified users in the user pool\cr #' \link[=appstream_describe_user_stack_associations]{describe_user_stack_associations} \tab Retrieves a list that describes the UserStackAssociation objects\cr @@ -186,7 +189,8 @@ NULL #' \link[=appstream_update_entitlement]{update_entitlement} \tab Updates the specified entitlement\cr #' \link[=appstream_update_fleet]{update_fleet} \tab Updates the specified fleet\cr #' \link[=appstream_update_image_permissions]{update_image_permissions} \tab Adds or updates permissions for the specified private image\cr -#' \link[=appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack +#' \link[=appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack\cr +#' \link[=appstream_update_theme_for_stack]{update_theme_for_stack} \tab Updates custom branding that customizes the appearance of the streaming application catalog page #' } #' #' @return diff --git a/cran/paws.end.user.computing/R/ivschat_interfaces.R b/cran/paws.end.user.computing/R/ivschat_interfaces.R index c154bfe4fb..0b98b8461e 100644 --- a/cran/paws.end.user.computing/R/ivschat_interfaces.R +++ b/cran/paws.end.user.computing/R/ivschat_interfaces.R @@ -5,37 +5,37 @@ NULL .ivschat$create_chat_token_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(attributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), capabilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), roomIdentifier = structure(logical(0), tags = list(type = "string")), sessionDurationInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE)), userId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + shape <- structure(list(roomIdentifier = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), capabilities = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionDurationInMinutes = structure(logical(0), tags = list(type = "integer", box = TRUE)), attributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$create_chat_token_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(sessionExpirationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), token = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), tokenExpirationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(token = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), tokenExpirationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sessionExpirationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$create_logging_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(destinationConfiguration = structure(list(cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), name = 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")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$create_logging_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), destinationConfiguration = structure(list(cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), state = 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)) } .ivschat$create_room_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(fallbackResult = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), name = 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")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(uri = structure(logical(0), tags = list(type = "string")), fallbackResult = 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")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$create_room_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), id = structure(logical(0), tags = list(type = "string")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(fallbackResult = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(uri = structure(logical(0), tags = list(type = "string")), fallbackResult = 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")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -51,7 +51,7 @@ NULL .ivschat$delete_message_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string")), roomIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(roomIdentifier = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -73,7 +73,7 @@ NULL .ivschat$disconnect_user_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(reason = structure(logical(0), tags = list(type = "string")), roomIdentifier = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")) + shape <- structure(list(roomIdentifier = structure(logical(0), tags = list(type = "string")), userId = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -91,7 +91,7 @@ NULL .ivschat$get_logging_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), destinationConfiguration = structure(list(cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), state = 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)) } @@ -103,31 +103,31 @@ NULL .ivschat$get_room_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), id = structure(logical(0), tags = list(type = "string")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(fallbackResult = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(uri = structure(logical(0), tags = list(type = "string")), fallbackResult = 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")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$list_logging_configurations_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$list_logging_configurations_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(loggingConfigurations = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), destinationConfiguration = structure(list(cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(loggingConfigurations = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), state = 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)) } .ivschat$list_rooms_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(loggingConfigurationIdentifier = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandlerUri = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(name = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandlerUri = structure(logical(0), tags = list(type = "string")), loggingConfigurationIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$list_rooms_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), rooms = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), id = structure(logical(0), tags = list(type = "string")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), messageReviewHandler = structure(list(fallbackResult = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(rooms = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), messageReviewHandler = structure(list(uri = structure(logical(0), tags = list(type = "string")), fallbackResult = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -145,7 +145,7 @@ NULL .ivschat$send_event_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(attributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), eventName = structure(logical(0), tags = list(type = "string")), roomIdentifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(roomIdentifier = structure(logical(0), tags = list(type = "string")), eventName = structure(logical(0), tags = list(type = "string")), attributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -181,24 +181,24 @@ NULL .ivschat$update_logging_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(destinationConfiguration = structure(list(cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), identifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(identifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$update_logging_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), destinationConfiguration = structure(list(cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), state = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), name = structure(logical(0), tags = list(type = "string")), destinationConfiguration = structure(list(s3 = structure(list(bucketName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), cloudWatchLogs = structure(list(logGroupName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), firehose = structure(list(deliveryStreamName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), state = 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)) } .ivschat$update_room_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(identifier = structure(logical(0), tags = list(type = "string")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(fallbackResult = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(identifier = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(uri = structure(logical(0), tags = list(type = "string")), fallbackResult = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .ivschat$update_room_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), id = structure(logical(0), tags = list(type = "string")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(fallbackResult = structure(logical(0), tags = list(type = "string")), uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), name = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), id = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), createTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), maximumMessageRatePerSecond = structure(logical(0), tags = list(type = "integer", box = TRUE)), maximumMessageLength = structure(logical(0), tags = list(type = "integer", box = TRUE)), messageReviewHandler = structure(list(uri = structure(logical(0), tags = list(type = "string")), fallbackResult = 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")), loggingConfigurationIdentifiers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.end.user.computing/R/ivschat_operations.R b/cran/paws.end.user.computing/R/ivschat_operations.R index 9713c97038..2c6dba4697 100644 --- a/cran/paws.end.user.computing/R/ivschat_operations.R +++ b/cran/paws.end.user.computing/R/ivschat_operations.R @@ -11,23 +11,23 @@ NULL #' #' See [https://www.paws-r-sdk.com/docs/ivschat_create_chat_token/](https://www.paws-r-sdk.com/docs/ivschat_create_chat_token/) for full documentation. #' -#' @param attributes Application-provided attributes to encode into the token and attach to a -#' chat session. Map keys and values can contain UTF-8 encoded text. The -#' maximum length of this field is 1 KB total. +#' @param roomIdentifier [required] Identifier of the room that the client is trying to access. Currently +#' this must be an ARN. +#' @param userId [required] Application-provided ID that uniquely identifies the user associated +#' with this token. This can be any UTF-8 encoded text. #' @param capabilities Set of capabilities that the user is allowed to perform in the room. #' Default: None (the capability to view messages is implicitly included in #' all requests). -#' @param roomIdentifier [required] Identifier of the room that the client is trying to access. Currently -#' this must be an ARN. #' @param sessionDurationInMinutes Session duration (in minutes), after which the session expires. Default: #' 60 (1 hour). -#' @param userId [required] Application-provided ID that uniquely identifies the user associated -#' with this token. This can be any UTF-8 encoded text. +#' @param attributes Application-provided attributes to encode into the token and attach to a +#' chat session. Map keys and values can contain UTF-8 encoded text. The +#' maximum length of this field is 1 KB total. #' #' @keywords internal #' #' @rdname ivschat_create_chat_token -ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, roomIdentifier, sessionDurationInMinutes = NULL, userId) { +ivschat_create_chat_token <- function(roomIdentifier, userId, capabilities = NULL, sessionDurationInMinutes = NULL, attributes = NULL) { op <- new_operation( name = "CreateChatToken", http_method = "POST", @@ -35,7 +35,7 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro host_prefix = "", paginator = list() ) - input <- .ivschat$create_chat_token_input(attributes = attributes, capabilities = capabilities, roomIdentifier = roomIdentifier, sessionDurationInMinutes = sessionDurationInMinutes, userId = userId) + input <- .ivschat$create_chat_token_input(roomIdentifier = roomIdentifier, userId = userId, capabilities = capabilities, sessionDurationInMinutes = sessionDurationInMinutes, attributes = attributes) output <- .ivschat$create_chat_token_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -53,10 +53,10 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro #' #' See [https://www.paws-r-sdk.com/docs/ivschat_create_logging_configuration/](https://www.paws-r-sdk.com/docs/ivschat_create_logging_configuration/) for full documentation. #' +#' @param name Logging-configuration name. The value does not need to be unique. #' @param destinationConfiguration [required] A complex type that contains a destination configuration for where chat #' content will be logged. There can be only one type of destination #' (`cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`. -#' @param name Logging-configuration name. The value does not need to be unique. #' @param tags Tags to attach to the resource. Array of maps, each of the form #' `string:string (key:value)`. See [Tagging AWS #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) @@ -67,7 +67,7 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro #' @keywords internal #' #' @rdname ivschat_create_logging_configuration -ivschat_create_logging_configuration <- function(destinationConfiguration, name = NULL, tags = NULL) { +ivschat_create_logging_configuration <- function(name = NULL, destinationConfiguration, tags = NULL) { op <- new_operation( name = "CreateLoggingConfiguration", http_method = "POST", @@ -75,7 +75,7 @@ ivschat_create_logging_configuration <- function(destinationConfiguration, name host_prefix = "", paginator = list() ) - input <- .ivschat$create_logging_configuration_input(destinationConfiguration = destinationConfiguration, name = name, tags = tags) + input <- .ivschat$create_logging_configuration_input(name = name, destinationConfiguration = destinationConfiguration, tags = tags) output <- .ivschat$create_logging_configuration_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -92,25 +92,25 @@ ivschat_create_logging_configuration <- function(destinationConfiguration, name #' #' See [https://www.paws-r-sdk.com/docs/ivschat_create_room/](https://www.paws-r-sdk.com/docs/ivschat_create_room/) for full documentation. #' -#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. +#' @param name Room name. The value does not need to be unique. +#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by +#' all clients). Default: 10. #' @param maximumMessageLength Maximum number of characters in a single message. Messages are expected #' to be UTF-8 encoded and this limit applies specifically to #' rune/code-point count, not number of bytes. Default: 500. -#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by -#' all clients). Default: 10. #' @param messageReviewHandler Configuration information for optional review of messages. -#' @param name Room name. The value does not need to be unique. #' @param tags Tags to attach to the resource. Array of maps, each of the form #' `string:string (key:value)`. See [Tagging AWS #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) #' for details, including restrictions that apply to tags and "Tag naming #' limits and requirements"; Amazon IVS Chat has no constraints beyond what #' is documented there. +#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. #' #' @keywords internal #' #' @rdname ivschat_create_room -ivschat_create_room <- function(loggingConfigurationIdentifiers = NULL, maximumMessageLength = NULL, maximumMessageRatePerSecond = NULL, messageReviewHandler = NULL, name = NULL, tags = NULL) { +ivschat_create_room <- function(name = NULL, maximumMessageRatePerSecond = NULL, maximumMessageLength = NULL, messageReviewHandler = NULL, tags = NULL, loggingConfigurationIdentifiers = NULL) { op <- new_operation( name = "CreateRoom", http_method = "POST", @@ -118,7 +118,7 @@ ivschat_create_room <- function(loggingConfigurationIdentifiers = NULL, maximumM host_prefix = "", paginator = list() ) - input <- .ivschat$create_room_input(loggingConfigurationIdentifiers = loggingConfigurationIdentifiers, maximumMessageLength = maximumMessageLength, maximumMessageRatePerSecond = maximumMessageRatePerSecond, messageReviewHandler = messageReviewHandler, name = name, tags = tags) + input <- .ivschat$create_room_input(name = name, maximumMessageRatePerSecond = maximumMessageRatePerSecond, maximumMessageLength = maximumMessageLength, messageReviewHandler = messageReviewHandler, tags = tags, loggingConfigurationIdentifiers = loggingConfigurationIdentifiers) output <- .ivschat$create_room_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -167,18 +167,18 @@ ivschat_delete_logging_configuration <- function(identifier) { #' #' See [https://www.paws-r-sdk.com/docs/ivschat_delete_message/](https://www.paws-r-sdk.com/docs/ivschat_delete_message/) for full documentation. #' +#' @param roomIdentifier [required] Identifier of the room where the message should be deleted. Currently +#' this must be an ARN. #' @param id [required] ID of the message to be deleted. This is the `Id` field in the received #' message (see [Message #' (Subscribe)](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-message-subscribe.html) #' in the Chat Messaging API). #' @param reason Reason for deleting the message. -#' @param roomIdentifier [required] Identifier of the room where the message should be deleted. Currently -#' this must be an ARN. #' #' @keywords internal #' #' @rdname ivschat_delete_message -ivschat_delete_message <- function(id, reason = NULL, roomIdentifier) { +ivschat_delete_message <- function(roomIdentifier, id, reason = NULL) { op <- new_operation( name = "DeleteMessage", http_method = "POST", @@ -186,7 +186,7 @@ ivschat_delete_message <- function(id, reason = NULL, roomIdentifier) { host_prefix = "", paginator = list() ) - input <- .ivschat$delete_message_input(id = id, reason = reason, roomIdentifier = roomIdentifier) + input <- .ivschat$delete_message_input(roomIdentifier = roomIdentifier, id = id, reason = reason) output <- .ivschat$delete_message_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -233,15 +233,15 @@ ivschat_delete_room <- function(identifier) { #' #' See [https://www.paws-r-sdk.com/docs/ivschat_disconnect_user/](https://www.paws-r-sdk.com/docs/ivschat_disconnect_user/) for full documentation. #' -#' @param reason Reason for disconnecting the user. #' @param roomIdentifier [required] Identifier of the room from which the user's clients should be #' disconnected. Currently this must be an ARN. #' @param userId [required] ID of the user (connection) to disconnect from the room. +#' @param reason Reason for disconnecting the user. #' #' @keywords internal #' #' @rdname ivschat_disconnect_user -ivschat_disconnect_user <- function(reason = NULL, roomIdentifier, userId) { +ivschat_disconnect_user <- function(roomIdentifier, userId, reason = NULL) { op <- new_operation( name = "DisconnectUser", http_method = "POST", @@ -249,7 +249,7 @@ ivschat_disconnect_user <- function(reason = NULL, roomIdentifier, userId) { host_prefix = "", paginator = list() ) - input <- .ivschat$disconnect_user_input(reason = reason, roomIdentifier = roomIdentifier, userId = userId) + input <- .ivschat$disconnect_user_input(roomIdentifier = roomIdentifier, userId = userId, reason = reason) output <- .ivschat$disconnect_user_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -328,14 +328,14 @@ ivschat_get_room <- function(identifier) { #' #' See [https://www.paws-r-sdk.com/docs/ivschat_list_logging_configurations/](https://www.paws-r-sdk.com/docs/ivschat_list_logging_configurations/) for full documentation. #' -#' @param maxResults Maximum number of logging configurations to return. Default: 50. #' @param nextToken The first logging configurations to retrieve. This is used for #' pagination; see the `nextToken` response field. +#' @param maxResults Maximum number of logging configurations to return. Default: 50. #' #' @keywords internal #' #' @rdname ivschat_list_logging_configurations -ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = NULL) { +ivschat_list_logging_configurations <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListLoggingConfigurations", http_method = "POST", @@ -343,7 +343,7 @@ ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = N host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivschat$list_logging_configurations_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivschat$list_logging_configurations_input(nextToken = nextToken, maxResults = maxResults) output <- .ivschat$list_logging_configurations_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -361,17 +361,17 @@ ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = N #' #' See [https://www.paws-r-sdk.com/docs/ivschat_list_rooms/](https://www.paws-r-sdk.com/docs/ivschat_list_rooms/) for full documentation. #' -#' @param loggingConfigurationIdentifier Logging-configuration identifier. -#' @param maxResults Maximum number of rooms to return. Default: 50. -#' @param messageReviewHandlerUri Filters the list to match the specified message review handler URI. #' @param name Filters the list to match the specified room name. #' @param nextToken The first room to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of rooms to return. Default: 50. +#' @param messageReviewHandlerUri Filters the list to match the specified message review handler URI. +#' @param loggingConfigurationIdentifier Logging-configuration identifier. #' #' @keywords internal #' #' @rdname ivschat_list_rooms -ivschat_list_rooms <- function(loggingConfigurationIdentifier = NULL, maxResults = NULL, messageReviewHandlerUri = NULL, name = NULL, nextToken = NULL) { +ivschat_list_rooms <- function(name = NULL, nextToken = NULL, maxResults = NULL, messageReviewHandlerUri = NULL, loggingConfigurationIdentifier = NULL) { op <- new_operation( name = "ListRooms", http_method = "POST", @@ -379,7 +379,7 @@ ivschat_list_rooms <- function(loggingConfigurationIdentifier = NULL, maxResults host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivschat$list_rooms_input(loggingConfigurationIdentifier = loggingConfigurationIdentifier, maxResults = maxResults, messageReviewHandlerUri = messageReviewHandlerUri, name = name, nextToken = nextToken) + input <- .ivschat$list_rooms_input(name = name, nextToken = nextToken, maxResults = maxResults, messageReviewHandlerUri = messageReviewHandlerUri, loggingConfigurationIdentifier = loggingConfigurationIdentifier) output <- .ivschat$list_rooms_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -426,16 +426,16 @@ ivschat_list_tags_for_resource <- function(resourceArn) { #' #' See [https://www.paws-r-sdk.com/docs/ivschat_send_event/](https://www.paws-r-sdk.com/docs/ivschat_send_event/) for full documentation. #' -#' @param attributes Application-defined metadata to attach to the event sent to clients. The -#' maximum length of the metadata is 1 KB total. -#' @param eventName [required] Application-defined name of the event to send to clients. #' @param roomIdentifier [required] Identifier of the room to which the event will be sent. Currently this #' must be an ARN. +#' @param eventName [required] Application-defined name of the event to send to clients. +#' @param attributes Application-defined metadata to attach to the event sent to clients. The +#' maximum length of the metadata is 1 KB total. #' #' @keywords internal #' #' @rdname ivschat_send_event -ivschat_send_event <- function(attributes = NULL, eventName, roomIdentifier) { +ivschat_send_event <- function(roomIdentifier, eventName, attributes = NULL) { op <- new_operation( name = "SendEvent", http_method = "POST", @@ -443,7 +443,7 @@ ivschat_send_event <- function(attributes = NULL, eventName, roomIdentifier) { host_prefix = "", paginator = list() ) - input <- .ivschat$send_event_input(attributes = attributes, eventName = eventName, roomIdentifier = roomIdentifier) + input <- .ivschat$send_event_input(roomIdentifier = roomIdentifier, eventName = eventName, attributes = attributes) output <- .ivschat$send_event_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -532,16 +532,16 @@ ivschat_untag_resource <- function(resourceArn, tagKeys) { #' #' See [https://www.paws-r-sdk.com/docs/ivschat_update_logging_configuration/](https://www.paws-r-sdk.com/docs/ivschat_update_logging_configuration/) for full documentation. #' +#' @param identifier [required] Identifier of the logging configuration to be updated. +#' @param name Logging-configuration name. The value does not need to be unique. #' @param destinationConfiguration A complex type that contains a destination configuration for where chat #' content will be logged. There can be only one type of destination #' (`cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`. -#' @param identifier [required] Identifier of the logging configuration to be updated. -#' @param name Logging-configuration name. The value does not need to be unique. #' #' @keywords internal #' #' @rdname ivschat_update_logging_configuration -ivschat_update_logging_configuration <- function(destinationConfiguration = NULL, identifier, name = NULL) { +ivschat_update_logging_configuration <- function(identifier, name = NULL, destinationConfiguration = NULL) { op <- new_operation( name = "UpdateLoggingConfiguration", http_method = "POST", @@ -549,7 +549,7 @@ ivschat_update_logging_configuration <- function(destinationConfiguration = NULL host_prefix = "", paginator = list() ) - input <- .ivschat$update_logging_configuration_input(destinationConfiguration = destinationConfiguration, identifier = identifier, name = name) + input <- .ivschat$update_logging_configuration_input(identifier = identifier, name = name, destinationConfiguration = destinationConfiguration) output <- .ivschat$update_logging_configuration_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -567,21 +567,21 @@ ivschat_update_logging_configuration <- function(destinationConfiguration = NULL #' See [https://www.paws-r-sdk.com/docs/ivschat_update_room/](https://www.paws-r-sdk.com/docs/ivschat_update_room/) for full documentation. #' #' @param identifier [required] Identifier of the room to be updated. Currently this must be an ARN. -#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. +#' @param name Room name. The value does not need to be unique. +#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by +#' all clients). Default: 10. #' @param maximumMessageLength The maximum number of characters in a single message. Messages are #' expected to be UTF-8 encoded and this limit applies specifically to #' rune/code-point count, not number of bytes. Default: 500. -#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by -#' all clients). Default: 10. #' @param messageReviewHandler Configuration information for optional review of messages. Specify an #' empty `uri` string to disassociate a message review handler from the #' specified room. -#' @param name Room name. The value does not need to be unique. +#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. #' #' @keywords internal #' #' @rdname ivschat_update_room -ivschat_update_room <- function(identifier, loggingConfigurationIdentifiers = NULL, maximumMessageLength = NULL, maximumMessageRatePerSecond = NULL, messageReviewHandler = NULL, name = NULL) { +ivschat_update_room <- function(identifier, name = NULL, maximumMessageRatePerSecond = NULL, maximumMessageLength = NULL, messageReviewHandler = NULL, loggingConfigurationIdentifiers = NULL) { op <- new_operation( name = "UpdateRoom", http_method = "POST", @@ -589,7 +589,7 @@ ivschat_update_room <- function(identifier, loggingConfigurationIdentifiers = NU host_prefix = "", paginator = list() ) - input <- .ivschat$update_room_input(identifier = identifier, loggingConfigurationIdentifiers = loggingConfigurationIdentifiers, maximumMessageLength = maximumMessageLength, maximumMessageRatePerSecond = maximumMessageRatePerSecond, messageReviewHandler = messageReviewHandler, name = name) + input <- .ivschat$update_room_input(identifier = identifier, name = name, maximumMessageRatePerSecond = maximumMessageRatePerSecond, maximumMessageLength = maximumMessageLength, messageReviewHandler = messageReviewHandler, loggingConfigurationIdentifiers = loggingConfigurationIdentifiers) output <- .ivschat$update_room_output() config <- get_config() svc <- .ivschat$service(config, op) diff --git a/cran/paws.end.user.computing/R/ivschat_service.R b/cran/paws.end.user.computing/R/ivschat_service.R index 19b5f8f620..83831e47de 100644 --- a/cran/paws.end.user.computing/R/ivschat_service.R +++ b/cran/paws.end.user.computing/R/ivschat_service.R @@ -19,6 +19,10 @@ NULL #' page](https://docs.aws.amazon.com/general/latest/gr/ivs.html) in the #' *AWS General Reference*. #' +#' This document describes HTTP operations. There is a separate *messaging* +#' API for managing Chat resources; see the [Amazon IVS Chat Messaging API +#' Reference](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/). +#' #' **Notes on terminology:** #' #' - You create service applications using the Amazon IVS Chat API. We @@ -28,13 +32,17 @@ NULL #' apps) using the Amazon IVS Chat Messaging API. We refer to these as #' *clients*. #' -#' **Key Concepts** +#' **Resources** +#' +#' The following resources are part of Amazon IVS Chat: #' #' - **LoggingConfiguration** — A configuration that allows customers to -#' store and record sent messages in a chat room. +#' store and record sent messages in a chat room. See the Logging +#' Configuration endpoints for more information. #' #' - **Room** — The central Amazon IVS Chat resource through which -#' clients connect to and exchange chat messages. +#' clients connect to and exchange chat messages. See the Room +#' endpoints for more information. #' #' **Tagging** #' @@ -109,85 +117,6 @@ NULL #' policies and API calls. For more information, see [Amazon Resource #' Names](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *AWS General Reference*. -#' -#' **Messaging Endpoints** -#' -#' - [`delete_message`][ivschat_delete_message] — Sends an event to a -#' specific room which directs clients to delete a specific message; -#' that is, unrender it from view and delete it from the client’s chat -#' history. This event’s `EventName` is `aws:DELETE_MESSAGE`. This -#' replicates the -#' [DeleteMessage](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html) -#' WebSocket operation in the Amazon IVS Chat Messaging API. -#' -#' - [`disconnect_user`][ivschat_disconnect_user] — Disconnects all -#' connections using a specified user ID from a room. This replicates -#' the -#' [DisconnectUser](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html) -#' WebSocket operation in the Amazon IVS Chat Messaging API. -#' -#' - [`send_event`][ivschat_send_event] — Sends an event to a room. Use -#' this within your application’s business logic to send events to -#' clients of a room; e.g., to notify clients to change the way the -#' chat UI is rendered. -#' -#' **Chat Token Endpoint** -#' -#' - [`create_chat_token`][ivschat_create_chat_token] — Creates an -#' encrypted token that is used by a chat participant to establish an -#' individual WebSocket chat connection to a room. When the token is -#' used to connect to chat, the connection is valid for the session -#' duration specified in the request. The token becomes invalid at the -#' token-expiration timestamp included in the response. -#' -#' **Room Endpoints** -#' -#' - [`create_room`][ivschat_create_room] — Creates a room that allows -#' clients to connect and pass messages. -#' -#' - [`delete_room`][ivschat_delete_room] — Deletes the specified room. -#' -#' - [`get_room`][ivschat_get_room] — Gets the specified room. -#' -#' - [`list_rooms`][ivschat_list_rooms] — Gets summary information about -#' all your rooms in the AWS region where the API request is processed. -#' -#' - [`update_room`][ivschat_update_room] — Updates a room’s -#' configuration. -#' -#' **Logging Configuration Endpoints** -#' -#' - [`create_logging_configuration`][ivschat_create_logging_configuration] -#' — Creates a logging configuration that allows clients to store and -#' record sent messages. -#' -#' - [`delete_logging_configuration`][ivschat_delete_logging_configuration] -#' — Deletes the specified logging configuration. -#' -#' - [`get_logging_configuration`][ivschat_get_logging_configuration] — -#' Gets the specified logging configuration. -#' -#' - [`list_logging_configurations`][ivschat_list_logging_configurations] -#' — Gets summary information about all your logging configurations in -#' the AWS region where the API request is processed. -#' -#' - [`update_logging_configuration`][ivschat_update_logging_configuration] -#' — Updates a specified logging configuration. -#' -#' **Tags Endpoints** -#' -#' - [`list_tags_for_resource`][ivschat_list_tags_for_resource] — Gets -#' information about AWS tags for the specified ARN. -#' -#' - [`tag_resource`][ivschat_tag_resource] — Adds or updates tags for -#' the AWS resource with the specified ARN. -#' -#' - [`untag_resource`][ivschat_untag_resource] — Removes tags from the -#' resource with the specified ARN. -#' -#' All the above are HTTP operations. There is a separate *messaging* API -#' for managing Chat resources; see the [Amazon IVS Chat Messaging API -#' Reference](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/). #' #' @param #' config @@ -324,7 +253,7 @@ ivschat <- function(config = list(), credentials = list(), endpoint = NULL, regi service_id = "ivschat", api_version = "2020-07-14", signing_name = "ivschat", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.end.user.computing/R/workspaces_interfaces.R b/cran/paws.end.user.computing/R/workspaces_interfaces.R index 2d40d37c64..cada1f42a4 100644 --- a/cran/paws.end.user.computing/R/workspaces_interfaces.R +++ b/cran/paws.end.user.computing/R/workspaces_interfaces.R @@ -509,13 +509,13 @@ NULL .workspaces$describe_workspace_directories_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DirectoryIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), WorkspaceDirectoryNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Limit = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(DirectoryIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), WorkspaceDirectoryNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Limit = structure(logical(0), tags = list(type = "integer")), NextToken = structure(logical(0), tags = list(type = "string")), Filters = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .workspaces$describe_workspace_directories_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Directories = structure(list(structure(list(DirectoryId = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string")), DirectoryName = structure(logical(0), tags = list(type = "string")), RegistrationCode = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DnsIpAddresses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CustomerUserName = structure(logical(0), tags = list(type = "string")), IamRoleId = structure(logical(0), tags = list(type = "string")), DirectoryType = structure(logical(0), tags = list(type = "string")), WorkspaceSecurityGroupId = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), WorkspaceCreationProperties = structure(list(EnableWorkDocs = structure(logical(0), tags = list(type = "boolean")), EnableInternetAccess = structure(logical(0), tags = list(type = "boolean")), DefaultOu = structure(logical(0), tags = list(type = "string")), CustomSecurityGroupId = structure(logical(0), tags = list(type = "string")), UserEnabledAsLocalAdministrator = structure(logical(0), tags = list(type = "boolean")), EnableMaintenanceMode = structure(logical(0), tags = list(type = "boolean")), InstanceIamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ipGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), WorkspaceAccessProperties = structure(list(DeviceTypeWindows = structure(logical(0), tags = list(type = "string")), DeviceTypeOsx = structure(logical(0), tags = list(type = "string")), DeviceTypeWeb = structure(logical(0), tags = list(type = "string")), DeviceTypeIos = structure(logical(0), tags = list(type = "string")), DeviceTypeAndroid = structure(logical(0), tags = list(type = "string")), DeviceTypeChromeOs = structure(logical(0), tags = list(type = "string")), DeviceTypeZeroClient = structure(logical(0), tags = list(type = "string")), DeviceTypeLinux = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tenancy = structure(logical(0), tags = list(type = "string")), SelfservicePermissions = structure(list(RestartWorkspace = structure(logical(0), tags = list(type = "string")), IncreaseVolumeSize = structure(logical(0), tags = list(type = "string")), ChangeComputeType = structure(logical(0), tags = list(type = "string")), SwitchRunningMode = structure(logical(0), tags = list(type = "string")), RebuildWorkspace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SamlProperties = structure(list(Status = structure(logical(0), tags = list(type = "string")), UserAccessUrl = structure(logical(0), tags = list(type = "string")), RelayStateParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CertificateBasedAuthProperties = structure(list(Status = structure(logical(0), tags = list(type = "string")), CertificateAuthorityArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceDirectoryName = structure(logical(0), tags = list(type = "string")), WorkspaceDirectoryDescription = structure(logical(0), tags = list(type = "string")), UserIdentityType = structure(logical(0), tags = list(type = "string")), WorkspaceType = structure(logical(0), tags = list(type = "string")), ActiveDirectoryConfig = structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ServiceAccountSecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StreamingProperties = structure(list(StreamingExperiencePreferredProtocol = structure(logical(0), tags = list(type = "string")), UserSettings = structure(list(structure(list(Action = structure(logical(0), tags = list(type = "string")), Permission = structure(logical(0), tags = list(type = "string")), MaximumLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), StorageConnectors = structure(list(structure(list(ConnectorType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ErrorMessage = 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")) + shape <- structure(list(Directories = structure(list(structure(list(DirectoryId = structure(logical(0), tags = list(type = "string")), Alias = structure(logical(0), tags = list(type = "string")), DirectoryName = structure(logical(0), tags = list(type = "string")), RegistrationCode = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DnsIpAddresses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CustomerUserName = structure(logical(0), tags = list(type = "string")), IamRoleId = structure(logical(0), tags = list(type = "string")), DirectoryType = structure(logical(0), tags = list(type = "string")), WorkspaceSecurityGroupId = structure(logical(0), tags = list(type = "string")), State = structure(logical(0), tags = list(type = "string")), WorkspaceCreationProperties = structure(list(EnableWorkDocs = structure(logical(0), tags = list(type = "boolean")), EnableInternetAccess = structure(logical(0), tags = list(type = "boolean")), DefaultOu = structure(logical(0), tags = list(type = "string")), CustomSecurityGroupId = structure(logical(0), tags = list(type = "string")), UserEnabledAsLocalAdministrator = structure(logical(0), tags = list(type = "boolean")), EnableMaintenanceMode = structure(logical(0), tags = list(type = "boolean")), InstanceIamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ipGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), WorkspaceAccessProperties = structure(list(DeviceTypeWindows = structure(logical(0), tags = list(type = "string")), DeviceTypeOsx = structure(logical(0), tags = list(type = "string")), DeviceTypeWeb = structure(logical(0), tags = list(type = "string")), DeviceTypeIos = structure(logical(0), tags = list(type = "string")), DeviceTypeAndroid = structure(logical(0), tags = list(type = "string")), DeviceTypeChromeOs = structure(logical(0), tags = list(type = "string")), DeviceTypeZeroClient = structure(logical(0), tags = list(type = "string")), DeviceTypeLinux = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tenancy = structure(logical(0), tags = list(type = "string")), SelfservicePermissions = structure(list(RestartWorkspace = structure(logical(0), tags = list(type = "string")), IncreaseVolumeSize = structure(logical(0), tags = list(type = "string")), ChangeComputeType = structure(logical(0), tags = list(type = "string")), SwitchRunningMode = structure(logical(0), tags = list(type = "string")), RebuildWorkspace = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SamlProperties = structure(list(Status = structure(logical(0), tags = list(type = "string")), UserAccessUrl = structure(logical(0), tags = list(type = "string")), RelayStateParameterName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CertificateBasedAuthProperties = structure(list(Status = structure(logical(0), tags = list(type = "string")), CertificateAuthorityArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MicrosoftEntraConfig = structure(list(TenantId = structure(logical(0), tags = list(type = "string")), ApplicationConfigSecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceDirectoryName = structure(logical(0), tags = list(type = "string")), WorkspaceDirectoryDescription = structure(logical(0), tags = list(type = "string")), UserIdentityType = structure(logical(0), tags = list(type = "string")), WorkspaceType = structure(logical(0), tags = list(type = "string")), IDCConfig = structure(list(InstanceArn = structure(logical(0), tags = list(type = "string")), ApplicationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ActiveDirectoryConfig = structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ServiceAccountSecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StreamingProperties = structure(list(StreamingExperiencePreferredProtocol = structure(logical(0), tags = list(type = "string")), UserSettings = structure(list(structure(list(Action = structure(logical(0), tags = list(type = "string")), Permission = structure(logical(0), tags = list(type = "string")), MaximumLength = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), StorageConnectors = structure(list(structure(list(ConnectorType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), ErrorMessage = 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)) } @@ -857,7 +857,7 @@ NULL .workspaces$register_workspace_directory_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DirectoryId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), EnableWorkDocs = structure(logical(0), tags = list(type = "boolean")), EnableSelfService = structure(logical(0), tags = list(type = "boolean")), Tenancy = 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")), WorkspaceDirectoryName = structure(logical(0), tags = list(type = "string")), WorkspaceDirectoryDescription = structure(logical(0), tags = list(type = "string")), UserIdentityType = structure(logical(0), tags = list(type = "string")), WorkspaceType = structure(logical(0), tags = list(type = "string")), ActiveDirectoryConfig = structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ServiceAccountSecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DirectoryId = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), EnableWorkDocs = structure(logical(0), tags = list(type = "boolean")), EnableSelfService = structure(logical(0), tags = list(type = "boolean")), Tenancy = 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")), WorkspaceDirectoryName = structure(logical(0), tags = list(type = "string")), WorkspaceDirectoryDescription = structure(logical(0), tags = list(type = "string")), UserIdentityType = structure(logical(0), tags = list(type = "string")), IdcInstanceArn = structure(logical(0), tags = list(type = "string")), MicrosoftEntraConfig = structure(list(TenantId = structure(logical(0), tags = list(type = "string")), ApplicationConfigSecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceType = structure(logical(0), tags = list(type = "string")), ActiveDirectoryConfig = structure(list(DomainName = structure(logical(0), tags = list(type = "string")), ServiceAccountSecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.end.user.computing/R/workspaces_operations.R b/cran/paws.end.user.computing/R/workspaces_operations.R index 684f185be7..9a9110b3d8 100644 --- a/cran/paws.end.user.computing/R/workspaces_operations.R +++ b/cran/paws.end.user.computing/R/workspaces_operations.R @@ -1405,11 +1405,12 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' @param Limit The maximum number of directories to return. #' @param NextToken If you received a `NextToken` from a previous call that was paginated, #' provide this token to receive the next set of results. +#' @param Filters The filter condition for the WorkSpaces. #' #' @keywords internal #' #' @rdname workspaces_describe_workspace_directories -workspaces_describe_workspace_directories <- function(DirectoryIds = NULL, WorkspaceDirectoryNames = NULL, Limit = NULL, NextToken = NULL) { +workspaces_describe_workspace_directories <- function(DirectoryIds = NULL, WorkspaceDirectoryNames = NULL, Limit = NULL, NextToken = NULL, Filters = NULL) { op <- new_operation( name = "DescribeWorkspaceDirectories", http_method = "POST", @@ -1417,7 +1418,7 @@ workspaces_describe_workspace_directories <- function(DirectoryIds = NULL, Works host_prefix = "", paginator = list(input_token = "NextToken", output_token = "NextToken", result_key = "Directories") ) - input <- .workspaces$describe_workspace_directories_input(DirectoryIds = DirectoryIds, WorkspaceDirectoryNames = WorkspaceDirectoryNames, Limit = Limit, NextToken = NextToken) + input <- .workspaces$describe_workspace_directories_input(DirectoryIds = DirectoryIds, WorkspaceDirectoryNames = WorkspaceDirectoryNames, Limit = Limit, NextToken = NextToken, Filters = Filters) output <- .workspaces$describe_workspace_directories_output() config <- get_config() svc <- .workspaces$service(config, op) @@ -1873,7 +1874,9 @@ workspaces_import_client_branding <- function(ResourceId, DeviceTypeWindows = NU #' - Although this parameter is an array, only one item is allowed at #' this time. #' -#' - Windows 11 only supports `Microsoft_Office_2019`. +#' - During the image import process, non-GPU WSP WorkSpaces with Windows +#' 11 support only `Microsoft_Office_2019`. GPU WSP WorkSpaces with +#' Windows 11 do not support Office installation. #' #' @keywords internal #' @@ -2424,13 +2427,15 @@ workspaces_rebuild_workspaces <- function(RebuildWorkspaceRequests) { #' @param WorkspaceDirectoryName The name of the directory to register. #' @param WorkspaceDirectoryDescription Description of the directory to register. #' @param UserIdentityType The type of identity management the user is using. +#' @param IdcInstanceArn The Amazon Resource Name (ARN) of the identity center instance. +#' @param MicrosoftEntraConfig The details about Microsoft Entra config. #' @param WorkspaceType Indicates whether the directory's WorkSpace type is personal or pools. #' @param ActiveDirectoryConfig The active directory config of the directory. #' #' @keywords internal #' #' @rdname workspaces_register_workspace_directory -workspaces_register_workspace_directory <- function(DirectoryId = NULL, SubnetIds = NULL, EnableWorkDocs = NULL, EnableSelfService = NULL, Tenancy = NULL, Tags = NULL, WorkspaceDirectoryName = NULL, WorkspaceDirectoryDescription = NULL, UserIdentityType = NULL, WorkspaceType = NULL, ActiveDirectoryConfig = NULL) { +workspaces_register_workspace_directory <- function(DirectoryId = NULL, SubnetIds = NULL, EnableWorkDocs = NULL, EnableSelfService = NULL, Tenancy = NULL, Tags = NULL, WorkspaceDirectoryName = NULL, WorkspaceDirectoryDescription = NULL, UserIdentityType = NULL, IdcInstanceArn = NULL, MicrosoftEntraConfig = NULL, WorkspaceType = NULL, ActiveDirectoryConfig = NULL) { op <- new_operation( name = "RegisterWorkspaceDirectory", http_method = "POST", @@ -2438,7 +2443,7 @@ workspaces_register_workspace_directory <- function(DirectoryId = NULL, SubnetId host_prefix = "", paginator = list() ) - input <- .workspaces$register_workspace_directory_input(DirectoryId = DirectoryId, SubnetIds = SubnetIds, EnableWorkDocs = EnableWorkDocs, EnableSelfService = EnableSelfService, Tenancy = Tenancy, Tags = Tags, WorkspaceDirectoryName = WorkspaceDirectoryName, WorkspaceDirectoryDescription = WorkspaceDirectoryDescription, UserIdentityType = UserIdentityType, WorkspaceType = WorkspaceType, ActiveDirectoryConfig = ActiveDirectoryConfig) + input <- .workspaces$register_workspace_directory_input(DirectoryId = DirectoryId, SubnetIds = SubnetIds, EnableWorkDocs = EnableWorkDocs, EnableSelfService = EnableSelfService, Tenancy = Tenancy, Tags = Tags, WorkspaceDirectoryName = WorkspaceDirectoryName, WorkspaceDirectoryDescription = WorkspaceDirectoryDescription, UserIdentityType = UserIdentityType, IdcInstanceArn = IdcInstanceArn, MicrosoftEntraConfig = MicrosoftEntraConfig, WorkspaceType = WorkspaceType, ActiveDirectoryConfig = ActiveDirectoryConfig) output <- .workspaces$register_workspace_directory_output() config <- get_config() svc <- .workspaces$service(config, op) diff --git a/cran/paws.end.user.computing/man/appstream.Rd b/cran/paws.end.user.computing/man/appstream.Rd index 6104a50337..d4481be63a 100644 --- a/cran/paws.end.user.computing/man/appstream.Rd +++ b/cran/paws.end.user.computing/man/appstream.Rd @@ -130,6 +130,7 @@ To learn more about AppStream 2.0, see the following resources: \link[=appstream_create_image_builder_streaming_url]{create_image_builder_streaming_url} \tab Creates a URL to start an image builder streaming session\cr \link[=appstream_create_stack]{create_stack} \tab Creates a stack to start streaming applications to users\cr \link[=appstream_create_streaming_url]{create_streaming_url} \tab Creates a temporary URL to start an AppStream 2\cr +\link[=appstream_create_theme_for_stack]{create_theme_for_stack} \tab Creates custom branding that customizes the appearance of the streaming application catalog page\cr \link[=appstream_create_updated_image]{create_updated_image} \tab Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2\cr \link[=appstream_create_usage_report_subscription]{create_usage_report_subscription} \tab Creates a usage report subscription\cr \link[=appstream_create_user]{create_user} \tab Creates a new user in the user pool\cr @@ -143,6 +144,7 @@ To learn more about AppStream 2.0, see the following resources: \link[=appstream_delete_image_builder]{delete_image_builder} \tab Deletes the specified image builder and releases the capacity\cr \link[=appstream_delete_image_permissions]{delete_image_permissions} \tab Deletes permissions for the specified private image\cr \link[=appstream_delete_stack]{delete_stack} \tab Deletes the specified stack\cr +\link[=appstream_delete_theme_for_stack]{delete_theme_for_stack} \tab Deletes custom branding that customizes the appearance of the streaming application catalog page\cr \link[=appstream_delete_usage_report_subscription]{delete_usage_report_subscription} \tab Disables usage report generation\cr \link[=appstream_delete_user]{delete_user} \tab Deletes a user from the user pool\cr \link[=appstream_describe_app_block_builder_app_block_associations]{describe_app_block_builder_app_block_associations} \tab Retrieves a list that describes one or more app block builder associations\cr @@ -158,6 +160,7 @@ To learn more about AppStream 2.0, see the following resources: \link[=appstream_describe_images]{describe_images} \tab Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided\cr \link[=appstream_describe_sessions]{describe_sessions} \tab Retrieves a list that describes the streaming sessions for a specified stack and fleet\cr \link[=appstream_describe_stacks]{describe_stacks} \tab Retrieves a list that describes one or more specified stacks, if the stack names are provided\cr +\link[=appstream_describe_theme_for_stack]{describe_theme_for_stack} \tab Retrieves a list that describes the theme for a specified stack\cr \link[=appstream_describe_usage_report_subscriptions]{describe_usage_report_subscriptions} \tab Retrieves a list that describes one or more usage report subscriptions\cr \link[=appstream_describe_users]{describe_users} \tab Retrieves a list that describes one or more specified users in the user pool\cr \link[=appstream_describe_user_stack_associations]{describe_user_stack_associations} \tab Retrieves a list that describes the UserStackAssociation objects\cr @@ -186,7 +189,8 @@ To learn more about AppStream 2.0, see the following resources: \link[=appstream_update_entitlement]{update_entitlement} \tab Updates the specified entitlement\cr \link[=appstream_update_fleet]{update_fleet} \tab Updates the specified fleet\cr \link[=appstream_update_image_permissions]{update_image_permissions} \tab Adds or updates permissions for the specified private image\cr -\link[=appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack +\link[=appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack\cr +\link[=appstream_update_theme_for_stack]{update_theme_for_stack} \tab Updates custom branding that customizes the appearance of the streaming application catalog page } } diff --git a/cran/paws.end.user.computing/man/appstream_create_fleet.Rd b/cran/paws.end.user.computing/man/appstream_create_fleet.Rd index 8057a22fed..b57cb89b80 100644 --- a/cran/paws.end.user.computing/man/appstream_create_fleet.Rd +++ b/cran/paws.end.user.computing/man/appstream_create_fleet.Rd @@ -71,6 +71,13 @@ instance types are available: \item stream.graphics.g4dn.8xlarge \item stream.graphics.g4dn.12xlarge \item stream.graphics.g4dn.16xlarge +\item stream.graphics.g5.xlarge +\item stream.graphics.g5.2xlarge +\item stream.graphics.g5.4xlarge +\item stream.graphics.g5.8xlarge +\item stream.graphics.g5.12xlarge +\item stream.graphics.g5.16xlarge +\item stream.graphics.g5.24xlarge \item stream.graphics-pro.4xlarge \item stream.graphics-pro.8xlarge \item stream.graphics-pro.16xlarge @@ -121,7 +128,7 @@ disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. -Specify a value between 60 and 360000.} +Specify a value between 60 and 36000.} \item{Description}{The description to display.} @@ -160,7 +167,7 @@ user activity. If users continue to be idle after the time interval in \code{IdleDisconnectTimeoutInSeconds} elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a -value of 0. Otherwise, specify a value between 60 and 3600. The default +value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that diff --git a/cran/paws.end.user.computing/man/appstream_create_theme_for_stack.Rd b/cran/paws.end.user.computing/man/appstream_create_theme_for_stack.Rd new file mode 100644 index 0000000000..395d1feef9 --- /dev/null +++ b/cran/paws.end.user.computing/man/appstream_create_theme_for_stack.Rd @@ -0,0 +1,44 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/appstream_operations.R +\name{appstream_create_theme_for_stack} +\alias{appstream_create_theme_for_stack} +\title{Creates custom branding that customizes the appearance of the streaming +application catalog page} +\usage{ +appstream_create_theme_for_stack( + StackName, + FooterLinks = NULL, + TitleText, + ThemeStyling, + OrganizationLogoS3Location, + FaviconS3Location +) +} +\arguments{ +\item{StackName}{[required] The name of the stack for the theme.} + +\item{FooterLinks}{The links that are displayed in the footer of the streaming application +catalog page. These links are helpful resources for users, such as the +organization's IT support and product marketing sites.} + +\item{TitleText}{[required] The title that is displayed at the top of the browser tab during users' +application streaming sessions.} + +\item{ThemeStyling}{[required] The color theme that is applied to website links, text, and buttons. +These colors are also applied as accents in the background for the +streaming application catalog page.} + +\item{OrganizationLogoS3Location}{[required] The organization logo that appears on the streaming application catalog +page.} + +\item{FaviconS3Location}{[required] The S3 location of the favicon. The favicon enables users to recognize +their application streaming site in a browser full of tabs or bookmarks. +It is displayed at the top of the browser tab for the application +streaming site during users' streaming sessions.} +} +\description{ +Creates custom branding that customizes the appearance of the streaming application catalog page. + +See \url{https://www.paws-r-sdk.com/docs/appstream_create_theme_for_stack/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.end.user.computing/man/appstream_delete_theme_for_stack.Rd b/cran/paws.end.user.computing/man/appstream_delete_theme_for_stack.Rd new file mode 100644 index 0000000000..399b90bcdb --- /dev/null +++ b/cran/paws.end.user.computing/man/appstream_delete_theme_for_stack.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/appstream_operations.R +\name{appstream_delete_theme_for_stack} +\alias{appstream_delete_theme_for_stack} +\title{Deletes custom branding that customizes the appearance of the streaming +application catalog page} +\usage{ +appstream_delete_theme_for_stack(StackName) +} +\arguments{ +\item{StackName}{[required] The name of the stack for the theme.} +} +\description{ +Deletes custom branding that customizes the appearance of the streaming application catalog page. + +See \url{https://www.paws-r-sdk.com/docs/appstream_delete_theme_for_stack/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.end.user.computing/man/appstream_describe_theme_for_stack.Rd b/cran/paws.end.user.computing/man/appstream_describe_theme_for_stack.Rd new file mode 100644 index 0000000000..6f022d7663 --- /dev/null +++ b/cran/paws.end.user.computing/man/appstream_describe_theme_for_stack.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/appstream_operations.R +\name{appstream_describe_theme_for_stack} +\alias{appstream_describe_theme_for_stack} +\title{Retrieves a list that describes the theme for a specified stack} +\usage{ +appstream_describe_theme_for_stack(StackName) +} +\arguments{ +\item{StackName}{[required] The name of the stack for the theme.} +} +\description{ +Retrieves a list that describes the theme for a specified stack. A theme is custom branding that customizes the appearance of the streaming application catalog page. + +See \url{https://www.paws-r-sdk.com/docs/appstream_describe_theme_for_stack/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.end.user.computing/man/appstream_update_fleet.Rd b/cran/paws.end.user.computing/man/appstream_update_fleet.Rd index 49f149628a..85bb7ce389 100644 --- a/cran/paws.end.user.computing/man/appstream_update_fleet.Rd +++ b/cran/paws.end.user.computing/man/appstream_update_fleet.Rd @@ -106,7 +106,7 @@ disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. -Specify a value between 60 and 360000.} +Specify a value between 60 and 36000.} \item{DeleteVpcConfig}{Deletes the VPC association for the specified fleet.} @@ -132,7 +132,7 @@ user activity. If users continue to be idle after the time interval in \code{IdleDisconnectTimeoutInSeconds} elapses, they are disconnected. To prevent users from being disconnected due to inactivity, specify a -value of 0. Otherwise, specify a value between 60 and 3600. The default +value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0. If you enable this feature, we recommend that you specify a value that diff --git a/cran/paws.end.user.computing/man/appstream_update_theme_for_stack.Rd b/cran/paws.end.user.computing/man/appstream_update_theme_for_stack.Rd new file mode 100644 index 0000000000..60a962d9f9 --- /dev/null +++ b/cran/paws.end.user.computing/man/appstream_update_theme_for_stack.Rd @@ -0,0 +1,51 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/appstream_operations.R +\name{appstream_update_theme_for_stack} +\alias{appstream_update_theme_for_stack} +\title{Updates custom branding that customizes the appearance of the streaming +application catalog page} +\usage{ +appstream_update_theme_for_stack( + StackName, + FooterLinks = NULL, + TitleText = NULL, + ThemeStyling = NULL, + OrganizationLogoS3Location = NULL, + FaviconS3Location = NULL, + State = NULL, + AttributesToDelete = NULL +) +} +\arguments{ +\item{StackName}{[required] The name of the stack for the theme.} + +\item{FooterLinks}{The links that are displayed in the footer of the streaming application +catalog page. These links are helpful resources for users, such as the +organization's IT support and product marketing sites.} + +\item{TitleText}{The title that is displayed at the top of the browser tab during users' +application streaming sessions.} + +\item{ThemeStyling}{The color theme that is applied to website links, text, and buttons. +These colors are also applied as accents in the background for the +streaming application catalog page.} + +\item{OrganizationLogoS3Location}{The organization logo that appears on the streaming application catalog +page.} + +\item{FaviconS3Location}{The S3 location of the favicon. The favicon enables users to recognize +their application streaming site in a browser full of tabs or bookmarks. +It is displayed at the top of the browser tab for the application +streaming site during users' streaming sessions.} + +\item{State}{Specifies whether custom branding should be applied to catalog page or +not.} + +\item{AttributesToDelete}{The attributes to delete.} +} +\description{ +Updates custom branding that customizes the appearance of the streaming application catalog page. + +See \url{https://www.paws-r-sdk.com/docs/appstream_update_theme_for_stack/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.end.user.computing/man/ivschat.Rd b/cran/paws.end.user.computing/man/ivschat.Rd index 0fb3f1af8e..46eb0f3096 100644 --- a/cran/paws.end.user.computing/man/ivschat.Rd +++ b/cran/paws.end.user.computing/man/ivschat.Rd @@ -59,6 +59,9 @@ Amazon IVS Chat HTTPS service endpoints, see the Amazon IVS Chat information on the \href{https://docs.aws.amazon.com/general/latest/gr/ivs.html}{Amazon IVS page} in the \emph{AWS General Reference}. +This document describes HTTP operations. There is a separate \emph{messaging} +API for managing Chat resources; see the \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/}{Amazon IVS Chat Messaging API Reference}. + \strong{Notes on terminology:} \itemize{ \item You create service applications using the Amazon IVS Chat API. We @@ -68,12 +71,16 @@ apps) using the Amazon IVS Chat Messaging API. We refer to these as \emph{clients}. } -\strong{Key Concepts} +\strong{Resources} + +The following resources are part of Amazon IVS Chat: \itemize{ \item \strong{LoggingConfiguration} — A configuration that allows customers to -store and record sent messages in a chat room. +store and record sent messages in a chat room. See the Logging +Configuration endpoints for more information. \item \strong{Room} — The central Amazon IVS Chat resource through which -clients connect to and exchange chat messages. +clients connect to and exchange chat messages. See the Room +endpoints for more information. } \strong{Tagging} @@ -143,77 +150,6 @@ ARNs uniquely identify AWS resources. An ARN is required when you need to specify a resource unambiguously across all of AWS, such as in IAM policies and API calls. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names} in the \emph{AWS General Reference}. - -\strong{Messaging Endpoints} -\itemize{ -\item \code{\link[=ivschat_delete_message]{delete_message}} — Sends an event to a -specific room which directs clients to delete a specific message; -that is, unrender it from view and delete it from the client’s chat -history. This event’s \code{EventName} is \code{aws:DELETE_MESSAGE}. This -replicates the -\href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html}{DeleteMessage} -WebSocket operation in the Amazon IVS Chat Messaging API. -\item \code{\link[=ivschat_disconnect_user]{disconnect_user}} — Disconnects all -connections using a specified user ID from a room. This replicates -the -\href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html}{DisconnectUser} -WebSocket operation in the Amazon IVS Chat Messaging API. -\item \code{\link[=ivschat_send_event]{send_event}} — Sends an event to a room. Use -this within your application’s business logic to send events to -clients of a room; e.g., to notify clients to change the way the -chat UI is rendered. -} - -\strong{Chat Token Endpoint} -\itemize{ -\item \code{\link[=ivschat_create_chat_token]{create_chat_token}} — Creates an -encrypted token that is used by a chat participant to establish an -individual WebSocket chat connection to a room. When the token is -used to connect to chat, the connection is valid for the session -duration specified in the request. The token becomes invalid at the -token-expiration timestamp included in the response. -} - -\strong{Room Endpoints} -\itemize{ -\item \code{\link[=ivschat_create_room]{create_room}} — Creates a room that allows -clients to connect and pass messages. -\item \code{\link[=ivschat_delete_room]{delete_room}} — Deletes the specified room. -\item \code{\link[=ivschat_get_room]{get_room}} — Gets the specified room. -\item \code{\link[=ivschat_list_rooms]{list_rooms}} — Gets summary information about -all your rooms in the AWS region where the API request is processed. -\item \code{\link[=ivschat_update_room]{update_room}} — Updates a room’s -configuration. -} - -\strong{Logging Configuration Endpoints} -\itemize{ -\item \code{\link[=ivschat_create_logging_configuration]{create_logging_configuration}} -— Creates a logging configuration that allows clients to store and -record sent messages. -\item \code{\link[=ivschat_delete_logging_configuration]{delete_logging_configuration}} -— Deletes the specified logging configuration. -\item \code{\link[=ivschat_get_logging_configuration]{get_logging_configuration}} — -Gets the specified logging configuration. -\item \code{\link[=ivschat_list_logging_configurations]{list_logging_configurations}} -— Gets summary information about all your logging configurations in -the AWS region where the API request is processed. -\item \code{\link[=ivschat_update_logging_configuration]{update_logging_configuration}} -— Updates a specified logging configuration. -} - -\strong{Tags Endpoints} -\itemize{ -\item \code{\link[=ivschat_list_tags_for_resource]{list_tags_for_resource}} — Gets -information about AWS tags for the specified ARN. -\item \code{\link[=ivschat_tag_resource]{tag_resource}} — Adds or updates tags for -the AWS resource with the specified ARN. -\item \code{\link[=ivschat_untag_resource]{untag_resource}} — Removes tags from the -resource with the specified ARN. -} - -All the above are HTTP operations. There is a separate \emph{messaging} API -for managing Chat resources; see the \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/}{Amazon IVS Chat Messaging API Reference}. } \section{Service syntax}{ diff --git a/cran/paws.end.user.computing/man/ivschat_create_chat_token.Rd b/cran/paws.end.user.computing/man/ivschat_create_chat_token.Rd index d3c4dee8cc..d4174afa5a 100644 --- a/cran/paws.end.user.computing/man/ivschat_create_chat_token.Rd +++ b/cran/paws.end.user.computing/man/ivschat_create_chat_token.Rd @@ -6,30 +6,30 @@ establish an individual WebSocket chat connection to a room} \usage{ ivschat_create_chat_token( - attributes = NULL, - capabilities = NULL, roomIdentifier, + userId, + capabilities = NULL, sessionDurationInMinutes = NULL, - userId + attributes = NULL ) } \arguments{ -\item{attributes}{Application-provided attributes to encode into the token and attach to a -chat session. Map keys and values can contain UTF-8 encoded text. The -maximum length of this field is 1 KB total.} +\item{roomIdentifier}{[required] Identifier of the room that the client is trying to access. Currently +this must be an ARN.} + +\item{userId}{[required] Application-provided ID that uniquely identifies the user associated +with this token. This can be any UTF-8 encoded text.} \item{capabilities}{Set of capabilities that the user is allowed to perform in the room. Default: None (the capability to view messages is implicitly included in all requests).} -\item{roomIdentifier}{[required] Identifier of the room that the client is trying to access. Currently -this must be an ARN.} - \item{sessionDurationInMinutes}{Session duration (in minutes), after which the session expires. Default: 60 (1 hour).} -\item{userId}{[required] Application-provided ID that uniquely identifies the user associated -with this token. This can be any UTF-8 encoded text.} +\item{attributes}{Application-provided attributes to encode into the token and attach to a +chat session. Map keys and values can contain UTF-8 encoded text. The +maximum length of this field is 1 KB total.} } \description{ Creates an encrypted token that is used by a chat participant to establish an individual WebSocket chat connection to a room. When the token is used to connect to chat, the connection is valid for the session duration specified in the request. The token becomes invalid at the token-expiration timestamp included in the response. diff --git a/cran/paws.end.user.computing/man/ivschat_create_logging_configuration.Rd b/cran/paws.end.user.computing/man/ivschat_create_logging_configuration.Rd index c1248f1fb4..71be15d81b 100644 --- a/cran/paws.end.user.computing/man/ivschat_create_logging_configuration.Rd +++ b/cran/paws.end.user.computing/man/ivschat_create_logging_configuration.Rd @@ -6,18 +6,18 @@ sent messages} \usage{ ivschat_create_logging_configuration( - destinationConfiguration, name = NULL, + destinationConfiguration, tags = NULL ) } \arguments{ +\item{name}{Logging-configuration name. The value does not need to be unique.} + \item{destinationConfiguration}{[required] A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination (\code{cloudWatchLogs}, \code{firehose}, or \code{s3}) in a \code{destinationConfiguration}.} -\item{name}{Logging-configuration name. The value does not need to be unique.} - \item{tags}{Tags to attach to the resource. Array of maps, each of the form \code{string:string (key:value)}. See \href{https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html}{Tagging AWS Resources} for details, including restrictions that apply to tags and "Tag naming diff --git a/cran/paws.end.user.computing/man/ivschat_create_room.Rd b/cran/paws.end.user.computing/man/ivschat_create_room.Rd index 28ecb7ad58..7bf2f271c3 100644 --- a/cran/paws.end.user.computing/man/ivschat_create_room.Rd +++ b/cran/paws.end.user.computing/man/ivschat_create_room.Rd @@ -5,33 +5,33 @@ \title{Creates a room that allows clients to connect and pass messages} \usage{ ivschat_create_room( - loggingConfigurationIdentifiers = NULL, - maximumMessageLength = NULL, + name = NULL, maximumMessageRatePerSecond = NULL, + maximumMessageLength = NULL, messageReviewHandler = NULL, - name = NULL, - tags = NULL + tags = NULL, + loggingConfigurationIdentifiers = NULL ) } \arguments{ -\item{loggingConfigurationIdentifiers}{Array of logging-configuration identifiers attached to the room.} +\item{name}{Room name. The value does not need to be unique.} + +\item{maximumMessageRatePerSecond}{Maximum number of messages per second that can be sent to the room (by +all clients). Default: 10.} \item{maximumMessageLength}{Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.} -\item{maximumMessageRatePerSecond}{Maximum number of messages per second that can be sent to the room (by -all clients). Default: 10.} - \item{messageReviewHandler}{Configuration information for optional review of messages.} -\item{name}{Room name. The value does not need to be unique.} - \item{tags}{Tags to attach to the resource. Array of maps, each of the form \code{string:string (key:value)}. See \href{https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html}{Tagging AWS Resources} for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.} + +\item{loggingConfigurationIdentifiers}{Array of logging-configuration identifiers attached to the room.} } \description{ Creates a room that allows clients to connect and pass messages. diff --git a/cran/paws.end.user.computing/man/ivschat_delete_message.Rd b/cran/paws.end.user.computing/man/ivschat_delete_message.Rd index 08a463d584..3a8c7603df 100644 --- a/cran/paws.end.user.computing/man/ivschat_delete_message.Rd +++ b/cran/paws.end.user.computing/man/ivschat_delete_message.Rd @@ -6,17 +6,17 @@ specific message; that is, unrender it from view and delete it from the client’s chat history} \usage{ -ivschat_delete_message(id, reason = NULL, roomIdentifier) +ivschat_delete_message(roomIdentifier, id, reason = NULL) } \arguments{ +\item{roomIdentifier}{[required] Identifier of the room where the message should be deleted. Currently +this must be an ARN.} + \item{id}{[required] ID of the message to be deleted. This is the \code{Id} field in the received message (see \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-message-subscribe.html}{Message (Subscribe)} in the Chat Messaging API).} \item{reason}{Reason for deleting the message.} - -\item{roomIdentifier}{[required] Identifier of the room where the message should be deleted. Currently -this must be an ARN.} } \description{ Sends an event to a specific room which directs clients to delete a specific message; that is, unrender it from view and delete it from the client’s chat history. This event’s \code{EventName} is \code{aws:DELETE_MESSAGE}. This replicates the \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html}{DeleteMessage} WebSocket operation in the Amazon IVS Chat Messaging API. diff --git a/cran/paws.end.user.computing/man/ivschat_disconnect_user.Rd b/cran/paws.end.user.computing/man/ivschat_disconnect_user.Rd index 9daf10e078..6981d68664 100644 --- a/cran/paws.end.user.computing/man/ivschat_disconnect_user.Rd +++ b/cran/paws.end.user.computing/man/ivschat_disconnect_user.Rd @@ -4,15 +4,15 @@ \alias{ivschat_disconnect_user} \title{Disconnects all connections using a specified user ID from a room} \usage{ -ivschat_disconnect_user(reason = NULL, roomIdentifier, userId) +ivschat_disconnect_user(roomIdentifier, userId, reason = NULL) } \arguments{ -\item{reason}{Reason for disconnecting the user.} - \item{roomIdentifier}{[required] Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.} \item{userId}{[required] ID of the user (connection) to disconnect from the room.} + +\item{reason}{Reason for disconnecting the user.} } \description{ Disconnects all connections using a specified user ID from a room. This replicates the \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html}{DisconnectUser} WebSocket operation in the Amazon IVS Chat Messaging API. diff --git a/cran/paws.end.user.computing/man/ivschat_list_logging_configurations.Rd b/cran/paws.end.user.computing/man/ivschat_list_logging_configurations.Rd index 2a5d614311..15ee3c0830 100644 --- a/cran/paws.end.user.computing/man/ivschat_list_logging_configurations.Rd +++ b/cran/paws.end.user.computing/man/ivschat_list_logging_configurations.Rd @@ -5,13 +5,13 @@ \title{Gets summary information about all your logging configurations in the AWS region where the API request is processed} \usage{ -ivschat_list_logging_configurations(maxResults = NULL, nextToken = NULL) +ivschat_list_logging_configurations(nextToken = NULL, maxResults = NULL) } \arguments{ -\item{maxResults}{Maximum number of logging configurations to return. Default: 50.} - \item{nextToken}{The first logging configurations to retrieve. This is used for pagination; see the \code{nextToken} response field.} + +\item{maxResults}{Maximum number of logging configurations to return. Default: 50.} } \description{ Gets summary information about all your logging configurations in the AWS region where the API request is processed. diff --git a/cran/paws.end.user.computing/man/ivschat_list_rooms.Rd b/cran/paws.end.user.computing/man/ivschat_list_rooms.Rd index 80238a2448..df50da9e0e 100644 --- a/cran/paws.end.user.computing/man/ivschat_list_rooms.Rd +++ b/cran/paws.end.user.computing/man/ivschat_list_rooms.Rd @@ -6,24 +6,24 @@ the API request is processed} \usage{ ivschat_list_rooms( - loggingConfigurationIdentifier = NULL, + name = NULL, + nextToken = NULL, maxResults = NULL, messageReviewHandlerUri = NULL, - name = NULL, - nextToken = NULL + loggingConfigurationIdentifier = NULL ) } \arguments{ -\item{loggingConfigurationIdentifier}{Logging-configuration identifier.} +\item{name}{Filters the list to match the specified room name.} + +\item{nextToken}{The first room to retrieve. This is used for pagination; see the +\code{nextToken} response field.} \item{maxResults}{Maximum number of rooms to return. Default: 50.} \item{messageReviewHandlerUri}{Filters the list to match the specified message review handler URI.} -\item{name}{Filters the list to match the specified room name.} - -\item{nextToken}{The first room to retrieve. This is used for pagination; see the -\code{nextToken} response field.} +\item{loggingConfigurationIdentifier}{Logging-configuration identifier.} } \description{ Gets summary information about all your rooms in the AWS region where the API request is processed. Results are sorted in descending order of \code{updateTime}. diff --git a/cran/paws.end.user.computing/man/ivschat_send_event.Rd b/cran/paws.end.user.computing/man/ivschat_send_event.Rd index 2f564bc2fb..188f6b0c9a 100644 --- a/cran/paws.end.user.computing/man/ivschat_send_event.Rd +++ b/cran/paws.end.user.computing/man/ivschat_send_event.Rd @@ -4,16 +4,16 @@ \alias{ivschat_send_event} \title{Sends an event to a room} \usage{ -ivschat_send_event(attributes = NULL, eventName, roomIdentifier) +ivschat_send_event(roomIdentifier, eventName, attributes = NULL) } \arguments{ -\item{attributes}{Application-defined metadata to attach to the event sent to clients. The -maximum length of the metadata is 1 KB total.} +\item{roomIdentifier}{[required] Identifier of the room to which the event will be sent. Currently this +must be an ARN.} \item{eventName}{[required] Application-defined name of the event to send to clients.} -\item{roomIdentifier}{[required] Identifier of the room to which the event will be sent. Currently this -must be an ARN.} +\item{attributes}{Application-defined metadata to attach to the event sent to clients. The +maximum length of the metadata is 1 KB total.} } \description{ Sends an event to a room. Use this within your application’s business logic to send events to clients of a room; e.g., to notify clients to change the way the chat UI is rendered. diff --git a/cran/paws.end.user.computing/man/ivschat_update_logging_configuration.Rd b/cran/paws.end.user.computing/man/ivschat_update_logging_configuration.Rd index 7ae7a2c93d..de5f43e93e 100644 --- a/cran/paws.end.user.computing/man/ivschat_update_logging_configuration.Rd +++ b/cran/paws.end.user.computing/man/ivschat_update_logging_configuration.Rd @@ -5,19 +5,19 @@ \title{Updates a specified logging configuration} \usage{ ivschat_update_logging_configuration( - destinationConfiguration = NULL, identifier, - name = NULL + name = NULL, + destinationConfiguration = NULL ) } \arguments{ -\item{destinationConfiguration}{A complex type that contains a destination configuration for where chat -content will be logged. There can be only one type of destination -(\code{cloudWatchLogs}, \code{firehose}, or \code{s3}) in a \code{destinationConfiguration}.} - \item{identifier}{[required] Identifier of the logging configuration to be updated.} \item{name}{Logging-configuration name. The value does not need to be unique.} + +\item{destinationConfiguration}{A complex type that contains a destination configuration for where chat +content will be logged. There can be only one type of destination +(\code{cloudWatchLogs}, \code{firehose}, or \code{s3}) in a \code{destinationConfiguration}.} } \description{ Updates a specified logging configuration. diff --git a/cran/paws.end.user.computing/man/ivschat_update_room.Rd b/cran/paws.end.user.computing/man/ivschat_update_room.Rd index 54e9c9c489..3e32b7f2f4 100644 --- a/cran/paws.end.user.computing/man/ivschat_update_room.Rd +++ b/cran/paws.end.user.computing/man/ivschat_update_room.Rd @@ -6,30 +6,30 @@ \usage{ ivschat_update_room( identifier, - loggingConfigurationIdentifiers = NULL, - maximumMessageLength = NULL, + name = NULL, maximumMessageRatePerSecond = NULL, + maximumMessageLength = NULL, messageReviewHandler = NULL, - name = NULL + loggingConfigurationIdentifiers = NULL ) } \arguments{ \item{identifier}{[required] Identifier of the room to be updated. Currently this must be an ARN.} -\item{loggingConfigurationIdentifiers}{Array of logging-configuration identifiers attached to the room.} +\item{name}{Room name. The value does not need to be unique.} + +\item{maximumMessageRatePerSecond}{Maximum number of messages per second that can be sent to the room (by +all clients). Default: 10.} \item{maximumMessageLength}{The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.} -\item{maximumMessageRatePerSecond}{Maximum number of messages per second that can be sent to the room (by -all clients). Default: 10.} - \item{messageReviewHandler}{Configuration information for optional review of messages. Specify an empty \code{uri} string to disassociate a message review handler from the specified room.} -\item{name}{Room name. The value does not need to be unique.} +\item{loggingConfigurationIdentifiers}{Array of logging-configuration identifiers attached to the room.} } \description{ Updates a room’s configuration. diff --git a/cran/paws.end.user.computing/man/workspaces_describe_workspace_directories.Rd b/cran/paws.end.user.computing/man/workspaces_describe_workspace_directories.Rd index 2c925c6fcd..4c452d7c99 100644 --- a/cran/paws.end.user.computing/man/workspaces_describe_workspace_directories.Rd +++ b/cran/paws.end.user.computing/man/workspaces_describe_workspace_directories.Rd @@ -9,7 +9,8 @@ workspaces_describe_workspace_directories( DirectoryIds = NULL, WorkspaceDirectoryNames = NULL, Limit = NULL, - NextToken = NULL + NextToken = NULL, + Filters = NULL ) } \arguments{ @@ -22,6 +23,8 @@ directories are retrieved.} \item{NextToken}{If you received a \code{NextToken} from a previous call that was paginated, provide this token to receive the next set of results.} + +\item{Filters}{The filter condition for the WorkSpaces.} } \description{ Describes the available directories that are registered with Amazon WorkSpaces. diff --git a/cran/paws.end.user.computing/man/workspaces_import_workspace_image.Rd b/cran/paws.end.user.computing/man/workspaces_import_workspace_image.Rd index 414f291b4f..cd955bbcbf 100644 --- a/cran/paws.end.user.computing/man/workspaces_import_workspace_image.Rd +++ b/cran/paws.end.user.computing/man/workspaces_import_workspace_image.Rd @@ -44,7 +44,9 @@ subscribing to Office for BYOL images, see \href{https://docs.aws.amazon.com/wor \itemize{ \item Although this parameter is an array, only one item is allowed at this time. -\item Windows 11 only supports \code{Microsoft_Office_2019}. +\item During the image import process, non-GPU WSP WorkSpaces with Windows +11 support only \code{Microsoft_Office_2019}. GPU WSP WorkSpaces with +Windows 11 do not support Office installation. }} } \description{ diff --git a/cran/paws.end.user.computing/man/workspaces_register_workspace_directory.Rd b/cran/paws.end.user.computing/man/workspaces_register_workspace_directory.Rd index 530ef766fe..23ac0fcb44 100644 --- a/cran/paws.end.user.computing/man/workspaces_register_workspace_directory.Rd +++ b/cran/paws.end.user.computing/man/workspaces_register_workspace_directory.Rd @@ -14,6 +14,8 @@ workspaces_register_workspace_directory( WorkspaceDirectoryName = NULL, WorkspaceDirectoryDescription = NULL, UserIdentityType = NULL, + IdcInstanceArn = NULL, + MicrosoftEntraConfig = NULL, WorkspaceType = NULL, ActiveDirectoryConfig = NULL ) @@ -54,6 +56,10 @@ images, see \href{https://docs.aws.amazon.com/workspaces/latest/adminguide/byol- \item{UserIdentityType}{The type of identity management the user is using.} +\item{IdcInstanceArn}{The Amazon Resource Name (ARN) of the identity center instance.} + +\item{MicrosoftEntraConfig}{The details about Microsoft Entra config.} + \item{WorkspaceType}{Indicates whether the directory's WorkSpace type is personal or pools.} \item{ActiveDirectoryConfig}{The active directory config of the directory.} diff --git a/cran/paws.machine.learning/R/bedrock_interfaces.R b/cran/paws.machine.learning/R/bedrock_interfaces.R index 179dd73d4c..403a6ce1ad 100644 --- a/cran/paws.machine.learning/R/bedrock_interfaces.R +++ b/cran/paws.machine.learning/R/bedrock_interfaces.R @@ -3,6 +3,18 @@ #' @include bedrock_service.R NULL +.bedrock$batch_delete_evaluation_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobIdentifiers = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$batch_delete_evaluation_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(errors = structure(list(structure(list(jobIdentifier = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), code = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), evaluationJobs = structure(list(structure(list(jobIdentifier = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), jobStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$create_evaluation_job_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(jobName = structure(logical(0), tags = list(type = "string")), jobDescription = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), customerEncryptionKeyId = structure(logical(0), tags = list(type = "string")), jobTags = 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")), evaluationConfig = structure(list(automated = structure(list(datasetMetricConfigs = structure(list(structure(list(taskType = structure(logical(0), tags = list(type = "string")), dataset = structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), datasetLocation = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), metricNames = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), human = structure(list(humanWorkflowConfig = structure(list(flowDefinitionArn = structure(logical(0), tags = list(type = "string")), instructions = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), customMetrics = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), description = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), ratingMethod = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), datasetMetricConfigs = structure(list(structure(list(taskType = structure(logical(0), tags = list(type = "string")), dataset = structure(list(name = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), datasetLocation = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), metricNames = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), inferenceConfig = structure(list(models = structure(list(structure(list(bedrockModel = structure(list(modelIdentifier = structure(logical(0), tags = list(type = "string")), inferenceParams = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure", union = TRUE)), outputDataConfig = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) @@ -39,6 +51,18 @@ NULL return(populate(args, shape)) } +.bedrock$create_model_copy_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(sourceModelArn = structure(logical(0), tags = list(type = "string")), targetModelName = structure(logical(0), tags = list(type = "string")), modelKmsKeyId = structure(logical(0), tags = list(type = "string")), targetModelTags = 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")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$create_model_copy_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$create_model_customization_job_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(jobName = structure(logical(0), tags = list(type = "string")), customModelName = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), baseModelIdentifier = structure(logical(0), tags = list(type = "string")), customizationType = structure(logical(0), tags = list(type = "string")), customModelKmsKeyId = structure(logical(0), tags = list(type = "string")), jobTags = 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")), customModelTags = 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")), trainingDataConfig = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), validationDataConfig = structure(list(validators = structure(list(structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), outputDataConfig = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), hyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), vpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) @@ -51,6 +75,30 @@ NULL return(populate(args, shape)) } +.bedrock$create_model_import_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobName = structure(logical(0), tags = list(type = "string")), importedModelName = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), modelDataSource = structure(list(s3DataSource = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), jobTags = 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")), importedModelTags = 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")), clientRequestToken = structure(logical(0), tags = list(type = "string")), vpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), importedModelKmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$create_model_import_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$create_model_invocation_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobName = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), modelId = structure(logical(0), tags = list(type = "string")), inputDataConfig = structure(list(s3InputDataConfig = structure(list(s3InputFormat = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), outputDataConfig = structure(list(s3OutputDataConfig = structure(list(s3Uri = structure(logical(0), tags = list(type = "string")), s3EncryptionKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), timeoutDurationInHours = structure(logical(0), tags = list(type = "integer", box = TRUE)), 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)) +} + +.bedrock$create_model_invocation_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$create_provisioned_model_throughput_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(clientRequestToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), modelUnits = structure(logical(0), tags = list(type = "integer", box = TRUE)), provisionedModelName = structure(logical(0), tags = list(type = "string")), modelId = structure(logical(0), tags = list(type = "string")), commitmentDuration = 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")) @@ -87,6 +135,18 @@ NULL return(populate(args, shape)) } +.bedrock$delete_imported_model_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(modelIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "modelIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$delete_imported_model_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$delete_model_invocation_logging_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(), tags = list(type = "structure")) @@ -159,6 +219,42 @@ NULL return(populate(args, shape)) } +.bedrock$get_imported_model_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(modelIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "modelIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_imported_model_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(modelArn = structure(logical(0), tags = list(type = "string")), modelName = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), jobArn = structure(logical(0), tags = list(type = "string")), modelDataSource = structure(list(s3DataSource = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), modelArchitecture = structure(logical(0), tags = list(type = "string")), modelKmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_inference_profile_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(inferenceProfileIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "inferenceProfileIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_inference_profile_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(inferenceProfileName = structure(logical(0), tags = list(type = "string")), models = structure(list(structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), inferenceProfileArn = structure(logical(0), tags = list(type = "string")), inferenceProfileId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_model_copy_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(location = "uri", locationName = "jobArn", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_model_copy_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), targetModelArn = structure(logical(0), tags = list(type = "string")), targetModelName = structure(logical(0), tags = list(type = "string")), sourceAccountId = structure(logical(0), tags = list(type = "string")), sourceModelArn = structure(logical(0), tags = list(type = "string")), targetModelKmsKeyArn = structure(logical(0), tags = list(type = "string")), targetModelTags = 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")), failureMessage = structure(logical(0), tags = list(type = "string")), sourceModelName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$get_model_customization_job_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(jobIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "jobIdentifier", type = "string"))), tags = list(type = "structure")) @@ -171,6 +267,30 @@ NULL return(populate(args, shape)) } +.bedrock$get_model_import_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "jobIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_model_import_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), importedModelName = structure(logical(0), tags = list(type = "string")), importedModelArn = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), modelDataSource = structure(list(s3DataSource = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), status = structure(logical(0), tags = list(type = "string")), failureMessage = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastModifiedTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), vpcConfig = structure(list(subnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), securityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), importedModelKmsKeyArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_model_invocation_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "jobIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$get_model_invocation_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobArn = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), modelId = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), submitTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastModifiedTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), inputDataConfig = structure(list(s3InputDataConfig = structure(list(s3InputFormat = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), outputDataConfig = structure(list(s3OutputDataConfig = structure(list(s3Uri = structure(logical(0), tags = list(type = "string")), s3EncryptionKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), timeoutDurationInHours = structure(logical(0), tags = list(type = "integer", box = TRUE)), jobExpirationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$get_model_invocation_logging_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(), tags = list(type = "structure")) @@ -197,13 +317,13 @@ NULL .bedrock$list_custom_models_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), baseModelArnEquals = structure(logical(0), tags = list(location = "querystring", locationName = "baseModelArnEquals", type = "string")), foundationModelArnEquals = structure(logical(0), tags = list(location = "querystring", locationName = "foundationModelArnEquals", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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")) + shape <- structure(list(creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), baseModelArnEquals = structure(logical(0), tags = list(location = "querystring", locationName = "baseModelArnEquals", type = "string")), foundationModelArnEquals = structure(logical(0), tags = list(location = "querystring", locationName = "foundationModelArnEquals", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), sortBy = structure(logical(0), tags = list(location = "querystring", locationName = "sortBy", type = "string")), sortOrder = structure(logical(0), tags = list(location = "querystring", locationName = "sortOrder", type = "string")), isOwned = structure(logical(0), tags = list(location = "querystring", locationName = "isOwned", type = "boolean", box = TRUE))), tags = list(type = "structure")) return(populate(args, shape)) } .bedrock$list_custom_models_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), modelSummaries = structure(list(structure(list(modelArn = structure(logical(0), tags = list(type = "string")), modelName = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), baseModelArn = structure(logical(0), tags = list(type = "string")), baseModelName = structure(logical(0), tags = list(type = "string")), customizationType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), modelSummaries = structure(list(structure(list(modelArn = structure(logical(0), tags = list(type = "string")), modelName = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), baseModelArn = structure(logical(0), tags = list(type = "string")), baseModelName = structure(logical(0), tags = list(type = "string")), customizationType = structure(logical(0), tags = list(type = "string")), ownerAccountId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -243,6 +363,42 @@ NULL return(populate(args, shape)) } +.bedrock$list_imported_models_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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)) +} + +.bedrock$list_imported_models_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), modelSummaries = structure(list(structure(list(modelArn = structure(logical(0), tags = list(type = "string")), modelName = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$list_inference_profiles_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$list_inference_profiles_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(inferenceProfileSummaries = structure(list(structure(list(inferenceProfileName = structure(logical(0), tags = list(type = "string")), models = structure(list(structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), description = structure(logical(0), tags = list(type = "string")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), inferenceProfileArn = structure(logical(0), tags = list(type = "string")), inferenceProfileId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), 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)) +} + +.bedrock$list_model_copy_jobs_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), statusEquals = structure(logical(0), tags = list(location = "querystring", locationName = "statusEquals", type = "string")), sourceAccountEquals = structure(logical(0), tags = list(location = "querystring", locationName = "sourceAccountEquals", type = "string")), sourceModelArnEquals = structure(logical(0), tags = list(location = "querystring", locationName = "sourceModelArnEquals", type = "string")), targetModelNameContains = structure(logical(0), tags = list(location = "querystring", locationName = "outputModelNameContains", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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)) +} + +.bedrock$list_model_copy_jobs_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), modelCopyJobSummaries = structure(list(structure(list(jobArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), targetModelArn = structure(logical(0), tags = list(type = "string")), targetModelName = structure(logical(0), tags = list(type = "string")), sourceAccountId = structure(logical(0), tags = list(type = "string")), sourceModelArn = structure(logical(0), tags = list(type = "string")), targetModelKmsKeyArn = structure(logical(0), tags = list(type = "string")), targetModelTags = 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")), failureMessage = structure(logical(0), tags = list(type = "string")), sourceModelName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$list_model_customization_jobs_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), statusEquals = structure(logical(0), tags = list(location = "querystring", locationName = "statusEquals", type = "string")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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")) @@ -255,6 +411,30 @@ NULL return(populate(args, shape)) } +.bedrock$list_model_import_jobs_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), statusEquals = structure(logical(0), tags = list(location = "querystring", locationName = "statusEquals", type = "string")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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)) +} + +.bedrock$list_model_import_jobs_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), modelImportJobSummaries = structure(list(structure(list(jobArn = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), lastModifiedTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), importedModelArn = structure(logical(0), tags = list(type = "string")), importedModelName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$list_model_invocation_jobs_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(submitTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "submitTimeAfter", type = "timestamp", timestampFormat = "iso8601")), submitTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "submitTimeBefore", type = "timestamp", timestampFormat = "iso8601")), statusEquals = structure(logical(0), tags = list(location = "querystring", locationName = "statusEquals", type = "string")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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)) +} + +.bedrock$list_model_invocation_jobs_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), invocationJobSummaries = structure(list(structure(list(jobArn = structure(logical(0), tags = list(type = "string")), jobName = structure(logical(0), tags = list(type = "string")), modelId = structure(logical(0), tags = list(type = "string")), clientRequestToken = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), submitTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastModifiedTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), endTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), inputDataConfig = structure(list(s3InputDataConfig = structure(list(s3InputFormat = structure(logical(0), tags = list(type = "string")), s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), outputDataConfig = structure(list(s3OutputDataConfig = structure(list(s3Uri = structure(logical(0), tags = list(type = "string")), s3EncryptionKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), timeoutDurationInHours = structure(logical(0), tags = list(type = "integer", box = TRUE)), jobExpirationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$list_provisioned_model_throughputs_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(creationTimeAfter = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeAfter", type = "timestamp", timestampFormat = "iso8601")), creationTimeBefore = structure(logical(0), tags = list(location = "querystring", locationName = "creationTimeBefore", type = "timestamp", timestampFormat = "iso8601")), statusEquals = structure(logical(0), tags = list(location = "querystring", locationName = "statusEquals", type = "string")), modelArnEquals = structure(logical(0), tags = list(location = "querystring", locationName = "modelArnEquals", type = "string")), nameContains = structure(logical(0), tags = list(location = "querystring", locationName = "nameContains", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), 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")) @@ -315,6 +495,18 @@ NULL return(populate(args, shape)) } +.bedrock$stop_model_invocation_job_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(jobIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "jobIdentifier", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.bedrock$stop_model_invocation_job_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure")) + return(populate(args, shape)) +} + .bedrock$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")) diff --git a/cran/paws.machine.learning/R/bedrock_operations.R b/cran/paws.machine.learning/R/bedrock_operations.R index f2795cce71..0d1cb0ee99 100644 --- a/cran/paws.machine.learning/R/bedrock_operations.R +++ b/cran/paws.machine.learning/R/bedrock_operations.R @@ -3,11 +3,41 @@ #' @include bedrock_service.R NULL +#' Creates a batch deletion job +#' +#' @description +#' Creates a batch deletion job. A model evaluation job can only be deleted if it has following status `FAILED`, `COMPLETED`, and `STOPPED`. You can request up to 25 model evaluation jobs be deleted in a single request. +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_batch_delete_evaluation_job/](https://www.paws-r-sdk.com/docs/bedrock_batch_delete_evaluation_job/) for full documentation. +#' +#' @param jobIdentifiers [required] An array of model evaluation job ARNs to be deleted. +#' +#' @keywords internal +#' +#' @rdname bedrock_batch_delete_evaluation_job +bedrock_batch_delete_evaluation_job <- function(jobIdentifiers) { + op <- new_operation( + name = "BatchDeleteEvaluationJob", + http_method = "POST", + http_path = "/evaluation-jobs/batch-delete", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$batch_delete_evaluation_job_input(jobIdentifiers = jobIdentifiers) + output <- .bedrock$batch_delete_evaluation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$batch_delete_evaluation_job <- bedrock_batch_delete_evaluation_job + #' API operation for creating and managing Amazon Bedrock automatic model #' evaluation jobs and model evaluation jobs that use human workers #' #' @description -#' API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers. To learn more about the requirements for creating a model evaluation job see, [Model evaluations](https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html). +#' API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers. To learn more about the requirements for creating a model evaluation job see, [Model evaluation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_create_evaluation_job/](https://www.paws-r-sdk.com/docs/bedrock_create_evaluation_job/) for full documentation. #' @@ -144,6 +174,47 @@ bedrock_create_guardrail_version <- function(guardrailIdentifier, description = } .bedrock$operations$create_guardrail_version <- bedrock_create_guardrail_version +#' Copies a model to another region so that it can be used there +#' +#' @description +#' Copies a model to another region so that it can be used there. For more information, see [Copy models to be used in other regions](https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_create_model_copy_job/](https://www.paws-r-sdk.com/docs/bedrock_create_model_copy_job/) for full documentation. +#' +#' @param sourceModelArn [required] The Amazon Resource Name (ARN) of the model to be copied. +#' @param targetModelName [required] A name for the copied model. +#' @param modelKmsKeyId The ARN of the KMS key that you use to encrypt the model copy. +#' @param targetModelTags Tags to associate with the target model. For more information, see [Tag +#' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' @param clientRequestToken A unique, case-sensitive identifier to ensure that the API request +#' completes no more than one time. If this token matches a previous +#' request, Amazon Bedrock ignores the request, but does not return an +#' error. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' +#' @keywords internal +#' +#' @rdname bedrock_create_model_copy_job +bedrock_create_model_copy_job <- function(sourceModelArn, targetModelName, modelKmsKeyId = NULL, targetModelTags = NULL, clientRequestToken = NULL) { + op <- new_operation( + name = "CreateModelCopyJob", + http_method = "POST", + http_path = "/model-copy-jobs", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$create_model_copy_job_input(sourceModelArn = sourceModelArn, targetModelName = targetModelName, modelKmsKeyId = modelKmsKeyId, targetModelTags = targetModelTags, clientRequestToken = clientRequestToken) + output <- .bedrock$create_model_copy_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$create_model_copy_job <- bedrock_create_model_copy_job + #' Creates a fine-tuning job to customize a base model #' #' @description @@ -200,11 +271,104 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol } .bedrock$operations$create_model_customization_job <- bedrock_create_model_customization_job +#' Creates a model import job to import model that you have customized in +#' other environments, such as Amazon SageMaker +#' +#' @description +#' Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see [Import a customized model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_create_model_import_job/](https://www.paws-r-sdk.com/docs/bedrock_create_model_import_job/) for full documentation. +#' +#' @param jobName [required] The name of the import job. +#' @param importedModelName [required] The name of the imported model. +#' @param roleArn [required] The Amazon Resource Name (ARN) of the model import job. +#' @param modelDataSource [required] The data source for the imported model. +#' @param jobTags Tags to attach to this import job. +#' @param importedModelTags Tags to attach to the imported model. +#' @param clientRequestToken A unique, case-sensitive identifier to ensure that the API request +#' completes no more than one time. If this token matches a previous +#' request, Amazon Bedrock ignores the request, but does not return an +#' error. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param vpcConfig VPC configuration parameters for the private Virtual Private Cloud (VPC) +#' that contains the resources you are using for the import job. +#' @param importedModelKmsKeyId The imported model is encrypted at rest using this key. +#' +#' @keywords internal +#' +#' @rdname bedrock_create_model_import_job +bedrock_create_model_import_job <- function(jobName, importedModelName, roleArn, modelDataSource, jobTags = NULL, importedModelTags = NULL, clientRequestToken = NULL, vpcConfig = NULL, importedModelKmsKeyId = NULL) { + op <- new_operation( + name = "CreateModelImportJob", + http_method = "POST", + http_path = "/model-import-jobs", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$create_model_import_job_input(jobName = jobName, importedModelName = importedModelName, roleArn = roleArn, modelDataSource = modelDataSource, jobTags = jobTags, importedModelTags = importedModelTags, clientRequestToken = clientRequestToken, vpcConfig = vpcConfig, importedModelKmsKeyId = importedModelKmsKeyId) + output <- .bedrock$create_model_import_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$create_model_import_job <- bedrock_create_model_import_job + +#' Creates a batch inference job to invoke a model on multiple prompts +#' +#' @description +#' Creates a batch inference job to invoke a model on multiple prompts. Format your data according to [Format your inference data](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html) and upload it to an Amazon S3 bucket. For more information, see [Process multiple prompts with batch inference](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_create_model_invocation_job/](https://www.paws-r-sdk.com/docs/bedrock_create_model_invocation_job/) for full documentation. +#' +#' @param jobName [required] A name to give the batch inference job. +#' @param roleArn [required] The Amazon Resource Name (ARN) of the service role with permissions to +#' carry out and manage batch inference. You can use the console to create +#' a default service role or follow the steps at [Create a service role for +#' batch +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html). +#' @param clientRequestToken A unique, case-sensitive identifier to ensure that the API request +#' completes no more than one time. If this token matches a previous +#' request, Amazon Bedrock ignores the request, but does not return an +#' error. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param modelId [required] The unique identifier of the foundation model to use for the batch +#' inference job. +#' @param inputDataConfig [required] Details about the location of the input to the batch inference job. +#' @param outputDataConfig [required] Details about the location of the output of the batch inference job. +#' @param timeoutDurationInHours The number of hours after which to force the batch inference job to time +#' out. +#' @param tags Any tags to associate with the batch inference job. For more +#' information, see [Tagging Amazon Bedrock +#' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html). +#' +#' @keywords internal +#' +#' @rdname bedrock_create_model_invocation_job +bedrock_create_model_invocation_job <- function(jobName, roleArn, clientRequestToken = NULL, modelId, inputDataConfig, outputDataConfig, timeoutDurationInHours = NULL, tags = NULL) { + op <- new_operation( + name = "CreateModelInvocationJob", + http_method = "POST", + http_path = "/model-invocation-job", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$create_model_invocation_job_input(jobName = jobName, roleArn = roleArn, clientRequestToken = clientRequestToken, modelId = modelId, inputDataConfig = inputDataConfig, outputDataConfig = outputDataConfig, timeoutDurationInHours = timeoutDurationInHours, tags = tags) + output <- .bedrock$create_model_invocation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$create_model_invocation_job <- bedrock_create_model_invocation_job + #' Creates dedicated throughput for a base or custom model with the model #' units and for the duration that you specify #' #' @description -#' Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see [Amazon Bedrock Pricing](https://aws.amazon.com/bedrock/pricing/). For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the Amazon Bedrock User Guide. +#' Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see [Amazon Bedrock Pricing](https://aws.amazon.com/bedrock/pricing/). For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_create_provisioned_model_throughput/](https://www.paws-r-sdk.com/docs/bedrock_create_provisioned_model_throughput/) for full documentation. #' @@ -224,7 +388,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' #' For model unit quotas, see [Provisioned Throughput #' quotas](https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html#prov-thru-quotas) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' For more information about what an MU specifies, contact your Amazon Web #' Services account manager. @@ -234,7 +399,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' purchase Provisioned Throughput, see [Amazon Bedrock model IDs for #' purchasing Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#prov-throughput-models) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' @param commitmentDuration The commitment duration requested for the Provisioned Throughput. #' Billing occurs hourly and is discounted for longer commitment terms. To #' request a no-commit Provisioned Throughput, omit this field. @@ -242,7 +408,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' Custom models support all levels of commitment. To see which base models #' support no commitment, see [Supported regions and models for Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/pt-supported.html) -#' in the Amazon Bedrock User Guide +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) #' @param tags Tags to associate with this Provisioned Throughput. #' #' @keywords internal @@ -269,7 +436,7 @@ bedrock_create_provisioned_model_throughput <- function(clientRequestToken = NUL #' Deletes a custom model that you created earlier #' #' @description -#' Deletes a custom model that you created earlier. For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the Amazon Bedrock User Guide. +#' Deletes a custom model that you created earlier. For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_delete_custom_model/](https://www.paws-r-sdk.com/docs/bedrock_delete_custom_model/) for full documentation. #' @@ -327,6 +494,36 @@ bedrock_delete_guardrail <- function(guardrailIdentifier, guardrailVersion = NUL } .bedrock$operations$delete_guardrail <- bedrock_delete_guardrail +#' Deletes a custom model that you imported earlier +#' +#' @description +#' Deletes a custom model that you imported earlier. For more information, see [Import a customized model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_delete_imported_model/](https://www.paws-r-sdk.com/docs/bedrock_delete_imported_model/) for full documentation. +#' +#' @param modelIdentifier [required] Name of the imported model to delete. +#' +#' @keywords internal +#' +#' @rdname bedrock_delete_imported_model +bedrock_delete_imported_model <- function(modelIdentifier) { + op <- new_operation( + name = "DeleteImportedModel", + http_method = "DELETE", + http_path = "/imported-models/{modelIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$delete_imported_model_input(modelIdentifier = modelIdentifier) + output <- .bedrock$delete_imported_model_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$delete_imported_model <- bedrock_delete_imported_model + #' Delete the invocation logging #' #' @description @@ -360,7 +557,7 @@ bedrock_delete_model_invocation_logging_configuration <- function() { #' Deletes a Provisioned Throughput #' #' @description -#' Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the Amazon Bedrock User Guide. +#' Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_delete_provisioned_model_throughput/](https://www.paws-r-sdk.com/docs/bedrock_delete_provisioned_model_throughput/) for full documentation. #' @@ -391,7 +588,7 @@ bedrock_delete_provisioned_model_throughput <- function(provisionedModelId) { #' you have created #' #' @description -#' Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the Amazon Bedrock User Guide. +#' Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_get_custom_model/](https://www.paws-r-sdk.com/docs/bedrock_get_custom_model/) for full documentation. #' @@ -422,7 +619,7 @@ bedrock_get_custom_model <- function(modelIdentifier) { #' including the status of the job #' #' @description -#' Retrieves the properties associated with a model evaluation job, including the status of the job. For more information, see Model evaluations. +#' Retrieves the properties associated with a model evaluation job, including the status of the job. For more information, see [Model evaluation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_get_evaluation_job/](https://www.paws-r-sdk.com/docs/bedrock_get_evaluation_job/) for full documentation. #' @@ -512,11 +709,101 @@ bedrock_get_guardrail <- function(guardrailIdentifier, guardrailVersion = NULL) } .bedrock$operations$get_guardrail <- bedrock_get_guardrail +#' Gets properties associated with a customized model you imported +#' +#' @description +#' Gets properties associated with a customized model you imported. +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_get_imported_model/](https://www.paws-r-sdk.com/docs/bedrock_get_imported_model/) for full documentation. +#' +#' @param modelIdentifier [required] Name or Amazon Resource Name (ARN) of the imported model. +#' +#' @keywords internal +#' +#' @rdname bedrock_get_imported_model +bedrock_get_imported_model <- function(modelIdentifier) { + op <- new_operation( + name = "GetImportedModel", + http_method = "GET", + http_path = "/imported-models/{modelIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_imported_model_input(modelIdentifier = modelIdentifier) + output <- .bedrock$get_imported_model_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_imported_model <- bedrock_get_imported_model + +#' Gets information about an inference profile +#' +#' @description +#' Gets information about an inference profile. For more information, see the Amazon Bedrock User Guide. +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_get_inference_profile/](https://www.paws-r-sdk.com/docs/bedrock_get_inference_profile/) for full documentation. +#' +#' @param inferenceProfileIdentifier [required] The unique identifier of the inference profile. +#' +#' @keywords internal +#' +#' @rdname bedrock_get_inference_profile +bedrock_get_inference_profile <- function(inferenceProfileIdentifier) { + op <- new_operation( + name = "GetInferenceProfile", + http_method = "GET", + http_path = "/inference-profiles/{inferenceProfileIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_inference_profile_input(inferenceProfileIdentifier = inferenceProfileIdentifier) + output <- .bedrock$get_inference_profile_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_inference_profile <- bedrock_get_inference_profile + +#' Retrieves information about a model copy job +#' +#' @description +#' Retrieves information about a model copy job. For more information, see [Copy models to be used in other regions](https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_get_model_copy_job/](https://www.paws-r-sdk.com/docs/bedrock_get_model_copy_job/) for full documentation. +#' +#' @param jobArn [required] The Amazon Resource Name (ARN) of the model copy job. +#' +#' @keywords internal +#' +#' @rdname bedrock_get_model_copy_job +bedrock_get_model_copy_job <- function(jobArn) { + op <- new_operation( + name = "GetModelCopyJob", + http_method = "GET", + http_path = "/model-copy-jobs/{jobArn}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_model_copy_job_input(jobArn = jobArn) + output <- .bedrock$get_model_copy_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_model_copy_job <- bedrock_get_model_copy_job + #' Retrieves the properties associated with a model-customization job, #' including the status of the job #' #' @description -#' Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the Amazon Bedrock User Guide. +#' Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_get_model_customization_job/](https://www.paws-r-sdk.com/docs/bedrock_get_model_customization_job/) for full documentation. #' @@ -543,6 +830,67 @@ bedrock_get_model_customization_job <- function(jobIdentifier) { } .bedrock$operations$get_model_customization_job <- bedrock_get_model_customization_job +#' Retrieves the properties associated with import model job, including the +#' status of the job +#' +#' @description +#' Retrieves the properties associated with import model job, including the status of the job. For more information, see [Import a customized model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_get_model_import_job/](https://www.paws-r-sdk.com/docs/bedrock_get_model_import_job/) for full documentation. +#' +#' @param jobIdentifier [required] The identifier of the import job. +#' +#' @keywords internal +#' +#' @rdname bedrock_get_model_import_job +bedrock_get_model_import_job <- function(jobIdentifier) { + op <- new_operation( + name = "GetModelImportJob", + http_method = "GET", + http_path = "/model-import-jobs/{jobIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_model_import_job_input(jobIdentifier = jobIdentifier) + output <- .bedrock$get_model_import_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_model_import_job <- bedrock_get_model_import_job + +#' Gets details about a batch inference job +#' +#' @description +#' Gets details about a batch inference job. For more information, see [View details about a batch inference job](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view) +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_get_model_invocation_job/](https://www.paws-r-sdk.com/docs/bedrock_get_model_invocation_job/) for full documentation. +#' +#' @param jobIdentifier [required] The Amazon Resource Name (ARN) of the batch inference job. +#' +#' @keywords internal +#' +#' @rdname bedrock_get_model_invocation_job +bedrock_get_model_invocation_job <- function(jobIdentifier) { + op <- new_operation( + name = "GetModelInvocationJob", + http_method = "GET", + http_path = "/model-invocation-job/{jobIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_model_invocation_job_input(jobIdentifier = jobIdentifier) + output <- .bedrock$get_model_invocation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_model_invocation_job <- bedrock_get_model_invocation_job + #' Get the current configuration values for model invocation logging #' #' @description @@ -576,7 +924,7 @@ bedrock_get_model_invocation_logging_configuration <- function() { #' Returns details for a Provisioned Throughput #' #' @description -#' Returns details for a Provisioned Throughput. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the Amazon Bedrock User Guide. +#' Returns details for a Provisioned Throughput. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_get_provisioned_model_throughput/](https://www.paws-r-sdk.com/docs/bedrock_get_provisioned_model_throughput/) for full documentation. #' @@ -618,16 +966,22 @@ bedrock_get_provisioned_model_throughput <- function(provisionedModelId) { #' matches this parameter. #' @param foundationModelArnEquals Return custom models only if the foundation model Amazon Resource Name #' (ARN) matches this parameter. -#' @param maxResults Maximum number of results to return in the response. -#' @param nextToken Continuation token from the previous response, for Amazon Bedrock to -#' list the next set of results. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. #' @param sortBy The field to sort by in the returned list of models. #' @param sortOrder The sort order of the results. +#' @param isOwned Return custom models depending on if the current account owns them +#' (`true`) or if they were shared with the current account (`false`). #' #' @keywords internal #' #' @rdname bedrock_list_custom_models -bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAfter = NULL, nameContains = NULL, baseModelArnEquals = NULL, foundationModelArnEquals = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { +bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAfter = NULL, nameContains = NULL, baseModelArnEquals = NULL, foundationModelArnEquals = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL, isOwned = NULL) { op <- new_operation( name = "ListCustomModels", http_method = "GET", @@ -635,7 +989,7 @@ bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAf host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelSummaries") ) - input <- .bedrock$list_custom_models_input(creationTimeBefore = creationTimeBefore, creationTimeAfter = creationTimeAfter, nameContains = nameContains, baseModelArnEquals = baseModelArnEquals, foundationModelArnEquals = foundationModelArnEquals, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + input <- .bedrock$list_custom_models_input(creationTimeBefore = creationTimeBefore, creationTimeAfter = creationTimeAfter, nameContains = nameContains, baseModelArnEquals = baseModelArnEquals, foundationModelArnEquals = foundationModelArnEquals, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder, isOwned = isOwned) output <- .bedrock$list_custom_models_output() config <- get_config() svc <- .bedrock$service(config, op) @@ -688,7 +1042,7 @@ bedrock_list_evaluation_jobs <- function(creationTimeAfter = NULL, creationTimeB #' Lists Amazon Bedrock foundation models that you can use #' #' @description -#' Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see [Foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/) in the Amazon Bedrock User Guide. +#' Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see [Foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_list_foundation_models/](https://www.paws-r-sdk.com/docs/bedrock_list_foundation_models/) for full documentation. #' @@ -696,12 +1050,14 @@ bedrock_list_evaluation_jobs <- function(creationTimeAfter = NULL, creationTimeB #' @param byCustomizationType Return models that support the customization type that you specify. For #' more information, see [Custom #' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' @param byOutputModality Return models that support the output modality that you specify. #' @param byInferenceType Return models that support the inference type that you specify. For more #' information, see [Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @keywords internal #' @@ -759,6 +1115,131 @@ bedrock_list_guardrails <- function(guardrailIdentifier = NULL, maxResults = NUL } .bedrock$operations$list_guardrails <- bedrock_list_guardrails +#' Returns a list of models you've imported +#' +#' @description +#' Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see [Import a customized model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_list_imported_models/](https://www.paws-r-sdk.com/docs/bedrock_list_imported_models/) for full documentation. +#' +#' @param creationTimeBefore Return imported models that created before the specified time. +#' @param creationTimeAfter Return imported models that were created after the specified time. +#' @param nameContains Return imported models only if the model name contains these characters. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of imported models. +#' @param sortOrder Specifies whetehr to sort the results in ascending or descending order. +#' +#' @keywords internal +#' +#' @rdname bedrock_list_imported_models +bedrock_list_imported_models <- function(creationTimeBefore = NULL, creationTimeAfter = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { + op <- new_operation( + name = "ListImportedModels", + http_method = "GET", + http_path = "/imported-models", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelSummaries") + ) + input <- .bedrock$list_imported_models_input(creationTimeBefore = creationTimeBefore, creationTimeAfter = creationTimeAfter, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_imported_models_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_imported_models <- bedrock_list_imported_models + +#' Returns a list of inference profiles that you can use +#' +#' @description +#' Returns a list of inference profiles that you can use. +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_list_inference_profiles/](https://www.paws-r-sdk.com/docs/bedrock_list_inference_profiles/) for full documentation. +#' +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' +#' @keywords internal +#' +#' @rdname bedrock_list_inference_profiles +bedrock_list_inference_profiles <- function(maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListInferenceProfiles", + http_method = "GET", + http_path = "/inference-profiles", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "inferenceProfileSummaries") + ) + input <- .bedrock$list_inference_profiles_input(maxResults = maxResults, nextToken = nextToken) + output <- .bedrock$list_inference_profiles_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_inference_profiles <- bedrock_list_inference_profiles + +#' Returns a list of model copy jobs that you have submitted +#' +#' @description +#' Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see [Copy models to be used in other regions](https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_list_model_copy_jobs/](https://www.paws-r-sdk.com/docs/bedrock_list_model_copy_jobs/) for full documentation. +#' +#' @param creationTimeAfter Filters for model copy jobs created after the specified time. +#' @param creationTimeBefore Filters for model copy jobs created before the specified time. +#' @param statusEquals Filters for model copy jobs whose status matches the value that you +#' specify. +#' @param sourceAccountEquals Filters for model copy jobs in which the account that the source model +#' belongs to is equal to the value that you specify. +#' @param sourceModelArnEquals Filters for model copy jobs in which the Amazon Resource Name (ARN) of +#' the source model to is equal to the value that you specify. +#' @param targetModelNameContains Filters for model copy jobs in which the name of the copied model +#' contains the string that you specify. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of model copy jobs. +#' @param sortOrder Specifies whether to sort the results in ascending or descending order. +#' +#' @keywords internal +#' +#' @rdname bedrock_list_model_copy_jobs +bedrock_list_model_copy_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, sourceAccountEquals = NULL, sourceModelArnEquals = NULL, targetModelNameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { + op <- new_operation( + name = "ListModelCopyJobs", + http_method = "GET", + http_path = "/model-copy-jobs", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelCopyJobSummaries") + ) + input <- .bedrock$list_model_copy_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, sourceAccountEquals = sourceAccountEquals, sourceModelArnEquals = sourceModelArnEquals, targetModelNameContains = targetModelNameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_copy_jobs_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_model_copy_jobs <- bedrock_list_model_copy_jobs + #' Returns a list of model customization jobs that you have submitted #' #' @description @@ -771,9 +1252,13 @@ bedrock_list_guardrails <- function(guardrailIdentifier = NULL, maxResults = NUL #' @param statusEquals Return customization jobs with the specified status. #' @param nameContains Return customization jobs only if the job name contains these #' characters. -#' @param maxResults Maximum number of results to return in the response. -#' @param nextToken Continuation token from the previous response, for Amazon Bedrock to -#' list the next set of results. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. #' @param sortBy The field to sort by in the returned list of jobs. #' @param sortOrder The sort order of the results. #' @@ -798,10 +1283,100 @@ bedrock_list_model_customization_jobs <- function(creationTimeAfter = NULL, crea } .bedrock$operations$list_model_customization_jobs <- bedrock_list_model_customization_jobs +#' Returns a list of import jobs you've submitted +#' +#' @description +#' Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see [Import a customized model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_list_model_import_jobs/](https://www.paws-r-sdk.com/docs/bedrock_list_model_import_jobs/) for full documentation. +#' +#' @param creationTimeAfter Return import jobs that were created after the specified time. +#' @param creationTimeBefore Return import jobs that were created before the specified time. +#' @param statusEquals Return imported jobs with the specified status. +#' @param nameContains Return imported jobs only if the job name contains these characters. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of imported jobs. +#' @param sortOrder Specifies whether to sort the results in ascending or descending order. +#' +#' @keywords internal +#' +#' @rdname bedrock_list_model_import_jobs +bedrock_list_model_import_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { + op <- new_operation( + name = "ListModelImportJobs", + http_method = "GET", + http_path = "/model-import-jobs", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelImportJobSummaries") + ) + input <- .bedrock$list_model_import_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_import_jobs_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_model_import_jobs <- bedrock_list_model_import_jobs + +#' Lists all batch inference jobs in the account +#' +#' @description +#' Lists all batch inference jobs in the account. For more information, see [View details about a batch inference job](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_list_model_invocation_jobs/](https://www.paws-r-sdk.com/docs/bedrock_list_model_invocation_jobs/) for full documentation. +#' +#' @param submitTimeAfter Specify a time to filter for batch inference jobs that were submitted +#' after the time you specify. +#' @param submitTimeBefore Specify a time to filter for batch inference jobs that were submitted +#' before the time you specify. +#' @param statusEquals Specify a status to filter for batch inference jobs whose statuses match +#' the string you specify. +#' @param nameContains Specify a string to filter for batch inference jobs whose names contain +#' the string. +#' @param maxResults The maximum number of results to return. If there are more results than +#' the number that you specify, a `nextToken` value is returned. Use the +#' `nextToken` in a request to return the next batch of results. +#' @param nextToken If there were more results than the value you specified in the +#' `maxResults` field in a previous +#' [`list_model_invocation_jobs`][bedrock_list_model_invocation_jobs] +#' request, the response would have returned a `nextToken` value. To see +#' the next batch of results, send the `nextToken` value in another +#' request. +#' @param sortBy An attribute by which to sort the results. +#' @param sortOrder Specifies whether to sort the results by ascending or descending order. +#' +#' @keywords internal +#' +#' @rdname bedrock_list_model_invocation_jobs +bedrock_list_model_invocation_jobs <- function(submitTimeAfter = NULL, submitTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { + op <- new_operation( + name = "ListModelInvocationJobs", + http_method = "GET", + http_path = "/model-invocation-jobs", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "invocationJobSummaries") + ) + input <- .bedrock$list_model_invocation_jobs_input(submitTimeAfter = submitTimeAfter, submitTimeBefore = submitTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_invocation_jobs_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_model_invocation_jobs <- bedrock_list_model_invocation_jobs + #' Lists the Provisioned Throughputs in the account #' #' @description -#' Lists the Provisioned Throughputs in the account. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the Amazon Bedrock User Guide. +#' Lists the Provisioned Throughputs in the account. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_list_provisioned_model_throughputs/](https://www.paws-r-sdk.com/docs/bedrock_list_provisioned_model_throughputs/) for full documentation. #' @@ -939,7 +1514,7 @@ bedrock_stop_evaluation_job <- function(jobIdentifier) { #' Stops an active model customization job #' #' @description -#' Stops an active model customization job. For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the Amazon Bedrock User Guide. +#' Stops an active model customization job. For more information, see [Custom models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_stop_model_customization_job/](https://www.paws-r-sdk.com/docs/bedrock_stop_model_customization_job/) for full documentation. #' @@ -966,10 +1541,40 @@ bedrock_stop_model_customization_job <- function(jobIdentifier) { } .bedrock$operations$stop_model_customization_job <- bedrock_stop_model_customization_job +#' Stops a batch inference job +#' +#' @description +#' Stops a batch inference job. You're only charged for tokens that were already processed. For more information, see [Stop a batch inference job](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-stop). +#' +#' See [https://www.paws-r-sdk.com/docs/bedrock_stop_model_invocation_job/](https://www.paws-r-sdk.com/docs/bedrock_stop_model_invocation_job/) for full documentation. +#' +#' @param jobIdentifier [required] The Amazon Resource Name (ARN) of the batch inference job to stop. +#' +#' @keywords internal +#' +#' @rdname bedrock_stop_model_invocation_job +bedrock_stop_model_invocation_job <- function(jobIdentifier) { + op <- new_operation( + name = "StopModelInvocationJob", + http_method = "POST", + http_path = "/model-invocation-job/{jobIdentifier}/stop", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$stop_model_invocation_job_input(jobIdentifier = jobIdentifier) + output <- .bedrock$stop_model_invocation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$stop_model_invocation_job <- bedrock_stop_model_invocation_job + #' Associate tags with a resource #' #' @description -#' Associate tags with a resource. For more information, see [Tagging resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) in the Amazon Bedrock User Guide. +#' Associate tags with a resource. For more information, see [Tagging resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_tag_resource/](https://www.paws-r-sdk.com/docs/bedrock_tag_resource/) for full documentation. #' @@ -1000,7 +1605,7 @@ bedrock_tag_resource <- function(resourceARN, tags) { #' Remove one or more tags from a resource #' #' @description -#' Remove one or more tags from a resource. For more information, see [Tagging resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) in the Amazon Bedrock User Guide. +#' Remove one or more tags from a resource. For more information, see [Tagging resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_untag_resource/](https://www.paws-r-sdk.com/docs/bedrock_untag_resource/) for full documentation. #' @@ -1072,7 +1677,7 @@ bedrock_update_guardrail <- function(guardrailIdentifier, name, description = NU #' Updates the name or associated model for a Provisioned Throughput #' #' @description -#' Updates the name or associated model for a Provisioned Throughput. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the Amazon Bedrock User Guide. +#' Updates the name or associated model for a Provisioned Throughput. For more information, see [Provisioned Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' See [https://www.paws-r-sdk.com/docs/bedrock_update_provisioned_model_throughput/](https://www.paws-r-sdk.com/docs/bedrock_update_provisioned_model_throughput/) for full documentation. #' diff --git a/cran/paws.machine.learning/R/bedrock_service.R b/cran/paws.machine.learning/R/bedrock_service.R index 3889f8a6df..098827f0d5 100644 --- a/cran/paws.machine.learning/R/bedrock_service.R +++ b/cran/paws.machine.learning/R/bedrock_service.R @@ -84,39 +84,55 @@ NULL #' @examples #' \dontrun{ #' svc <- bedrock() -#' svc$create_evaluation_job( +#' svc$batch_delete_evaluation_job( #' Foo = 123 #' ) #' } #' #' @section Operations: #' \tabular{ll}{ +#' \link[=bedrock_batch_delete_evaluation_job]{batch_delete_evaluation_job} \tab Creates a batch deletion job\cr #' \link[=bedrock_create_evaluation_job]{create_evaluation_job} \tab API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers\cr #' \link[=bedrock_create_guardrail]{create_guardrail} \tab Creates a guardrail to block topics and to implement safeguards for your generative AI applications\cr #' \link[=bedrock_create_guardrail_version]{create_guardrail_version} \tab Creates a version of the guardrail\cr +#' \link[=bedrock_create_model_copy_job]{create_model_copy_job} \tab Copies a model to another region so that it can be used there\cr #' \link[=bedrock_create_model_customization_job]{create_model_customization_job} \tab Creates a fine-tuning job to customize a base model\cr +#' \link[=bedrock_create_model_import_job]{create_model_import_job} \tab Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker\cr +#' \link[=bedrock_create_model_invocation_job]{create_model_invocation_job} \tab Creates a batch inference job to invoke a model on multiple prompts\cr #' \link[=bedrock_create_provisioned_model_throughput]{create_provisioned_model_throughput} \tab Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify\cr #' \link[=bedrock_delete_custom_model]{delete_custom_model} \tab Deletes a custom model that you created earlier\cr #' \link[=bedrock_delete_guardrail]{delete_guardrail} \tab Deletes a guardrail\cr +#' \link[=bedrock_delete_imported_model]{delete_imported_model} \tab Deletes a custom model that you imported earlier\cr #' \link[=bedrock_delete_model_invocation_logging_configuration]{delete_model_invocation_logging_configuration} \tab Delete the invocation logging\cr #' \link[=bedrock_delete_provisioned_model_throughput]{delete_provisioned_model_throughput} \tab Deletes a Provisioned Throughput\cr #' \link[=bedrock_get_custom_model]{get_custom_model} \tab Get the properties associated with a Amazon Bedrock custom model that you have created\cr #' \link[=bedrock_get_evaluation_job]{get_evaluation_job} \tab Retrieves the properties associated with a model evaluation job, including the status of the job\cr #' \link[=bedrock_get_foundation_model]{get_foundation_model} \tab Get details about a Amazon Bedrock foundation model\cr #' \link[=bedrock_get_guardrail]{get_guardrail} \tab Gets details about a guardrail\cr +#' \link[=bedrock_get_imported_model]{get_imported_model} \tab Gets properties associated with a customized model you imported\cr +#' \link[=bedrock_get_inference_profile]{get_inference_profile} \tab Gets information about an inference profile\cr +#' \link[=bedrock_get_model_copy_job]{get_model_copy_job} \tab Retrieves information about a model copy job\cr #' \link[=bedrock_get_model_customization_job]{get_model_customization_job} \tab Retrieves the properties associated with a model-customization job, including the status of the job\cr +#' \link[=bedrock_get_model_import_job]{get_model_import_job} \tab Retrieves the properties associated with import model job, including the status of the job\cr +#' \link[=bedrock_get_model_invocation_job]{get_model_invocation_job} \tab Gets details about a batch inference job\cr #' \link[=bedrock_get_model_invocation_logging_configuration]{get_model_invocation_logging_configuration} \tab Get the current configuration values for model invocation logging\cr #' \link[=bedrock_get_provisioned_model_throughput]{get_provisioned_model_throughput} \tab Returns details for a Provisioned Throughput\cr #' \link[=bedrock_list_custom_models]{list_custom_models} \tab Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation\cr #' \link[=bedrock_list_evaluation_jobs]{list_evaluation_jobs} \tab Lists model evaluation jobs\cr #' \link[=bedrock_list_foundation_models]{list_foundation_models} \tab Lists Amazon Bedrock foundation models that you can use\cr #' \link[=bedrock_list_guardrails]{list_guardrails} \tab Lists details about all the guardrails in an account\cr +#' \link[=bedrock_list_imported_models]{list_imported_models} \tab Returns a list of models you've imported\cr +#' \link[=bedrock_list_inference_profiles]{list_inference_profiles} \tab Returns a list of inference profiles that you can use\cr +#' \link[=bedrock_list_model_copy_jobs]{list_model_copy_jobs} \tab Returns a list of model copy jobs that you have submitted\cr #' \link[=bedrock_list_model_customization_jobs]{list_model_customization_jobs} \tab Returns a list of model customization jobs that you have submitted\cr +#' \link[=bedrock_list_model_import_jobs]{list_model_import_jobs} \tab Returns a list of import jobs you've submitted\cr +#' \link[=bedrock_list_model_invocation_jobs]{list_model_invocation_jobs} \tab Lists all batch inference jobs in the account\cr #' \link[=bedrock_list_provisioned_model_throughputs]{list_provisioned_model_throughputs} \tab Lists the Provisioned Throughputs in the account\cr #' \link[=bedrock_list_tags_for_resource]{list_tags_for_resource} \tab List the tags associated with the specified resource\cr #' \link[=bedrock_put_model_invocation_logging_configuration]{put_model_invocation_logging_configuration} \tab Set the configuration values for model invocation logging\cr #' \link[=bedrock_stop_evaluation_job]{stop_evaluation_job} \tab Stops an in progress model evaluation job\cr #' \link[=bedrock_stop_model_customization_job]{stop_model_customization_job} \tab Stops an active model customization job\cr +#' \link[=bedrock_stop_model_invocation_job]{stop_model_invocation_job} \tab Stops a batch inference job\cr #' \link[=bedrock_tag_resource]{tag_resource} \tab Associate tags with a resource\cr #' \link[=bedrock_untag_resource]{untag_resource} \tab Remove one or more tags from a resource\cr #' \link[=bedrock_update_guardrail]{update_guardrail} \tab Updates a guardrail with the values you specify\cr @@ -156,7 +172,7 @@ bedrock <- function(config = list(), credentials = list(), endpoint = NULL, regi service_id = "Bedrock", api_version = "2023-04-20", signing_name = "bedrock", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.machine.learning/R/bedrockruntime_interfaces.R b/cran/paws.machine.learning/R/bedrockruntime_interfaces.R index dd11e4a035..98eb637ac8 100644 --- a/cran/paws.machine.learning/R/bedrockruntime_interfaces.R +++ b/cran/paws.machine.learning/R/bedrockruntime_interfaces.R @@ -35,7 +35,7 @@ NULL .bedrockruntime$converse_stream_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(stream = structure(list(messageStart = structure(list(role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", event = TRUE)), contentBlockStart = structure(list(start = structure(list(toolUse = structure(list(toolUseId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), contentBlockIndex = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure", event = TRUE)), contentBlockDelta = structure(list(delta = structure(list(text = structure(logical(0), tags = list(type = "string")), toolUse = structure(list(input = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), contentBlockIndex = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure", event = TRUE)), contentBlockStop = structure(list(contentBlockIndex = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure", event = TRUE)), messageStop = structure(list(stopReason = structure(logical(0), tags = list(type = "string")), additionalModelResponseFields = structure(list(), tags = list(type = "structure", document = TRUE))), tags = list(type = "structure", event = TRUE)), metadata = structure(list(usage = structure(list(inputTokens = structure(logical(0), tags = list(type = "integer", box = TRUE)), outputTokens = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalTokens = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), metrics = structure(list(latencyMs = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), trace = structure(list(guardrail = structure(list(modelOutput = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), inputAssessment = structure(list(structure(list(topicPolicy = structure(list(topics = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contentPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), confidence = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), wordPolicy = structure(list(customWords = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), managedWordLists = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), sensitiveInformationPolicy = structure(list(piiEntities = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), regexes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), match = structure(logical(0), tags = list(type = "string")), regex = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contextualGroundingPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), threshold = structure(logical(0), tags = list(type = "double", box = TRUE)), score = structure(logical(0), tags = list(type = "double", box = TRUE)), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), outputAssessments = structure(list(structure(list(structure(list(topicPolicy = structure(list(topics = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contentPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), confidence = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), wordPolicy = structure(list(customWords = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), managedWordLists = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), sensitiveInformationPolicy = structure(list(piiEntities = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), regexes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), match = structure(logical(0), tags = list(type = "string")), regex = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contextualGroundingPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), threshold = structure(logical(0), tags = list(type = "double", box = TRUE)), score = structure(logical(0), tags = list(type = "double", box = TRUE)), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure", event = TRUE)), internalServerException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE, fault = TRUE)), modelStreamErrorException = structure(list(message = structure(logical(0), tags = list(type = "string")), originalStatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE)), originalMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), validationException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), throttlingException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE))), tags = list(type = "structure", eventstream = TRUE))), tags = list(type = "structure", payload = "stream")) + shape <- structure(list(stream = structure(list(messageStart = structure(list(role = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", event = TRUE)), contentBlockStart = structure(list(start = structure(list(toolUse = structure(list(toolUseId = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), contentBlockIndex = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure", event = TRUE)), contentBlockDelta = structure(list(delta = structure(list(text = structure(logical(0), tags = list(type = "string")), toolUse = structure(list(input = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), contentBlockIndex = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure", event = TRUE)), contentBlockStop = structure(list(contentBlockIndex = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure", event = TRUE)), messageStop = structure(list(stopReason = structure(logical(0), tags = list(type = "string")), additionalModelResponseFields = structure(list(), tags = list(type = "structure", document = TRUE))), tags = list(type = "structure", event = TRUE)), metadata = structure(list(usage = structure(list(inputTokens = structure(logical(0), tags = list(type = "integer", box = TRUE)), outputTokens = structure(logical(0), tags = list(type = "integer", box = TRUE)), totalTokens = structure(logical(0), tags = list(type = "integer", box = TRUE))), tags = list(type = "structure")), metrics = structure(list(latencyMs = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), trace = structure(list(guardrail = structure(list(modelOutput = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), inputAssessment = structure(list(structure(list(topicPolicy = structure(list(topics = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contentPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), confidence = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), wordPolicy = structure(list(customWords = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), managedWordLists = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), sensitiveInformationPolicy = structure(list(piiEntities = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), regexes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), match = structure(logical(0), tags = list(type = "string")), regex = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contextualGroundingPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), threshold = structure(logical(0), tags = list(type = "double", box = TRUE)), score = structure(logical(0), tags = list(type = "double", box = TRUE)), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map")), outputAssessments = structure(list(structure(list(structure(list(topicPolicy = structure(list(topics = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contentPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), confidence = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), wordPolicy = structure(list(customWords = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), managedWordLists = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), sensitiveInformationPolicy = structure(list(piiEntities = structure(list(structure(list(match = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), regexes = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), match = structure(logical(0), tags = list(type = "string")), regex = structure(logical(0), tags = list(type = "string")), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), contextualGroundingPolicy = structure(list(filters = structure(list(structure(list(type = structure(logical(0), tags = list(type = "string")), threshold = structure(logical(0), tags = list(type = "double", box = TRUE)), score = structure(logical(0), tags = list(type = "double", box = TRUE)), action = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure", event = TRUE)), internalServerException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE, fault = TRUE)), modelStreamErrorException = structure(list(message = structure(logical(0), tags = list(type = "string")), originalStatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE)), originalMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), validationException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), throttlingException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), serviceUnavailableException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE, fault = TRUE))), tags = list(type = "structure", eventstream = TRUE))), tags = list(type = "structure", payload = "stream")) return(populate(args, shape)) } @@ -59,6 +59,6 @@ NULL .bedrockruntime$invoke_model_with_response_stream_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(body = structure(list(chunk = structure(list(bytes = structure(logical(0), tags = list(type = "blob", sensitive = TRUE))), tags = list(type = "structure", event = TRUE, sensitive = TRUE)), internalServerException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE, fault = TRUE)), modelStreamErrorException = structure(list(message = structure(logical(0), tags = list(type = "string")), originalStatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE)), originalMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), validationException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), throttlingException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), modelTimeoutException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE))), tags = list(type = "structure", eventstream = TRUE)), contentType = structure(logical(0), tags = list(location = "header", locationName = "X-Amzn-Bedrock-Content-Type", type = "string"))), tags = list(type = "structure", payload = "body")) + shape <- structure(list(body = structure(list(chunk = structure(list(bytes = structure(logical(0), tags = list(type = "blob", sensitive = TRUE))), tags = list(type = "structure", event = TRUE, sensitive = TRUE)), internalServerException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE, fault = TRUE)), modelStreamErrorException = structure(list(message = structure(logical(0), tags = list(type = "string")), originalStatusCode = structure(logical(0), tags = list(type = "integer", box = TRUE)), originalMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), validationException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), throttlingException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), modelTimeoutException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE)), serviceUnavailableException = structure(list(message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", exception = TRUE, fault = TRUE))), tags = list(type = "structure", eventstream = TRUE)), contentType = structure(logical(0), tags = list(location = "header", locationName = "X-Amzn-Bedrock-Content-Type", type = "string"))), tags = list(type = "structure", payload = "body")) return(populate(args, shape)) } diff --git a/cran/paws.machine.learning/R/bedrockruntime_operations.R b/cran/paws.machine.learning/R/bedrockruntime_operations.R index edd1858994..f3afe3aba5 100644 --- a/cran/paws.machine.learning/R/bedrockruntime_operations.R +++ b/cran/paws.machine.learning/R/bedrockruntime_operations.R @@ -39,13 +39,14 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' Sends messages to the specified Amazon Bedrock model #' #' @description -#' Sends messages to the specified Amazon Bedrock model. [`converse`][bedrockruntime_converse] provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. +#' Sends messages to the specified Amazon Bedrock model. [`converse`][bedrockruntime_converse] provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. #' #' See [https://www.paws-r-sdk.com/docs/bedrockruntime_converse/](https://www.paws-r-sdk.com/docs/bedrockruntime_converse/) for full documentation. #' #' @param modelId [required] The identifier for the model that you want to call. #' -#' The `modelId` to provide depends on the type of model that you use: +#' The `modelId` to provide depends on the type of model or throughput that +#' you use: #' #' - If you use a base model, specify the model ID or its ARN. For a list #' of model IDs for base models, see [Amazon Bedrock base model IDs @@ -53,6 +54,12 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' throughput)](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns) #' in the Amazon Bedrock User Guide. #' +#' - If you use an inference profile, specify the inference profile ID or +#' its ARN. For a list of inference profile IDs, see [Supported Regions +#' and models for cross-region +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html) +#' in the Amazon Bedrock User Guide. +#' #' - If you use a provisioned model, specify the ARN of the Provisioned #' Throughput. For more information, see [Run inference using a #' Provisioned @@ -64,6 +71,9 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' The Converse API doesn't support [imported +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html). #' @param messages [required] The messages that you want to send to the model. #' @param system A system prompt to pass to the model. #' @param inferenceConfig Inference parameters to pass to the model. @@ -129,7 +139,8 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' #' @param modelId [required] The ID for the model. #' -#' The `modelId` to provide depends on the type of model that you use: +#' The `modelId` to provide depends on the type of model or throughput that +#' you use: #' #' - If you use a base model, specify the model ID or its ARN. For a list #' of model IDs for base models, see [Amazon Bedrock base model IDs @@ -137,6 +148,12 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' throughput)](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns) #' in the Amazon Bedrock User Guide. #' +#' - If you use an inference profile, specify the inference profile ID or +#' its ARN. For a list of inference profile IDs, see [Supported Regions +#' and models for cross-region +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html) +#' in the Amazon Bedrock User Guide. +#' #' - If you use a provisioned model, specify the ARN of the Provisioned #' Throughput. For more information, see [Run inference using a #' Provisioned @@ -148,6 +165,9 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' The Converse API doesn't support [imported +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html). #' @param messages [required] The messages that you want to send to the model. #' @param system A system prompt to send to the model. #' @param inferenceConfig Inference parameters to pass to the model. @@ -245,6 +265,13 @@ bedrockruntime_converse_stream <- function(modelId, messages, system = NULL, inf #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' - If you use an [imported +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html), +#' specify the ARN of the imported model. You can get the model ARN +#' from a successful call to +#' [CreateModelImportJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html) +#' or from the Imported models page in the Amazon Bedrock console. #' @param trace Specifies whether to enable or disable the Bedrock trace. If enabled, #' you can see the full Bedrock trace. #' @param guardrailIdentifier The unique identifier of the guardrail that you want to use. If you @@ -324,6 +351,13 @@ bedrockruntime_invoke_model <- function(body, contentType = NULL, accept = NULL, #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' - If you use an [imported +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html), +#' specify the ARN of the imported model. You can get the model ARN +#' from a successful call to +#' [CreateModelImportJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html) +#' or from the Imported models page in the Amazon Bedrock console. #' @param trace Specifies whether to enable or disable the Bedrock trace. If enabled, #' you can see the full Bedrock trace. #' @param guardrailIdentifier The unique identifier of the guardrail that you want to use. If you diff --git a/cran/paws.machine.learning/R/bedrockruntime_service.R b/cran/paws.machine.learning/R/bedrockruntime_service.R index 7f2fa12d90..53f08645d5 100644 --- a/cran/paws.machine.learning/R/bedrockruntime_service.R +++ b/cran/paws.machine.learning/R/bedrockruntime_service.R @@ -131,7 +131,7 @@ bedrockruntime <- function(config = list(), credentials = list(), endpoint = NUL service_id = "Bedrock Runtime", api_version = "2023-09-30", signing_name = "bedrock", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.machine.learning/R/lexmodelsv2_interfaces.R b/cran/paws.machine.learning/R/lexmodelsv2_interfaces.R index f1b239cb7a..074b244d72 100644 --- a/cran/paws.machine.learning/R/lexmodelsv2_interfaces.R +++ b/cran/paws.machine.learning/R/lexmodelsv2_interfaces.R @@ -77,13 +77,13 @@ NULL .lexmodelsv2$create_bot_locale_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .lexmodelsv2$create_bot_locale_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeName = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botLocaleStatus = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeName = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botLocaleStatus = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -125,13 +125,13 @@ NULL .lexmodelsv2$create_intent_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(location = "uri", locationName = "localeId", type = "string")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(location = "uri", locationName = "localeId", type = "string")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .lexmodelsv2$create_intent_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(intentId = structure(logical(0), tags = list(type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(intentId = structure(logical(0), tags = list(type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -411,7 +411,7 @@ NULL .lexmodelsv2$describe_bot_locale_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), localeName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), intentsCount = structure(logical(0), tags = list(type = "integer")), slotTypesCount = structure(logical(0), tags = list(type = "integer")), botLocaleStatus = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), lastBuildSubmittedDateTime = structure(logical(0), tags = list(type = "timestamp")), botLocaleHistoryEvents = structure(list(structure(list(event = structure(logical(0), tags = list(type = "string")), eventDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), recommendedActions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), localeName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), intentsCount = structure(logical(0), tags = list(type = "integer")), slotTypesCount = structure(logical(0), tags = list(type = "integer")), botLocaleStatus = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), lastBuildSubmittedDateTime = structure(logical(0), tags = list(type = "timestamp")), botLocaleHistoryEvents = structure(list(structure(list(event = structure(logical(0), tags = list(type = "string")), eventDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), recommendedActions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -507,7 +507,7 @@ NULL .lexmodelsv2$describe_intent_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(intentId = structure(logical(0), tags = list(type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), slotPriorities = structure(list(structure(list(priority = structure(logical(0), tags = list(type = "integer")), slotId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(intentId = structure(logical(0), tags = list(type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), slotPriorities = structure(list(structure(list(priority = structure(logical(0), tags = list(type = "integer")), slotId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1125,13 +1125,13 @@ NULL .lexmodelsv2$update_bot_locale_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(location = "uri", locationName = "localeId", type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(location = "uri", locationName = "localeId", type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .lexmodelsv2$update_bot_locale_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), localeName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botLocaleStatus = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), recommendedActions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), localeName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), nluIntentConfidenceThreshold = structure(logical(0), tags = list(type = "double")), voiceSettings = structure(list(voiceId = structure(logical(0), tags = list(type = "string")), engine = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botLocaleStatus = structure(logical(0), tags = list(type = "string")), failureReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), recommendedActions = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), generativeAISettings = structure(list(runtimeSettings = structure(list(slotResolutionImprovement = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), buildtimeSettings = structure(list(descriptiveBotBuilder = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), sampleUtteranceGeneration = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), bedrockModelSpecification = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1161,13 +1161,13 @@ NULL .lexmodelsv2$update_intent_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(intentId = structure(logical(0), tags = list(location = "uri", locationName = "intentId", type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), slotPriorities = structure(list(structure(list(priority = structure(logical(0), tags = list(type = "integer")), slotId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(location = "uri", locationName = "localeId", type = "string")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(intentId = structure(logical(0), tags = list(location = "uri", locationName = "intentId", type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), slotPriorities = structure(list(structure(list(priority = structure(logical(0), tags = list(type = "integer")), slotId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(location = "uri", locationName = "botId", type = "string")), botVersion = structure(logical(0), tags = list(location = "uri", locationName = "botVersion", type = "string")), localeId = structure(logical(0), tags = list(location = "uri", locationName = "localeId", type = "string")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .lexmodelsv2$update_intent_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(intentId = structure(logical(0), tags = list(type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), slotPriorities = structure(list(structure(list(priority = structure(logical(0), tags = list(type = "integer")), slotId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(intentId = structure(logical(0), tags = list(type = "string")), intentName = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), parentIntentSignature = structure(logical(0), tags = list(type = "string")), sampleUtterances = structure(list(structure(list(utterance = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), dialogCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), fulfillmentCodeHook = structure(list(enabled = structure(logical(0), tags = list(type = "boolean")), postFulfillmentStatusSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), fulfillmentUpdatesSpecification = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), startResponse = structure(list(delayInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), updateResponse = structure(list(frequencyInSeconds = structure(logical(0), tags = list(type = "integer")), messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), slotPriorities = structure(list(structure(list(priority = structure(logical(0), tags = list(type = "integer")), slotId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), intentConfirmationSetting = structure(list(promptSpecification = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), maxRetries = structure(logical(0), tags = list(type = "integer")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), messageSelectionStrategy = structure(logical(0), tags = list(type = "string")), promptAttemptsSpecification = structure(list(structure(list(allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowedInputTypes = structure(list(allowAudioInput = structure(logical(0), tags = list(type = "boolean", box = TRUE)), allowDTMFInput = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), audioAndDTMFInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer")), audioSpecification = structure(list(maxLengthMs = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), dtmfSpecification = structure(list(maxLength = structure(logical(0), tags = list(type = "integer")), endTimeoutMs = structure(logical(0), tags = list(type = "integer")), deletionCharacter = structure(logical(0), tags = list(type = "string")), endCharacter = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), textInputSpecification = structure(list(startTimeoutMs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), confirmationResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), confirmationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), confirmationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), declinationNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), declinationConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), elicitationCodeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), intentClosingSetting = structure(list(closingResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), inputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), outputContexts = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), timeToLiveInSeconds = structure(logical(0), tags = list(type = "integer")), turnsToLive = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), botId = structure(logical(0), tags = list(type = "string")), botVersion = structure(logical(0), tags = list(type = "string")), localeId = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), initialResponseSetting = structure(list(initialResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), conditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), codeHook = structure(list(enableCodeHookInvocation = structure(logical(0), tags = list(type = "boolean", box = TRUE)), active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), invocationLabel = structure(logical(0), tags = list(type = "string")), postCodeHookSpecification = structure(list(successResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), successNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), successConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), failureResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), failureNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), failureConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), timeoutResponse = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), timeoutNextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), timeoutConditional = structure(list(active = structure(logical(0), tags = list(type = "boolean", box = TRUE)), conditionalBranches = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), condition = structure(list(expressionString = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), defaultBranch = structure(list(nextStep = structure(list(dialogAction = structure(list(type = structure(logical(0), tags = list(type = "string")), slotToElicit = structure(logical(0), tags = list(type = "string")), suppressNextMessage = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure")), intent = structure(list(name = structure(logical(0), tags = list(type = "string")), slots = structure(list(structure(list(shape = structure(logical(0), tags = list(type = "string")), value = structure(list(interpretedValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), values = structure(list(structure(logical(0), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "map"))), tags = list(type = "structure")), sessionAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), response = structure(list(messageGroups = structure(list(structure(list(message = structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure")), variations = structure(list(structure(list(plainTextMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), customPayload = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ssmlMessage = structure(list(value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), imageResponseCard = structure(list(title = structure(logical(0), tags = list(type = "string")), subtitle = structure(logical(0), tags = list(type = "string")), imageUrl = structure(logical(0), tags = list(type = "string")), buttons = structure(list(structure(list(text = 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"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), allowInterrupt = structure(logical(0), tags = list(type = "boolean", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), qnAIntentConfiguration = structure(list(dataSourceConfiguration = structure(list(opensearchConfiguration = structure(list(domainEndpoint = structure(logical(0), tags = list(type = "string")), indexName = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(questionField = structure(logical(0), tags = list(type = "string")), answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), includeFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), kendraConfiguration = structure(list(kendraIndex = structure(logical(0), tags = list(type = "string")), queryFilterStringEnabled = structure(logical(0), tags = list(type = "boolean")), queryFilterString = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), bedrockKnowledgeStoreConfiguration = structure(list(bedrockKnowledgeBaseArn = structure(logical(0), tags = list(type = "string")), exactResponse = structure(logical(0), tags = list(type = "boolean")), exactResponseFields = structure(list(answerField = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), bedrockModelConfiguration = structure(list(modelArn = structure(logical(0), tags = list(type = "string")), guardrail = structure(list(identifier = structure(logical(0), tags = list(type = "string")), version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), traceStatus = structure(logical(0), tags = list(type = "string")), customPrompt = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.machine.learning/R/personalize_interfaces.R b/cran/paws.machine.learning/R/personalize_interfaces.R index d062cb58f0..ea6235fa94 100644 --- a/cran/paws.machine.learning/R/personalize_interfaces.R +++ b/cran/paws.machine.learning/R/personalize_interfaces.R @@ -473,7 +473,7 @@ NULL .personalize$describe_solution_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(solution = structure(list(name = structure(logical(0), tags = list(type = "string")), solutionArn = structure(logical(0), tags = list(type = "string")), performHPO = structure(logical(0), tags = list(type = "boolean")), performAutoML = structure(logical(0), tags = list(type = "boolean")), performAutoTraining = structure(logical(0), tags = list(type = "boolean", box = TRUE)), recipeArn = structure(logical(0), tags = list(type = "string")), datasetGroupArn = structure(logical(0), tags = list(type = "string")), eventType = structure(logical(0), tags = list(type = "string")), solutionConfig = structure(list(eventValueThreshold = structure(logical(0), tags = list(type = "string")), hpoConfig = structure(list(hpoObjective = structure(list(type = structure(logical(0), tags = list(type = "string")), metricName = structure(logical(0), tags = list(type = "string")), metricRegex = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), hpoResourceConfig = structure(list(maxNumberOfTrainingJobs = structure(logical(0), tags = list(type = "string")), maxParallelTrainingJobs = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), algorithmHyperParameterRanges = structure(list(integerHyperParameterRanges = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), minValue = structure(logical(0), tags = list(type = "integer")), maxValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), continuousHyperParameterRanges = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), minValue = structure(logical(0), tags = list(type = "double")), maxValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), categoricalHyperParameterRanges = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), algorithmHyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), featureTransformationParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), autoMLConfig = structure(list(metricName = structure(logical(0), tags = list(type = "string")), recipeList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), optimizationObjective = structure(list(itemAttribute = structure(logical(0), tags = list(type = "string")), objectiveSensitivity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), trainingDataConfig = structure(list(excludedDatasetColumns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), autoTrainingConfig = structure(list(schedulingExpression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), autoMLResult = structure(list(bestRecipeArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), latestSolutionVersion = structure(list(solutionVersionArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), trainingMode = structure(logical(0), tags = list(type = "string")), trainingType = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), failureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(solution = structure(list(name = structure(logical(0), tags = list(type = "string")), solutionArn = structure(logical(0), tags = list(type = "string")), performHPO = structure(logical(0), tags = list(type = "boolean")), performAutoML = structure(logical(0), tags = list(type = "boolean")), performAutoTraining = structure(logical(0), tags = list(type = "boolean", box = TRUE)), recipeArn = structure(logical(0), tags = list(type = "string")), datasetGroupArn = structure(logical(0), tags = list(type = "string")), eventType = structure(logical(0), tags = list(type = "string")), solutionConfig = structure(list(eventValueThreshold = structure(logical(0), tags = list(type = "string")), hpoConfig = structure(list(hpoObjective = structure(list(type = structure(logical(0), tags = list(type = "string")), metricName = structure(logical(0), tags = list(type = "string")), metricRegex = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), hpoResourceConfig = structure(list(maxNumberOfTrainingJobs = structure(logical(0), tags = list(type = "string")), maxParallelTrainingJobs = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), algorithmHyperParameterRanges = structure(list(integerHyperParameterRanges = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), minValue = structure(logical(0), tags = list(type = "integer")), maxValue = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), continuousHyperParameterRanges = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), minValue = structure(logical(0), tags = list(type = "double")), maxValue = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), categoricalHyperParameterRanges = structure(list(structure(list(name = structure(logical(0), tags = list(type = "string")), values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), algorithmHyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), featureTransformationParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), autoMLConfig = structure(list(metricName = structure(logical(0), tags = list(type = "string")), recipeList = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), optimizationObjective = structure(list(itemAttribute = structure(logical(0), tags = list(type = "string")), objectiveSensitivity = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), trainingDataConfig = structure(list(excludedDatasetColumns = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), autoTrainingConfig = structure(list(schedulingExpression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), autoMLResult = structure(list(bestRecipeArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), latestSolutionVersion = structure(list(solutionVersionArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), trainingMode = structure(logical(0), tags = list(type = "string")), trainingType = structure(logical(0), tags = list(type = "string")), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), failureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), latestSolutionUpdate = structure(list(solutionUpdateConfig = structure(list(autoTrainingConfig = structure(list(schedulingExpression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), status = structure(logical(0), tags = list(type = "string")), performAutoTraining = structure(logical(0), tags = list(type = "boolean", box = TRUE)), creationDateTime = structure(logical(0), tags = list(type = "timestamp")), lastUpdatedDateTime = structure(logical(0), tags = list(type = "timestamp")), failureReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -822,3 +822,15 @@ NULL shape <- structure(list(recommenderArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } + +.personalize$update_solution_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(solutionArn = structure(logical(0), tags = list(type = "string")), performAutoTraining = structure(logical(0), tags = list(type = "boolean", box = TRUE)), solutionUpdateConfig = structure(list(autoTrainingConfig = structure(list(schedulingExpression = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.personalize$update_solution_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(solutionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} diff --git a/cran/paws.machine.learning/R/personalize_operations.R b/cran/paws.machine.learning/R/personalize_operations.R index 2ed95f19b1..490ce59a31 100644 --- a/cran/paws.machine.learning/R/personalize_operations.R +++ b/cran/paws.machine.learning/R/personalize_operations.R @@ -575,10 +575,10 @@ personalize_create_schema <- function(name, schema, domain = NULL) { } .personalize$operations$create_schema <- personalize_create_schema -#' After you create a solution, you can’t change its configuration +#' By default, all new solutions use automatic training #' #' @description -#' After you create a solution, you can’t change its configuration. By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. You can't stop automatic training for a solution. To avoid unnecessary costs, make sure to delete the solution when you are finished. For information about training costs, see [Amazon Personalize pricing](https://aws.amazon.com/personalize/pricing/). +#' By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. To avoid unnecessary costs, when you are finished you can [update the solution](https://docs.aws.amazon.com/personalize/latest/dg/API_UpdateSolution.html) to turn off automatic training. For information about training costs, see [Amazon Personalize pricing](https://aws.amazon.com/personalize/pricing/). #' #' See [https://www.paws-r-sdk.com/docs/personalize_create_solution/](https://www.paws-r-sdk.com/docs/personalize_create_solution/) for full documentation. #' @@ -610,9 +610,9 @@ personalize_create_schema <- function(name, schema, domain = NULL) { #' information about automatic training, see [Configuring automatic #' training](https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html). #' -#' Automatic solution version creation starts one hour after the solution -#' is ACTIVE. If you manually create a solution version within the hour, -#' the solution skips the first automatic training. +#' Automatic solution version creation starts within one hour after the +#' solution is ACTIVE. If you manually create a solution version within the +#' hour, the solution skips the first automatic training. #' #' After training starts, you can get the solution version's Amazon #' Resource Name (ARN) with the @@ -631,9 +631,9 @@ personalize_create_schema <- function(name, schema, domain = NULL) { #' #' If you do not provide an `eventType`, Amazon Personalize will use all #' interactions for training with equal weight regardless of type. -#' @param solutionConfig The configuration to use with the solution. When `performAutoML` is set -#' to true, Amazon Personalize only evaluates the `autoMLConfig` section of -#' the solution configuration. +#' @param solutionConfig The configuration properties for the solution. When `performAutoML` is +#' set to true, Amazon Personalize only evaluates the `autoMLConfig` +#' section of the solution configuration. #' #' Amazon Personalize doesn't support configuring the `hpoObjective` at #' this time. @@ -2490,3 +2490,52 @@ personalize_update_recommender <- function(recommenderArn, recommenderConfig) { return(response) } .personalize$operations$update_recommender <- personalize_update_recommender + +#' Updates an Amazon Personalize solution to use a different automatic +#' training configuration +#' +#' @description +#' Updates an Amazon Personalize solution to use a different automatic training configuration. When you update a solution, you can change whether the solution uses automatic training, and you can change the training frequency. For more information about updating a solution, see [Updating a solution](https://docs.aws.amazon.com/personalize/latest/dg/updating-solution.html). +#' +#' See [https://www.paws-r-sdk.com/docs/personalize_update_solution/](https://www.paws-r-sdk.com/docs/personalize_update_solution/) for full documentation. +#' +#' @param solutionArn [required] The Amazon Resource Name (ARN) of the solution to update. +#' @param performAutoTraining Whether the solution uses automatic training to create new solution +#' versions (trained models). You can change the training frequency by +#' specifying a `schedulingExpression` in the `AutoTrainingConfig` as part +#' of solution configuration. +#' +#' If you turn on automatic training, the first automatic training starts +#' within one hour after the solution update completes. If you manually +#' create a solution version within the hour, the solution skips the first +#' automatic training. For more information about automatic training, see +#' [Configuring automatic +#' training](https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html). +#' +#' After training starts, you can get the solution version's Amazon +#' Resource Name (ARN) with the +#' [`list_solution_versions`][personalize_list_solution_versions] API +#' operation. To get its status, use the +#' [`describe_solution_version`][personalize_describe_solution_version]. +#' @param solutionUpdateConfig The new configuration details of the solution. +#' +#' @keywords internal +#' +#' @rdname personalize_update_solution +personalize_update_solution <- function(solutionArn, performAutoTraining = NULL, solutionUpdateConfig = NULL) { + op <- new_operation( + name = "UpdateSolution", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .personalize$update_solution_input(solutionArn = solutionArn, performAutoTraining = performAutoTraining, solutionUpdateConfig = solutionUpdateConfig) + output <- .personalize$update_solution_output() + config <- get_config() + svc <- .personalize$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.personalize$operations$update_solution <- personalize_update_solution diff --git a/cran/paws.machine.learning/R/personalize_service.R b/cran/paws.machine.learning/R/personalize_service.R index 51870da369..4ed6b56720 100644 --- a/cran/paws.machine.learning/R/personalize_service.R +++ b/cran/paws.machine.learning/R/personalize_service.R @@ -104,7 +104,7 @@ NULL #' \link[=personalize_create_metric_attribution]{create_metric_attribution} \tab Creates a metric attribution\cr #' \link[=personalize_create_recommender]{create_recommender} \tab Creates a recommender with the recipe (a Domain dataset group use case) you specify\cr #' \link[=personalize_create_schema]{create_schema} \tab Creates an Amazon Personalize schema from the specified schema string\cr -#' \link[=personalize_create_solution]{create_solution} \tab After you create a solution, you can’t change its configuration\cr +#' \link[=personalize_create_solution]{create_solution} \tab By default, all new solutions use automatic training\cr #' \link[=personalize_create_solution_version]{create_solution_version} \tab Trains or retrains an active solution in a Custom dataset group\cr #' \link[=personalize_delete_campaign]{delete_campaign} \tab Removes a campaign by deleting the solution deployment\cr #' \link[=personalize_delete_dataset]{delete_dataset} \tab Deletes a dataset\cr @@ -160,7 +160,8 @@ NULL #' \link[=personalize_update_campaign]{update_campaign} \tab Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign's minProvisionedTPS, or modify your campaign's configuration\cr #' \link[=personalize_update_dataset]{update_dataset} \tab Update a dataset to replace its schema with a new or existing one\cr #' \link[=personalize_update_metric_attribution]{update_metric_attribution} \tab Updates a metric attribution\cr -#' \link[=personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration +#' \link[=personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration\cr +#' \link[=personalize_update_solution]{update_solution} \tab Updates an Amazon Personalize solution to use a different automatic training configuration #' } #' #' @return diff --git a/cran/paws.machine.learning/R/sagemaker_interfaces.R b/cran/paws.machine.learning/R/sagemaker_interfaces.R index e0c7a436db..a945dfdabc 100644 --- a/cran/paws.machine.learning/R/sagemaker_interfaces.R +++ b/cran/paws.machine.learning/R/sagemaker_interfaces.R @@ -125,7 +125,7 @@ NULL .sagemaker$create_auto_ml_job_v2_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AutoMLJobName = structure(logical(0), tags = list(type = "string")), AutoMLJobInputDataConfig = structure(list(structure(list(ChannelType = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), CompressionType = structure(logical(0), tags = list(type = "string")), DataSource = structure(list(S3DataSource = structure(list(S3DataType = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoMLProblemTypeConfig = structure(list(ImageClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ContentColumn = structure(logical(0), tags = list(type = "string")), TargetLabelColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeSeriesForecastingJobConfig = structure(list(FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ForecastFrequency = structure(logical(0), tags = list(type = "string")), ForecastHorizon = structure(logical(0), tags = list(type = "integer")), ForecastQuantiles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Transformations = structure(list(Filling = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), Aggregation = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), TimeSeriesConfig = structure(list(TargetAttributeName = structure(logical(0), tags = list(type = "string")), TimestampAttributeName = structure(logical(0), tags = list(type = "string")), ItemIdentifierAttributeName = structure(logical(0), tags = list(type = "string")), GroupingAttributeNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HolidayConfig = structure(list(structure(list(CountryCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TabularJobConfig = structure(list(CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), Mode = structure(logical(0), tags = list(type = "string")), GenerateCandidateDefinitionsOnly = structure(logical(0), tags = list(type = "boolean")), ProblemType = structure(logical(0), tags = list(type = "string")), TargetAttributeName = structure(logical(0), tags = list(type = "string")), SampleWeightAttributeName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextGenerationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BaseModelName = structure(logical(0), tags = list(type = "string")), TextGenerationHyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ModelAccessConfig = structure(list(AcceptEula = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), RoleArn = 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")), SecurityConfig = structure(list(VolumeKmsKeyId = structure(logical(0), tags = list(type = "string")), EnableInterContainerTrafficEncryption = structure(logical(0), tags = list(type = "boolean")), VpcConfig = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AutoMLJobObjective = structure(list(MetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelDeployConfig = structure(list(AutoGenerateEndpointName = structure(logical(0), tags = list(type = "boolean")), EndpointName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataSplitConfig = structure(list(ValidationFraction = structure(logical(0), tags = list(type = "float"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(AutoMLJobName = structure(logical(0), tags = list(type = "string")), AutoMLJobInputDataConfig = structure(list(structure(list(ChannelType = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), CompressionType = structure(logical(0), tags = list(type = "string")), DataSource = structure(list(S3DataSource = structure(list(S3DataType = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoMLProblemTypeConfig = structure(list(ImageClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ContentColumn = structure(logical(0), tags = list(type = "string")), TargetLabelColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeSeriesForecastingJobConfig = structure(list(FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ForecastFrequency = structure(logical(0), tags = list(type = "string")), ForecastHorizon = structure(logical(0), tags = list(type = "integer")), ForecastQuantiles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Transformations = structure(list(Filling = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), Aggregation = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), TimeSeriesConfig = structure(list(TargetAttributeName = structure(logical(0), tags = list(type = "string")), TimestampAttributeName = structure(logical(0), tags = list(type = "string")), ItemIdentifierAttributeName = structure(logical(0), tags = list(type = "string")), GroupingAttributeNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HolidayConfig = structure(list(structure(list(CountryCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TabularJobConfig = structure(list(CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), Mode = structure(logical(0), tags = list(type = "string")), GenerateCandidateDefinitionsOnly = structure(logical(0), tags = list(type = "boolean")), ProblemType = structure(logical(0), tags = list(type = "string")), TargetAttributeName = structure(logical(0), tags = list(type = "string")), SampleWeightAttributeName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextGenerationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BaseModelName = structure(logical(0), tags = list(type = "string")), TextGenerationHyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ModelAccessConfig = structure(list(AcceptEula = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), RoleArn = 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")), SecurityConfig = structure(list(VolumeKmsKeyId = structure(logical(0), tags = list(type = "string")), EnableInterContainerTrafficEncryption = structure(logical(0), tags = list(type = "boolean")), VpcConfig = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AutoMLJobObjective = structure(list(MetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelDeployConfig = structure(list(AutoGenerateEndpointName = structure(logical(0), tags = list(type = "boolean")), EndpointName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataSplitConfig = structure(list(ValidationFraction = structure(logical(0), tags = list(type = "float"))), tags = list(type = "structure")), AutoMLComputeConfig = structure(list(EmrServerlessComputeConfig = structure(list(ExecutionRoleARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -207,7 +207,7 @@ NULL .sagemaker$create_domain_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AuthMode = structure(logical(0), tags = list(type = "string")), DefaultUserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DomainSettings = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RStudioServerProDomainSettings = structure(list(DomainExecutionRoleArn = structure(logical(0), tags = list(type = "string")), RStudioConnectUrl = structure(logical(0), tags = list(type = "string")), RStudioPackageManagerUrl = structure(logical(0), tags = list(type = "string")), DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExecutionRoleIdentityConfig = structure(logical(0), tags = list(type = "string")), DockerSettings = structure(list(EnableDockerAccess = structure(logical(0), tags = list(type = "string")), VpcOnlyTrustedAccounts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), AmazonQSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), QProfileArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = 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")), AppNetworkAccessType = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemKmsKeyId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use KmsKeyId instead.", type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string")), AppSecurityGroupManagement = structure(logical(0), tags = list(type = "string")), DefaultSpaceSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DomainName = structure(logical(0), tags = list(type = "string")), AuthMode = structure(logical(0), tags = list(type = "string")), DefaultUserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmrServerlessSettings = structure(list(ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DomainSettings = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RStudioServerProDomainSettings = structure(list(DomainExecutionRoleArn = structure(logical(0), tags = list(type = "string")), RStudioConnectUrl = structure(logical(0), tags = list(type = "string")), RStudioPackageManagerUrl = structure(logical(0), tags = list(type = "string")), DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExecutionRoleIdentityConfig = structure(logical(0), tags = list(type = "string")), DockerSettings = structure(list(EnableDockerAccess = structure(logical(0), tags = list(type = "string")), VpcOnlyTrustedAccounts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), AmazonQSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), QProfileArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), VpcId = 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")), AppNetworkAccessType = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemKmsKeyId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use KmsKeyId instead.", type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string")), AppSecurityGroupManagement = structure(logical(0), tags = list(type = "string")), DefaultSpaceSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -731,7 +731,7 @@ NULL .sagemaker$create_user_profile_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), UserProfileName = structure(logical(0), tags = list(type = "string")), SingleSignOnUserIdentifier = structure(logical(0), tags = list(type = "string")), SingleSignOnUserValue = 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")), UserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), UserProfileName = structure(logical(0), tags = list(type = "string")), SingleSignOnUserIdentifier = structure(logical(0), tags = list(type = "string")), SingleSignOnUserValue = 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")), UserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmrServerlessSettings = structure(list(ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1411,7 +1411,7 @@ NULL .sagemaker$describe_auto_ml_job_v2_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(AutoMLJobName = structure(logical(0), tags = list(type = "string")), AutoMLJobArn = structure(logical(0), tags = list(type = "string")), AutoMLJobInputDataConfig = structure(list(structure(list(ChannelType = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), CompressionType = structure(logical(0), tags = list(type = "string")), DataSource = structure(list(S3DataSource = structure(list(S3DataType = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RoleArn = structure(logical(0), tags = list(type = "string")), AutoMLJobObjective = structure(list(MetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoMLProblemTypeConfig = structure(list(ImageClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ContentColumn = structure(logical(0), tags = list(type = "string")), TargetLabelColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeSeriesForecastingJobConfig = structure(list(FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ForecastFrequency = structure(logical(0), tags = list(type = "string")), ForecastHorizon = structure(logical(0), tags = list(type = "integer")), ForecastQuantiles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Transformations = structure(list(Filling = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), Aggregation = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), TimeSeriesConfig = structure(list(TargetAttributeName = structure(logical(0), tags = list(type = "string")), TimestampAttributeName = structure(logical(0), tags = list(type = "string")), ItemIdentifierAttributeName = structure(logical(0), tags = list(type = "string")), GroupingAttributeNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HolidayConfig = structure(list(structure(list(CountryCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TabularJobConfig = structure(list(CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), Mode = structure(logical(0), tags = list(type = "string")), GenerateCandidateDefinitionsOnly = structure(logical(0), tags = list(type = "boolean")), ProblemType = structure(logical(0), tags = list(type = "string")), TargetAttributeName = structure(logical(0), tags = list(type = "string")), SampleWeightAttributeName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextGenerationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BaseModelName = structure(logical(0), tags = list(type = "string")), TextGenerationHyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ModelAccessConfig = structure(list(AcceptEula = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), AutoMLProblemTypeConfigName = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), PartialFailureReasons = structure(list(structure(list(PartialFailureMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), BestCandidate = structure(list(CandidateName = structure(logical(0), tags = list(type = "string")), FinalAutoMLJobObjectiveMetric = structure(list(Type = structure(logical(0), tags = list(type = "string")), MetricName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "float")), StandardMetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ObjectiveStatus = structure(logical(0), tags = list(type = "string")), CandidateSteps = structure(list(structure(list(CandidateStepType = structure(logical(0), tags = list(type = "string")), CandidateStepArn = structure(logical(0), tags = list(type = "string")), CandidateStepName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CandidateStatus = structure(logical(0), tags = list(type = "string")), InferenceContainers = structure(list(structure(list(Image = structure(logical(0), tags = list(type = "string")), ModelDataUrl = structure(logical(0), tags = list(type = "string")), Environment = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), CandidateProperties = structure(list(CandidateArtifactLocations = structure(list(Explainability = structure(logical(0), tags = list(type = "string")), ModelInsights = structure(logical(0), tags = list(type = "string")), BacktestResults = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CandidateMetrics = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "float")), Set = structure(logical(0), tags = list(type = "string")), StandardMetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InferenceContainerDefinitions = structure(list(structure(list(structure(list(Image = structure(logical(0), tags = list(type = "string")), ModelDataUrl = structure(logical(0), tags = list(type = "string")), Environment = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), AutoMLJobStatus = structure(logical(0), tags = list(type = "string")), AutoMLJobSecondaryStatus = structure(logical(0), tags = list(type = "string")), AutoMLJobArtifacts = structure(list(CandidateDefinitionNotebookLocation = structure(logical(0), tags = list(type = "string")), DataExplorationNotebookLocation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ResolvedAttributes = structure(list(AutoMLJobObjective = structure(list(MetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), AutoMLProblemTypeResolvedAttributes = structure(list(TabularResolvedAttributes = structure(list(ProblemType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextGenerationResolvedAttributes = structure(list(BaseModelName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), ModelDeployConfig = structure(list(AutoGenerateEndpointName = structure(logical(0), tags = list(type = "boolean")), EndpointName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelDeployResult = structure(list(EndpointName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataSplitConfig = structure(list(ValidationFraction = structure(logical(0), tags = list(type = "float"))), tags = list(type = "structure")), SecurityConfig = structure(list(VolumeKmsKeyId = structure(logical(0), tags = list(type = "string")), EnableInterContainerTrafficEncryption = structure(logical(0), tags = list(type = "boolean")), VpcConfig = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(AutoMLJobName = structure(logical(0), tags = list(type = "string")), AutoMLJobArn = structure(logical(0), tags = list(type = "string")), AutoMLJobInputDataConfig = structure(list(structure(list(ChannelType = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string")), CompressionType = structure(logical(0), tags = list(type = "string")), DataSource = structure(list(S3DataSource = structure(list(S3DataType = structure(logical(0), tags = list(type = "string")), S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), OutputDataConfig = structure(list(KmsKeyId = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RoleArn = structure(logical(0), tags = list(type = "string")), AutoMLJobObjective = structure(list(MetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoMLProblemTypeConfig = structure(list(ImageClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), TextClassificationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ContentColumn = structure(logical(0), tags = list(type = "string")), TargetLabelColumn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TimeSeriesForecastingJobConfig = structure(list(FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), ForecastFrequency = structure(logical(0), tags = list(type = "string")), ForecastHorizon = structure(logical(0), tags = list(type = "integer")), ForecastQuantiles = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Transformations = structure(list(Filling = structure(list(structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "map")), Aggregation = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")), TimeSeriesConfig = structure(list(TargetAttributeName = structure(logical(0), tags = list(type = "string")), TimestampAttributeName = structure(logical(0), tags = list(type = "string")), ItemIdentifierAttributeName = structure(logical(0), tags = list(type = "string")), GroupingAttributeNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HolidayConfig = structure(list(structure(list(CountryCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), TabularJobConfig = structure(list(CandidateGenerationConfig = structure(list(AlgorithmsConfig = structure(list(structure(list(AutoMLAlgorithms = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), FeatureSpecificationS3Uri = structure(logical(0), tags = list(type = "string")), Mode = structure(logical(0), tags = list(type = "string")), GenerateCandidateDefinitionsOnly = structure(logical(0), tags = list(type = "boolean")), ProblemType = structure(logical(0), tags = list(type = "string")), TargetAttributeName = structure(logical(0), tags = list(type = "string")), SampleWeightAttributeName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextGenerationJobConfig = structure(list(CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), BaseModelName = structure(logical(0), tags = list(type = "string")), TextGenerationHyperParameters = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), ModelAccessConfig = structure(list(AcceptEula = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), AutoMLProblemTypeConfigName = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), PartialFailureReasons = structure(list(structure(list(PartialFailureMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), BestCandidate = structure(list(CandidateName = structure(logical(0), tags = list(type = "string")), FinalAutoMLJobObjectiveMetric = structure(list(Type = structure(logical(0), tags = list(type = "string")), MetricName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "float")), StandardMetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ObjectiveStatus = structure(logical(0), tags = list(type = "string")), CandidateSteps = structure(list(structure(list(CandidateStepType = structure(logical(0), tags = list(type = "string")), CandidateStepArn = structure(logical(0), tags = list(type = "string")), CandidateStepName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CandidateStatus = structure(logical(0), tags = list(type = "string")), InferenceContainers = structure(list(structure(list(Image = structure(logical(0), tags = list(type = "string")), ModelDataUrl = structure(logical(0), tags = list(type = "string")), Environment = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), CandidateProperties = structure(list(CandidateArtifactLocations = structure(list(Explainability = structure(logical(0), tags = list(type = "string")), ModelInsights = structure(logical(0), tags = list(type = "string")), BacktestResults = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CandidateMetrics = structure(list(structure(list(MetricName = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "float")), Set = structure(logical(0), tags = list(type = "string")), StandardMetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), InferenceContainerDefinitions = structure(list(structure(list(structure(list(Image = structure(logical(0), tags = list(type = "string")), ModelDataUrl = structure(logical(0), tags = list(type = "string")), Environment = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure")), AutoMLJobStatus = structure(logical(0), tags = list(type = "string")), AutoMLJobSecondaryStatus = structure(logical(0), tags = list(type = "string")), AutoMLJobArtifacts = structure(list(CandidateDefinitionNotebookLocation = structure(logical(0), tags = list(type = "string")), DataExplorationNotebookLocation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ResolvedAttributes = structure(list(AutoMLJobObjective = structure(list(MetricName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CompletionCriteria = structure(list(MaxCandidates = structure(logical(0), tags = list(type = "integer")), MaxRuntimePerTrainingJobInSeconds = structure(logical(0), tags = list(type = "integer")), MaxAutoMLJobRuntimeInSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), AutoMLProblemTypeResolvedAttributes = structure(list(TabularResolvedAttributes = structure(list(ProblemType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TextGenerationResolvedAttributes = structure(list(BaseModelName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "structure")), ModelDeployConfig = structure(list(AutoGenerateEndpointName = structure(logical(0), tags = list(type = "boolean")), EndpointName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelDeployResult = structure(list(EndpointName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DataSplitConfig = structure(list(ValidationFraction = structure(logical(0), tags = list(type = "float"))), tags = list(type = "structure")), SecurityConfig = structure(list(VolumeKmsKeyId = structure(logical(0), tags = list(type = "string")), EnableInterContainerTrafficEncryption = structure(logical(0), tags = list(type = "boolean")), VpcConfig = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), AutoMLComputeConfig = structure(list(EmrServerlessComputeConfig = structure(list(ExecutionRoleARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1519,7 +1519,7 @@ NULL .sagemaker$describe_domain_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DomainArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), DomainName = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemId = structure(logical(0), tags = list(type = "string")), SingleSignOnManagedApplicationInstanceId = structure(logical(0), tags = list(type = "string")), SingleSignOnApplicationArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), SecurityGroupIdForDomainBoundary = structure(logical(0), tags = list(type = "string")), AuthMode = structure(logical(0), tags = list(type = "string")), DefaultUserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DomainSettings = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RStudioServerProDomainSettings = structure(list(DomainExecutionRoleArn = structure(logical(0), tags = list(type = "string")), RStudioConnectUrl = structure(logical(0), tags = list(type = "string")), RStudioPackageManagerUrl = structure(logical(0), tags = list(type = "string")), DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExecutionRoleIdentityConfig = structure(logical(0), tags = list(type = "string")), DockerSettings = structure(list(EnableDockerAccess = structure(logical(0), tags = list(type = "string")), VpcOnlyTrustedAccounts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), AmazonQSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), QProfileArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppNetworkAccessType = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemKmsKeyId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use KmsKeyId instead.", type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Url = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string")), AppSecurityGroupManagement = structure(logical(0), tags = list(type = "string")), DefaultSpaceSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DomainArn = structure(logical(0), tags = list(type = "string")), DomainId = structure(logical(0), tags = list(type = "string")), DomainName = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemId = structure(logical(0), tags = list(type = "string")), SingleSignOnManagedApplicationInstanceId = structure(logical(0), tags = list(type = "string")), SingleSignOnApplicationArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), SecurityGroupIdForDomainBoundary = structure(logical(0), tags = list(type = "string")), AuthMode = structure(logical(0), tags = list(type = "string")), DefaultUserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmrServerlessSettings = structure(list(ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DomainSettings = structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), RStudioServerProDomainSettings = structure(list(DomainExecutionRoleArn = structure(logical(0), tags = list(type = "string")), RStudioConnectUrl = structure(logical(0), tags = list(type = "string")), RStudioPackageManagerUrl = structure(logical(0), tags = list(type = "string")), DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), ExecutionRoleIdentityConfig = structure(logical(0), tags = list(type = "string")), DockerSettings = structure(list(EnableDockerAccess = structure(logical(0), tags = list(type = "string")), VpcOnlyTrustedAccounts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), AmazonQSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), QProfileArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppNetworkAccessType = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemKmsKeyId = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is deprecated, use KmsKeyId instead.", type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Url = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string")), AppSecurityGroupManagement = structure(logical(0), tags = list(type = "string")), DefaultSpaceSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2059,7 +2059,7 @@ NULL .sagemaker$describe_user_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), UserProfileArn = structure(logical(0), tags = list(type = "string")), UserProfileName = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemUid = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), SingleSignOnUserIdentifier = structure(logical(0), tags = list(type = "string")), SingleSignOnUserValue = structure(logical(0), tags = list(type = "string")), UserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), UserProfileArn = structure(logical(0), tags = list(type = "string")), UserProfileName = structure(logical(0), tags = list(type = "string")), HomeEfsFileSystemUid = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), LastModifiedTime = structure(logical(0), tags = list(type = "timestamp")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), FailureReason = structure(logical(0), tags = list(type = "string")), SingleSignOnUserIdentifier = structure(logical(0), tags = list(type = "string")), SingleSignOnUserValue = structure(logical(0), tags = list(type = "string")), UserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmrServerlessSettings = structure(list(ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -2899,7 +2899,7 @@ NULL .sagemaker$list_pipeline_execution_steps_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(PipelineExecutionSteps = structure(list(structure(list(StepName = structure(logical(0), tags = list(type = "string")), StepDisplayName = structure(logical(0), tags = list(type = "string")), StepDescription = structure(logical(0), tags = list(type = "string")), StartTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), StepStatus = structure(logical(0), tags = list(type = "string")), CacheHitResult = structure(list(SourcePipelineExecutionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FailureReason = structure(logical(0), tags = list(type = "string")), Metadata = structure(list(TrainingJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TransformJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TuningJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Model = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RegisterModel = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Condition = structure(list(Outcome = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Callback = structure(list(CallbackToken = structure(logical(0), tags = list(type = "string")), SqsQueueUrl = structure(logical(0), tags = list(type = "string")), OutputParameters = structure(list(structure(list(Name = 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")), Lambda = structure(list(Arn = structure(logical(0), tags = list(type = "string")), OutputParameters = structure(list(structure(list(Name = 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")), EMR = structure(list(ClusterId = structure(logical(0), tags = list(type = "string")), StepId = structure(logical(0), tags = list(type = "string")), StepName = structure(logical(0), tags = list(type = "string")), LogFilePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QualityCheck = structure(list(CheckType = structure(logical(0), tags = list(type = "string")), BaselineUsedForDriftCheckStatistics = structure(logical(0), tags = list(type = "string")), BaselineUsedForDriftCheckConstraints = structure(logical(0), tags = list(type = "string")), CalculatedBaselineStatistics = structure(logical(0), tags = list(type = "string")), CalculatedBaselineConstraints = structure(logical(0), tags = list(type = "string")), ModelPackageGroupName = structure(logical(0), tags = list(type = "string")), ViolationReport = structure(logical(0), tags = list(type = "string")), CheckJobArn = structure(logical(0), tags = list(type = "string")), SkipCheck = structure(logical(0), tags = list(type = "boolean")), RegisterNewBaseline = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ClarifyCheck = structure(list(CheckType = structure(logical(0), tags = list(type = "string")), BaselineUsedForDriftCheckConstraints = structure(logical(0), tags = list(type = "string")), CalculatedBaselineConstraints = structure(logical(0), tags = list(type = "string")), ModelPackageGroupName = structure(logical(0), tags = list(type = "string")), ViolationReport = structure(logical(0), tags = list(type = "string")), CheckJobArn = structure(logical(0), tags = list(type = "string")), SkipCheck = structure(logical(0), tags = list(type = "boolean")), RegisterNewBaseline = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Fail = structure(list(ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoMLJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AttemptCount = structure(logical(0), tags = list(type = "integer")), SelectiveExecutionResult = structure(list(SourcePipelineExecutionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(PipelineExecutionSteps = structure(list(structure(list(StepName = structure(logical(0), tags = list(type = "string")), StepDisplayName = structure(logical(0), tags = list(type = "string")), StepDescription = structure(logical(0), tags = list(type = "string")), StartTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), StepStatus = structure(logical(0), tags = list(type = "string")), CacheHitResult = structure(list(SourcePipelineExecutionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FailureReason = structure(logical(0), tags = list(type = "string")), Metadata = structure(list(TrainingJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ProcessingJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TransformJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TuningJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Model = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RegisterModel = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Condition = structure(list(Outcome = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Callback = structure(list(CallbackToken = structure(logical(0), tags = list(type = "string")), SqsQueueUrl = structure(logical(0), tags = list(type = "string")), OutputParameters = structure(list(structure(list(Name = 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")), Lambda = structure(list(Arn = structure(logical(0), tags = list(type = "string")), OutputParameters = structure(list(structure(list(Name = 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")), EMR = structure(list(ClusterId = structure(logical(0), tags = list(type = "string")), StepId = structure(logical(0), tags = list(type = "string")), StepName = structure(logical(0), tags = list(type = "string")), LogFilePath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), QualityCheck = structure(list(CheckType = structure(logical(0), tags = list(type = "string")), BaselineUsedForDriftCheckStatistics = structure(logical(0), tags = list(type = "string")), BaselineUsedForDriftCheckConstraints = structure(logical(0), tags = list(type = "string")), CalculatedBaselineStatistics = structure(logical(0), tags = list(type = "string")), CalculatedBaselineConstraints = structure(logical(0), tags = list(type = "string")), ModelPackageGroupName = structure(logical(0), tags = list(type = "string")), ViolationReport = structure(logical(0), tags = list(type = "string")), CheckJobArn = structure(logical(0), tags = list(type = "string")), SkipCheck = structure(logical(0), tags = list(type = "boolean")), RegisterNewBaseline = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), ClarifyCheck = structure(list(CheckType = structure(logical(0), tags = list(type = "string")), BaselineUsedForDriftCheckConstraints = structure(logical(0), tags = list(type = "string")), CalculatedBaselineConstraints = structure(logical(0), tags = list(type = "string")), ModelPackageGroupName = structure(logical(0), tags = list(type = "string")), ViolationReport = structure(logical(0), tags = list(type = "string")), CheckJobArn = structure(logical(0), tags = list(type = "string")), SkipCheck = structure(logical(0), tags = list(type = "boolean")), RegisterNewBaseline = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Fail = structure(list(ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoMLJob = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Endpoint = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EndpointConfig = structure(list(Arn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AttemptCount = structure(logical(0), tags = list(type = "integer")), SelectiveExecutionResult = structure(list(SourcePipelineExecutionArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -3563,7 +3563,7 @@ NULL .sagemaker$update_domain_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), DefaultUserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DomainSettingsForUpdate = structure(list(RStudioServerProDomainSettingsForUpdate = structure(list(DomainExecutionRoleArn = structure(logical(0), tags = list(type = "string")), DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RStudioConnectUrl = structure(logical(0), tags = list(type = "string")), RStudioPackageManagerUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ExecutionRoleIdentityConfig = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DockerSettings = structure(list(EnableDockerAccess = structure(logical(0), tags = list(type = "string")), VpcOnlyTrustedAccounts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), AmazonQSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), QProfileArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppSecurityGroupManagement = structure(logical(0), tags = list(type = "string")), DefaultSpaceSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AppNetworkAccessType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), DefaultUserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmrServerlessSettings = structure(list(ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), DomainSettingsForUpdate = structure(list(RStudioServerProDomainSettingsForUpdate = structure(list(DomainExecutionRoleArn = structure(logical(0), tags = list(type = "string")), DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RStudioConnectUrl = structure(logical(0), tags = list(type = "string")), RStudioPackageManagerUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ExecutionRoleIdentityConfig = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DockerSettings = structure(list(EnableDockerAccess = structure(logical(0), tags = list(type = "string")), VpcOnlyTrustedAccounts = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), AmazonQSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), QProfileArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AppSecurityGroupManagement = structure(logical(0), tags = list(type = "string")), DefaultSpaceSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AppNetworkAccessType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -3873,7 +3873,7 @@ NULL .sagemaker$update_user_profile_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), UserProfileName = structure(logical(0), tags = list(type = "string")), UserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(DomainId = structure(logical(0), tags = list(type = "string")), UserProfileName = structure(logical(0), tags = list(type = "string")), UserSettings = structure(list(ExecutionRole = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SharingSettings = structure(list(NotebookOutputOption = structure(logical(0), tags = list(type = "string")), S3OutputPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), JupyterServerAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), KernelGatewayAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), TensorBoardAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), RStudioServerProAppSettings = structure(list(AccessStatus = structure(logical(0), tags = list(type = "string")), UserGroup = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RSessionAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), CanvasAppSettings = structure(list(TimeSeriesForecastingSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), AmazonForecastRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ModelRegisterSettings = structure(list(Status = structure(logical(0), tags = list(type = "string")), CrossAccountModelRegisterRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), WorkspaceSettings = structure(list(S3ArtifactPath = structure(logical(0), tags = list(type = "string")), S3KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderOAuthSettings = structure(list(structure(list(DataSourceName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), SecretArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), DirectDeploySettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KendraSettings = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), GenerativeAiSettings = structure(list(AmazonBedrockRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), EmrServerlessSettings = structure(list(ExecutionRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CodeEditorAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), JupyterLabAppSettings = structure(list(DefaultResourceSpec = structure(list(SageMakerImageArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionArn = structure(logical(0), tags = list(type = "string")), SageMakerImageVersionAlias = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), LifecycleConfigArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomImages = structure(list(structure(list(ImageName = structure(logical(0), tags = list(type = "string")), ImageVersionNumber = structure(logical(0), tags = list(box = TRUE, type = "integer")), AppImageConfigName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), LifecycleConfigArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CodeRepositories = structure(list(structure(list(RepositoryUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), EmrSettings = structure(list(AssumableRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ExecutionRoleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), SpaceStorageSettings = structure(list(DefaultEbsStorageSettings = structure(list(DefaultEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer")), MaximumEbsVolumeSizeInGb = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DefaultLandingUri = structure(logical(0), tags = list(type = "string")), StudioWebPortal = structure(logical(0), tags = list(type = "string")), CustomPosixUserConfig = structure(list(Uid = structure(logical(0), tags = list(type = "long")), Gid = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), CustomFileSystemConfigs = structure(list(structure(list(EFSFileSystemConfig = structure(list(FileSystemId = structure(logical(0), tags = list(type = "string")), FileSystemPath = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list")), StudioWebPortalSettings = structure(list(HiddenMlTools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HiddenAppTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.machine.learning/R/sagemaker_operations.R b/cran/paws.machine.learning/R/sagemaker_operations.R index 15cfb79961..aae72e9110 100644 --- a/cran/paws.machine.learning/R/sagemaker_operations.R +++ b/cran/paws.machine.learning/R/sagemaker_operations.R @@ -516,11 +516,12 @@ sagemaker_create_auto_ml_job <- function(AutoMLJobName, InputDataConfig, OutputD #' This attribute must not be set for the time-series forecasting problem #' type, as Autopilot automatically splits the input dataset into training #' and validation sets. +#' @param AutoMLComputeConfig Specifies the compute configuration for the AutoML job V2. #' #' @keywords internal #' #' @rdname sagemaker_create_auto_ml_job_v2 -sagemaker_create_auto_ml_job_v2 <- function(AutoMLJobName, AutoMLJobInputDataConfig, OutputDataConfig, AutoMLProblemTypeConfig, RoleArn, Tags = NULL, SecurityConfig = NULL, AutoMLJobObjective = NULL, ModelDeployConfig = NULL, DataSplitConfig = NULL) { +sagemaker_create_auto_ml_job_v2 <- function(AutoMLJobName, AutoMLJobInputDataConfig, OutputDataConfig, AutoMLProblemTypeConfig, RoleArn, Tags = NULL, SecurityConfig = NULL, AutoMLJobObjective = NULL, ModelDeployConfig = NULL, DataSplitConfig = NULL, AutoMLComputeConfig = NULL) { op <- new_operation( name = "CreateAutoMLJobV2", http_method = "POST", @@ -528,7 +529,7 @@ sagemaker_create_auto_ml_job_v2 <- function(AutoMLJobName, AutoMLJobInputDataCon host_prefix = "", paginator = list() ) - input <- .sagemaker$create_auto_ml_job_v2_input(AutoMLJobName = AutoMLJobName, AutoMLJobInputDataConfig = AutoMLJobInputDataConfig, OutputDataConfig = OutputDataConfig, AutoMLProblemTypeConfig = AutoMLProblemTypeConfig, RoleArn = RoleArn, Tags = Tags, SecurityConfig = SecurityConfig, AutoMLJobObjective = AutoMLJobObjective, ModelDeployConfig = ModelDeployConfig, DataSplitConfig = DataSplitConfig) + input <- .sagemaker$create_auto_ml_job_v2_input(AutoMLJobName = AutoMLJobName, AutoMLJobInputDataConfig = AutoMLJobInputDataConfig, OutputDataConfig = OutputDataConfig, AutoMLProblemTypeConfig = AutoMLProblemTypeConfig, RoleArn = RoleArn, Tags = Tags, SecurityConfig = SecurityConfig, AutoMLJobObjective = AutoMLJobObjective, ModelDeployConfig = ModelDeployConfig, DataSplitConfig = DataSplitConfig, AutoMLComputeConfig = AutoMLComputeConfig) output <- .sagemaker$create_auto_ml_job_v2_output() config <- get_config() svc <- .sagemaker$service(config, op) diff --git a/cran/paws.machine.learning/man/bedrock.Rd b/cran/paws.machine.learning/man/bedrock.Rd index 64136c2215..411dc934f0 100644 --- a/cran/paws.machine.learning/man/bedrock.Rd +++ b/cran/paws.machine.learning/man/bedrock.Rd @@ -90,32 +90,48 @@ evaluating Amazon Bedrock models. \section{Operations}{ \tabular{ll}{ +\link[=bedrock_batch_delete_evaluation_job]{batch_delete_evaluation_job} \tab Creates a batch deletion job\cr \link[=bedrock_create_evaluation_job]{create_evaluation_job} \tab API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers\cr \link[=bedrock_create_guardrail]{create_guardrail} \tab Creates a guardrail to block topics and to implement safeguards for your generative AI applications\cr \link[=bedrock_create_guardrail_version]{create_guardrail_version} \tab Creates a version of the guardrail\cr +\link[=bedrock_create_model_copy_job]{create_model_copy_job} \tab Copies a model to another region so that it can be used there\cr \link[=bedrock_create_model_customization_job]{create_model_customization_job} \tab Creates a fine-tuning job to customize a base model\cr +\link[=bedrock_create_model_import_job]{create_model_import_job} \tab Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker\cr +\link[=bedrock_create_model_invocation_job]{create_model_invocation_job} \tab Creates a batch inference job to invoke a model on multiple prompts\cr \link[=bedrock_create_provisioned_model_throughput]{create_provisioned_model_throughput} \tab Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify\cr \link[=bedrock_delete_custom_model]{delete_custom_model} \tab Deletes a custom model that you created earlier\cr \link[=bedrock_delete_guardrail]{delete_guardrail} \tab Deletes a guardrail\cr +\link[=bedrock_delete_imported_model]{delete_imported_model} \tab Deletes a custom model that you imported earlier\cr \link[=bedrock_delete_model_invocation_logging_configuration]{delete_model_invocation_logging_configuration} \tab Delete the invocation logging\cr \link[=bedrock_delete_provisioned_model_throughput]{delete_provisioned_model_throughput} \tab Deletes a Provisioned Throughput\cr \link[=bedrock_get_custom_model]{get_custom_model} \tab Get the properties associated with a Amazon Bedrock custom model that you have created\cr \link[=bedrock_get_evaluation_job]{get_evaluation_job} \tab Retrieves the properties associated with a model evaluation job, including the status of the job\cr \link[=bedrock_get_foundation_model]{get_foundation_model} \tab Get details about a Amazon Bedrock foundation model\cr \link[=bedrock_get_guardrail]{get_guardrail} \tab Gets details about a guardrail\cr +\link[=bedrock_get_imported_model]{get_imported_model} \tab Gets properties associated with a customized model you imported\cr +\link[=bedrock_get_inference_profile]{get_inference_profile} \tab Gets information about an inference profile\cr +\link[=bedrock_get_model_copy_job]{get_model_copy_job} \tab Retrieves information about a model copy job\cr \link[=bedrock_get_model_customization_job]{get_model_customization_job} \tab Retrieves the properties associated with a model-customization job, including the status of the job\cr +\link[=bedrock_get_model_import_job]{get_model_import_job} \tab Retrieves the properties associated with import model job, including the status of the job\cr +\link[=bedrock_get_model_invocation_job]{get_model_invocation_job} \tab Gets details about a batch inference job\cr \link[=bedrock_get_model_invocation_logging_configuration]{get_model_invocation_logging_configuration} \tab Get the current configuration values for model invocation logging\cr \link[=bedrock_get_provisioned_model_throughput]{get_provisioned_model_throughput} \tab Returns details for a Provisioned Throughput\cr \link[=bedrock_list_custom_models]{list_custom_models} \tab Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation\cr \link[=bedrock_list_evaluation_jobs]{list_evaluation_jobs} \tab Lists model evaluation jobs\cr \link[=bedrock_list_foundation_models]{list_foundation_models} \tab Lists Amazon Bedrock foundation models that you can use\cr \link[=bedrock_list_guardrails]{list_guardrails} \tab Lists details about all the guardrails in an account\cr +\link[=bedrock_list_imported_models]{list_imported_models} \tab Returns a list of models you've imported\cr +\link[=bedrock_list_inference_profiles]{list_inference_profiles} \tab Returns a list of inference profiles that you can use\cr +\link[=bedrock_list_model_copy_jobs]{list_model_copy_jobs} \tab Returns a list of model copy jobs that you have submitted\cr \link[=bedrock_list_model_customization_jobs]{list_model_customization_jobs} \tab Returns a list of model customization jobs that you have submitted\cr +\link[=bedrock_list_model_import_jobs]{list_model_import_jobs} \tab Returns a list of import jobs you've submitted\cr +\link[=bedrock_list_model_invocation_jobs]{list_model_invocation_jobs} \tab Lists all batch inference jobs in the account\cr \link[=bedrock_list_provisioned_model_throughputs]{list_provisioned_model_throughputs} \tab Lists the Provisioned Throughputs in the account\cr \link[=bedrock_list_tags_for_resource]{list_tags_for_resource} \tab List the tags associated with the specified resource\cr \link[=bedrock_put_model_invocation_logging_configuration]{put_model_invocation_logging_configuration} \tab Set the configuration values for model invocation logging\cr \link[=bedrock_stop_evaluation_job]{stop_evaluation_job} \tab Stops an in progress model evaluation job\cr \link[=bedrock_stop_model_customization_job]{stop_model_customization_job} \tab Stops an active model customization job\cr +\link[=bedrock_stop_model_invocation_job]{stop_model_invocation_job} \tab Stops a batch inference job\cr \link[=bedrock_tag_resource]{tag_resource} \tab Associate tags with a resource\cr \link[=bedrock_untag_resource]{untag_resource} \tab Remove one or more tags from a resource\cr \link[=bedrock_update_guardrail]{update_guardrail} \tab Updates a guardrail with the values you specify\cr @@ -126,7 +142,7 @@ evaluating Amazon Bedrock models. \examples{ \dontrun{ svc <- bedrock() -svc$create_evaluation_job( +svc$batch_delete_evaluation_job( Foo = 123 ) } diff --git a/cran/paws.machine.learning/man/bedrock_batch_delete_evaluation_job.Rd b/cran/paws.machine.learning/man/bedrock_batch_delete_evaluation_job.Rd new file mode 100644 index 0000000000..a4eef38b76 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_batch_delete_evaluation_job.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_batch_delete_evaluation_job} +\alias{bedrock_batch_delete_evaluation_job} +\title{Creates a batch deletion job} +\usage{ +bedrock_batch_delete_evaluation_job(jobIdentifiers) +} +\arguments{ +\item{jobIdentifiers}{[required] An array of model evaluation job ARNs to be deleted.} +} +\description{ +Creates a batch deletion job. A model evaluation job can only be deleted if it has following status \code{FAILED}, \code{COMPLETED}, and \code{STOPPED}. You can request up to 25 model evaluation jobs be deleted in a single request. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_batch_delete_evaluation_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_create_evaluation_job.Rd b/cran/paws.machine.learning/man/bedrock_create_evaluation_job.Rd index 3cc17f1ba7..f58f270a7f 100644 --- a/cran/paws.machine.learning/man/bedrock_create_evaluation_job.Rd +++ b/cran/paws.machine.learning/man/bedrock_create_evaluation_job.Rd @@ -52,7 +52,7 @@ evaluation job that use human workers support two models.} saved in Amazon S3.} } \description{ -API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers. To learn more about the requirements for creating a model evaluation job see, \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html}{Model evaluations}. +API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers. To learn more about the requirements for creating a model evaluation job see, \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html}{Model evaluation}. See \url{https://www.paws-r-sdk.com/docs/bedrock_create_evaluation_job/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_create_model_copy_job.Rd b/cran/paws.machine.learning/man/bedrock_create_model_copy_job.Rd new file mode 100644 index 0000000000..01cccffda9 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_create_model_copy_job.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_create_model_copy_job} +\alias{bedrock_create_model_copy_job} +\title{Copies a model to another region so that it can be used there} +\usage{ +bedrock_create_model_copy_job( + sourceModelArn, + targetModelName, + modelKmsKeyId = NULL, + targetModelTags = NULL, + clientRequestToken = NULL +) +} +\arguments{ +\item{sourceModelArn}{[required] The Amazon Resource Name (ARN) of the model to be copied.} + +\item{targetModelName}{[required] A name for the copied model.} + +\item{modelKmsKeyId}{The ARN of the KMS key that you use to encrypt the model copy.} + +\item{targetModelTags}{Tags to associate with the target model. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html}{Tag resources} +in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}.} + +\item{clientRequestToken}{A unique, case-sensitive identifier to ensure that the API request +completes no more than one time. If this token matches a previous +request, Amazon Bedrock ignores the request, but does not return an +error. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensuring idempotency}.} +} +\description{ +Copies a model to another region so that it can be used there. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html}{Copy models to be used in other regions} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_create_model_copy_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_create_model_import_job.Rd b/cran/paws.machine.learning/man/bedrock_create_model_import_job.Rd new file mode 100644 index 0000000000..10a104e233 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_create_model_import_job.Rd @@ -0,0 +1,48 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_create_model_import_job} +\alias{bedrock_create_model_import_job} +\title{Creates a model import job to import model that you have customized in +other environments, such as Amazon SageMaker} +\usage{ +bedrock_create_model_import_job( + jobName, + importedModelName, + roleArn, + modelDataSource, + jobTags = NULL, + importedModelTags = NULL, + clientRequestToken = NULL, + vpcConfig = NULL, + importedModelKmsKeyId = NULL +) +} +\arguments{ +\item{jobName}{[required] The name of the import job.} + +\item{importedModelName}{[required] The name of the imported model.} + +\item{roleArn}{[required] The Amazon Resource Name (ARN) of the model import job.} + +\item{modelDataSource}{[required] The data source for the imported model.} + +\item{jobTags}{Tags to attach to this import job.} + +\item{importedModelTags}{Tags to attach to the imported model.} + +\item{clientRequestToken}{A unique, case-sensitive identifier to ensure that the API request +completes no more than one time. If this token matches a previous +request, Amazon Bedrock ignores the request, but does not return an +error. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensuring idempotency}.} + +\item{vpcConfig}{VPC configuration parameters for the private Virtual Private Cloud (VPC) +that contains the resources you are using for the import job.} + +\item{importedModelKmsKeyId}{The imported model is encrypted at rest using this key.} +} +\description{ +Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{Import a customized model} + +See \url{https://www.paws-r-sdk.com/docs/bedrock_create_model_import_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_create_model_invocation_job.Rd b/cran/paws.machine.learning/man/bedrock_create_model_invocation_job.Rd new file mode 100644 index 0000000000..cd0d5f3444 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_create_model_invocation_job.Rd @@ -0,0 +1,48 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_create_model_invocation_job} +\alias{bedrock_create_model_invocation_job} +\title{Creates a batch inference job to invoke a model on multiple prompts} +\usage{ +bedrock_create_model_invocation_job( + jobName, + roleArn, + clientRequestToken = NULL, + modelId, + inputDataConfig, + outputDataConfig, + timeoutDurationInHours = NULL, + tags = NULL +) +} +\arguments{ +\item{jobName}{[required] A name to give the batch inference job.} + +\item{roleArn}{[required] The Amazon Resource Name (ARN) of the service role with permissions to +carry out and manage batch inference. You can use the console to create +a default service role or follow the steps at \href{https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html}{Create a service role for batch inference}.} + +\item{clientRequestToken}{A unique, case-sensitive identifier to ensure that the API request +completes no more than one time. If this token matches a previous +request, Amazon Bedrock ignores the request, but does not return an +error. For more information, see \href{https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html}{Ensuring idempotency}.} + +\item{modelId}{[required] The unique identifier of the foundation model to use for the batch +inference job.} + +\item{inputDataConfig}{[required] Details about the location of the input to the batch inference job.} + +\item{outputDataConfig}{[required] Details about the location of the output of the batch inference job.} + +\item{timeoutDurationInHours}{The number of hours after which to force the batch inference job to time +out.} + +\item{tags}{Any tags to associate with the batch inference job. For more +information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html}{Tagging Amazon Bedrock resources}.} +} +\description{ +Creates a batch inference job to invoke a model on multiple prompts. Format your data according to \href{https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html}{Format your inference data} and upload it to an Amazon S3 bucket. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference.html}{Process multiple prompts with batch inference}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_create_model_invocation_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_create_provisioned_model_throughput.Rd b/cran/paws.machine.learning/man/bedrock_create_provisioned_model_throughput.Rd index dfaaaff032..35690abc1d 100644 --- a/cran/paws.machine.learning/man/bedrock_create_provisioned_model_throughput.Rd +++ b/cran/paws.machine.learning/man/bedrock_create_provisioned_model_throughput.Rd @@ -30,7 +30,7 @@ commitment. You must first visit the Amazon Web Services support center to request MUs. For model unit quotas, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html#prov-thru-quotas}{Provisioned Throughput quotas} -in the Amazon Bedrock User Guide. +in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. For more information about what an MU specifies, contact your Amazon Web Services account manager.} @@ -40,7 +40,7 @@ Services account manager.} \item{modelId}{[required] The Amazon Resource Name (ARN) or name of the model to associate with this Provisioned Throughput. For a list of models for which you can purchase Provisioned Throughput, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#prov-throughput-models}{Amazon Bedrock model IDs for purchasing Provisioned Throughput} -in the Amazon Bedrock User Guide.} +in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}.} \item{commitmentDuration}{The commitment duration requested for the Provisioned Throughput. Billing occurs hourly and is discounted for longer commitment terms. To @@ -48,12 +48,12 @@ request a no-commit Provisioned Throughput, omit this field. Custom models support all levels of commitment. To see which base models support no commitment, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/pt-supported.html}{Supported regions and models for Provisioned Throughput} -in the Amazon Bedrock User Guide} +in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}} \item{tags}{Tags to associate with this Provisioned Throughput.} } \description{ -Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see \href{https://aws.amazon.com/bedrock/pricing/}{Amazon Bedrock Pricing}. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the Amazon Bedrock User Guide. +Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify. For pricing details, see \href{https://aws.amazon.com/bedrock/pricing/}{Amazon Bedrock Pricing}. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_create_provisioned_model_throughput/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_delete_custom_model.Rd b/cran/paws.machine.learning/man/bedrock_delete_custom_model.Rd index a122dc76ce..4212b42774 100644 --- a/cran/paws.machine.learning/man/bedrock_delete_custom_model.Rd +++ b/cran/paws.machine.learning/man/bedrock_delete_custom_model.Rd @@ -10,7 +10,7 @@ bedrock_delete_custom_model(modelIdentifier) \item{modelIdentifier}{[required] Name of the model to delete.} } \description{ -Deletes a custom model that you created earlier. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the Amazon Bedrock User Guide. +Deletes a custom model that you created earlier. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_delete_custom_model/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_delete_imported_model.Rd b/cran/paws.machine.learning/man/bedrock_delete_imported_model.Rd new file mode 100644 index 0000000000..e8b819f8fa --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_delete_imported_model.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_delete_imported_model} +\alias{bedrock_delete_imported_model} +\title{Deletes a custom model that you imported earlier} +\usage{ +bedrock_delete_imported_model(modelIdentifier) +} +\arguments{ +\item{modelIdentifier}{[required] Name of the imported model to delete.} +} +\description{ +Deletes a custom model that you imported earlier. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{Import a customized model} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_delete_imported_model/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_delete_provisioned_model_throughput.Rd b/cran/paws.machine.learning/man/bedrock_delete_provisioned_model_throughput.Rd index 288b71d749..9e51508946 100644 --- a/cran/paws.machine.learning/man/bedrock_delete_provisioned_model_throughput.Rd +++ b/cran/paws.machine.learning/man/bedrock_delete_provisioned_model_throughput.Rd @@ -10,7 +10,7 @@ bedrock_delete_provisioned_model_throughput(provisionedModelId) \item{provisionedModelId}{[required] The Amazon Resource Name (ARN) or name of the Provisioned Throughput.} } \description{ -Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the Amazon Bedrock User Guide. +Deletes a Provisioned Throughput. You can't delete a Provisioned Throughput before the commitment term is over. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_delete_provisioned_model_throughput/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_get_custom_model.Rd b/cran/paws.machine.learning/man/bedrock_get_custom_model.Rd index ff45c5ee22..faaa48c931 100644 --- a/cran/paws.machine.learning/man/bedrock_get_custom_model.Rd +++ b/cran/paws.machine.learning/man/bedrock_get_custom_model.Rd @@ -11,7 +11,7 @@ bedrock_get_custom_model(modelIdentifier) \item{modelIdentifier}{[required] Name or Amazon Resource Name (ARN) of the custom model.} } \description{ -Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the Amazon Bedrock User Guide. +Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_get_custom_model/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_get_evaluation_job.Rd b/cran/paws.machine.learning/man/bedrock_get_evaluation_job.Rd index b357d820cb..6b2dc951ba 100644 --- a/cran/paws.machine.learning/man/bedrock_get_evaluation_job.Rd +++ b/cran/paws.machine.learning/man/bedrock_get_evaluation_job.Rd @@ -11,7 +11,7 @@ bedrock_get_evaluation_job(jobIdentifier) \item{jobIdentifier}{[required] The Amazon Resource Name (ARN) of the model evaluation job.} } \description{ -Retrieves the properties associated with a model evaluation job, including the status of the job. For more information, see Model evaluations. +Retrieves the properties associated with a model evaluation job, including the status of the job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html}{Model evaluation}. See \url{https://www.paws-r-sdk.com/docs/bedrock_get_evaluation_job/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_get_imported_model.Rd b/cran/paws.machine.learning/man/bedrock_get_imported_model.Rd new file mode 100644 index 0000000000..f18f383d23 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_get_imported_model.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_get_imported_model} +\alias{bedrock_get_imported_model} +\title{Gets properties associated with a customized model you imported} +\usage{ +bedrock_get_imported_model(modelIdentifier) +} +\arguments{ +\item{modelIdentifier}{[required] Name or Amazon Resource Name (ARN) of the imported model.} +} +\description{ +Gets properties associated with a customized model you imported. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_get_imported_model/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_get_inference_profile.Rd b/cran/paws.machine.learning/man/bedrock_get_inference_profile.Rd new file mode 100644 index 0000000000..05ca6866c6 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_get_inference_profile.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_get_inference_profile} +\alias{bedrock_get_inference_profile} +\title{Gets information about an inference profile} +\usage{ +bedrock_get_inference_profile(inferenceProfileIdentifier) +} +\arguments{ +\item{inferenceProfileIdentifier}{[required] The unique identifier of the inference profile.} +} +\description{ +Gets information about an inference profile. For more information, see the Amazon Bedrock User Guide. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_get_inference_profile/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_get_model_copy_job.Rd b/cran/paws.machine.learning/man/bedrock_get_model_copy_job.Rd new file mode 100644 index 0000000000..c39389f541 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_get_model_copy_job.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_get_model_copy_job} +\alias{bedrock_get_model_copy_job} +\title{Retrieves information about a model copy job} +\usage{ +bedrock_get_model_copy_job(jobArn) +} +\arguments{ +\item{jobArn}{[required] The Amazon Resource Name (ARN) of the model copy job.} +} +\description{ +Retrieves information about a model copy job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html}{Copy models to be used in other regions} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_get_model_copy_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_get_model_customization_job.Rd b/cran/paws.machine.learning/man/bedrock_get_model_customization_job.Rd index e13b5ee6d6..63171f73c6 100644 --- a/cran/paws.machine.learning/man/bedrock_get_model_customization_job.Rd +++ b/cran/paws.machine.learning/man/bedrock_get_model_customization_job.Rd @@ -11,7 +11,7 @@ bedrock_get_model_customization_job(jobIdentifier) \item{jobIdentifier}{[required] Identifier for the customization job.} } \description{ -Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the Amazon Bedrock User Guide. +Retrieves the properties associated with a model-customization job, including the status of the job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_get_model_customization_job/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_get_model_import_job.Rd b/cran/paws.machine.learning/man/bedrock_get_model_import_job.Rd new file mode 100644 index 0000000000..5dfcd1f504 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_get_model_import_job.Rd @@ -0,0 +1,18 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_get_model_import_job} +\alias{bedrock_get_model_import_job} +\title{Retrieves the properties associated with import model job, including the +status of the job} +\usage{ +bedrock_get_model_import_job(jobIdentifier) +} +\arguments{ +\item{jobIdentifier}{[required] The identifier of the import job.} +} +\description{ +Retrieves the properties associated with import model job, including the status of the job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{Import a customized model} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_get_model_import_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_get_model_invocation_job.Rd b/cran/paws.machine.learning/man/bedrock_get_model_invocation_job.Rd new file mode 100644 index 0000000000..1b2c0fbc4d --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_get_model_invocation_job.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_get_model_invocation_job} +\alias{bedrock_get_model_invocation_job} +\title{Gets details about a batch inference job} +\usage{ +bedrock_get_model_invocation_job(jobIdentifier) +} +\arguments{ +\item{jobIdentifier}{[required] The Amazon Resource Name (ARN) of the batch inference job.} +} +\description{ +Gets details about a batch inference job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view}{View details about a batch inference job} + +See \url{https://www.paws-r-sdk.com/docs/bedrock_get_model_invocation_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_get_provisioned_model_throughput.Rd b/cran/paws.machine.learning/man/bedrock_get_provisioned_model_throughput.Rd index 2ee7d4b2e0..eda4244feb 100644 --- a/cran/paws.machine.learning/man/bedrock_get_provisioned_model_throughput.Rd +++ b/cran/paws.machine.learning/man/bedrock_get_provisioned_model_throughput.Rd @@ -10,7 +10,7 @@ bedrock_get_provisioned_model_throughput(provisionedModelId) \item{provisionedModelId}{[required] The Amazon Resource Name (ARN) or name of the Provisioned Throughput.} } \description{ -Returns details for a Provisioned Throughput. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the Amazon Bedrock User Guide. +Returns details for a Provisioned Throughput. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_get_provisioned_model_throughput/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_list_custom_models.Rd b/cran/paws.machine.learning/man/bedrock_list_custom_models.Rd index 5e8de06f3e..69fef50c43 100644 --- a/cran/paws.machine.learning/man/bedrock_list_custom_models.Rd +++ b/cran/paws.machine.learning/man/bedrock_list_custom_models.Rd @@ -14,7 +14,8 @@ bedrock_list_custom_models( maxResults = NULL, nextToken = NULL, sortBy = NULL, - sortOrder = NULL + sortOrder = NULL, + isOwned = NULL ) } \arguments{ @@ -30,14 +31,21 @@ matches this parameter.} \item{foundationModelArnEquals}{Return custom models only if the foundation model Amazon Resource Name (ARN) matches this parameter.} -\item{maxResults}{Maximum number of results to return in the response.} +\item{maxResults}{The maximum number of results to return in the response. If the total +number of results is greater than this value, use the token returned in +the response in the \code{nextToken} field when making another request to +return the next batch of results.} -\item{nextToken}{Continuation token from the previous response, for Amazon Bedrock to -list the next set of results.} +\item{nextToken}{If the total number of results is greater than the \code{maxResults} value +provided in the request, enter the token returned in the \code{nextToken} +field in the response in this field to return the next batch of results.} \item{sortBy}{The field to sort by in the returned list of models.} \item{sortOrder}{The sort order of the results.} + +\item{isOwned}{Return custom models depending on if the current account owns them +(\code{true}) or if they were shared with the current account (\code{false}).} } \description{ Returns a list of the custom models that you have created with the \code{\link[=bedrock_create_model_customization_job]{create_model_customization_job}} operation. diff --git a/cran/paws.machine.learning/man/bedrock_list_foundation_models.Rd b/cran/paws.machine.learning/man/bedrock_list_foundation_models.Rd index 17df5d54c5..8068d8bad6 100644 --- a/cran/paws.machine.learning/man/bedrock_list_foundation_models.Rd +++ b/cran/paws.machine.learning/man/bedrock_list_foundation_models.Rd @@ -16,16 +16,16 @@ bedrock_list_foundation_models( \item{byCustomizationType}{Return models that support the customization type that you specify. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} -in the Amazon Bedrock User Guide.} +in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}.} \item{byOutputModality}{Return models that support the output modality that you specify.} \item{byInferenceType}{Return models that support the inference type that you specify. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} -in the Amazon Bedrock User Guide.} +in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}.} } \description{ -Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/}{Foundation models} in the Amazon Bedrock User Guide. +Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/}{Foundation models} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_list_foundation_models/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_list_imported_models.Rd b/cran/paws.machine.learning/man/bedrock_list_imported_models.Rd new file mode 100644 index 0000000000..7e57fbcbe2 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_list_imported_models.Rd @@ -0,0 +1,42 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_list_imported_models} +\alias{bedrock_list_imported_models} +\title{Returns a list of models you've imported} +\usage{ +bedrock_list_imported_models( + creationTimeBefore = NULL, + creationTimeAfter = NULL, + nameContains = NULL, + maxResults = NULL, + nextToken = NULL, + sortBy = NULL, + sortOrder = NULL +) +} +\arguments{ +\item{creationTimeBefore}{Return imported models that created before the specified time.} + +\item{creationTimeAfter}{Return imported models that were created after the specified time.} + +\item{nameContains}{Return imported models only if the model name contains these characters.} + +\item{maxResults}{The maximum number of results to return in the response. If the total +number of results is greater than this value, use the token returned in +the response in the \code{nextToken} field when making another request to +return the next batch of results.} + +\item{nextToken}{If the total number of results is greater than the \code{maxResults} value +provided in the request, enter the token returned in the \code{nextToken} +field in the response in this field to return the next batch of results.} + +\item{sortBy}{The field to sort by in the returned list of imported models.} + +\item{sortOrder}{Specifies whetehr to sort the results in ascending or descending order.} +} +\description{ +Returns a list of models you've imported. You can filter the results to return based on one or more criteria. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{Import a customized model} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_list_imported_models/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_list_inference_profiles.Rd b/cran/paws.machine.learning/man/bedrock_list_inference_profiles.Rd new file mode 100644 index 0000000000..2710f4203d --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_list_inference_profiles.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_list_inference_profiles} +\alias{bedrock_list_inference_profiles} +\title{Returns a list of inference profiles that you can use} +\usage{ +bedrock_list_inference_profiles(maxResults = NULL, nextToken = NULL) +} +\arguments{ +\item{maxResults}{The maximum number of results to return in the response. If the total +number of results is greater than this value, use the token returned in +the response in the \code{nextToken} field when making another request to +return the next batch of results.} + +\item{nextToken}{If the total number of results is greater than the \code{maxResults} value +provided in the request, enter the token returned in the \code{nextToken} +field in the response in this field to return the next batch of results.} +} +\description{ +Returns a list of inference profiles that you can use. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_list_inference_profiles/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_list_model_copy_jobs.Rd b/cran/paws.machine.learning/man/bedrock_list_model_copy_jobs.Rd new file mode 100644 index 0000000000..7b391a4c0f --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_list_model_copy_jobs.Rd @@ -0,0 +1,55 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_list_model_copy_jobs} +\alias{bedrock_list_model_copy_jobs} +\title{Returns a list of model copy jobs that you have submitted} +\usage{ +bedrock_list_model_copy_jobs( + creationTimeAfter = NULL, + creationTimeBefore = NULL, + statusEquals = NULL, + sourceAccountEquals = NULL, + sourceModelArnEquals = NULL, + targetModelNameContains = NULL, + maxResults = NULL, + nextToken = NULL, + sortBy = NULL, + sortOrder = NULL +) +} +\arguments{ +\item{creationTimeAfter}{Filters for model copy jobs created after the specified time.} + +\item{creationTimeBefore}{Filters for model copy jobs created before the specified time.} + +\item{statusEquals}{Filters for model copy jobs whose status matches the value that you +specify.} + +\item{sourceAccountEquals}{Filters for model copy jobs in which the account that the source model +belongs to is equal to the value that you specify.} + +\item{sourceModelArnEquals}{Filters for model copy jobs in which the Amazon Resource Name (ARN) of +the source model to is equal to the value that you specify.} + +\item{targetModelNameContains}{Filters for model copy jobs in which the name of the copied model +contains the string that you specify.} + +\item{maxResults}{The maximum number of results to return in the response. If the total +number of results is greater than this value, use the token returned in +the response in the \code{nextToken} field when making another request to +return the next batch of results.} + +\item{nextToken}{If the total number of results is greater than the \code{maxResults} value +provided in the request, enter the token returned in the \code{nextToken} +field in the response in this field to return the next batch of results.} + +\item{sortBy}{The field to sort by in the returned list of model copy jobs.} + +\item{sortOrder}{Specifies whether to sort the results in ascending or descending order.} +} +\description{ +Returns a list of model copy jobs that you have submitted. You can filter the jobs to return based on one or more criteria. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html}{Copy models to be used in other regions} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_list_model_copy_jobs/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_list_model_customization_jobs.Rd b/cran/paws.machine.learning/man/bedrock_list_model_customization_jobs.Rd index ecf32f4bc4..8745c57e6b 100644 --- a/cran/paws.machine.learning/man/bedrock_list_model_customization_jobs.Rd +++ b/cran/paws.machine.learning/man/bedrock_list_model_customization_jobs.Rd @@ -25,10 +25,14 @@ bedrock_list_model_customization_jobs( \item{nameContains}{Return customization jobs only if the job name contains these characters.} -\item{maxResults}{Maximum number of results to return in the response.} - -\item{nextToken}{Continuation token from the previous response, for Amazon Bedrock to -list the next set of results.} +\item{maxResults}{The maximum number of results to return in the response. If the total +number of results is greater than this value, use the token returned in +the response in the \code{nextToken} field when making another request to +return the next batch of results.} + +\item{nextToken}{If the total number of results is greater than the \code{maxResults} value +provided in the request, enter the token returned in the \code{nextToken} +field in the response in this field to return the next batch of results.} \item{sortBy}{The field to sort by in the returned list of jobs.} diff --git a/cran/paws.machine.learning/man/bedrock_list_model_import_jobs.Rd b/cran/paws.machine.learning/man/bedrock_list_model_import_jobs.Rd new file mode 100644 index 0000000000..01edb08443 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_list_model_import_jobs.Rd @@ -0,0 +1,45 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_list_model_import_jobs} +\alias{bedrock_list_model_import_jobs} +\title{Returns a list of import jobs you've submitted} +\usage{ +bedrock_list_model_import_jobs( + creationTimeAfter = NULL, + creationTimeBefore = NULL, + statusEquals = NULL, + nameContains = NULL, + maxResults = NULL, + nextToken = NULL, + sortBy = NULL, + sortOrder = NULL +) +} +\arguments{ +\item{creationTimeAfter}{Return import jobs that were created after the specified time.} + +\item{creationTimeBefore}{Return import jobs that were created before the specified time.} + +\item{statusEquals}{Return imported jobs with the specified status.} + +\item{nameContains}{Return imported jobs only if the job name contains these characters.} + +\item{maxResults}{The maximum number of results to return in the response. If the total +number of results is greater than this value, use the token returned in +the response in the \code{nextToken} field when making another request to +return the next batch of results.} + +\item{nextToken}{If the total number of results is greater than the \code{maxResults} value +provided in the request, enter the token returned in the \code{nextToken} +field in the response in this field to return the next batch of results.} + +\item{sortBy}{The field to sort by in the returned list of imported jobs.} + +\item{sortOrder}{Specifies whether to sort the results in ascending or descending order.} +} +\description{ +Returns a list of import jobs you've submitted. You can filter the results to return based on one or more criteria. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{Import a customized model} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_list_model_import_jobs/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_list_model_invocation_jobs.Rd b/cran/paws.machine.learning/man/bedrock_list_model_invocation_jobs.Rd new file mode 100644 index 0000000000..bf119156f8 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_list_model_invocation_jobs.Rd @@ -0,0 +1,51 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_list_model_invocation_jobs} +\alias{bedrock_list_model_invocation_jobs} +\title{Lists all batch inference jobs in the account} +\usage{ +bedrock_list_model_invocation_jobs( + submitTimeAfter = NULL, + submitTimeBefore = NULL, + statusEquals = NULL, + nameContains = NULL, + maxResults = NULL, + nextToken = NULL, + sortBy = NULL, + sortOrder = NULL +) +} +\arguments{ +\item{submitTimeAfter}{Specify a time to filter for batch inference jobs that were submitted +after the time you specify.} + +\item{submitTimeBefore}{Specify a time to filter for batch inference jobs that were submitted +before the time you specify.} + +\item{statusEquals}{Specify a status to filter for batch inference jobs whose statuses match +the string you specify.} + +\item{nameContains}{Specify a string to filter for batch inference jobs whose names contain +the string.} + +\item{maxResults}{The maximum number of results to return. If there are more results than +the number that you specify, a \code{nextToken} value is returned. Use the +\code{nextToken} in a request to return the next batch of results.} + +\item{nextToken}{If there were more results than the value you specified in the +\code{maxResults} field in a previous +\code{\link[=bedrock_list_model_invocation_jobs]{list_model_invocation_jobs}} +request, the response would have returned a \code{nextToken} value. To see +the next batch of results, send the \code{nextToken} value in another +request.} + +\item{sortBy}{An attribute by which to sort the results.} + +\item{sortOrder}{Specifies whether to sort the results by ascending or descending order.} +} +\description{ +Lists all batch inference jobs in the account. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view}{View details about a batch inference job}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_list_model_invocation_jobs/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_list_provisioned_model_throughputs.Rd b/cran/paws.machine.learning/man/bedrock_list_provisioned_model_throughputs.Rd index d9bf642460..c3528b957d 100644 --- a/cran/paws.machine.learning/man/bedrock_list_provisioned_model_throughputs.Rd +++ b/cran/paws.machine.learning/man/bedrock_list_provisioned_model_throughputs.Rd @@ -46,7 +46,7 @@ next batch of results, specify the \code{nextToken} value in this field.} \item{sortOrder}{The sort order of the results.} } \description{ -Lists the Provisioned Throughputs in the account. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the Amazon Bedrock User Guide. +Lists the Provisioned Throughputs in the account. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_list_provisioned_model_throughputs/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_stop_model_customization_job.Rd b/cran/paws.machine.learning/man/bedrock_stop_model_customization_job.Rd index 9c2eecfa4c..e9aed29a8e 100644 --- a/cran/paws.machine.learning/man/bedrock_stop_model_customization_job.Rd +++ b/cran/paws.machine.learning/man/bedrock_stop_model_customization_job.Rd @@ -10,7 +10,7 @@ bedrock_stop_model_customization_job(jobIdentifier) \item{jobIdentifier}{[required] Job identifier of the job to stop.} } \description{ -Stops an active model customization job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the Amazon Bedrock User Guide. +Stops an active model customization job. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html}{Custom models} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_stop_model_customization_job/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_stop_model_invocation_job.Rd b/cran/paws.machine.learning/man/bedrock_stop_model_invocation_job.Rd new file mode 100644 index 0000000000..3e53e0e4a4 --- /dev/null +++ b/cran/paws.machine.learning/man/bedrock_stop_model_invocation_job.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/bedrock_operations.R +\name{bedrock_stop_model_invocation_job} +\alias{bedrock_stop_model_invocation_job} +\title{Stops a batch inference job} +\usage{ +bedrock_stop_model_invocation_job(jobIdentifier) +} +\arguments{ +\item{jobIdentifier}{[required] The Amazon Resource Name (ARN) of the batch inference job to stop.} +} +\description{ +Stops a batch inference job. You're only charged for tokens that were already processed. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-stop}{Stop a batch inference job}. + +See \url{https://www.paws-r-sdk.com/docs/bedrock_stop_model_invocation_job/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/bedrock_tag_resource.Rd b/cran/paws.machine.learning/man/bedrock_tag_resource.Rd index a2a6f3ff13..f2d9aa699b 100644 --- a/cran/paws.machine.learning/man/bedrock_tag_resource.Rd +++ b/cran/paws.machine.learning/man/bedrock_tag_resource.Rd @@ -12,7 +12,7 @@ bedrock_tag_resource(resourceARN, tags) \item{tags}{[required] Tags to associate with the resource.} } \description{ -Associate tags with a resource. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html}{Tagging resources} in the Amazon Bedrock User Guide. +Associate tags with a resource. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html}{Tagging resources} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_tag_resource/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_untag_resource.Rd b/cran/paws.machine.learning/man/bedrock_untag_resource.Rd index 4a2f2d60da..4f46c84b73 100644 --- a/cran/paws.machine.learning/man/bedrock_untag_resource.Rd +++ b/cran/paws.machine.learning/man/bedrock_untag_resource.Rd @@ -12,7 +12,7 @@ bedrock_untag_resource(resourceARN, tagKeys) \item{tagKeys}{[required] Tag keys of the tags to remove from the resource.} } \description{ -Remove one or more tags from a resource. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html}{Tagging resources} in the Amazon Bedrock User Guide. +Remove one or more tags from a resource. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html}{Tagging resources} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_untag_resource/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrock_update_provisioned_model_throughput.Rd b/cran/paws.machine.learning/man/bedrock_update_provisioned_model_throughput.Rd index 56e5e6de2a..9dc0d078f7 100644 --- a/cran/paws.machine.learning/man/bedrock_update_provisioned_model_throughput.Rd +++ b/cran/paws.machine.learning/man/bedrock_update_provisioned_model_throughput.Rd @@ -29,7 +29,7 @@ the custom model. }} } \description{ -Updates the name or associated model for a Provisioned Throughput. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the Amazon Bedrock User Guide. +Updates the name or associated model for a Provisioned Throughput. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html}{Provisioned Throughput} in the \href{https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html}{Amazon Bedrock User Guide}. See \url{https://www.paws-r-sdk.com/docs/bedrock_update_provisioned_model_throughput/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrockruntime_converse.Rd b/cran/paws.machine.learning/man/bedrockruntime_converse.Rd index f15f4bce5a..5529008331 100644 --- a/cran/paws.machine.learning/man/bedrockruntime_converse.Rd +++ b/cran/paws.machine.learning/man/bedrockruntime_converse.Rd @@ -18,11 +18,15 @@ bedrockruntime_converse( \arguments{ \item{modelId}{[required] The identifier for the model that you want to call. -The \code{modelId} to provide depends on the type of model that you use: +The \code{modelId} to provide depends on the type of model or throughput that +you use: \itemize{ \item If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns}{Amazon Bedrock base model IDs (on-demand throughput)} in the Amazon Bedrock User Guide. +\item If you use an inference profile, specify the inference profile ID or +its ARN. For a list of inference profile IDs, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html}{Supported Regions and models for cross-region inference} +in the Amazon Bedrock User Guide. \item If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-thru-use.html}{Run inference using a Provisioned Throughput} in the Amazon Bedrock User Guide. @@ -30,7 +34,9 @@ in the Amazon Bedrock User Guide. it. Then specify the ARN of the resulting provisioned model. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html}{Use a custom model in Amazon Bedrock} in the Amazon Bedrock User Guide. -}} +} + +The Converse API doesn't support \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{imported models}.} \item{messages}{[required] The messages that you want to send to the model.} @@ -70,7 +76,7 @@ Pointer is valid, but the requested field is not in the model response, it is ignored by \code{\link[=bedrockruntime_converse]{converse}}.} } \description{ -Sends messages to the specified Amazon Bedrock model. \code{\link[=bedrockruntime_converse]{converse}} provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. Should a model have unique inference parameters, you can also pass those unique parameters to the model. +Sends messages to the specified Amazon Bedrock model. \code{\link[=bedrockruntime_converse]{converse}} provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. See \url{https://www.paws-r-sdk.com/docs/bedrockruntime_converse/} for full documentation. } diff --git a/cran/paws.machine.learning/man/bedrockruntime_converse_stream.Rd b/cran/paws.machine.learning/man/bedrockruntime_converse_stream.Rd index cdee2243d5..316e592ff3 100644 --- a/cran/paws.machine.learning/man/bedrockruntime_converse_stream.Rd +++ b/cran/paws.machine.learning/man/bedrockruntime_converse_stream.Rd @@ -19,11 +19,15 @@ bedrockruntime_converse_stream( \arguments{ \item{modelId}{[required] The ID for the model. -The \code{modelId} to provide depends on the type of model that you use: +The \code{modelId} to provide depends on the type of model or throughput that +you use: \itemize{ \item If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns}{Amazon Bedrock base model IDs (on-demand throughput)} in the Amazon Bedrock User Guide. +\item If you use an inference profile, specify the inference profile ID or +its ARN. For a list of inference profile IDs, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html}{Supported Regions and models for cross-region inference} +in the Amazon Bedrock User Guide. \item If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/prov-thru-use.html}{Run inference using a Provisioned Throughput} in the Amazon Bedrock User Guide. @@ -31,7 +35,9 @@ in the Amazon Bedrock User Guide. it. Then specify the ARN of the resulting provisioned model. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html}{Use a custom model in Amazon Bedrock} in the Amazon Bedrock User Guide. -}} +} + +The Converse API doesn't support \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{imported models}.} \item{messages}{[required] The messages that you want to send to the model.} diff --git a/cran/paws.machine.learning/man/bedrockruntime_invoke_model.Rd b/cran/paws.machine.learning/man/bedrockruntime_invoke_model.Rd index d3189b60da..863dcaf124 100644 --- a/cran/paws.machine.learning/man/bedrockruntime_invoke_model.Rd +++ b/cran/paws.machine.learning/man/bedrockruntime_invoke_model.Rd @@ -43,6 +43,11 @@ in the Amazon Bedrock User Guide. it. Then specify the ARN of the resulting provisioned model. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html}{Use a custom model in Amazon Bedrock} in the Amazon Bedrock User Guide. +\item If you use an \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{imported model}, +specify the ARN of the imported model. You can get the model ARN +from a successful call to +\href{https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html}{CreateModelImportJob} +or from the Imported models page in the Amazon Bedrock console. }} \item{trace}{Specifies whether to enable or disable the Bedrock trace. If enabled, diff --git a/cran/paws.machine.learning/man/bedrockruntime_invoke_model_with_response_stream.Rd b/cran/paws.machine.learning/man/bedrockruntime_invoke_model_with_response_stream.Rd index cefea6be36..055a19f0fb 100644 --- a/cran/paws.machine.learning/man/bedrockruntime_invoke_model_with_response_stream.Rd +++ b/cran/paws.machine.learning/man/bedrockruntime_invoke_model_with_response_stream.Rd @@ -43,6 +43,11 @@ in the Amazon Bedrock User Guide. it. Then specify the ARN of the resulting provisioned model. For more information, see \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html}{Use a custom model in Amazon Bedrock} in the Amazon Bedrock User Guide. +\item If you use an \href{https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html}{imported model}, +specify the ARN of the imported model. You can get the model ARN +from a successful call to +\href{https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html}{CreateModelImportJob} +or from the Imported models page in the Amazon Bedrock console. }} \item{trace}{Specifies whether to enable or disable the Bedrock trace. If enabled, diff --git a/cran/paws.machine.learning/man/personalize.Rd b/cran/paws.machine.learning/man/personalize.Rd index 24118c08ca..991f1460cd 100644 --- a/cran/paws.machine.learning/man/personalize.Rd +++ b/cran/paws.machine.learning/man/personalize.Rd @@ -108,7 +108,7 @@ add individualized recommendations to customers. \link[=personalize_create_metric_attribution]{create_metric_attribution} \tab Creates a metric attribution\cr \link[=personalize_create_recommender]{create_recommender} \tab Creates a recommender with the recipe (a Domain dataset group use case) you specify\cr \link[=personalize_create_schema]{create_schema} \tab Creates an Amazon Personalize schema from the specified schema string\cr -\link[=personalize_create_solution]{create_solution} \tab After you create a solution, you can’t change its configuration\cr +\link[=personalize_create_solution]{create_solution} \tab By default, all new solutions use automatic training\cr \link[=personalize_create_solution_version]{create_solution_version} \tab Trains or retrains an active solution in a Custom dataset group\cr \link[=personalize_delete_campaign]{delete_campaign} \tab Removes a campaign by deleting the solution deployment\cr \link[=personalize_delete_dataset]{delete_dataset} \tab Deletes a dataset\cr @@ -164,7 +164,8 @@ add individualized recommendations to customers. \link[=personalize_update_campaign]{update_campaign} \tab Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign's minProvisionedTPS, or modify your campaign's configuration\cr \link[=personalize_update_dataset]{update_dataset} \tab Update a dataset to replace its schema with a new or existing one\cr \link[=personalize_update_metric_attribution]{update_metric_attribution} \tab Updates a metric attribution\cr -\link[=personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration +\link[=personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration\cr +\link[=personalize_update_solution]{update_solution} \tab Updates an Amazon Personalize solution to use a different automatic training configuration } } diff --git a/cran/paws.machine.learning/man/personalize_create_solution.Rd b/cran/paws.machine.learning/man/personalize_create_solution.Rd index be740eccf7..9117752e98 100644 --- a/cran/paws.machine.learning/man/personalize_create_solution.Rd +++ b/cran/paws.machine.learning/man/personalize_create_solution.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/personalize_operations.R \name{personalize_create_solution} \alias{personalize_create_solution} -\title{After you create a solution, you can’t change its configuration} +\title{By default, all new solutions use automatic training} \usage{ personalize_create_solution( name, @@ -46,9 +46,9 @@ the training frequency by specifying a \code{schedulingExpression} in the \code{AutoTrainingConfig} as part of solution configuration. For more information about automatic training, see \href{https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html}{Configuring automatic training}. -Automatic solution version creation starts one hour after the solution -is ACTIVE. If you manually create a solution version within the hour, -the solution skips the first automatic training. +Automatic solution version creation starts within one hour after the +solution is ACTIVE. If you manually create a solution version within the +hour, the solution skips the first automatic training. After training starts, you can get the solution version's Amazon Resource Name (ARN) with the @@ -70,9 +70,9 @@ or 'like') is used for training the model. If you do not provide an \code{eventType}, Amazon Personalize will use all interactions for training with equal weight regardless of type.} -\item{solutionConfig}{The configuration to use with the solution. When \code{performAutoML} is set -to true, Amazon Personalize only evaluates the \code{autoMLConfig} section of -the solution configuration. +\item{solutionConfig}{The configuration properties for the solution. When \code{performAutoML} is +set to true, Amazon Personalize only evaluates the \code{autoMLConfig} +section of the solution configuration. Amazon Personalize doesn't support configuring the \code{hpoObjective} at this time.} @@ -82,7 +82,7 @@ this time.} to apply to the solution.} } \description{ -After you create a solution, you can’t change its configuration. By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. You can't stop automatic training for a solution. To avoid unnecessary costs, make sure to delete the solution when you are finished. For information about training costs, see \href{https://aws.amazon.com/personalize/pricing/}{Amazon Personalize pricing}. +By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. To avoid unnecessary costs, when you are finished you can \href{https://docs.aws.amazon.com/personalize/latest/dg/API_UpdateSolution.html}{update the solution} to turn off automatic training. For information about training costs, see \href{https://aws.amazon.com/personalize/pricing/}{Amazon Personalize pricing}. See \url{https://www.paws-r-sdk.com/docs/personalize_create_solution/} for full documentation. } diff --git a/cran/paws.machine.learning/man/personalize_update_solution.Rd b/cran/paws.machine.learning/man/personalize_update_solution.Rd new file mode 100644 index 0000000000..622af79a0d --- /dev/null +++ b/cran/paws.machine.learning/man/personalize_update_solution.Rd @@ -0,0 +1,41 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/personalize_operations.R +\name{personalize_update_solution} +\alias{personalize_update_solution} +\title{Updates an Amazon Personalize solution to use a different automatic +training configuration} +\usage{ +personalize_update_solution( + solutionArn, + performAutoTraining = NULL, + solutionUpdateConfig = NULL +) +} +\arguments{ +\item{solutionArn}{[required] The Amazon Resource Name (ARN) of the solution to update.} + +\item{performAutoTraining}{Whether the solution uses automatic training to create new solution +versions (trained models). You can change the training frequency by +specifying a \code{schedulingExpression} in the \code{AutoTrainingConfig} as part +of solution configuration. + +If you turn on automatic training, the first automatic training starts +within one hour after the solution update completes. If you manually +create a solution version within the hour, the solution skips the first +automatic training. For more information about automatic training, see +\href{https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html}{Configuring automatic training}. + +After training starts, you can get the solution version's Amazon +Resource Name (ARN) with the +\code{\link[=personalize_list_solution_versions]{list_solution_versions}} API +operation. To get its status, use the +\code{\link[=personalize_describe_solution_version]{describe_solution_version}}.} + +\item{solutionUpdateConfig}{The new configuration details of the solution.} +} +\description{ +Updates an Amazon Personalize solution to use a different automatic training configuration. When you update a solution, you can change whether the solution uses automatic training, and you can change the training frequency. For more information about updating a solution, see \href{https://docs.aws.amazon.com/personalize/latest/dg/updating-solution.html}{Updating a solution}. + +See \url{https://www.paws-r-sdk.com/docs/personalize_update_solution/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.machine.learning/man/sagemaker_create_auto_ml_job_v2.Rd b/cran/paws.machine.learning/man/sagemaker_create_auto_ml_job_v2.Rd index 3f1cdbb13a..dbbddb0c77 100644 --- a/cran/paws.machine.learning/man/sagemaker_create_auto_ml_job_v2.Rd +++ b/cran/paws.machine.learning/man/sagemaker_create_auto_ml_job_v2.Rd @@ -15,7 +15,8 @@ sagemaker_create_auto_ml_job_v2( SecurityConfig = NULL, AutoMLJobObjective = NULL, ModelDeployConfig = NULL, - DataSplitConfig = NULL + DataSplitConfig = NULL, + AutoMLComputeConfig = NULL ) } \arguments{ @@ -86,6 +87,8 @@ dataset must be less than 2 GB in size. This attribute must not be set for the time-series forecasting problem type, as Autopilot automatically splits the input dataset into training and validation sets.} + +\item{AutoMLComputeConfig}{Specifies the compute configuration for the AutoML job V2.} } \description{ Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2. diff --git a/cran/paws.machine.learning/tests/testthat/test_bedrock.R b/cran/paws.machine.learning/tests/testthat/test_bedrock.R index 3009147c63..141c029fab 100644 --- a/cran/paws.machine.learning/tests/testthat/test_bedrock.R +++ b/cran/paws.machine.learning/tests/testthat/test_bedrock.R @@ -16,10 +16,30 @@ test_that("list_guardrails", { expect_error(svc$list_guardrails(), NA) }) +test_that("list_imported_models", { + expect_error(svc$list_imported_models(), NA) +}) + +test_that("list_inference_profiles", { + expect_error(svc$list_inference_profiles(), NA) +}) + +test_that("list_model_copy_jobs", { + expect_error(svc$list_model_copy_jobs(), NA) +}) + test_that("list_model_customization_jobs", { expect_error(svc$list_model_customization_jobs(), NA) }) +test_that("list_model_import_jobs", { + expect_error(svc$list_model_import_jobs(), NA) +}) + +test_that("list_model_invocation_jobs", { + expect_error(svc$list_model_invocation_jobs(), NA) +}) + test_that("list_provisioned_model_throughputs", { expect_error(svc$list_provisioned_model_throughputs(), NA) }) diff --git a/cran/paws.management/R/autoscaling_operations.R b/cran/paws.management/R/autoscaling_operations.R index cf4a071177..fb74130b5c 100644 --- a/cran/paws.management/R/autoscaling_operations.R +++ b/cran/paws.management/R/autoscaling_operations.R @@ -358,9 +358,9 @@ autoscaling_complete_lifecycle_action <- function(LifecycleHookName, AutoScaling #' in the *Amazon EC2 Auto Scaling User Guide*. #' @param HealthCheckType A comma-separated value string of one or more health check types. #' -#' The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the -#' default health check and cannot be disabled. For more information, see -#' [Health checks for instances in an Auto Scaling +#' The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is +#' the default health check and cannot be disabled. For more information, +#' see [Health checks for instances in an Auto Scaling #' group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) #' in the *Amazon EC2 Auto Scaling User Guide*. #' @@ -2942,9 +2942,9 @@ autoscaling_terminate_instance_in_auto_scaling_group <- function(InstanceId, Sho #' @param AvailabilityZones One or more Availability Zones for the group. #' @param HealthCheckType A comma-separated value string of one or more health check types. #' -#' The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the -#' default health check and cannot be disabled. For more information, see -#' [Health checks for instances in an Auto Scaling +#' The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is +#' the default health check and cannot be disabled. For more information, +#' see [Health checks for instances in an Auto Scaling #' group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) #' in the *Amazon EC2 Auto Scaling User Guide*. #' diff --git a/cran/paws.management/R/cloudformation_operations.R b/cran/paws.management/R/cloudformation_operations.R index e1f249087c..49217bd266 100644 --- a/cran/paws.management/R/cloudformation_operations.R +++ b/cran/paws.management/R/cloudformation_operations.R @@ -447,7 +447,7 @@ cloudformation_continue_update_rollback <- function(StackName, RoleARN = NULL, R #' If you create a change set for a new stack, CloudFormation creates a #' stack with a unique stack ID, but no template or resources. The stack #' will be in the -#' [REVIEW_IN_PROGRESS](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995) +#' [REVIEW_IN_PROGRESS](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/service_code_examples.html#d0e11995) #' state until you execute the change set. #' #' By default, CloudFormation specifies `UPDATE`. You can't use the @@ -1326,7 +1326,7 @@ cloudformation_delete_stack <- function(StackName, RetainResources = NULL, RoleA #' existing, saved stack to a new stack set. #' #' For more information, see [Stack set operation -#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). +#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options). #' @param OperationId The unique identifier for this stack set operation. #' #' If you don't specify an operation ID, the SDK generates one @@ -2316,7 +2316,7 @@ cloudformation_detect_stack_resource_drift <- function(StackName, LogicalResourc #' #' For more information about maximum concurrent accounts and failure #' tolerance, see [Stack set operation -#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). +#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options). #' @param OperationId *The ID of the stack set operation.* #' @param CallAs \[Service-managed permissions\] Specifies whether you are acting as an #' account administrator in the organization's management account or as a @@ -2690,7 +2690,7 @@ cloudformation_get_template_summary <- function(TemplateBody = NULL, TemplateURL #' #' For more information about maximum concurrent accounts and failure #' tolerance, see [Stack set operation -#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). +#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options). #' @param OperationId A unique, user defined, identifier for the stack set operation. #' @param CallAs By default, `SELF` is specified. Use `SELF` for stack sets with #' self-managed permissions. @@ -3831,7 +3831,7 @@ cloudformation_register_publisher <- function(AcceptTermsAndConditions = NULL, C #' contain a trust relationship with the CloudFormation service principal #' (`resources.cloudformation.amazonaws.com`). For more information about #' adding trust relationships, see [Modifying a role trust -#' policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy) +#' policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage.html#roles-managingrole_edit-trust-policy) #' in the *Identity and Access Management User Guide*. #' #' If your extension calls Amazon Web Services APIs in any of its handlers, diff --git a/cran/paws.management/R/cloudwatchinternetmonitor_operations.R b/cran/paws.management/R/cloudwatchinternetmonitor_operations.R index 79697935f1..5a152fc12b 100644 --- a/cran/paws.management/R/cloudwatchinternetmonitor_operations.R +++ b/cran/paws.management/R/cloudwatchinternetmonitor_operations.R @@ -476,6 +476,15 @@ cloudwatchinternetmonitor_list_tags_for_resource <- function(ResourceArn) { #' current configuration, and the best performing EC2 configuration, at #' 1 hour intervals. #' +#' - `OVERALL_TRAFFIC_SUGGESTIONS`: Provides TTFB, using a 30-day +#' weighted average, for all traffic in each Amazon Web Services +#' location that is monitored. +#' +#' - `OVERALL_TRAFFIC_SUGGESTIONS_DETAILS`: Provides TTFB, using a 30-day +#' weighted average, for each top location, for a proposed Amazon Web +#' Services location. Must provide a Amazon Web Services location to +#' search. +#' #' For lists of the fields returned with each query type and more #' information about how each type of query is performed, see [Using the #' Amazon CloudWatch Internet Monitor query diff --git a/cran/paws.management/R/cloudwatchinternetmonitor_service.R b/cran/paws.management/R/cloudwatchinternetmonitor_service.R index cefaf10fe1..80bd572c9d 100644 --- a/cran/paws.management/R/cloudwatchinternetmonitor_service.R +++ b/cran/paws.management/R/cloudwatchinternetmonitor_service.R @@ -173,7 +173,7 @@ cloudwatchinternetmonitor <- function(config = list(), credentials = list(), end service_id = "InternetMonitor", api_version = "2021-06-03", signing_name = "internetmonitor", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.management/R/cloudwatchlogs_interfaces.R b/cran/paws.management/R/cloudwatchlogs_interfaces.R index 70bf014dbf..89454bb170 100644 --- a/cran/paws.management/R/cloudwatchlogs_interfaces.R +++ b/cran/paws.management/R/cloudwatchlogs_interfaces.R @@ -661,13 +661,13 @@ NULL .cloudwatchlogs$put_log_events_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(logGroupName = structure(logical(0), tags = list(type = "string")), logStreamName = structure(logical(0), tags = list(type = "string")), logEvents = structure(list(structure(list(timestamp = structure(logical(0), tags = list(type = "long")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), sequenceToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(logGroupName = structure(logical(0), tags = list(type = "string")), logStreamName = structure(logical(0), tags = list(type = "string")), logEvents = structure(list(structure(list(timestamp = structure(logical(0), tags = list(type = "long")), message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), sequenceToken = structure(logical(0), tags = list(type = "string")), entity = structure(list(keyAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), attributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .cloudwatchlogs$put_log_events_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextSequenceToken = structure(logical(0), tags = list(type = "string")), rejectedLogEventsInfo = structure(list(tooNewLogEventStartIndex = structure(logical(0), tags = list(type = "integer")), tooOldLogEventEndIndex = structure(logical(0), tags = list(type = "integer")), expiredLogEventEndIndex = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(nextSequenceToken = structure(logical(0), tags = list(type = "string")), rejectedLogEventsInfo = structure(list(tooNewLogEventStartIndex = structure(logical(0), tags = list(type = "integer")), tooOldLogEventEndIndex = structure(logical(0), tags = list(type = "integer")), expiredLogEventEndIndex = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")), rejectedEntityInfo = structure(list(errorType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.management/R/cloudwatchlogs_operations.R b/cran/paws.management/R/cloudwatchlogs_operations.R index 207dcab70f..dca4ce64ab 100644 --- a/cran/paws.management/R/cloudwatchlogs_operations.R +++ b/cran/paws.management/R/cloudwatchlogs_operations.R @@ -1396,16 +1396,15 @@ cloudwatchlogs_disassociate_kms_key <- function(logGroupName = NULL, resourceIde #' both. #' @param logStreamNames Filters the results to only logs from the log streams in this list. #' -#' If you specify a value for both `logStreamNamePrefix` and -#' `logStreamNames`, the action returns an `InvalidParameterException` +#' If you specify a value for both `logStreamNames` and +#' `logStreamNamePrefix`, the action returns an `InvalidParameterException` #' error. #' @param logStreamNamePrefix Filters the results to include only events from log streams that have #' names starting with this prefix. #' #' If you specify a value for both `logStreamNamePrefix` and -#' `logStreamNames`, but the value for `logStreamNamePrefix` does not match -#' any log stream names specified in `logStreamNames`, the action returns -#' an `InvalidParameterException` error. +#' `logStreamNames`, the action returns an `InvalidParameterException` +#' error. #' @param startTime The start of the time range, expressed as the number of milliseconds #' after `Jan 1, 1970 00:00:00 UTC`. Events with a timestamp before this #' time are not returned. @@ -2043,7 +2042,7 @@ cloudwatchlogs_list_tags_log_group <- function(logGroupName) { #' - **FilterPattern** A filter pattern for subscribing to a filtered #' stream of log events. #' -#' - **Distribution**The method used to distribute log data to the +#' - **Distribution** The method used to distribute log data to the #' destination. By default, log data is grouped by log stream, but the #' grouping can be set to `Random` for a more even distribution. This #' property is only applicable when the destination is an Kinesis Data @@ -2238,9 +2237,11 @@ cloudwatchlogs_put_delivery_destination_policy <- function(deliveryDestinationNa #' `arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234` #' @param logType [required] Defines the type of log that the source is sending. #' +#' - For Amazon Bedrock, the valid value is `APPLICATION_LOGS`. +#' #' - For Amazon CodeWhisperer, the valid value is `EVENT_LOGS`. #' -#' - For IAM Identity Centerr, the valid value is `ERROR_LOGS`. +#' - For IAM Identity Center, the valid value is `ERROR_LOGS`. #' #' - For Amazon WorkMail, the valid values are `ACCESS_CONTROL_LOGS`, #' `AUTHENTICATION_LOGS`, `WORKMAIL_AVAILABILITY_PROVIDER_LOGS`, and @@ -2373,11 +2374,12 @@ cloudwatchlogs_put_destination_policy <- function(destinationName, accessPolicy, #' [`put_log_events`][cloudwatchlogs_put_log_events] actions are now #' accepted and never return `InvalidSequenceTokenException` or #' `DataAlreadyAcceptedException` even if the sequence token is not valid. +#' @param entity Reserved for future use. #' #' @keywords internal #' #' @rdname cloudwatchlogs_put_log_events -cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents, sequenceToken = NULL) { +cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents, sequenceToken = NULL, entity = NULL) { op <- new_operation( name = "PutLogEvents", http_method = "POST", @@ -2385,7 +2387,7 @@ cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents host_prefix = "", paginator = list() ) - input <- .cloudwatchlogs$put_log_events_input(logGroupName = logGroupName, logStreamName = logStreamName, logEvents = logEvents, sequenceToken = sequenceToken) + input <- .cloudwatchlogs$put_log_events_input(logGroupName = logGroupName, logStreamName = logStreamName, logEvents = logEvents, sequenceToken = sequenceToken, entity = entity) output <- .cloudwatchlogs$put_log_events_output() config <- get_config() svc <- .cloudwatchlogs$service(config, op) diff --git a/cran/paws.management/R/controltower_service.R b/cran/paws.management/R/controltower_service.R index 6f3402785f..b32f1ba1f8 100644 --- a/cran/paws.management/R/controltower_service.R +++ b/cran/paws.management/R/controltower_service.R @@ -36,6 +36,8 @@ NULL #' #' - [`list_landing_zones`][controltower_list_landing_zones] #' +#' - [`list_landing_zone_operations`][controltower_list_landing_zone_operations] +#' #' - [`reset_landing_zone`][controltower_reset_landing_zone] #' #' - [`update_landing_zone`][controltower_update_landing_zone] @@ -60,7 +62,7 @@ NULL #' #' - [`update_enabled_baseline`][controltower_update_enabled_baseline] #' -#' - [Tagging](https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html) +#' - [*Tagging*](https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html) #' #' - [`list_tags_for_resource`][controltower_list_tags_for_resource] #' @@ -97,9 +99,12 @@ NULL #' You can view the `controlIdentifier` in the console on the **Control #' details** page, as well as in the documentation. #' -#' The `controlIdentifier` is unique in each Amazon Web Services Region for -#' each control. You can find the `controlIdentifier` for each Region and -#' control in the [Tables of control +#' **About identifiers for Amazon Web Services Control Tower** +#' +#' The Amazon Web Services Control Tower `controlIdentifier` is unique in +#' each Amazon Web Services Region for each control. You can find the +#' `controlIdentifier` for each Region and control in the [Tables of +#' control #' metadata](https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html) #' or the [Control availability by Region #' tables](https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html) @@ -113,11 +118,28 @@ NULL #' Guide*](https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html) #' . Remember that *Mandatory* controls cannot be added or removed. #' -#' **ARN format:** `arn:aws:controltower:{REGION}::control/{CONTROL_NAME}` +#' **Some controls have two identifiers** +#' +#' - **ARN format for Amazon Web Services Control Tower:** +#' `arn:aws:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}` +#' +#' **Example:** #' -#' **Example:** +#' `arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED` #' -#' `arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED` +#' - **ARN format for Amazon Web Services Control Catalog:** +#' `arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}` +#' +#' You can find the `{CONTROL_CATALOG_OPAQUE_ID}` in the [*Amazon Web +#' Services Control Tower Controls Reference +#' Guide*](https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html) +#' , or in the Amazon Web Services Control Tower console, on the **Control +#' details** page. +#' +#' The Amazon Web Services Control Tower APIs for enabled controls, such as +#' [`get_enabled_control`][controltower_get_enabled_control] and +#' [`list_enabled_controls`][controltower_list_enabled_controls] always +#' return an ARN of the same type given when the control was enabled. #' #' **To get the `targetIdentifier`:** #' @@ -167,6 +189,26 @@ NULL #' and output examples with #' CLI](https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html). #' +#' **About Amazon Web Services Control Catalog identifiers** +#' +#' - The [`enable_control`][controltower_enable_control] and +#' [`disable_control`][controltower_disable_control] API operations can +#' be called by specifying either the Amazon Web Services Control Tower +#' identifer or the Amazon Web Services Control Catalog identifier. The +#' API response returns the same type of identifier that you specified +#' when calling the API. +#' +#' - If you use an Amazon Web Services Control Tower identifier to call +#' the [`enable_control`][controltower_enable_control] API, and then +#' call [`enable_control`][controltower_enable_control] again with an +#' Amazon Web Services Control Catalog identifier, Amazon Web Services +#' Control Tower returns an error message stating that the control is +#' already enabled. Similar behavior applies to the +#' [`disable_control`][controltower_disable_control] API operation. +#' +#' - Mandatory controls and the landing-zone-level Region deny control +#' have Amazon Web Services Control Tower identifiers only. +#' #' **Details and examples** #' #' - [Control API input and output examples with diff --git a/cran/paws.management/R/opsworks_service.R b/cran/paws.management/R/opsworks_service.R index 7b1b036747..5054980228 100644 --- a/cran/paws.management/R/opsworks_service.R +++ b/cran/paws.management/R/opsworks_service.R @@ -14,7 +14,7 @@ NULL #' OpsWorks Stacks is an application management service that provides an #' integrated experience for managing the complete application lifecycle. #' For information about OpsWorks, see the -#' [OpsWorks](https://aws.amazon.com/opsworks/) information page. +#' [OpsWorks](https://aws.amazon.com/) information page. #' #' **SDKs and CLI** #' diff --git a/cran/paws.management/R/organizations_operations.R b/cran/paws.management/R/organizations_operations.R index 22193334de..8240e1b45f 100644 --- a/cran/paws.management/R/organizations_operations.R +++ b/cran/paws.management/R/organizations_operations.R @@ -1125,7 +1125,7 @@ organizations_detach_policy <- function(PolicyId, TargetId) { #' that is specified by ServicePrincipal) with Organizations #' #' @description -#' Disables the integration of an Amazon Web Services service (the service that is specified by `ServicePrincipal`) with Organizations. When you disable integration, the specified service no longer can create a [service-linked role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) in *new* accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations. +#' Disables the integration of an Amazon Web Services service (the service that is specified by `ServicePrincipal`) with Organizations. When you disable integration, the specified service no longer can create a [service-linked role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html) in *new* accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations. #' #' See [https://www.paws-r-sdk.com/docs/organizations_disable_aws_service_access/](https://www.paws-r-sdk.com/docs/organizations_disable_aws_service_access/) for full documentation. #' @@ -1205,7 +1205,7 @@ organizations_disable_policy_type <- function(RootId, PolicyType) { #' that is specified by ServicePrincipal) with Organizations #' #' @description -#' Enables the integration of an Amazon Web Services service (the service that is specified by `ServicePrincipal`) with Organizations. When you enable integration, you allow the specified service to create a [service-linked role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts. +#' Enables the integration of an Amazon Web Services service (the service that is specified by `ServicePrincipal`) with Organizations. When you enable integration, you allow the specified service to create a [service-linked role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html) in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts. #' #' See [https://www.paws-r-sdk.com/docs/organizations_enable_aws_service_access/](https://www.paws-r-sdk.com/docs/organizations_enable_aws_service_access/) for full documentation. #' diff --git a/cran/paws.management/R/resiliencehub_interfaces.R b/cran/paws.management/R/resiliencehub_interfaces.R index ebc5123b30..43c23bf47b 100644 --- a/cran/paws.management/R/resiliencehub_interfaces.R +++ b/cran/paws.management/R/resiliencehub_interfaces.R @@ -3,6 +3,18 @@ #' @include resiliencehub_service.R NULL +.resiliencehub$accept_resource_grouping_recommendations_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), entries = structure(list(structure(list(groupingRecommendationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.resiliencehub$accept_resource_grouping_recommendations_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), failedEntries = structure(list(structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), groupingRecommendationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .resiliencehub$add_draft_app_version_resource_mappings_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), resourceMappings = structure(list(structure(list(appRegistryAppName = structure(logical(0), tags = list(type = "string")), eksSourceName = structure(logical(0), tags = list(type = "string")), logicalStackName = structure(logical(0), tags = list(type = "string")), mappingType = structure(logical(0), tags = list(type = "string")), physicalResourceId = structure(list(awsAccountId = structure(logical(0), tags = list(type = "string")), awsRegion = structure(logical(0), tags = list(type = "string")), identifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceGroupName = structure(logical(0), tags = list(type = "string")), resourceName = structure(logical(0), tags = list(type = "string")), terraformSourceName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) @@ -191,7 +203,7 @@ NULL .resiliencehub$describe_app_assessment_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(assessment = structure(list(appArn = structure(logical(0), tags = list(type = "string")), appVersion = structure(logical(0), tags = list(type = "string")), assessmentArn = structure(logical(0), tags = list(type = "string")), assessmentName = structure(logical(0), tags = list(type = "string")), assessmentStatus = structure(logical(0), tags = list(type = "string")), compliance = structure(list(structure(list(achievableRpoInSecs = structure(logical(0), tags = list(type = "integer")), achievableRtoInSecs = structure(logical(0), tags = list(type = "integer")), complianceStatus = structure(logical(0), tags = list(type = "string")), currentRpoInSecs = structure(logical(0), tags = list(type = "integer")), currentRtoInSecs = structure(logical(0), tags = list(type = "integer")), message = structure(logical(0), tags = list(type = "string")), rpoDescription = structure(logical(0), tags = list(type = "string")), rpoReferenceId = structure(logical(0), tags = list(type = "string")), rtoDescription = structure(logical(0), tags = list(type = "string")), rtoReferenceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), complianceStatus = structure(logical(0), tags = list(type = "string")), cost = structure(list(amount = structure(logical(0), tags = list(type = "double")), currency = structure(logical(0), tags = list(type = "string")), frequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), driftStatus = structure(logical(0), tags = list(type = "string")), endTime = structure(logical(0), tags = list(type = "timestamp")), invoker = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), policy = structure(list(creationTime = structure(logical(0), tags = list(type = "timestamp")), dataLocationConstraint = structure(logical(0), tags = list(type = "string")), estimatedCostTier = structure(logical(0), tags = list(type = "string")), policy = structure(list(structure(list(rpoInSecs = structure(logical(0), tags = list(type = "integer")), rtoInSecs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "map")), policyArn = structure(logical(0), tags = list(type = "string")), policyDescription = structure(logical(0), tags = list(type = "string")), policyName = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), tier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resiliencyScore = structure(list(componentScore = structure(list(structure(list(excludedCount = structure(logical(0), tags = list(type = "long")), outstandingCount = structure(logical(0), tags = list(type = "long")), possibleScore = structure(logical(0), tags = list(type = "double")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "map")), disruptionScore = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "map")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), resourceErrorsDetails = structure(list(hasMoreErrors = structure(logical(0), tags = list(type = "boolean", box = TRUE)), resourceErrors = structure(list(structure(list(logicalResourceId = structure(logical(0), tags = list(type = "string")), physicalResourceId = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), versionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(assessment = structure(list(appArn = structure(logical(0), tags = list(type = "string")), appVersion = structure(logical(0), tags = list(type = "string")), assessmentArn = structure(logical(0), tags = list(type = "string")), assessmentName = structure(logical(0), tags = list(type = "string")), assessmentStatus = structure(logical(0), tags = list(type = "string")), compliance = structure(list(structure(list(achievableRpoInSecs = structure(logical(0), tags = list(type = "integer")), achievableRtoInSecs = structure(logical(0), tags = list(type = "integer")), complianceStatus = structure(logical(0), tags = list(type = "string")), currentRpoInSecs = structure(logical(0), tags = list(type = "integer")), currentRtoInSecs = structure(logical(0), tags = list(type = "integer")), message = structure(logical(0), tags = list(type = "string")), rpoDescription = structure(logical(0), tags = list(type = "string")), rpoReferenceId = structure(logical(0), tags = list(type = "string")), rtoDescription = structure(logical(0), tags = list(type = "string")), rtoReferenceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), complianceStatus = structure(logical(0), tags = list(type = "string")), cost = structure(list(amount = structure(logical(0), tags = list(type = "double")), currency = structure(logical(0), tags = list(type = "string")), frequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), driftStatus = structure(logical(0), tags = list(type = "string")), endTime = structure(logical(0), tags = list(type = "timestamp")), invoker = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), policy = structure(list(creationTime = structure(logical(0), tags = list(type = "timestamp")), dataLocationConstraint = structure(logical(0), tags = list(type = "string")), estimatedCostTier = structure(logical(0), tags = list(type = "string")), policy = structure(list(structure(list(rpoInSecs = structure(logical(0), tags = list(type = "integer")), rtoInSecs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "map")), policyArn = structure(logical(0), tags = list(type = "string")), policyDescription = structure(logical(0), tags = list(type = "string")), policyName = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), tier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resiliencyScore = structure(list(componentScore = structure(list(structure(list(excludedCount = structure(logical(0), tags = list(type = "long")), outstandingCount = structure(logical(0), tags = list(type = "long")), possibleScore = structure(logical(0), tags = list(type = "double")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "map")), disruptionScore = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "map")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), resourceErrorsDetails = structure(list(hasMoreErrors = structure(logical(0), tags = list(type = "boolean", box = TRUE)), resourceErrors = structure(list(structure(list(logicalResourceId = structure(logical(0), tags = list(type = "string")), physicalResourceId = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), summary = structure(list(riskRecommendations = structure(list(structure(list(appComponents = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), recommendation = structure(logical(0), tags = list(type = "string")), risk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), summary = 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", sensitive = TRUE)), versionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -279,6 +291,18 @@ NULL return(populate(args, shape)) } +.resiliencehub$describe_resource_grouping_recommendation_task_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), groupingId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.resiliencehub$describe_resource_grouping_recommendation_task_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), groupingId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .resiliencehub$import_resources_to_draft_app_version_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), eksSources = structure(list(structure(list(eksClusterArn = structure(logical(0), tags = list(type = "string")), namespaces = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), importStrategy = structure(logical(0), tags = list(type = "string")), sourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), terraformSources = structure(list(structure(list(s3StateFileUrl = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) @@ -459,6 +483,18 @@ NULL return(populate(args, shape)) } +.resiliencehub$list_resource_grouping_recommendations_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(location = "querystring", locationName = "appArn", type = "string")), maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.resiliencehub$list_resource_grouping_recommendations_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(groupingRecommendations = structure(list(structure(list(confidenceLevel = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp")), groupingAppComponent = structure(list(appComponentId = structure(logical(0), tags = list(type = "string")), appComponentName = structure(logical(0), tags = list(type = "string")), appComponentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), groupingRecommendationId = structure(logical(0), tags = list(type = "string")), recommendationReasons = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), rejectionReason = structure(logical(0), tags = list(type = "string")), resources = structure(list(structure(list(logicalResourceId = structure(list(eksSourceName = structure(logical(0), tags = list(type = "string")), identifier = structure(logical(0), tags = list(type = "string")), logicalStackName = structure(logical(0), tags = list(type = "string")), resourceGroupName = structure(logical(0), tags = list(type = "string")), terraformSourceName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), physicalResourceId = structure(list(awsAccountId = structure(logical(0), tags = list(type = "string")), awsRegion = structure(logical(0), tags = list(type = "string")), identifier = structure(logical(0), tags = list(type = "string")), type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resourceName = structure(logical(0), tags = list(type = "string")), resourceType = structure(logical(0), tags = list(type = "string")), sourceAppComponentIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), score = structure(logical(0), tags = list(type = "double")), status = 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)) +} + .resiliencehub$list_sop_recommendations_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(assessmentArn = structure(logical(0), tags = list(type = "string")), maxResults = structure(logical(0), tags = list(type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -543,6 +579,18 @@ NULL return(populate(args, shape)) } +.resiliencehub$reject_resource_grouping_recommendations_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), entries = structure(list(structure(list(groupingRecommendationId = structure(logical(0), tags = list(type = "string")), rejectionReason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.resiliencehub$reject_resource_grouping_recommendations_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), failedEntries = structure(list(structure(list(errorMessage = structure(logical(0), tags = list(type = "string")), groupingRecommendationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + .resiliencehub$remove_draft_app_version_resource_mappings_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), appRegistryAppNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), eksSourceNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), logicalStackNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceGroupNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), resourceNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), terraformSourceNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")) @@ -575,7 +623,19 @@ NULL .resiliencehub$start_app_assessment_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(assessment = structure(list(appArn = structure(logical(0), tags = list(type = "string")), appVersion = structure(logical(0), tags = list(type = "string")), assessmentArn = structure(logical(0), tags = list(type = "string")), assessmentName = structure(logical(0), tags = list(type = "string")), assessmentStatus = structure(logical(0), tags = list(type = "string")), compliance = structure(list(structure(list(achievableRpoInSecs = structure(logical(0), tags = list(type = "integer")), achievableRtoInSecs = structure(logical(0), tags = list(type = "integer")), complianceStatus = structure(logical(0), tags = list(type = "string")), currentRpoInSecs = structure(logical(0), tags = list(type = "integer")), currentRtoInSecs = structure(logical(0), tags = list(type = "integer")), message = structure(logical(0), tags = list(type = "string")), rpoDescription = structure(logical(0), tags = list(type = "string")), rpoReferenceId = structure(logical(0), tags = list(type = "string")), rtoDescription = structure(logical(0), tags = list(type = "string")), rtoReferenceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), complianceStatus = structure(logical(0), tags = list(type = "string")), cost = structure(list(amount = structure(logical(0), tags = list(type = "double")), currency = structure(logical(0), tags = list(type = "string")), frequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), driftStatus = structure(logical(0), tags = list(type = "string")), endTime = structure(logical(0), tags = list(type = "timestamp")), invoker = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), policy = structure(list(creationTime = structure(logical(0), tags = list(type = "timestamp")), dataLocationConstraint = structure(logical(0), tags = list(type = "string")), estimatedCostTier = structure(logical(0), tags = list(type = "string")), policy = structure(list(structure(list(rpoInSecs = structure(logical(0), tags = list(type = "integer")), rtoInSecs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "map")), policyArn = structure(logical(0), tags = list(type = "string")), policyDescription = structure(logical(0), tags = list(type = "string")), policyName = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), tier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resiliencyScore = structure(list(componentScore = structure(list(structure(list(excludedCount = structure(logical(0), tags = list(type = "long")), outstandingCount = structure(logical(0), tags = list(type = "long")), possibleScore = structure(logical(0), tags = list(type = "double")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "map")), disruptionScore = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "map")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), resourceErrorsDetails = structure(list(hasMoreErrors = structure(logical(0), tags = list(type = "boolean", box = TRUE)), resourceErrors = structure(list(structure(list(logicalResourceId = structure(logical(0), tags = list(type = "string")), physicalResourceId = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), versionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(assessment = structure(list(appArn = structure(logical(0), tags = list(type = "string")), appVersion = structure(logical(0), tags = list(type = "string")), assessmentArn = structure(logical(0), tags = list(type = "string")), assessmentName = structure(logical(0), tags = list(type = "string")), assessmentStatus = structure(logical(0), tags = list(type = "string")), compliance = structure(list(structure(list(achievableRpoInSecs = structure(logical(0), tags = list(type = "integer")), achievableRtoInSecs = structure(logical(0), tags = list(type = "integer")), complianceStatus = structure(logical(0), tags = list(type = "string")), currentRpoInSecs = structure(logical(0), tags = list(type = "integer")), currentRtoInSecs = structure(logical(0), tags = list(type = "integer")), message = structure(logical(0), tags = list(type = "string")), rpoDescription = structure(logical(0), tags = list(type = "string")), rpoReferenceId = structure(logical(0), tags = list(type = "string")), rtoDescription = structure(logical(0), tags = list(type = "string")), rtoReferenceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "map")), complianceStatus = structure(logical(0), tags = list(type = "string")), cost = structure(list(amount = structure(logical(0), tags = list(type = "double")), currency = structure(logical(0), tags = list(type = "string")), frequency = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), driftStatus = structure(logical(0), tags = list(type = "string")), endTime = structure(logical(0), tags = list(type = "timestamp")), invoker = structure(logical(0), tags = list(type = "string")), message = structure(logical(0), tags = list(type = "string")), policy = structure(list(creationTime = structure(logical(0), tags = list(type = "timestamp")), dataLocationConstraint = structure(logical(0), tags = list(type = "string")), estimatedCostTier = structure(logical(0), tags = list(type = "string")), policy = structure(list(structure(list(rpoInSecs = structure(logical(0), tags = list(type = "integer")), rtoInSecs = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "map")), policyArn = structure(logical(0), tags = list(type = "string")), policyDescription = structure(logical(0), tags = list(type = "string")), policyName = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), tier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), resiliencyScore = structure(list(componentScore = structure(list(structure(list(excludedCount = structure(logical(0), tags = list(type = "long")), outstandingCount = structure(logical(0), tags = list(type = "long")), possibleScore = structure(logical(0), tags = list(type = "double")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "map")), disruptionScore = structure(list(structure(logical(0), tags = list(type = "double"))), tags = list(type = "map")), score = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), resourceErrorsDetails = structure(list(hasMoreErrors = structure(logical(0), tags = list(type = "boolean", box = TRUE)), resourceErrors = structure(list(structure(list(logicalResourceId = structure(logical(0), tags = list(type = "string")), physicalResourceId = structure(logical(0), tags = list(type = "string")), reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), startTime = structure(logical(0), tags = list(type = "timestamp")), summary = structure(list(riskRecommendations = structure(list(structure(list(appComponents = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), recommendation = structure(logical(0), tags = list(type = "string")), risk = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), summary = 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", sensitive = TRUE)), versionName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.resiliencehub$start_resource_grouping_recommendation_task_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.resiliencehub$start_resource_grouping_recommendation_task_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(appArn = structure(logical(0), tags = list(type = "string")), errorMessage = structure(logical(0), tags = list(type = "string")), groupingId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.management/R/resiliencehub_operations.R b/cran/paws.management/R/resiliencehub_operations.R index 6472675929..8d5d8660c4 100644 --- a/cran/paws.management/R/resiliencehub_operations.R +++ b/cran/paws.management/R/resiliencehub_operations.R @@ -3,10 +3,48 @@ #' @include resiliencehub_service.R NULL +#' Accepts the resource grouping recommendations suggested by Resilience +#' Hub for your application +#' +#' @description +#' Accepts the resource grouping recommendations suggested by Resilience Hub for your application. +#' +#' See [https://www.paws-r-sdk.com/docs/resiliencehub_accept_resource_grouping_recommendations/](https://www.paws-r-sdk.com/docs/resiliencehub_accept_resource_grouping_recommendations/) for full documentation. +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param entries [required] Indicates the list of resource grouping recommendations you want to +#' include in your application. +#' +#' @keywords internal +#' +#' @rdname resiliencehub_accept_resource_grouping_recommendations +resiliencehub_accept_resource_grouping_recommendations <- function(appArn, entries) { + op <- new_operation( + name = "AcceptResourceGroupingRecommendations", + http_method = "POST", + http_path = "/accept-resource-grouping-recommendations", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$accept_resource_grouping_recommendations_input(appArn = appArn, entries = entries) + output <- .resiliencehub$accept_resource_grouping_recommendations_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$accept_resource_grouping_recommendations <- resiliencehub_accept_resource_grouping_recommendations + #' Adds the source of resource-maps to the draft version of an application #' #' @description -#' Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources suported by Resilience Hub and how to add them in your application, see [Step 2: How is your application managed?](https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html) in the Resilience Hub User Guide. +#' Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources supported by Resilience Hub and how to add them in your application, see [Step 2: How is your application managed?](https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html) in the Resilience Hub User Guide. #' #' See [https://www.paws-r-sdk.com/docs/resiliencehub_add_draft_app_version_resource_mappings/](https://www.paws-r-sdk.com/docs/resiliencehub_add_draft_app_version_resource_mappings/) for full documentation. #' @@ -941,6 +979,43 @@ resiliencehub_describe_resiliency_policy <- function(policyArn) { } .resiliencehub$operations$describe_resiliency_policy <- resiliencehub_describe_resiliency_policy +#' Describes the resource grouping recommendation tasks run by Resilience +#' Hub for your application +#' +#' @description +#' Describes the resource grouping recommendation tasks run by Resilience Hub for your application. +#' +#' See [https://www.paws-r-sdk.com/docs/resiliencehub_describe_resource_grouping_recommendation_task/](https://www.paws-r-sdk.com/docs/resiliencehub_describe_resource_grouping_recommendation_task/) for full documentation. +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param groupingId Indicates the identifier of the grouping recommendation task. +#' +#' @keywords internal +#' +#' @rdname resiliencehub_describe_resource_grouping_recommendation_task +resiliencehub_describe_resource_grouping_recommendation_task <- function(appArn, groupingId = NULL) { + op <- new_operation( + name = "DescribeResourceGroupingRecommendationTask", + http_method = "POST", + http_path = "/describe-resource-grouping-recommendation-task", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$describe_resource_grouping_recommendation_task_input(appArn = appArn, groupingId = groupingId) + output <- .resiliencehub$describe_resource_grouping_recommendation_task_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$describe_resource_grouping_recommendation_task <- resiliencehub_describe_resource_grouping_recommendation_task + #' Imports resources to Resilience Hub application draft version from #' different input sources #' @@ -1035,10 +1110,8 @@ resiliencehub_list_alarm_recommendations <- function(assessmentArn, maxResults = #' For more information about ARNs, see [Amazon Resource Names #' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *Amazon Web Services General Reference* guide. -#' @param maxResults Indicates the maximum number of applications requested. -#' @param nextToken Indicates the unique token number of the next application to be checked -#' for compliance and regulatory requirements from the list of -#' applications. +#' @param maxResults Indicates the maximum number of compliance drifts requested. +#' @param nextToken Null, or the token from a previous call to get the next set of results. #' #' @keywords internal #' @@ -1449,7 +1522,7 @@ resiliencehub_list_app_versions <- function(appArn, endTime = NULL, maxResults = #' @param nextToken Null, or the token from a previous call to get the next set of results. #' @param reverseOrder The application list is sorted based on the values of #' `lastAppComplianceEvaluationTime` field. By default, application list is -#' sorted in ascending order. To sort the appliation list in descending +#' sorted in ascending order. To sort the application list in descending #' order, set this field to `True`. #' @param toLastAssessmentTime Indicates the upper limit of the range that is used to filter the #' applications based on their last assessment times. @@ -1553,6 +1626,45 @@ resiliencehub_list_resiliency_policies <- function(maxResults = NULL, nextToken } .resiliencehub$operations$list_resiliency_policies <- resiliencehub_list_resiliency_policies +#' Lists the resource grouping recommendations suggested by Resilience Hub +#' for your application +#' +#' @description +#' Lists the resource grouping recommendations suggested by Resilience Hub for your application. +#' +#' See [https://www.paws-r-sdk.com/docs/resiliencehub_list_resource_grouping_recommendations/](https://www.paws-r-sdk.com/docs/resiliencehub_list_resource_grouping_recommendations/) for full documentation. +#' +#' @param appArn Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param maxResults Maximum number of grouping recommendations to be displayed per +#' Resilience Hub application. +#' @param nextToken Null, or the token from a previous call to get the next set of results. +#' +#' @keywords internal +#' +#' @rdname resiliencehub_list_resource_grouping_recommendations +resiliencehub_list_resource_grouping_recommendations <- function(appArn = NULL, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListResourceGroupingRecommendations", + http_method = "GET", + http_path = "/list-resource-grouping-recommendations", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "groupingRecommendations") + ) + input <- .resiliencehub$list_resource_grouping_recommendations_input(appArn = appArn, maxResults = maxResults, nextToken = nextToken) + output <- .resiliencehub$list_resource_grouping_recommendations_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$list_resource_grouping_recommendations <- resiliencehub_list_resource_grouping_recommendations + #' Lists the standard operating procedure (SOP) recommendations for the #' Resilience Hub applications #' @@ -2032,6 +2144,43 @@ resiliencehub_put_draft_app_version_template <- function(appArn, appTemplateBody } .resiliencehub$operations$put_draft_app_version_template <- resiliencehub_put_draft_app_version_template +#' Rejects resource grouping recommendations +#' +#' @description +#' Rejects resource grouping recommendations. +#' +#' See [https://www.paws-r-sdk.com/docs/resiliencehub_reject_resource_grouping_recommendations/](https://www.paws-r-sdk.com/docs/resiliencehub_reject_resource_grouping_recommendations/) for full documentation. +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param entries [required] Indicates the list of resource grouping recommendations you have +#' selected to exclude from your application. +#' +#' @keywords internal +#' +#' @rdname resiliencehub_reject_resource_grouping_recommendations +resiliencehub_reject_resource_grouping_recommendations <- function(appArn, entries) { + op <- new_operation( + name = "RejectResourceGroupingRecommendations", + http_method = "POST", + http_path = "/reject-resource-grouping-recommendations", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$reject_resource_grouping_recommendations_input(appArn = appArn, entries = entries) + output <- .resiliencehub$reject_resource_grouping_recommendations_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$reject_resource_grouping_recommendations <- resiliencehub_reject_resource_grouping_recommendations + #' Removes resource mappings from a draft application version #' #' @description @@ -2159,6 +2308,41 @@ resiliencehub_start_app_assessment <- function(appArn, appVersion, assessmentNam } .resiliencehub$operations$start_app_assessment <- resiliencehub_start_app_assessment +#' Starts grouping recommendation task +#' +#' @description +#' Starts grouping recommendation task. +#' +#' See [https://www.paws-r-sdk.com/docs/resiliencehub_start_resource_grouping_recommendation_task/](https://www.paws-r-sdk.com/docs/resiliencehub_start_resource_grouping_recommendation_task/) for full documentation. +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' +#' @keywords internal +#' +#' @rdname resiliencehub_start_resource_grouping_recommendation_task +resiliencehub_start_resource_grouping_recommendation_task <- function(appArn) { + op <- new_operation( + name = "StartResourceGroupingRecommendationTask", + http_method = "POST", + http_path = "/start-resource-grouping-recommendation-task", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$start_resource_grouping_recommendation_task_input(appArn = appArn) + output <- .resiliencehub$start_resource_grouping_recommendation_task_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$start_resource_grouping_recommendation_task <- resiliencehub_start_resource_grouping_recommendation_task + #' Applies one or more tags to a resource #' #' @description diff --git a/cran/paws.management/R/resiliencehub_service.R b/cran/paws.management/R/resiliencehub_service.R index 821f0d6a6a..20473b885b 100644 --- a/cran/paws.management/R/resiliencehub_service.R +++ b/cran/paws.management/R/resiliencehub_service.R @@ -89,13 +89,14 @@ NULL #' @examples #' \dontrun{ #' svc <- resiliencehub() -#' svc$add_draft_app_version_resource_mappings( +#' svc$accept_resource_grouping_recommendations( #' Foo = 123 #' ) #' } #' #' @section Operations: #' \tabular{ll}{ +#' \link[=resiliencehub_accept_resource_grouping_recommendations]{accept_resource_grouping_recommendations} \tab Accepts the resource grouping recommendations suggested by Resilience Hub for your application\cr #' \link[=resiliencehub_add_draft_app_version_resource_mappings]{add_draft_app_version_resource_mappings} \tab Adds the source of resource-maps to the draft version of an application\cr #' \link[=resiliencehub_batch_update_recommendation_status]{batch_update_recommendation_status} \tab Enables you to include or exclude one or more operational recommendations\cr #' \link[=resiliencehub_create_app]{create_app} \tab Creates an Resilience Hub application\cr @@ -119,6 +120,7 @@ NULL #' \link[=resiliencehub_describe_app_version_template]{describe_app_version_template} \tab Describes details about an Resilience Hub application\cr #' \link[=resiliencehub_describe_draft_app_version_resources_import_status]{describe_draft_app_version_resources_import_status} \tab Describes the status of importing resources to an application version\cr #' \link[=resiliencehub_describe_resiliency_policy]{describe_resiliency_policy} \tab Describes a specified resiliency policy for an Resilience Hub application\cr +#' \link[=resiliencehub_describe_resource_grouping_recommendation_task]{describe_resource_grouping_recommendation_task} \tab Describes the resource grouping recommendation tasks run by Resilience Hub for your application\cr #' \link[=resiliencehub_import_resources_to_draft_app_version]{import_resources_to_draft_app_version} \tab Imports resources to Resilience Hub application draft version from different input sources\cr #' \link[=resiliencehub_list_alarm_recommendations]{list_alarm_recommendations} \tab Lists the alarm recommendations for an Resilience Hub application\cr #' \link[=resiliencehub_list_app_assessment_compliance_drifts]{list_app_assessment_compliance_drifts} \tab List of compliance drifts that were detected while running an assessment\cr @@ -134,6 +136,7 @@ NULL #' \link[=resiliencehub_list_app_versions]{list_app_versions} \tab Lists the different versions for the Resilience Hub applications\cr #' \link[=resiliencehub_list_recommendation_templates]{list_recommendation_templates} \tab Lists the recommendation templates for the Resilience Hub applications\cr #' \link[=resiliencehub_list_resiliency_policies]{list_resiliency_policies} \tab Lists the resiliency policies for the Resilience Hub applications\cr +#' \link[=resiliencehub_list_resource_grouping_recommendations]{list_resource_grouping_recommendations} \tab Lists the resource grouping recommendations suggested by Resilience Hub for your application\cr #' \link[=resiliencehub_list_sop_recommendations]{list_sop_recommendations} \tab Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications\cr #' \link[=resiliencehub_list_suggested_resiliency_policies]{list_suggested_resiliency_policies} \tab Lists the suggested resiliency policies for the Resilience Hub applications\cr #' \link[=resiliencehub_list_tags_for_resource]{list_tags_for_resource} \tab Lists the tags for your resources in your Resilience Hub applications\cr @@ -141,9 +144,11 @@ NULL #' \link[=resiliencehub_list_unsupported_app_version_resources]{list_unsupported_app_version_resources} \tab Lists the resources that are not currently supported in Resilience Hub\cr #' \link[=resiliencehub_publish_app_version]{publish_app_version} \tab Publishes a new version of a specific Resilience Hub application\cr #' \link[=resiliencehub_put_draft_app_version_template]{put_draft_app_version_template} \tab Adds or updates the app template for an Resilience Hub application draft version\cr +#' \link[=resiliencehub_reject_resource_grouping_recommendations]{reject_resource_grouping_recommendations} \tab Rejects resource grouping recommendations\cr #' \link[=resiliencehub_remove_draft_app_version_resource_mappings]{remove_draft_app_version_resource_mappings} \tab Removes resource mappings from a draft application version\cr #' \link[=resiliencehub_resolve_app_version_resources]{resolve_app_version_resources} \tab Resolves the resources for an application version\cr #' \link[=resiliencehub_start_app_assessment]{start_app_assessment} \tab Creates a new application assessment for an application\cr +#' \link[=resiliencehub_start_resource_grouping_recommendation_task]{start_resource_grouping_recommendation_task} \tab Starts grouping recommendation task\cr #' \link[=resiliencehub_tag_resource]{tag_resource} \tab Applies one or more tags to a resource\cr #' \link[=resiliencehub_untag_resource]{untag_resource} \tab Removes one or more tags from a resource\cr #' \link[=resiliencehub_update_app]{update_app} \tab Updates an application\cr diff --git a/cran/paws.management/R/ssm_operations.R b/cran/paws.management/R/ssm_operations.R index 2382b88f17..c4c49c6f18 100644 --- a/cran/paws.management/R/ssm_operations.R +++ b/cran/paws.management/R/ssm_operations.R @@ -848,18 +848,27 @@ ssm_create_ops_metadata <- function(ResourceId, Metadata = NULL, Tags = NULL) { #' @param RejectedPatchesAction The action for Patch Manager to take on patches included in the #' `RejectedPackages` list. #' -#' - **`ALLOW_AS_DEPENDENCY`** : A package in the `Rejected` patches list -#' is installed only if it is a dependency of another package. It is -#' considered compliant with the patch baseline, and its status is -#' reported as `InstalledOther`. This is the default action if no -#' option is specified. -#' -#' - **BLOCK**: Packages in the **Rejected patches** list, and packages -#' that include them as dependencies, aren't installed by Patch Manager -#' under any circumstances. If a package was installed before it was -#' added to the **Rejected patches** list, or is installed outside of -#' Patch Manager afterward, it's considered noncompliant with the patch -#' baseline and its status is reported as *InstalledRejected*. +#' **ALLOW_AS_DEPENDENCY** +#' +#' **Linux and macOS**: A package in the rejected patches list is installed +#' only if it is a dependency of another package. It is considered +#' compliant with the patch baseline, and its status is reported as +#' `INSTALLED_OTHER`. This is the default action if no option is specified. +#' +#' **Windows Server**: Windows Server doesn't support the concept of +#' package dependencies. If a package in the rejected patches list and +#' already installed on the node, its status is reported as +#' `INSTALLED_OTHER`. Any package not already installed on the node is +#' skipped. This is the default action if no option is specified. +#' +#' **BLOCK** +#' +#' **All OSs**: Packages in the rejected patches list, and packages that +#' include them as dependencies, aren't installed by Patch Manager under +#' any circumstances. If a package was installed before it was added to the +#' rejected patches list, or is installed outside of Patch Manager +#' afterward, it's considered noncompliant with the patch baseline and its +#' status is reported as `INSTALLED_REJECTED`. #' @param Description A description of the patch baseline. #' @param Sources Information about the patches to use to update the managed nodes, #' including target operating systems and source repositories. Applies to @@ -3063,7 +3072,7 @@ ssm_get_calendar_state <- function(CalendarNames, AtTime = NULL) { #' or plugin #' #' @description -#' Returns detailed information about command execution for an invocation or plugin. +#' Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command. #' #' See [https://www.paws-r-sdk.com/docs/ssm_get_command_invocation/](https://www.paws-r-sdk.com/docs/ssm_get_command_invocation/) for full documentation. #' @@ -5172,7 +5181,7 @@ ssm_register_target_with_maintenance_window <- function(WindowId, ResourceType, #' maintenance window tasks. The policy can be crafted to provide only the #' permissions needed for your particular maintenance window tasks. For #' more information, see [Setting up maintenance -#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html) +#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/) #' in the in the *Amazon Web Services Systems Manager User Guide*. #' @param TaskType [required] The type of task being registered. #' @param TaskParameters The parameters that should be passed to the task when it is run. @@ -6391,7 +6400,7 @@ ssm_update_maintenance_window_target <- function(WindowId, WindowTargetId, Targe #' maintenance window tasks. The policy can be crafted to provide only the #' permissions needed for your particular maintenance window tasks. For #' more information, see [Setting up maintenance -#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html) +#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/) #' in the in the *Amazon Web Services Systems Manager User Guide*. #' @param TaskParameters The parameters to modify. #' @@ -6692,18 +6701,27 @@ ssm_update_ops_metadata <- function(OpsMetadataArn, MetadataToUpdate = NULL, Key #' @param RejectedPatchesAction The action for Patch Manager to take on patches included in the #' `RejectedPackages` list. #' -#' - **`ALLOW_AS_DEPENDENCY`** : A package in the `Rejected` patches list -#' is installed only if it is a dependency of another package. It is -#' considered compliant with the patch baseline, and its status is -#' reported as `InstalledOther`. This is the default action if no -#' option is specified. -#' -#' - **BLOCK**: Packages in the **Rejected patches** list, and packages -#' that include them as dependencies, aren't installed by Patch Manager -#' under any circumstances. If a package was installed before it was -#' added to the **Rejected patches** list, or is installed outside of -#' Patch Manager afterward, it's considered noncompliant with the patch -#' baseline and its status is reported as *InstalledRejected*. +#' **ALLOW_AS_DEPENDENCY** +#' +#' **Linux and macOS**: A package in the rejected patches list is installed +#' only if it is a dependency of another package. It is considered +#' compliant with the patch baseline, and its status is reported as +#' `INSTALLED_OTHER`. This is the default action if no option is specified. +#' +#' **Windows Server**: Windows Server doesn't support the concept of +#' package dependencies. If a package in the rejected patches list and +#' already installed on the node, its status is reported as +#' `INSTALLED_OTHER`. Any package not already installed on the node is +#' skipped. This is the default action if no option is specified. +#' +#' **BLOCK** +#' +#' **All OSs**: Packages in the rejected patches list, and packages that +#' include them as dependencies, aren't installed by Patch Manager under +#' any circumstances. If a package was installed before it was added to the +#' rejected patches list, or is installed outside of Patch Manager +#' afterward, it's considered noncompliant with the patch baseline and its +#' status is reported as `INSTALLED_REJECTED`. #' @param Description A description of the patch baseline. #' @param Sources Information about the patches to use to update the managed nodes, #' including target operating systems and source repositories. Applies to diff --git a/cran/paws.management/R/ssmsap_interfaces.R b/cran/paws.management/R/ssmsap_interfaces.R index d015959fc4..f5521b857a 100644 --- a/cran/paws.management/R/ssmsap_interfaces.R +++ b/cran/paws.management/R/ssmsap_interfaces.R @@ -35,7 +35,7 @@ NULL .ssmsap$get_application_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Application = structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppRegistryArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), DiscoveryStatus = structure(logical(0), tags = list(type = "string")), Components = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LastUpdated = structure(logical(0), tags = list(type = "timestamp")), StatusMessage = 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"))), tags = list(type = "structure")) + shape <- structure(list(Application = structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppRegistryArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), DiscoveryStatus = structure(logical(0), tags = list(type = "string")), Components = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LastUpdated = structure(logical(0), tags = list(type = "timestamp")), StatusMessage = structure(logical(0), tags = list(type = "string")), AssociatedApplicationArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), 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)) } @@ -59,7 +59,7 @@ NULL .ssmsap$get_database_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Database = structure(list(ApplicationId = structure(logical(0), tags = list(type = "string")), ComponentId = structure(logical(0), tags = list(type = "string")), Credentials = structure(list(structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CredentialType = structure(logical(0), tags = list(type = "string")), SecretId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), DatabaseId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), DatabaseType = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), PrimaryHost = structure(logical(0), tags = list(type = "string")), SQLPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), LastUpdated = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure")) + shape <- structure(list(Database = structure(list(ApplicationId = structure(logical(0), tags = list(type = "string")), ComponentId = structure(logical(0), tags = list(type = "string")), Credentials = structure(list(structure(list(DatabaseName = structure(logical(0), tags = list(type = "string")), CredentialType = structure(logical(0), tags = list(type = "string")), SecretId = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), DatabaseId = structure(logical(0), tags = list(type = "string")), DatabaseName = structure(logical(0), tags = list(type = "string")), DatabaseType = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), PrimaryHost = structure(logical(0), tags = list(type = "string")), SQLPort = structure(logical(0), tags = list(type = "integer", box = TRUE)), LastUpdated = structure(logical(0), tags = list(type = "timestamp")), ConnectedComponentArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), 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)) } @@ -179,7 +179,7 @@ NULL .ssmsap$register_application_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Application = structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppRegistryArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), DiscoveryStatus = structure(logical(0), tags = list(type = "string")), Components = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LastUpdated = structure(logical(0), tags = list(type = "timestamp")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Application = structure(list(Id = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), AppRegistryArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), DiscoveryStatus = structure(logical(0), tags = list(type = "string")), Components = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), LastUpdated = structure(logical(0), tags = list(type = "timestamp")), StatusMessage = structure(logical(0), tags = list(type = "string")), AssociatedApplicationArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), OperationId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.management/R/ssmsap_service.R b/cran/paws.management/R/ssmsap_service.R index 42c3db6ba1..96af960586 100644 --- a/cran/paws.management/R/ssmsap_service.R +++ b/cran/paws.management/R/ssmsap_service.R @@ -149,7 +149,7 @@ ssmsap <- function(config = list(), credentials = list(), endpoint = NULL, regio service_id = "Ssm Sap", api_version = "2018-05-10", signing_name = "ssm-sap", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.management/R/support_service.R b/cran/paws.management/R/support_service.R index 1db7f553f6..97cadd4cb4 100644 --- a/cran/paws.management/R/support_service.R +++ b/cran/paws.management/R/support_service.R @@ -53,8 +53,8 @@ NULL #' #' You can also use the Amazon Web Services Support API to call the Trusted #' Advisor operations. For more information, see [Trusted -#' Advisor](https://docs.aws.amazon.com/) in the *Amazon Web Services -#' Support User Guide*. +#' Advisor](https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html) +#' in the *Amazon Web Services Support User Guide*. #' #' For authentication of requests, Amazon Web Services Support uses #' [Signature Version 4 Signing diff --git a/cran/paws.management/man/autoscaling_create_auto_scaling_group.Rd b/cran/paws.management/man/autoscaling_create_auto_scaling_group.Rd index 3358d1c5dd..0a51a491e7 100644 --- a/cran/paws.management/man/autoscaling_create_auto_scaling_group.Rd +++ b/cran/paws.management/man/autoscaling_create_auto_scaling_group.Rd @@ -121,9 +121,9 @@ in the \emph{Amazon EC2 Auto Scaling User Guide}.} \item{HealthCheckType}{A comma-separated value string of one or more health check types. -The valid values are \code{EC2}, \code{ELB}, and \code{VPC_LATTICE}. \code{EC2} is the -default health check and cannot be disabled. For more information, see -\href{https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html}{Health checks for instances in an Auto Scaling group} +The valid values are \code{EC2}, \code{EBS}, \code{ELB}, and \code{VPC_LATTICE}. \code{EC2} is +the default health check and cannot be disabled. For more information, +see \href{https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html}{Health checks for instances in an Auto Scaling group} in the \emph{Amazon EC2 Auto Scaling User Guide}. Only specify \code{EC2} if you must clear a value that was previously set.} diff --git a/cran/paws.management/man/autoscaling_update_auto_scaling_group.Rd b/cran/paws.management/man/autoscaling_update_auto_scaling_group.Rd index bc2635cf4e..9623b4df7c 100644 --- a/cran/paws.management/man/autoscaling_update_auto_scaling_group.Rd +++ b/cran/paws.management/man/autoscaling_update_auto_scaling_group.Rd @@ -71,9 +71,9 @@ in the \emph{Amazon EC2 Auto Scaling User Guide}.} \item{HealthCheckType}{A comma-separated value string of one or more health check types. -The valid values are \code{EC2}, \code{ELB}, and \code{VPC_LATTICE}. \code{EC2} is the -default health check and cannot be disabled. For more information, see -\href{https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html}{Health checks for instances in an Auto Scaling group} +The valid values are \code{EC2}, \code{EBS}, \code{ELB}, and \code{VPC_LATTICE}. \code{EC2} is +the default health check and cannot be disabled. For more information, +see \href{https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html}{Health checks for instances in an Auto Scaling group} in the \emph{Amazon EC2 Auto Scaling User Guide}. Only specify \code{EC2} if you must clear a value that was previously set.} diff --git a/cran/paws.management/man/cloudformation_create_change_set.Rd b/cran/paws.management/man/cloudformation_create_change_set.Rd index e4f2685a04..b14cb8d41c 100644 --- a/cran/paws.management/man/cloudformation_create_change_set.Rd +++ b/cran/paws.management/man/cloudformation_create_change_set.Rd @@ -188,7 +188,7 @@ specify \code{IMPORT}. If you create a change set for a new stack, CloudFormation creates a stack with a unique stack ID, but no template or resources. The stack will be in the -\href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995}{REVIEW_IN_PROGRESS} +\href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/service_code_examples.html#d0e11995}{REVIEW_IN_PROGRESS} state until you execute the change set. By default, CloudFormation specifies \code{UPDATE}. You can't use the diff --git a/cran/paws.management/man/cloudformation_delete_stack_instances.Rd b/cran/paws.management/man/cloudformation_delete_stack_instances.Rd index 06ce8639d3..40c487b723 100644 --- a/cran/paws.management/man/cloudformation_delete_stack_instances.Rd +++ b/cran/paws.management/man/cloudformation_delete_stack_instances.Rd @@ -39,7 +39,7 @@ instances.} delete the stacks. You can't reassociate a retained stack or add an existing, saved stack to a new stack set. -For more information, see \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options}{Stack set operation options}.} +For more information, see \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options}{Stack set operation options}.} \item{OperationId}{The unique identifier for this stack set operation. diff --git a/cran/paws.management/man/cloudformation_detect_stack_set_drift.Rd b/cran/paws.management/man/cloudformation_detect_stack_set_drift.Rd index e8915ed86b..46769493da 100644 --- a/cran/paws.management/man/cloudformation_detect_stack_set_drift.Rd +++ b/cran/paws.management/man/cloudformation_detect_stack_set_drift.Rd @@ -19,7 +19,7 @@ operation.} set operation. For more information about maximum concurrent accounts and failure -tolerance, see \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options}{Stack set operation options}.} +tolerance, see \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options}{Stack set operation options}.} \item{OperationId}{\emph{The ID of the stack set operation.}} diff --git a/cran/paws.management/man/cloudformation_import_stacks_to_stack_set.Rd b/cran/paws.management/man/cloudformation_import_stacks_to_stack_set.Rd index e8cd24049c..2b6c6860e5 100644 --- a/cran/paws.management/man/cloudformation_import_stacks_to_stack_set.Rd +++ b/cran/paws.management/man/cloudformation_import_stacks_to_stack_set.Rd @@ -34,7 +34,7 @@ as deployment target.} set operation. For more information about maximum concurrent accounts and failure -tolerance, see \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options}{Stack set operation options}.} +tolerance, see \href{https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options}{Stack set operation options}.} \item{OperationId}{A unique, user defined, identifier for the stack set operation.} diff --git a/cran/paws.management/man/cloudformation_register_type.Rd b/cran/paws.management/man/cloudformation_register_type.Rd index 92a961c74d..a952c345d5 100644 --- a/cran/paws.management/man/cloudformation_register_type.Rd +++ b/cran/paws.management/man/cloudformation_register_type.Rd @@ -59,7 +59,7 @@ assume when invoking the extension. For CloudFormation to assume the specified execution role, the role must contain a trust relationship with the CloudFormation service principal (\code{resources.cloudformation.amazonaws.com}). For more information about -adding trust relationships, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy}{Modifying a role trust policy} +adding trust relationships, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage.html#roles-managingrole_edit-trust-policy}{Modifying a role trust policy} in the \emph{Identity and Access Management User Guide}. If your extension calls Amazon Web Services APIs in any of its handlers, diff --git a/cran/paws.management/man/cloudwatchinternetmonitor_start_query.Rd b/cran/paws.management/man/cloudwatchinternetmonitor_start_query.Rd index ab9cd6cd81..4f3bd32930 100644 --- a/cran/paws.management/man/cloudwatchinternetmonitor_start_query.Rd +++ b/cran/paws.management/man/cloudwatchinternetmonitor_start_query.Rd @@ -35,6 +35,13 @@ volume. \item \code{TOP_LOCATION_DETAILS}: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals. +\item \code{OVERALL_TRAFFIC_SUGGESTIONS}: Provides TTFB, using a 30-day +weighted average, for all traffic in each Amazon Web Services +location that is monitored. +\item \code{OVERALL_TRAFFIC_SUGGESTIONS_DETAILS}: Provides TTFB, using a 30-day +weighted average, for each top location, for a proposed Amazon Web +Services location. Must provide a Amazon Web Services location to +search. } For lists of the fields returned with each query type and more diff --git a/cran/paws.management/man/cloudwatchlogs_filter_log_events.Rd b/cran/paws.management/man/cloudwatchlogs_filter_log_events.Rd index e97f3f4226..2a38c4d759 100644 --- a/cran/paws.management/man/cloudwatchlogs_filter_log_events.Rd +++ b/cran/paws.management/man/cloudwatchlogs_filter_log_events.Rd @@ -33,17 +33,16 @@ both.} \item{logStreamNames}{Filters the results to only logs from the log streams in this list. -If you specify a value for both \code{logStreamNamePrefix} and -\code{logStreamNames}, the action returns an \code{InvalidParameterException} +If you specify a value for both \code{logStreamNames} and +\code{logStreamNamePrefix}, the action returns an \code{InvalidParameterException} error.} \item{logStreamNamePrefix}{Filters the results to include only events from log streams that have names starting with this prefix. If you specify a value for both \code{logStreamNamePrefix} and -\code{logStreamNames}, but the value for \code{logStreamNamePrefix} does not match -any log stream names specified in \code{logStreamNames}, the action returns -an \code{InvalidParameterException} error.} +\code{logStreamNames}, the action returns an \code{InvalidParameterException} +error.} \item{startTime}{The start of the time range, expressed as the number of milliseconds after \verb{Jan 1, 1970 00:00:00 UTC}. Events with a timestamp before this diff --git a/cran/paws.management/man/cloudwatchlogs_put_account_policy.Rd b/cran/paws.management/man/cloudwatchlogs_put_account_policy.Rd index 98519a1663..8164ccbd26 100644 --- a/cran/paws.management/man/cloudwatchlogs_put_account_policy.Rd +++ b/cran/paws.management/man/cloudwatchlogs_put_account_policy.Rd @@ -83,7 +83,7 @@ stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery. \item \strong{FilterPattern} A filter pattern for subscribing to a filtered stream of log events. -\item \strong{Distribution}The method used to distribute log data to the +\item \strong{Distribution} The method used to distribute log data to the destination. By default, log data is grouped by log stream, but the grouping can be set to \code{Random} for a more even distribution. This property is only applicable when the destination is an Kinesis Data diff --git a/cran/paws.management/man/cloudwatchlogs_put_delivery_source.Rd b/cran/paws.management/man/cloudwatchlogs_put_delivery_source.Rd index 39dd2709c2..283a78931e 100644 --- a/cran/paws.management/man/cloudwatchlogs_put_delivery_source.Rd +++ b/cran/paws.management/man/cloudwatchlogs_put_delivery_source.Rd @@ -16,8 +16,9 @@ sending logs. For example, \item{logType}{[required] Defines the type of log that the source is sending. \itemize{ +\item For Amazon Bedrock, the valid value is \code{APPLICATION_LOGS}. \item For Amazon CodeWhisperer, the valid value is \code{EVENT_LOGS}. -\item For IAM Identity Centerr, the valid value is \code{ERROR_LOGS}. +\item For IAM Identity Center, the valid value is \code{ERROR_LOGS}. \item For Amazon WorkMail, the valid values are \code{ACCESS_CONTROL_LOGS}, \code{AUTHENTICATION_LOGS}, \code{WORKMAIL_AVAILABILITY_PROVIDER_LOGS}, and \code{WORKMAIL_MAILBOX_ACCESS_LOGS}. diff --git a/cran/paws.management/man/cloudwatchlogs_put_log_events.Rd b/cran/paws.management/man/cloudwatchlogs_put_log_events.Rd index bf032c70a4..e718c0ff60 100644 --- a/cran/paws.management/man/cloudwatchlogs_put_log_events.Rd +++ b/cran/paws.management/man/cloudwatchlogs_put_log_events.Rd @@ -8,7 +8,8 @@ cloudwatchlogs_put_log_events( logGroupName, logStreamName, logEvents, - sequenceToken = NULL + sequenceToken = NULL, + entity = NULL ) } \arguments{ @@ -26,6 +27,8 @@ The \code{sequenceToken} parameter is now ignored in \code{\link[=cloudwatchlogs_put_log_events]{put_log_events}} actions are now accepted and never return \code{InvalidSequenceTokenException} or \code{DataAlreadyAcceptedException} even if the sequence token is not valid.} + +\item{entity}{Reserved for future use.} } \description{ Uploads a batch of log events to the specified log stream. diff --git a/cran/paws.management/man/controltower.Rd b/cran/paws.management/man/controltower.Rd index bc2afb2bbf..e79f04ca30 100644 --- a/cran/paws.management/man/controltower.Rd +++ b/cran/paws.management/man/controltower.Rd @@ -73,6 +73,7 @@ these types of resources: \item \code{\link[=controltower_get_landing_zone]{get_landing_zone}} \item \code{\link[=controltower_get_landing_zone_operation]{get_landing_zone_operation}} \item \code{\link[=controltower_list_landing_zones]{list_landing_zones}} +\item \code{\link[=controltower_list_landing_zone_operations]{list_landing_zone_operations}} \item \code{\link[=controltower_reset_landing_zone]{reset_landing_zone}} \item \code{\link[=controltower_update_landing_zone]{update_landing_zone}} } @@ -88,7 +89,7 @@ these types of resources: \item \code{\link[=controltower_reset_enabled_baseline]{reset_enabled_baseline}} \item \code{\link[=controltower_update_enabled_baseline]{update_enabled_baseline}} } -\item \href{https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html}{Tagging} +\item \href{https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html}{\emph{Tagging}} \itemize{ \item \code{\link[=controltower_list_tags_for_resource]{list_tags_for_resource}} \item \code{\link[=controltower_tag_resource]{tag_resource}} @@ -122,9 +123,11 @@ The \code{controlIdentifier} is an ARN that is specified for each control. You can view the \code{controlIdentifier} in the console on the \strong{Control details} page, as well as in the documentation. -The \code{controlIdentifier} is unique in each Amazon Web Services Region for -each control. You can find the \code{controlIdentifier} for each Region and -control in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html}{Tables of control metadata} +\strong{About identifiers for Amazon Web Services Control Tower} + +The Amazon Web Services Control Tower \code{controlIdentifier} is unique in +each Amazon Web Services Region for each control. You can find the +\code{controlIdentifier} for each Region and control in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html}{Tables of control metadata} or the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html}{Control availability by Region tables} in the \emph{Amazon Web Services Control Tower Controls Reference Guide}. @@ -134,11 +137,26 @@ given in \href{https://docs.aws.amazon.com/controltower/latest/controlreference/ in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html}{\emph{Amazon Web Services Control Tower Controls Reference Guide}} . Remember that \emph{Mandatory} controls cannot be added or removed. -\strong{ARN format:} \verb{arn:aws:controltower:\{REGION\}::control/\{CONTROL_NAME\}} +\strong{Some controls have two identifiers} +\itemize{ +\item \strong{ARN format for Amazon Web Services Control Tower:} +\verb{arn:aws:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}} \strong{Example:} \verb{arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED} +\item \strong{ARN format for Amazon Web Services Control Catalog:} +\code{arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}} +} + +You can find the \code{{CONTROL_CATALOG_OPAQUE_ID}} in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html}{\emph{Amazon Web Services Control Tower Controls Reference Guide}} +, or in the Amazon Web Services Control Tower console, on the \strong{Control +details} page. + +The Amazon Web Services Control Tower APIs for enabled controls, such as +\code{\link[=controltower_get_enabled_control]{get_enabled_control}} and +\code{\link[=controltower_list_enabled_controls]{list_enabled_controls}} always +return an ARN of the same type given when the control was enabled. \strong{To get the \code{targetIdentifier}:} @@ -178,6 +196,25 @@ The individual API operations for baselines are detailed in this document, the \href{https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html}{API reference manual}, in the "Actions" section. For usage examples, see \href{https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html}{Baseline API input and output examples with CLI}. +\strong{About Amazon Web Services Control Catalog identifiers} +\itemize{ +\item The \code{\link[=controltower_enable_control]{enable_control}} and +\code{\link[=controltower_disable_control]{disable_control}} API operations can +be called by specifying either the Amazon Web Services Control Tower +identifer or the Amazon Web Services Control Catalog identifier. The +API response returns the same type of identifier that you specified +when calling the API. +\item If you use an Amazon Web Services Control Tower identifier to call +the \code{\link[=controltower_enable_control]{enable_control}} API, and then +call \code{\link[=controltower_enable_control]{enable_control}} again with an +Amazon Web Services Control Catalog identifier, Amazon Web Services +Control Tower returns an error message stating that the control is +already enabled. Similar behavior applies to the +\code{\link[=controltower_disable_control]{disable_control}} API operation. +\item Mandatory controls and the landing-zone-level Region deny control +have Amazon Web Services Control Tower identifiers only. +} + \strong{Details and examples} \itemize{ \item \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html}{Control API input and output examples with CLI} diff --git a/cran/paws.management/man/opsworks.Rd b/cran/paws.management/man/opsworks.Rd index ff0d984a2d..0b4b6f23aa 100644 --- a/cran/paws.management/man/opsworks.Rd +++ b/cran/paws.management/man/opsworks.Rd @@ -57,7 +57,7 @@ data types, including common parameters and error codes. OpsWorks Stacks is an application management service that provides an integrated experience for managing the complete application lifecycle. For information about OpsWorks, see the -\href{https://aws.amazon.com/opsworks/}{OpsWorks} information page. +\href{https://aws.amazon.com/}{OpsWorks} information page. \strong{SDKs and CLI} diff --git a/cran/paws.management/man/organizations_disable_aws_service_access.Rd b/cran/paws.management/man/organizations_disable_aws_service_access.Rd index 5c77cb5b7b..35f94a7add 100644 --- a/cran/paws.management/man/organizations_disable_aws_service_access.Rd +++ b/cran/paws.management/man/organizations_disable_aws_service_access.Rd @@ -14,7 +14,7 @@ typically in the form of a URL, such as \code{ service-abbreviation.amazonaws.com}.} } \description{ -Disables the integration of an Amazon Web Services service (the service that is specified by \code{ServicePrincipal}) with Organizations. When you disable integration, the specified service no longer can create a \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html}{service-linked role} in \emph{new} accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations. +Disables the integration of an Amazon Web Services service (the service that is specified by \code{ServicePrincipal}) with Organizations. When you disable integration, the specified service no longer can create a \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html}{service-linked role} in \emph{new} accounts in your organization. This means the service can't perform operations on your behalf on any new accounts in your organization. The service can still perform operations in older accounts until the service completes its clean-up from Organizations. See \url{https://www.paws-r-sdk.com/docs/organizations_disable_aws_service_access/} for full documentation. } diff --git a/cran/paws.management/man/organizations_enable_aws_service_access.Rd b/cran/paws.management/man/organizations_enable_aws_service_access.Rd index a63190cb7a..080bbd1ea5 100644 --- a/cran/paws.management/man/organizations_enable_aws_service_access.Rd +++ b/cran/paws.management/man/organizations_enable_aws_service_access.Rd @@ -13,7 +13,7 @@ you want to enable integration with your organization. This is typically in the form of a URL, such as \code{ service-abbreviation.amazonaws.com}.} } \description{ -Enables the integration of an Amazon Web Services service (the service that is specified by \code{ServicePrincipal}) with Organizations. When you enable integration, you allow the specified service to create a \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html}{service-linked role} in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts. +Enables the integration of an Amazon Web Services service (the service that is specified by \code{ServicePrincipal}) with Organizations. When you enable integration, you allow the specified service to create a \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html}{service-linked role} in all the accounts in your organization. This allows the service to perform operations on your behalf in your organization and its accounts. See \url{https://www.paws-r-sdk.com/docs/organizations_enable_aws_service_access/} for full documentation. } diff --git a/cran/paws.management/man/resiliencehub.Rd b/cran/paws.management/man/resiliencehub.Rd index 025a473d53..3d44536169 100644 --- a/cran/paws.management/man/resiliencehub.Rd +++ b/cran/paws.management/man/resiliencehub.Rd @@ -100,6 +100,7 @@ released into production. \section{Operations}{ \tabular{ll}{ +\link[=resiliencehub_accept_resource_grouping_recommendations]{accept_resource_grouping_recommendations} \tab Accepts the resource grouping recommendations suggested by Resilience Hub for your application\cr \link[=resiliencehub_add_draft_app_version_resource_mappings]{add_draft_app_version_resource_mappings} \tab Adds the source of resource-maps to the draft version of an application\cr \link[=resiliencehub_batch_update_recommendation_status]{batch_update_recommendation_status} \tab Enables you to include or exclude one or more operational recommendations\cr \link[=resiliencehub_create_app]{create_app} \tab Creates an Resilience Hub application\cr @@ -123,6 +124,7 @@ released into production. \link[=resiliencehub_describe_app_version_template]{describe_app_version_template} \tab Describes details about an Resilience Hub application\cr \link[=resiliencehub_describe_draft_app_version_resources_import_status]{describe_draft_app_version_resources_import_status} \tab Describes the status of importing resources to an application version\cr \link[=resiliencehub_describe_resiliency_policy]{describe_resiliency_policy} \tab Describes a specified resiliency policy for an Resilience Hub application\cr +\link[=resiliencehub_describe_resource_grouping_recommendation_task]{describe_resource_grouping_recommendation_task} \tab Describes the resource grouping recommendation tasks run by Resilience Hub for your application\cr \link[=resiliencehub_import_resources_to_draft_app_version]{import_resources_to_draft_app_version} \tab Imports resources to Resilience Hub application draft version from different input sources\cr \link[=resiliencehub_list_alarm_recommendations]{list_alarm_recommendations} \tab Lists the alarm recommendations for an Resilience Hub application\cr \link[=resiliencehub_list_app_assessment_compliance_drifts]{list_app_assessment_compliance_drifts} \tab List of compliance drifts that were detected while running an assessment\cr @@ -138,6 +140,7 @@ released into production. \link[=resiliencehub_list_app_versions]{list_app_versions} \tab Lists the different versions for the Resilience Hub applications\cr \link[=resiliencehub_list_recommendation_templates]{list_recommendation_templates} \tab Lists the recommendation templates for the Resilience Hub applications\cr \link[=resiliencehub_list_resiliency_policies]{list_resiliency_policies} \tab Lists the resiliency policies for the Resilience Hub applications\cr +\link[=resiliencehub_list_resource_grouping_recommendations]{list_resource_grouping_recommendations} \tab Lists the resource grouping recommendations suggested by Resilience Hub for your application\cr \link[=resiliencehub_list_sop_recommendations]{list_sop_recommendations} \tab Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications\cr \link[=resiliencehub_list_suggested_resiliency_policies]{list_suggested_resiliency_policies} \tab Lists the suggested resiliency policies for the Resilience Hub applications\cr \link[=resiliencehub_list_tags_for_resource]{list_tags_for_resource} \tab Lists the tags for your resources in your Resilience Hub applications\cr @@ -145,9 +148,11 @@ released into production. \link[=resiliencehub_list_unsupported_app_version_resources]{list_unsupported_app_version_resources} \tab Lists the resources that are not currently supported in Resilience Hub\cr \link[=resiliencehub_publish_app_version]{publish_app_version} \tab Publishes a new version of a specific Resilience Hub application\cr \link[=resiliencehub_put_draft_app_version_template]{put_draft_app_version_template} \tab Adds or updates the app template for an Resilience Hub application draft version\cr +\link[=resiliencehub_reject_resource_grouping_recommendations]{reject_resource_grouping_recommendations} \tab Rejects resource grouping recommendations\cr \link[=resiliencehub_remove_draft_app_version_resource_mappings]{remove_draft_app_version_resource_mappings} \tab Removes resource mappings from a draft application version\cr \link[=resiliencehub_resolve_app_version_resources]{resolve_app_version_resources} \tab Resolves the resources for an application version\cr \link[=resiliencehub_start_app_assessment]{start_app_assessment} \tab Creates a new application assessment for an application\cr +\link[=resiliencehub_start_resource_grouping_recommendation_task]{start_resource_grouping_recommendation_task} \tab Starts grouping recommendation task\cr \link[=resiliencehub_tag_resource]{tag_resource} \tab Applies one or more tags to a resource\cr \link[=resiliencehub_untag_resource]{untag_resource} \tab Removes one or more tags from a resource\cr \link[=resiliencehub_update_app]{update_app} \tab Updates an application\cr @@ -161,7 +166,7 @@ released into production. \examples{ \dontrun{ svc <- resiliencehub() -svc$add_draft_app_version_resource_mappings( +svc$accept_resource_grouping_recommendations( Foo = 123 ) } diff --git a/cran/paws.management/man/resiliencehub_accept_resource_grouping_recommendations.Rd b/cran/paws.management/man/resiliencehub_accept_resource_grouping_recommendations.Rd new file mode 100644 index 0000000000..0dcafbd0d4 --- /dev/null +++ b/cran/paws.management/man/resiliencehub_accept_resource_grouping_recommendations.Rd @@ -0,0 +1,25 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/resiliencehub_operations.R +\name{resiliencehub_accept_resource_grouping_recommendations} +\alias{resiliencehub_accept_resource_grouping_recommendations} +\title{Accepts the resource grouping recommendations suggested by Resilience +Hub for your application} +\usage{ +resiliencehub_accept_resource_grouping_recommendations(appArn, entries) +} +\arguments{ +\item{appArn}{[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +for this ARN is: +arn:\code{partition}:resiliencehub:\code{region}:\code{account}:app/\code{app-id}. For more +information about ARNs, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names (ARNs)} +in the \emph{Amazon Web Services General Reference} guide.} + +\item{entries}{[required] Indicates the list of resource grouping recommendations you want to +include in your application.} +} +\description{ +Accepts the resource grouping recommendations suggested by Resilience Hub for your application. + +See \url{https://www.paws-r-sdk.com/docs/resiliencehub_accept_resource_grouping_recommendations/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.management/man/resiliencehub_add_draft_app_version_resource_mappings.Rd b/cran/paws.management/man/resiliencehub_add_draft_app_version_resource_mappings.Rd index 5340871e55..0ddce4be95 100644 --- a/cran/paws.management/man/resiliencehub_add_draft_app_version_resource_mappings.Rd +++ b/cran/paws.management/man/resiliencehub_add_draft_app_version_resource_mappings.Rd @@ -20,7 +20,7 @@ by using the mapping type \code{RESOURCE}. We recommend using the mapping type \code{CFN_STACK} if the application is backed by a CloudFormation stack.} } \description{ -Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources suported by Resilience Hub and how to add them in your application, see \href{https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html}{Step 2: How is your application managed?} in the Resilience Hub User Guide. +Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources supported by Resilience Hub and how to add them in your application, see \href{https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html}{Step 2: How is your application managed?} in the Resilience Hub User Guide. See \url{https://www.paws-r-sdk.com/docs/resiliencehub_add_draft_app_version_resource_mappings/} for full documentation. } diff --git a/cran/paws.management/man/resiliencehub_describe_resource_grouping_recommendation_task.Rd b/cran/paws.management/man/resiliencehub_describe_resource_grouping_recommendation_task.Rd new file mode 100644 index 0000000000..81753bc749 --- /dev/null +++ b/cran/paws.management/man/resiliencehub_describe_resource_grouping_recommendation_task.Rd @@ -0,0 +1,27 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/resiliencehub_operations.R +\name{resiliencehub_describe_resource_grouping_recommendation_task} +\alias{resiliencehub_describe_resource_grouping_recommendation_task} +\title{Describes the resource grouping recommendation tasks run by Resilience +Hub for your application} +\usage{ +resiliencehub_describe_resource_grouping_recommendation_task( + appArn, + groupingId = NULL +) +} +\arguments{ +\item{appArn}{[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +for this ARN is: +arn:\code{partition}:resiliencehub:\code{region}:\code{account}:app/\code{app-id}. For more +information about ARNs, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names (ARNs)} +in the \emph{Amazon Web Services General Reference} guide.} + +\item{groupingId}{Indicates the identifier of the grouping recommendation task.} +} +\description{ +Describes the resource grouping recommendation tasks run by Resilience Hub for your application. + +See \url{https://www.paws-r-sdk.com/docs/resiliencehub_describe_resource_grouping_recommendation_task/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.management/man/resiliencehub_list_app_assessment_compliance_drifts.Rd b/cran/paws.management/man/resiliencehub_list_app_assessment_compliance_drifts.Rd index 58e73a8b0f..79ecb4b51d 100644 --- a/cran/paws.management/man/resiliencehub_list_app_assessment_compliance_drifts.Rd +++ b/cran/paws.management/man/resiliencehub_list_app_assessment_compliance_drifts.Rd @@ -17,11 +17,9 @@ arn:\code{partition}:resiliencehub:\code{region}:\code{account}:app-assessment/\ For more information about ARNs, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names (ARNs)} in the \emph{Amazon Web Services General Reference} guide.} -\item{maxResults}{Indicates the maximum number of applications requested.} +\item{maxResults}{Indicates the maximum number of compliance drifts requested.} -\item{nextToken}{Indicates the unique token number of the next application to be checked -for compliance and regulatory requirements from the list of -applications.} +\item{nextToken}{Null, or the token from a previous call to get the next set of results.} } \description{ List of compliance drifts that were detected while running an assessment. diff --git a/cran/paws.management/man/resiliencehub_list_apps.Rd b/cran/paws.management/man/resiliencehub_list_apps.Rd index 0ab9792ca5..a4996b97e8 100644 --- a/cran/paws.management/man/resiliencehub_list_apps.Rd +++ b/cran/paws.management/man/resiliencehub_list_apps.Rd @@ -34,7 +34,7 @@ response so that the remaining results can be retrieved.} \item{reverseOrder}{The application list is sorted based on the values of \code{lastAppComplianceEvaluationTime} field. By default, application list is -sorted in ascending order. To sort the appliation list in descending +sorted in ascending order. To sort the application list in descending order, set this field to \code{True}.} \item{toLastAssessmentTime}{Indicates the upper limit of the range that is used to filter the diff --git a/cran/paws.management/man/resiliencehub_list_resource_grouping_recommendations.Rd b/cran/paws.management/man/resiliencehub_list_resource_grouping_recommendations.Rd new file mode 100644 index 0000000000..556f6b9f23 --- /dev/null +++ b/cran/paws.management/man/resiliencehub_list_resource_grouping_recommendations.Rd @@ -0,0 +1,31 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/resiliencehub_operations.R +\name{resiliencehub_list_resource_grouping_recommendations} +\alias{resiliencehub_list_resource_grouping_recommendations} +\title{Lists the resource grouping recommendations suggested by Resilience Hub +for your application} +\usage{ +resiliencehub_list_resource_grouping_recommendations( + appArn = NULL, + maxResults = NULL, + nextToken = NULL +) +} +\arguments{ +\item{appArn}{Amazon Resource Name (ARN) of the Resilience Hub application. The format +for this ARN is: +arn:\code{partition}:resiliencehub:\code{region}:\code{account}:app/\code{app-id}. For more +information about ARNs, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names (ARNs)} +in the \emph{Amazon Web Services General Reference} guide.} + +\item{maxResults}{Maximum number of grouping recommendations to be displayed per +Resilience Hub application.} + +\item{nextToken}{Null, or the token from a previous call to get the next set of results.} +} +\description{ +Lists the resource grouping recommendations suggested by Resilience Hub for your application. + +See \url{https://www.paws-r-sdk.com/docs/resiliencehub_list_resource_grouping_recommendations/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.management/man/resiliencehub_reject_resource_grouping_recommendations.Rd b/cran/paws.management/man/resiliencehub_reject_resource_grouping_recommendations.Rd new file mode 100644 index 0000000000..b45099ca25 --- /dev/null +++ b/cran/paws.management/man/resiliencehub_reject_resource_grouping_recommendations.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/resiliencehub_operations.R +\name{resiliencehub_reject_resource_grouping_recommendations} +\alias{resiliencehub_reject_resource_grouping_recommendations} +\title{Rejects resource grouping recommendations} +\usage{ +resiliencehub_reject_resource_grouping_recommendations(appArn, entries) +} +\arguments{ +\item{appArn}{[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +for this ARN is: +arn:\code{partition}:resiliencehub:\code{region}:\code{account}:app/\code{app-id}. For more +information about ARNs, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names (ARNs)} +in the \emph{Amazon Web Services General Reference} guide.} + +\item{entries}{[required] Indicates the list of resource grouping recommendations you have +selected to exclude from your application.} +} +\description{ +Rejects resource grouping recommendations. + +See \url{https://www.paws-r-sdk.com/docs/resiliencehub_reject_resource_grouping_recommendations/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.management/man/resiliencehub_start_resource_grouping_recommendation_task.Rd b/cran/paws.management/man/resiliencehub_start_resource_grouping_recommendation_task.Rd new file mode 100644 index 0000000000..a2ad1eb54b --- /dev/null +++ b/cran/paws.management/man/resiliencehub_start_resource_grouping_recommendation_task.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/resiliencehub_operations.R +\name{resiliencehub_start_resource_grouping_recommendation_task} +\alias{resiliencehub_start_resource_grouping_recommendation_task} +\title{Starts grouping recommendation task} +\usage{ +resiliencehub_start_resource_grouping_recommendation_task(appArn) +} +\arguments{ +\item{appArn}{[required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +for this ARN is: +arn:\code{partition}:resiliencehub:\code{region}:\code{account}:app/\code{app-id}. For more +information about ARNs, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names (ARNs)} +in the \emph{Amazon Web Services General Reference} guide.} +} +\description{ +Starts grouping recommendation task. + +See \url{https://www.paws-r-sdk.com/docs/resiliencehub_start_resource_grouping_recommendation_task/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.management/man/ssm_create_patch_baseline.Rd b/cran/paws.management/man/ssm_create_patch_baseline.Rd index 6c271dc03b..fbfb4df162 100644 --- a/cran/paws.management/man/ssm_create_patch_baseline.Rd +++ b/cran/paws.management/man/ssm_create_patch_baseline.Rd @@ -52,19 +52,28 @@ in the \emph{Amazon Web Services Systems Manager User Guide}.} \item{RejectedPatchesAction}{The action for Patch Manager to take on patches included in the \code{RejectedPackages} list. -\itemize{ -\item \strong{\code{ALLOW_AS_DEPENDENCY}} : A package in the \code{Rejected} patches list -is installed only if it is a dependency of another package. It is -considered compliant with the patch baseline, and its status is -reported as \code{InstalledOther}. This is the default action if no -option is specified. -\item \strong{BLOCK}: Packages in the \strong{Rejected patches} list, and packages -that include them as dependencies, aren't installed by Patch Manager -under any circumstances. If a package was installed before it was -added to the \strong{Rejected patches} list, or is installed outside of -Patch Manager afterward, it's considered noncompliant with the patch -baseline and its status is reported as \emph{InstalledRejected}. -}} + +\strong{ALLOW_AS_DEPENDENCY} + +\strong{Linux and macOS}: A package in the rejected patches list is installed +only if it is a dependency of another package. It is considered +compliant with the patch baseline, and its status is reported as +\code{INSTALLED_OTHER}. This is the default action if no option is specified. + +\strong{Windows Server}: Windows Server doesn't support the concept of +package dependencies. If a package in the rejected patches list and +already installed on the node, its status is reported as +\code{INSTALLED_OTHER}. Any package not already installed on the node is +skipped. This is the default action if no option is specified. + +\strong{BLOCK} + +\strong{All OSs}: Packages in the rejected patches list, and packages that +include them as dependencies, aren't installed by Patch Manager under +any circumstances. If a package was installed before it was added to the +rejected patches list, or is installed outside of Patch Manager +afterward, it's considered noncompliant with the patch baseline and its +status is reported as \code{INSTALLED_REJECTED}.} \item{Description}{A description of the patch baseline.} diff --git a/cran/paws.management/man/ssm_get_command_invocation.Rd b/cran/paws.management/man/ssm_get_command_invocation.Rd index 4ba866c478..0f1f89d4b9 100644 --- a/cran/paws.management/man/ssm_get_command_invocation.Rd +++ b/cran/paws.management/man/ssm_get_command_invocation.Rd @@ -29,7 +29,7 @@ of the step you want details for. Alternatively, use attribute of the \code{CommandPlugin} object in the \code{CommandPlugins} list.} } \description{ -Returns detailed information about command execution for an invocation or plugin. +Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command. See \url{https://www.paws-r-sdk.com/docs/ssm_get_command_invocation/} for full documentation. } diff --git a/cran/paws.management/man/ssm_register_task_with_maintenance_window.Rd b/cran/paws.management/man/ssm_register_task_with_maintenance_window.Rd index 0bd3f7a595..88327886f2 100644 --- a/cran/paws.management/man/ssm_register_task_with_maintenance_window.Rd +++ b/cran/paws.management/man/ssm_register_task_with_maintenance_window.Rd @@ -57,7 +57,7 @@ However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For -more information, see \href{https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html}{Setting up maintenance windows} +more information, see \href{https://docs.aws.amazon.com/systems-manager/latest/userguide/}{Setting up maintenance windows} in the in the \emph{Amazon Web Services Systems Manager User Guide}.} \item{TaskType}{[required] The type of task being registered.} diff --git a/cran/paws.management/man/ssm_update_maintenance_window_task.Rd b/cran/paws.management/man/ssm_update_maintenance_window_task.Rd index 62d5dd1c28..5d6a36b006 100644 --- a/cran/paws.management/man/ssm_update_maintenance_window_task.Rd +++ b/cran/paws.management/man/ssm_update_maintenance_window_task.Rd @@ -54,7 +54,7 @@ However, for an improved security posture, we strongly recommend creating a custom policy and custom service role for running your maintenance window tasks. The policy can be crafted to provide only the permissions needed for your particular maintenance window tasks. For -more information, see \href{https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html}{Setting up maintenance windows} +more information, see \href{https://docs.aws.amazon.com/systems-manager/latest/userguide/}{Setting up maintenance windows} in the in the \emph{Amazon Web Services Systems Manager User Guide}.} \item{TaskParameters}{The parameters to modify. diff --git a/cran/paws.management/man/ssm_update_patch_baseline.Rd b/cran/paws.management/man/ssm_update_patch_baseline.Rd index ddebfdaab5..b3e447e172 100644 --- a/cran/paws.management/man/ssm_update_patch_baseline.Rd +++ b/cran/paws.management/man/ssm_update_patch_baseline.Rd @@ -48,19 +48,28 @@ in the \emph{Amazon Web Services Systems Manager User Guide}.} \item{RejectedPatchesAction}{The action for Patch Manager to take on patches included in the \code{RejectedPackages} list. -\itemize{ -\item \strong{\code{ALLOW_AS_DEPENDENCY}} : A package in the \code{Rejected} patches list -is installed only if it is a dependency of another package. It is -considered compliant with the patch baseline, and its status is -reported as \code{InstalledOther}. This is the default action if no -option is specified. -\item \strong{BLOCK}: Packages in the \strong{Rejected patches} list, and packages -that include them as dependencies, aren't installed by Patch Manager -under any circumstances. If a package was installed before it was -added to the \strong{Rejected patches} list, or is installed outside of -Patch Manager afterward, it's considered noncompliant with the patch -baseline and its status is reported as \emph{InstalledRejected}. -}} + +\strong{ALLOW_AS_DEPENDENCY} + +\strong{Linux and macOS}: A package in the rejected patches list is installed +only if it is a dependency of another package. It is considered +compliant with the patch baseline, and its status is reported as +\code{INSTALLED_OTHER}. This is the default action if no option is specified. + +\strong{Windows Server}: Windows Server doesn't support the concept of +package dependencies. If a package in the rejected patches list and +already installed on the node, its status is reported as +\code{INSTALLED_OTHER}. Any package not already installed on the node is +skipped. This is the default action if no option is specified. + +\strong{BLOCK} + +\strong{All OSs}: Packages in the rejected patches list, and packages that +include them as dependencies, aren't installed by Patch Manager under +any circumstances. If a package was installed before it was added to the +rejected patches list, or is installed outside of Patch Manager +afterward, it's considered noncompliant with the patch baseline and its +status is reported as \code{INSTALLED_REJECTED}.} \item{Description}{A description of the patch baseline.} diff --git a/cran/paws.management/man/support.Rd b/cran/paws.management/man/support.Rd index 08328b3886..3010948da5 100644 --- a/cran/paws.management/man/support.Rd +++ b/cran/paws.management/man/support.Rd @@ -92,8 +92,8 @@ you call the \code{\link[=support_create_case]{create_case}} operation. } You can also use the Amazon Web Services Support API to call the Trusted -Advisor operations. For more information, see \href{https://docs.aws.amazon.com/}{Trusted Advisor} in the \emph{Amazon Web Services -Support User Guide}. +Advisor operations. For more information, see \href{https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html}{Trusted Advisor} +in the \emph{Amazon Web Services Support User Guide}. For authentication of requests, Amazon Web Services Support uses \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html}{Signature Version 4 Signing Process}. diff --git a/cran/paws.management/tests/testthat/test_resiliencehub.R b/cran/paws.management/tests/testthat/test_resiliencehub.R index 43b3731620..f583315f84 100644 --- a/cran/paws.management/tests/testthat/test_resiliencehub.R +++ b/cran/paws.management/tests/testthat/test_resiliencehub.R @@ -16,6 +16,10 @@ test_that("list_resiliency_policies", { expect_error(svc$list_resiliency_policies(), NA) }) +test_that("list_resource_grouping_recommendations", { + expect_error(svc$list_resource_grouping_recommendations(), NA) +}) + test_that("list_suggested_resiliency_policies", { expect_error(svc$list_suggested_resiliency_policies(), NA) }) diff --git a/cran/paws.networking/R/elbv2_interfaces.R b/cran/paws.networking/R/elbv2_interfaces.R index 82de657a5c..8d0c664f51 100644 --- a/cran/paws.networking/R/elbv2_interfaces.R +++ b/cran/paws.networking/R/elbv2_interfaces.R @@ -41,13 +41,13 @@ NULL .elbv2$create_listener_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), SslPolicy = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = 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")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), SslPolicy = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = 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")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean")), TrustStoreAssociationStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .elbv2$create_listener_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "CreateListenerResult")) + shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean")), TrustStoreAssociationStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "CreateListenerResult")) return(populate(args, shape)) } @@ -135,6 +135,18 @@ NULL return(populate(args, shape)) } +.elbv2$delete_shared_trust_store_association_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(TrustStoreArn = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.elbv2$delete_shared_trust_store_association_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(), tags = list(type = "structure", resultWrapper = "DeleteSharedTrustStoreAssociationResult")) + return(populate(args, shape)) +} + .elbv2$delete_target_group_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -203,7 +215,7 @@ NULL .elbv2$describe_listeners_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeListenersResult")) + shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean")), TrustStoreAssociationStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeListenersResult")) return(populate(args, shape)) } @@ -339,6 +351,18 @@ NULL return(populate(args, shape)) } +.elbv2$get_resource_policy_input <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) +} + +.elbv2$get_resource_policy_output <- function(...) { + args <- c(as.list(environment()), list(...)) + shape <- structure(list(Policy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "GetResourcePolicyResult")) + return(populate(args, shape)) +} + .elbv2$get_trust_store_ca_certificates_bundle_input <- function(...) { args <- c(as.list(environment()), list(...)) shape <- structure(list(TrustStoreArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) @@ -365,13 +389,13 @@ NULL .elbv2$modify_listener_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), SslPolicy = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), SslPolicy = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean")), TrustStoreAssociationStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .elbv2$modify_listener_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyListenerResult")) + shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), MutualAuthentication = structure(list(Mode = structure(logical(0), tags = list(type = "string")), TrustStoreArn = structure(logical(0), tags = list(type = "string")), IgnoreClientCertificateExpiry = structure(logical(0), tags = list(type = "boolean")), TrustStoreAssociationStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyListenerResult")) return(populate(args, shape)) } diff --git a/cran/paws.networking/R/elbv2_operations.R b/cran/paws.networking/R/elbv2_operations.R index 1d4e53f150..c6c71dfbec 100644 --- a/cran/paws.networking/R/elbv2_operations.R +++ b/cran/paws.networking/R/elbv2_operations.R @@ -565,6 +565,37 @@ elbv2_delete_rule <- function(RuleArn) { } .elbv2$operations$delete_rule <- elbv2_delete_rule +#' Deletes a shared trust store association +#' +#' @description +#' Deletes a shared trust store association. +#' +#' See [https://www.paws-r-sdk.com/docs/elbv2_delete_shared_trust_store_association/](https://www.paws-r-sdk.com/docs/elbv2_delete_shared_trust_store_association/) for full documentation. +#' +#' @param TrustStoreArn [required] The Amazon Resource Name (ARN) of the trust store. +#' @param ResourceArn [required] The Amazon Resource Name (ARN) of the resource. +#' +#' @keywords internal +#' +#' @rdname elbv2_delete_shared_trust_store_association +elbv2_delete_shared_trust_store_association <- function(TrustStoreArn, ResourceArn) { + op <- new_operation( + name = "DeleteSharedTrustStoreAssociation", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .elbv2$delete_shared_trust_store_association_input(TrustStoreArn = TrustStoreArn, ResourceArn = ResourceArn) + output <- .elbv2$delete_shared_trust_store_association_output() + config <- get_config() + svc <- .elbv2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.elbv2$operations$delete_shared_trust_store_association <- elbv2_delete_shared_trust_store_association + #' Deletes the specified target group #' #' @description @@ -1002,7 +1033,7 @@ elbv2_describe_target_groups <- function(LoadBalancerArn = NULL, TargetGroupArns #' #' @param TargetGroupArn [required] The Amazon Resource Name (ARN) of the target group. #' @param Targets The targets. -#' @param Include Used to inclue anomaly detection information. +#' @param Include Used to include anomaly detection information. #' #' @keywords internal #' @@ -1058,11 +1089,11 @@ elbv2_describe_trust_store_associations <- function(TrustStoreArn, Marker = NULL } .elbv2$operations$describe_trust_store_associations <- elbv2_describe_trust_store_associations -#' Describes the revocation files in use by the specified trust store arn, -#' or revocation ID +#' Describes the revocation files in use by the specified trust store or +#' revocation files #' #' @description -#' Describes the revocation files in use by the specified trust store arn, or revocation ID. +#' Describes the revocation files in use by the specified trust store or revocation files. #' #' See [https://www.paws-r-sdk.com/docs/elbv2_describe_trust_store_revocations/](https://www.paws-r-sdk.com/docs/elbv2_describe_trust_store_revocations/) for full documentation. #' @@ -1093,11 +1124,10 @@ elbv2_describe_trust_store_revocations <- function(TrustStoreArn, RevocationIds } .elbv2$operations$describe_trust_store_revocations <- elbv2_describe_trust_store_revocations -#' Describes all trust stores for a given account by trust store arn’s or -#' name +#' Describes all trust stores for the specified account #' #' @description -#' Describes all trust stores for a given account by trust store arn’s or name. +#' Describes all trust stores for the specified account. #' #' See [https://www.paws-r-sdk.com/docs/elbv2_describe_trust_stores/](https://www.paws-r-sdk.com/docs/elbv2_describe_trust_stores/) for full documentation. #' @@ -1128,6 +1158,36 @@ elbv2_describe_trust_stores <- function(TrustStoreArns = NULL, Names = NULL, Mar } .elbv2$operations$describe_trust_stores <- elbv2_describe_trust_stores +#' Retrieves the resource policy for a specified resource +#' +#' @description +#' Retrieves the resource policy for a specified resource. +#' +#' See [https://www.paws-r-sdk.com/docs/elbv2_get_resource_policy/](https://www.paws-r-sdk.com/docs/elbv2_get_resource_policy/) for full documentation. +#' +#' @param ResourceArn [required] The Amazon Resource Name (ARN) of the resource. +#' +#' @keywords internal +#' +#' @rdname elbv2_get_resource_policy +elbv2_get_resource_policy <- function(ResourceArn) { + op <- new_operation( + name = "GetResourcePolicy", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .elbv2$get_resource_policy_input(ResourceArn = ResourceArn) + output <- .elbv2$get_resource_policy_output() + config <- get_config() + svc <- .elbv2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.elbv2$operations$get_resource_policy <- elbv2_get_resource_policy + #' Retrieves the ca certificate bundle #' #' @description @@ -1414,10 +1474,10 @@ elbv2_modify_target_group_attributes <- function(TargetGroupArn, Attributes) { } .elbv2$operations$modify_target_group_attributes <- elbv2_modify_target_group_attributes -#' Update the ca certificate bundle for a given trust store +#' Update the ca certificate bundle for the specified trust store #' #' @description -#' Update the ca certificate bundle for a given trust store. +#' Update the ca certificate bundle for the specified trust store. #' #' See [https://www.paws-r-sdk.com/docs/elbv2_modify_trust_store/](https://www.paws-r-sdk.com/docs/elbv2_modify_trust_store/) for full documentation. #' @@ -1591,6 +1651,11 @@ elbv2_remove_trust_store_revocations <- function(TrustStoreArn, RevocationIds) { #' addresses), and `dualstack-without-public-ipv4` (for IPv6 only public #' addresses, with private IPv4 and IPv6 addresses). #' +#' Note: Application Load Balancer authentication only supports IPv4 +#' addresses when connecting to an Identity Provider (IdP) or Amazon +#' Cognito endpoint. Without a public IPv4 address the load balancer cannot +#' complete the authentication process, resulting in HTTP 500 errors. +#' #' \[Network Load Balancers\] The IP address type. The possible values are #' `ipv4` (for only IPv4 addresses) and `dualstack` (for IPv4 and IPv6 #' addresses). You can’t specify `dualstack` for a load balancer with a UDP diff --git a/cran/paws.networking/R/elbv2_service.R b/cran/paws.networking/R/elbv2_service.R index 94c1cfcfce..bab013ac4b 100644 --- a/cran/paws.networking/R/elbv2_service.R +++ b/cran/paws.networking/R/elbv2_service.R @@ -142,6 +142,7 @@ NULL #' \link[=elbv2_delete_listener]{delete_listener} \tab Deletes the specified listener\cr #' \link[=elbv2_delete_load_balancer]{delete_load_balancer} \tab Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer\cr #' \link[=elbv2_delete_rule]{delete_rule} \tab Deletes the specified rule\cr +#' \link[=elbv2_delete_shared_trust_store_association]{delete_shared_trust_store_association} \tab Deletes a shared trust store association\cr #' \link[=elbv2_delete_target_group]{delete_target_group} \tab Deletes the specified target group\cr #' \link[=elbv2_delete_trust_store]{delete_trust_store} \tab Deletes a trust store\cr #' \link[=elbv2_deregister_targets]{deregister_targets} \tab Deregisters the specified targets from the specified target group\cr @@ -157,8 +158,9 @@ NULL #' \link[=elbv2_describe_target_groups]{describe_target_groups} \tab Describes the specified target groups or all of your target groups\cr #' \link[=elbv2_describe_target_health]{describe_target_health} \tab Describes the health of the specified targets or all of your targets\cr #' \link[=elbv2_describe_trust_store_associations]{describe_trust_store_associations} \tab Describes all resources associated with the specified trust store\cr -#' \link[=elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store arn, or revocation ID\cr -#' \link[=elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for a given account by trust store arn’s or name\cr +#' \link[=elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store or revocation files\cr +#' \link[=elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for the specified account\cr +#' \link[=elbv2_get_resource_policy]{get_resource_policy} \tab Retrieves the resource policy for a specified resource\cr #' \link[=elbv2_get_trust_store_ca_certificates_bundle]{get_trust_store_ca_certificates_bundle} \tab Retrieves the ca certificate bundle\cr #' \link[=elbv2_get_trust_store_revocation_content]{get_trust_store_revocation_content} \tab Retrieves the specified revocation file\cr #' \link[=elbv2_modify_listener]{modify_listener} \tab Replaces the specified properties of the specified listener\cr @@ -166,7 +168,7 @@ NULL #' \link[=elbv2_modify_rule]{modify_rule} \tab Replaces the specified properties of the specified rule\cr #' \link[=elbv2_modify_target_group]{modify_target_group} \tab Modifies the health checks used when evaluating the health state of the targets in the specified target group\cr #' \link[=elbv2_modify_target_group_attributes]{modify_target_group_attributes} \tab Modifies the specified attributes of the specified target group\cr -#' \link[=elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for a given trust store\cr +#' \link[=elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for the specified trust store\cr #' \link[=elbv2_register_targets]{register_targets} \tab Registers the specified targets with the specified target group\cr #' \link[=elbv2_remove_listener_certificates]{remove_listener_certificates} \tab Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener\cr #' \link[=elbv2_remove_tags]{remove_tags} \tab Removes the specified tags from the specified Elastic Load Balancing resources\cr diff --git a/cran/paws.networking/R/networkfirewall_operations.R b/cran/paws.networking/R/networkfirewall_operations.R index d44333e750..a5d6bf01ab 100644 --- a/cran/paws.networking/R/networkfirewall_operations.R +++ b/cran/paws.networking/R/networkfirewall_operations.R @@ -343,7 +343,7 @@ networkfirewall_create_rule_group <- function(RuleGroupName, RuleGroup = NULL, R #' Creates an Network Firewall TLS inspection configuration #' #' @description -#' Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains Certificate Manager certificate associations between and the scope configurations that Network Firewall uses to decrypt and re-encrypt traffic traveling through your firewall. +#' Creates an Network Firewall TLS inspection configuration. Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using ACM, create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall. #' #' See [https://www.paws-r-sdk.com/docs/networkfirewall_create_tls_inspection_configuration/](https://www.paws-r-sdk.com/docs/networkfirewall_create_tls_inspection_configuration/) for full documentation. #' diff --git a/cran/paws.networking/R/telconetworkbuilder_interfaces.R b/cran/paws.networking/R/telconetworkbuilder_interfaces.R index 718d651e47..5cf8284d09 100644 --- a/cran/paws.networking/R/telconetworkbuilder_interfaces.R +++ b/cran/paws.networking/R/telconetworkbuilder_interfaces.R @@ -147,7 +147,7 @@ NULL .telconetworkbuilder$get_sol_network_operation_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), error = structure(list(detail = structure(logical(0), tags = list(type = "string")), title = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), lcmOperationType = structure(logical(0), tags = list(type = "string")), metadata = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), nsInstanceId = structure(logical(0), tags = list(type = "string")), operationState = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), tasks = structure(list(structure(list(taskContext = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), taskEndTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), taskErrorDetails = structure(list(cause = structure(logical(0), tags = list(type = "string")), details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), taskName = structure(logical(0), tags = list(type = "string")), taskStartTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), taskStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(arn = structure(logical(0), tags = list(type = "string")), error = structure(list(detail = structure(logical(0), tags = list(type = "string")), title = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), lcmOperationType = structure(logical(0), tags = list(type = "string")), metadata = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), instantiateMetadata = structure(list(additionalParamsForNs = structure(list(), tags = list(type = "structure", document = TRUE)), nsdInfoId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), lastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), modifyVnfInfoMetadata = structure(list(vnfConfigurableProperties = structure(list(), tags = list(type = "structure", document = TRUE)), vnfInstanceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), updateNsMetadata = structure(list(additionalParamsForNs = structure(list(), tags = list(type = "structure", document = TRUE)), nsdInfoId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), nsInstanceId = structure(logical(0), tags = list(type = "string")), operationState = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), tasks = structure(list(structure(list(taskContext = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), taskEndTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), taskErrorDetails = structure(list(cause = structure(logical(0), tags = list(type = "string")), details = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), taskName = structure(logical(0), tags = list(type = "string")), taskStartTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), taskStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), updateType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -237,13 +237,13 @@ NULL .telconetworkbuilder$list_sol_network_operations_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max_results", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextpage_opaque_marker", type = "string"))), tags = list(type = "structure")) + shape <- structure(list(maxResults = structure(logical(0), tags = list(location = "querystring", locationName = "max_results", type = "integer", box = TRUE)), nextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextpage_opaque_marker", type = "string")), nsInstanceId = structure(logical(0), tags = list(location = "querystring", locationName = "nsInstanceId", type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .telconetworkbuilder$list_sol_network_operations_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(networkOperations = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), error = structure(list(detail = structure(logical(0), tags = list(type = "string")), title = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), lcmOperationType = structure(logical(0), tags = list(type = "string")), metadata = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure")), nsInstanceId = structure(logical(0), tags = list(type = "string")), operationState = 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")) + shape <- structure(list(networkOperations = structure(list(structure(list(arn = structure(logical(0), tags = list(type = "string")), error = structure(list(detail = structure(logical(0), tags = list(type = "string")), title = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), id = structure(logical(0), tags = list(type = "string")), lcmOperationType = structure(logical(0), tags = list(type = "string")), metadata = structure(list(createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), lastModified = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), nsdInfoId = structure(logical(0), tags = list(type = "string")), vnfInstanceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nsInstanceId = structure(logical(0), tags = list(type = "string")), operationState = structure(logical(0), tags = list(type = "string")), updateType = 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)) } @@ -273,7 +273,7 @@ NULL .telconetworkbuilder$put_sol_function_package_content_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob")), vnfPkgId = structure(logical(0), tags = list(location = "uri", locationName = "vnfPkgId", type = "string"))), tags = list(type = "structure", payload = "file")) + shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob", sensitive = TRUE)), vnfPkgId = structure(logical(0), tags = list(location = "uri", locationName = "vnfPkgId", type = "string"))), tags = list(type = "structure", payload = "file")) return(populate(args, shape)) } @@ -285,7 +285,7 @@ NULL .telconetworkbuilder$put_sol_network_package_content_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob")), nsdInfoId = structure(logical(0), tags = list(location = "uri", locationName = "nsdInfoId", type = "string"))), tags = list(type = "structure", payload = "file")) + shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob", sensitive = TRUE)), nsdInfoId = structure(logical(0), tags = list(location = "uri", locationName = "nsdInfoId", type = "string"))), tags = list(type = "structure", payload = "file")) return(populate(args, shape)) } @@ -345,7 +345,7 @@ NULL .telconetworkbuilder$update_sol_network_instance_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(modifyVnfInfoData = structure(list(vnfConfigurableProperties = structure(list(), tags = list(type = "structure", document = TRUE)), vnfInstanceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nsInstanceId = structure(logical(0), tags = list(location = "uri", locationName = "nsInstanceId", type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), updateType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(modifyVnfInfoData = structure(list(vnfConfigurableProperties = structure(list(), tags = list(type = "structure", document = TRUE)), vnfInstanceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), nsInstanceId = structure(logical(0), tags = list(location = "uri", locationName = "nsInstanceId", type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map", sensitive = TRUE)), updateNs = structure(list(additionalParamsForNs = structure(list(), tags = list(type = "structure", document = TRUE)), nsdInfoId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), updateType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -369,7 +369,7 @@ NULL .telconetworkbuilder$validate_sol_function_package_content_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob")), vnfPkgId = structure(logical(0), tags = list(location = "uri", locationName = "vnfPkgId", type = "string"))), tags = list(type = "structure", payload = "file")) + shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob", sensitive = TRUE)), vnfPkgId = structure(logical(0), tags = list(location = "uri", locationName = "vnfPkgId", type = "string"))), tags = list(type = "structure", payload = "file")) return(populate(args, shape)) } @@ -381,7 +381,7 @@ NULL .telconetworkbuilder$validate_sol_network_package_content_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob")), nsdInfoId = structure(logical(0), tags = list(location = "uri", locationName = "nsdInfoId", type = "string"))), tags = list(type = "structure", payload = "file")) + shape <- structure(list(contentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), file = structure(logical(0), tags = list(type = "blob", sensitive = TRUE)), nsdInfoId = structure(logical(0), tags = list(location = "uri", locationName = "nsdInfoId", type = "string"))), tags = list(type = "structure", payload = "file")) return(populate(args, shape)) } diff --git a/cran/paws.networking/R/telconetworkbuilder_operations.R b/cran/paws.networking/R/telconetworkbuilder_operations.R index 2becdcc000..226aecea21 100644 --- a/cran/paws.networking/R/telconetworkbuilder_operations.R +++ b/cran/paws.networking/R/telconetworkbuilder_operations.R @@ -226,11 +226,11 @@ telconetworkbuilder_delete_sol_network_package <- function(nsdInfoId) { .telconetworkbuilder$operations$delete_sol_network_package <- telconetworkbuilder_delete_sol_network_package #' Gets the details of a network function instance, including the -#' instantation state and metadata from the function package descriptor in +#' instantiation state and metadata from the function package descriptor in #' the network function package #' #' @description -#' Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package. +#' Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. #' #' See [https://www.paws-r-sdk.com/docs/telconetworkbuilder_get_sol_function_instance/](https://www.paws-r-sdk.com/docs/telconetworkbuilder_get_sol_function_instance/) for full documentation. #' @@ -519,9 +519,9 @@ telconetworkbuilder_get_sol_network_package_descriptor <- function(nsdInfoId) { #' @param nsInstanceId [required] ID of the network instance. #' @param tags A tag is a label that you assign to an Amazon Web Services resource. #' Each tag consists of a key and an optional value. When you use this API, -#' the tags are transferred to the network operation that is created. Use -#' tags to search and filter your resources or track your Amazon Web -#' Services costs. +#' the tags are only applied to the network operation that is created. +#' These tags are not applied to the network instance. Use tags to search +#' and filter your resources or track your Amazon Web Services costs. #' #' @keywords internal #' @@ -647,11 +647,13 @@ telconetworkbuilder_list_sol_network_instances <- function(maxResults = NULL, ne #' #' @param maxResults The maximum number of results to include in the response. #' @param nextToken The token for the next page of results. +#' @param nsInstanceId Network instance id filter, to retrieve network operations associated to +#' a network instance. #' #' @keywords internal #' #' @rdname telconetworkbuilder_list_sol_network_operations -telconetworkbuilder_list_sol_network_operations <- function(maxResults = NULL, nextToken = NULL) { +telconetworkbuilder_list_sol_network_operations <- function(maxResults = NULL, nextToken = NULL, nsInstanceId = NULL) { op <- new_operation( name = "ListSolNetworkOperations", http_method = "GET", @@ -659,7 +661,7 @@ telconetworkbuilder_list_sol_network_operations <- function(maxResults = NULL, n host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "networkOperations") ) - input <- .telconetworkbuilder$list_sol_network_operations_input(maxResults = maxResults, nextToken = nextToken) + input <- .telconetworkbuilder$list_sol_network_operations_input(maxResults = maxResults, nextToken = nextToken, nsInstanceId = nsInstanceId) output <- .telconetworkbuilder$list_sol_network_operations_output() config <- get_config() svc <- .telconetworkbuilder$service(config, op) @@ -838,9 +840,9 @@ telconetworkbuilder_tag_resource <- function(resourceArn, tags) { #' @param nsInstanceId [required] ID of the network instance. #' @param tags A tag is a label that you assign to an Amazon Web Services resource. #' Each tag consists of a key and an optional value. When you use this API, -#' the tags are transferred to the network operation that is created. Use -#' tags to search and filter your resources or track your Amazon Web -#' Services costs. +#' the tags are only applied to the network operation that is created. +#' These tags are not applied to the network instance. Use tags to search +#' and filter your resources or track your Amazon Web Services costs. #' #' @keywords internal #' @@ -934,18 +936,31 @@ telconetworkbuilder_update_sol_function_package <- function(operationalState, vn #' #' @param modifyVnfInfoData Identifies the network function information parameters and/or the #' configurable properties of the network function to be modified. +#' +#' Include this property only if the update type is +#' `MODIFY_VNF_INFORMATION`. #' @param nsInstanceId [required] ID of the network instance. #' @param tags A tag is a label that you assign to an Amazon Web Services resource. #' Each tag consists of a key and an optional value. When you use this API, -#' the tags are transferred to the network operation that is created. Use -#' tags to search and filter your resources or track your Amazon Web -#' Services costs. +#' the tags are only applied to the network operation that is created. +#' These tags are not applied to the network instance. Use tags to search +#' and filter your resources or track your Amazon Web Services costs. +#' @param updateNs Identifies the network service descriptor and the configurable +#' properties of the descriptor, to be used for the update. +#' +#' Include this property only if the update type is `UPDATE_NS`. #' @param updateType [required] The type of update. +#' +#' - Use the `MODIFY_VNF_INFORMATION` update type, to update a specific +#' network function configuration, in the network instance. +#' +#' - Use the `UPDATE_NS` update type, to update the network instance to a +#' new network service descriptor. #' #' @keywords internal #' #' @rdname telconetworkbuilder_update_sol_network_instance -telconetworkbuilder_update_sol_network_instance <- function(modifyVnfInfoData = NULL, nsInstanceId, tags = NULL, updateType) { +telconetworkbuilder_update_sol_network_instance <- function(modifyVnfInfoData = NULL, nsInstanceId, tags = NULL, updateNs = NULL, updateType) { op <- new_operation( name = "UpdateSolNetworkInstance", http_method = "POST", @@ -953,7 +968,7 @@ telconetworkbuilder_update_sol_network_instance <- function(modifyVnfInfoData = host_prefix = "", paginator = list() ) - input <- .telconetworkbuilder$update_sol_network_instance_input(modifyVnfInfoData = modifyVnfInfoData, nsInstanceId = nsInstanceId, tags = tags, updateType = updateType) + input <- .telconetworkbuilder$update_sol_network_instance_input(modifyVnfInfoData = modifyVnfInfoData, nsInstanceId = nsInstanceId, tags = tags, updateNs = updateNs, updateType = updateType) output <- .telconetworkbuilder$update_sol_network_instance_output() config <- get_config() svc <- .telconetworkbuilder$service(config, op) diff --git a/cran/paws.networking/R/telconetworkbuilder_service.R b/cran/paws.networking/R/telconetworkbuilder_service.R index fbe8a996c1..f9f93bfcc9 100644 --- a/cran/paws.networking/R/telconetworkbuilder_service.R +++ b/cran/paws.networking/R/telconetworkbuilder_service.R @@ -101,7 +101,7 @@ NULL #' \link[=telconetworkbuilder_delete_sol_function_package]{delete_sol_function_package} \tab Deletes a function package\cr #' \link[=telconetworkbuilder_delete_sol_network_instance]{delete_sol_network_instance} \tab Deletes a network instance\cr #' \link[=telconetworkbuilder_delete_sol_network_package]{delete_sol_network_package} \tab Deletes network package\cr -#' \link[=telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package\cr +#' \link[=telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package\cr #' \link[=telconetworkbuilder_get_sol_function_package]{get_sol_function_package} \tab Gets the details of an individual function package, such as the operational state and whether the package is in use\cr #' \link[=telconetworkbuilder_get_sol_function_package_content]{get_sol_function_package_content} \tab Gets the contents of a function package\cr #' \link[=telconetworkbuilder_get_sol_function_package_descriptor]{get_sol_function_package_descriptor} \tab Gets a function package descriptor in a function package\cr diff --git a/cran/paws.networking/man/elbv2.Rd b/cran/paws.networking/man/elbv2.Rd index e8b3fcb7b6..04d0b99913 100644 --- a/cran/paws.networking/man/elbv2.Rd +++ b/cran/paws.networking/man/elbv2.Rd @@ -126,6 +126,7 @@ they complete at most one time. If you repeat an operation, it succeeds. \link[=elbv2_delete_listener]{delete_listener} \tab Deletes the specified listener\cr \link[=elbv2_delete_load_balancer]{delete_load_balancer} \tab Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer\cr \link[=elbv2_delete_rule]{delete_rule} \tab Deletes the specified rule\cr +\link[=elbv2_delete_shared_trust_store_association]{delete_shared_trust_store_association} \tab Deletes a shared trust store association\cr \link[=elbv2_delete_target_group]{delete_target_group} \tab Deletes the specified target group\cr \link[=elbv2_delete_trust_store]{delete_trust_store} \tab Deletes a trust store\cr \link[=elbv2_deregister_targets]{deregister_targets} \tab Deregisters the specified targets from the specified target group\cr @@ -141,8 +142,9 @@ they complete at most one time. If you repeat an operation, it succeeds. \link[=elbv2_describe_target_groups]{describe_target_groups} \tab Describes the specified target groups or all of your target groups\cr \link[=elbv2_describe_target_health]{describe_target_health} \tab Describes the health of the specified targets or all of your targets\cr \link[=elbv2_describe_trust_store_associations]{describe_trust_store_associations} \tab Describes all resources associated with the specified trust store\cr -\link[=elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store arn, or revocation ID\cr -\link[=elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for a given account by trust store arn’s or name\cr +\link[=elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store or revocation files\cr +\link[=elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for the specified account\cr +\link[=elbv2_get_resource_policy]{get_resource_policy} \tab Retrieves the resource policy for a specified resource\cr \link[=elbv2_get_trust_store_ca_certificates_bundle]{get_trust_store_ca_certificates_bundle} \tab Retrieves the ca certificate bundle\cr \link[=elbv2_get_trust_store_revocation_content]{get_trust_store_revocation_content} \tab Retrieves the specified revocation file\cr \link[=elbv2_modify_listener]{modify_listener} \tab Replaces the specified properties of the specified listener\cr @@ -150,7 +152,7 @@ they complete at most one time. If you repeat an operation, it succeeds. \link[=elbv2_modify_rule]{modify_rule} \tab Replaces the specified properties of the specified rule\cr \link[=elbv2_modify_target_group]{modify_target_group} \tab Modifies the health checks used when evaluating the health state of the targets in the specified target group\cr \link[=elbv2_modify_target_group_attributes]{modify_target_group_attributes} \tab Modifies the specified attributes of the specified target group\cr -\link[=elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for a given trust store\cr +\link[=elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for the specified trust store\cr \link[=elbv2_register_targets]{register_targets} \tab Registers the specified targets with the specified target group\cr \link[=elbv2_remove_listener_certificates]{remove_listener_certificates} \tab Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener\cr \link[=elbv2_remove_tags]{remove_tags} \tab Removes the specified tags from the specified Elastic Load Balancing resources\cr diff --git a/cran/paws.networking/man/elbv2_delete_shared_trust_store_association.Rd b/cran/paws.networking/man/elbv2_delete_shared_trust_store_association.Rd new file mode 100644 index 0000000000..070d79f426 --- /dev/null +++ b/cran/paws.networking/man/elbv2_delete_shared_trust_store_association.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/elbv2_operations.R +\name{elbv2_delete_shared_trust_store_association} +\alias{elbv2_delete_shared_trust_store_association} +\title{Deletes a shared trust store association} +\usage{ +elbv2_delete_shared_trust_store_association(TrustStoreArn, ResourceArn) +} +\arguments{ +\item{TrustStoreArn}{[required] The Amazon Resource Name (ARN) of the trust store.} + +\item{ResourceArn}{[required] The Amazon Resource Name (ARN) of the resource.} +} +\description{ +Deletes a shared trust store association. + +See \url{https://www.paws-r-sdk.com/docs/elbv2_delete_shared_trust_store_association/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.networking/man/elbv2_describe_target_health.Rd b/cran/paws.networking/man/elbv2_describe_target_health.Rd index bfcf2166b4..3a1772e5d9 100644 --- a/cran/paws.networking/man/elbv2_describe_target_health.Rd +++ b/cran/paws.networking/man/elbv2_describe_target_health.Rd @@ -11,7 +11,7 @@ elbv2_describe_target_health(TargetGroupArn, Targets = NULL, Include = NULL) \item{Targets}{The targets.} -\item{Include}{Used to inclue anomaly detection information.} +\item{Include}{Used to include anomaly detection information.} } \description{ Describes the health of the specified targets or all of your targets. diff --git a/cran/paws.networking/man/elbv2_describe_trust_store_revocations.Rd b/cran/paws.networking/man/elbv2_describe_trust_store_revocations.Rd index f570feaa41..58e572c4ae 100644 --- a/cran/paws.networking/man/elbv2_describe_trust_store_revocations.Rd +++ b/cran/paws.networking/man/elbv2_describe_trust_store_revocations.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/elbv2_operations.R \name{elbv2_describe_trust_store_revocations} \alias{elbv2_describe_trust_store_revocations} -\title{Describes the revocation files in use by the specified trust store arn, -or revocation ID} +\title{Describes the revocation files in use by the specified trust store or +revocation files} \usage{ elbv2_describe_trust_store_revocations( TrustStoreArn, @@ -23,7 +23,7 @@ previous call.)} \item{PageSize}{The maximum number of results to return with this call.} } \description{ -Describes the revocation files in use by the specified trust store arn, or revocation ID. +Describes the revocation files in use by the specified trust store or revocation files. See \url{https://www.paws-r-sdk.com/docs/elbv2_describe_trust_store_revocations/} for full documentation. } diff --git a/cran/paws.networking/man/elbv2_describe_trust_stores.Rd b/cran/paws.networking/man/elbv2_describe_trust_stores.Rd index e2a853a559..0a835b26a9 100644 --- a/cran/paws.networking/man/elbv2_describe_trust_stores.Rd +++ b/cran/paws.networking/man/elbv2_describe_trust_stores.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/elbv2_operations.R \name{elbv2_describe_trust_stores} \alias{elbv2_describe_trust_stores} -\title{Describes all trust stores for a given account by trust store arn’s or -name} +\title{Describes all trust stores for the specified account} \usage{ elbv2_describe_trust_stores( TrustStoreArns = NULL, @@ -23,7 +22,7 @@ previous call.)} \item{PageSize}{The maximum number of results to return with this call.} } \description{ -Describes all trust stores for a given account by trust store arn’s or name. +Describes all trust stores for the specified account. See \url{https://www.paws-r-sdk.com/docs/elbv2_describe_trust_stores/} for full documentation. } diff --git a/cran/paws.networking/man/elbv2_get_resource_policy.Rd b/cran/paws.networking/man/elbv2_get_resource_policy.Rd new file mode 100644 index 0000000000..21152a00cb --- /dev/null +++ b/cran/paws.networking/man/elbv2_get_resource_policy.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/elbv2_operations.R +\name{elbv2_get_resource_policy} +\alias{elbv2_get_resource_policy} +\title{Retrieves the resource policy for a specified resource} +\usage{ +elbv2_get_resource_policy(ResourceArn) +} +\arguments{ +\item{ResourceArn}{[required] The Amazon Resource Name (ARN) of the resource.} +} +\description{ +Retrieves the resource policy for a specified resource. + +See \url{https://www.paws-r-sdk.com/docs/elbv2_get_resource_policy/} for full documentation. +} +\keyword{internal} diff --git a/cran/paws.networking/man/elbv2_modify_trust_store.Rd b/cran/paws.networking/man/elbv2_modify_trust_store.Rd index a02e0e6518..73cf55845c 100644 --- a/cran/paws.networking/man/elbv2_modify_trust_store.Rd +++ b/cran/paws.networking/man/elbv2_modify_trust_store.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/elbv2_operations.R \name{elbv2_modify_trust_store} \alias{elbv2_modify_trust_store} -\title{Update the ca certificate bundle for a given trust store} +\title{Update the ca certificate bundle for the specified trust store} \usage{ elbv2_modify_trust_store( TrustStoreArn, @@ -22,7 +22,7 @@ elbv2_modify_trust_store( undefined the current version is used.} } \description{ -Update the ca certificate bundle for a given trust store. +Update the ca certificate bundle for the specified trust store. See \url{https://www.paws-r-sdk.com/docs/elbv2_modify_trust_store/} for full documentation. } diff --git a/cran/paws.networking/man/elbv2_set_ip_address_type.Rd b/cran/paws.networking/man/elbv2_set_ip_address_type.Rd index 54bea0675d..30cdb499bd 100644 --- a/cran/paws.networking/man/elbv2_set_ip_address_type.Rd +++ b/cran/paws.networking/man/elbv2_set_ip_address_type.Rd @@ -17,6 +17,11 @@ are \code{ipv4} (for only IPv4 addresses), \code{dualstack} (for IPv4 and IPv6 addresses), and \code{dualstack-without-public-ipv4} (for IPv6 only public addresses, with private IPv4 and IPv6 addresses). +Note: Application Load Balancer authentication only supports IPv4 +addresses when connecting to an Identity Provider (IdP) or Amazon +Cognito endpoint. Without a public IPv4 address the load balancer cannot +complete the authentication process, resulting in HTTP 500 errors. + [Network Load Balancers] The IP address type. The possible values are \code{ipv4} (for only IPv4 addresses) and \code{dualstack} (for IPv4 and IPv6 addresses). You can’t specify \code{dualstack} for a load balancer with a UDP diff --git a/cran/paws.networking/man/networkfirewall_create_tls_inspection_configuration.Rd b/cran/paws.networking/man/networkfirewall_create_tls_inspection_configuration.Rd index 930eead0e8..9c5303a665 100644 --- a/cran/paws.networking/man/networkfirewall_create_tls_inspection_configuration.Rd +++ b/cran/paws.networking/man/networkfirewall_create_tls_inspection_configuration.Rd @@ -42,7 +42,7 @@ in the \emph{Network Firewall Developer Guide}.} \item{EncryptionConfiguration}{} } \description{ -Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains Certificate Manager certificate associations between and the scope configurations that Network Firewall uses to decrypt and re-encrypt traffic traveling through your firewall. +Creates an Network Firewall TLS inspection configuration. Network Firewall uses TLS inspection configurations to decrypt your firewall's inbound and outbound SSL/TLS traffic. After decryption, Network Firewall inspects the traffic according to your firewall policy's stateful rules, and then re-encrypts it before sending it to its destination. You can enable inspection of your firewall's inbound traffic, outbound traffic, or both. To use TLS inspection with your firewall, you must first import or provision certificates using ACM, create a TLS inspection configuration, add that configuration to a new firewall policy, and then associate that policy with your firewall. See \url{https://www.paws-r-sdk.com/docs/networkfirewall_create_tls_inspection_configuration/} for full documentation. } diff --git a/cran/paws.networking/man/telconetworkbuilder.Rd b/cran/paws.networking/man/telconetworkbuilder.Rd index bfea3a0720..1b821285f2 100644 --- a/cran/paws.networking/man/telconetworkbuilder.Rd +++ b/cran/paws.networking/man/telconetworkbuilder.Rd @@ -105,7 +105,7 @@ activities. \link[=telconetworkbuilder_delete_sol_function_package]{delete_sol_function_package} \tab Deletes a function package\cr \link[=telconetworkbuilder_delete_sol_network_instance]{delete_sol_network_instance} \tab Deletes a network instance\cr \link[=telconetworkbuilder_delete_sol_network_package]{delete_sol_network_package} \tab Deletes network package\cr -\link[=telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package\cr +\link[=telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package\cr \link[=telconetworkbuilder_get_sol_function_package]{get_sol_function_package} \tab Gets the details of an individual function package, such as the operational state and whether the package is in use\cr \link[=telconetworkbuilder_get_sol_function_package_content]{get_sol_function_package_content} \tab Gets the contents of a function package\cr \link[=telconetworkbuilder_get_sol_function_package_descriptor]{get_sol_function_package_descriptor} \tab Gets a function package descriptor in a function package\cr diff --git a/cran/paws.networking/man/telconetworkbuilder_get_sol_function_instance.Rd b/cran/paws.networking/man/telconetworkbuilder_get_sol_function_instance.Rd index d42d01c5e4..dfd01c27fd 100644 --- a/cran/paws.networking/man/telconetworkbuilder_get_sol_function_instance.Rd +++ b/cran/paws.networking/man/telconetworkbuilder_get_sol_function_instance.Rd @@ -3,7 +3,7 @@ \name{telconetworkbuilder_get_sol_function_instance} \alias{telconetworkbuilder_get_sol_function_instance} \title{Gets the details of a network function instance, including the -instantation state and metadata from the function package descriptor in +instantiation state and metadata from the function package descriptor in the network function package} \usage{ telconetworkbuilder_get_sol_function_instance(vnfInstanceId) @@ -12,7 +12,7 @@ telconetworkbuilder_get_sol_function_instance(vnfInstanceId) \item{vnfInstanceId}{[required] ID of the network function.} } \description{ -Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package. +Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. See \url{https://www.paws-r-sdk.com/docs/telconetworkbuilder_get_sol_function_instance/} for full documentation. } diff --git a/cran/paws.networking/man/telconetworkbuilder_instantiate_sol_network_instance.Rd b/cran/paws.networking/man/telconetworkbuilder_instantiate_sol_network_instance.Rd index 374e25d7dc..cd58dfdfb1 100644 --- a/cran/paws.networking/man/telconetworkbuilder_instantiate_sol_network_instance.Rd +++ b/cran/paws.networking/man/telconetworkbuilder_instantiate_sol_network_instance.Rd @@ -23,9 +23,9 @@ you have the required permissions, the error response is \item{tags}{A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, -the tags are transferred to the network operation that is created. Use -tags to search and filter your resources or track your Amazon Web -Services costs.} +the tags are only applied to the network operation that is created. +These tags are not applied to the network instance. Use tags to search +and filter your resources or track your Amazon Web Services costs.} } \description{ Instantiates a network instance. diff --git a/cran/paws.networking/man/telconetworkbuilder_list_sol_network_operations.Rd b/cran/paws.networking/man/telconetworkbuilder_list_sol_network_operations.Rd index 19b566da2e..af52d69c42 100644 --- a/cran/paws.networking/man/telconetworkbuilder_list_sol_network_operations.Rd +++ b/cran/paws.networking/man/telconetworkbuilder_list_sol_network_operations.Rd @@ -7,13 +7,17 @@ started and the status of the operation} \usage{ telconetworkbuilder_list_sol_network_operations( maxResults = NULL, - nextToken = NULL + nextToken = NULL, + nsInstanceId = NULL ) } \arguments{ \item{maxResults}{The maximum number of results to include in the response.} \item{nextToken}{The token for the next page of results.} + +\item{nsInstanceId}{Network instance id filter, to retrieve network operations associated to +a network instance.} } \description{ Lists details for a network operation, including when the operation started and the status of the operation. diff --git a/cran/paws.networking/man/telconetworkbuilder_terminate_sol_network_instance.Rd b/cran/paws.networking/man/telconetworkbuilder_terminate_sol_network_instance.Rd index 1d93171e3b..ba3d6c3df0 100644 --- a/cran/paws.networking/man/telconetworkbuilder_terminate_sol_network_instance.Rd +++ b/cran/paws.networking/man/telconetworkbuilder_terminate_sol_network_instance.Rd @@ -11,9 +11,9 @@ telconetworkbuilder_terminate_sol_network_instance(nsInstanceId, tags = NULL) \item{tags}{A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, -the tags are transferred to the network operation that is created. Use -tags to search and filter your resources or track your Amazon Web -Services costs.} +the tags are only applied to the network operation that is created. +These tags are not applied to the network instance. Use tags to search +and filter your resources or track your Amazon Web Services costs.} } \description{ Terminates a network instance. diff --git a/cran/paws.networking/man/telconetworkbuilder_update_sol_network_instance.Rd b/cran/paws.networking/man/telconetworkbuilder_update_sol_network_instance.Rd index 57729d6001..5ff50059c3 100644 --- a/cran/paws.networking/man/telconetworkbuilder_update_sol_network_instance.Rd +++ b/cran/paws.networking/man/telconetworkbuilder_update_sol_network_instance.Rd @@ -8,22 +8,37 @@ telconetworkbuilder_update_sol_network_instance( modifyVnfInfoData = NULL, nsInstanceId, tags = NULL, + updateNs = NULL, updateType ) } \arguments{ \item{modifyVnfInfoData}{Identifies the network function information parameters and/or the -configurable properties of the network function to be modified.} +configurable properties of the network function to be modified. + +Include this property only if the update type is +\code{MODIFY_VNF_INFORMATION}.} \item{nsInstanceId}{[required] ID of the network instance.} \item{tags}{A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, -the tags are transferred to the network operation that is created. Use -tags to search and filter your resources or track your Amazon Web -Services costs.} +the tags are only applied to the network operation that is created. +These tags are not applied to the network instance. Use tags to search +and filter your resources or track your Amazon Web Services costs.} + +\item{updateNs}{Identifies the network service descriptor and the configurable +properties of the descriptor, to be used for the update. + +Include this property only if the update type is \code{UPDATE_NS}.} -\item{updateType}{[required] The type of update.} +\item{updateType}{[required] The type of update. +\itemize{ +\item Use the \code{MODIFY_VNF_INFORMATION} update type, to update a specific +network function configuration, in the network instance. +\item Use the \code{UPDATE_NS} update type, to update the network instance to a +new network service descriptor. +}} } \description{ Update a network instance. diff --git a/cran/paws.security.identity/R/cognitoidentityprovider_interfaces.R b/cran/paws.security.identity/R/cognitoidentityprovider_interfaces.R index 9ddf94efcf..67d5f0d30c 100644 --- a/cran/paws.security.identity/R/cognitoidentityprovider_interfaces.R +++ b/cran/paws.security.identity/R/cognitoidentityprovider_interfaces.R @@ -429,13 +429,13 @@ NULL .cognitoidentityprovider$create_user_pool_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(PoolName = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AliasAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsernameAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Schema = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AttributeDataType = structure(logical(0), tags = list(type = "string")), DeveloperOnlyAttribute = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Mutable = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Required = structure(logical(0), tags = list(box = TRUE, type = "boolean")), NumberAttributeConstraints = structure(list(MinValue = structure(logical(0), tags = list(type = "string")), MaxValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StringAttributeConstraints = structure(list(MinLength = structure(logical(0), tags = list(type = "string")), MaxLength = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UsernameConfiguration = structure(list(CaseSensitive = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(PoolName = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), PasswordHistorySize = structure(logical(0), tags = list(type = "integer")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AliasAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsernameAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Schema = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AttributeDataType = structure(logical(0), tags = list(type = "string")), DeveloperOnlyAttribute = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Mutable = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Required = structure(logical(0), tags = list(box = TRUE, type = "boolean")), NumberAttributeConstraints = structure(list(MinValue = structure(logical(0), tags = list(type = "string")), MaxValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StringAttributeConstraints = structure(list(MinLength = structure(logical(0), tags = list(type = "string")), MaxLength = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string")), AdvancedSecurityAdditionalFlows = structure(list(CustomAuthMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UsernameConfiguration = structure(list(CaseSensitive = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } .cognitoidentityprovider$create_user_pool_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UserPool = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is no longer available.", type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), SchemaAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AttributeDataType = structure(logical(0), tags = list(type = "string")), DeveloperOnlyAttribute = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Mutable = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Required = structure(logical(0), tags = list(box = TRUE, type = "boolean")), NumberAttributeConstraints = structure(list(MinValue = structure(logical(0), tags = list(type = "string")), MaxValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StringAttributeConstraints = structure(list(MinLength = structure(logical(0), tags = list(type = "string")), MaxLength = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AliasAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsernameAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EstimatedNumberOfUsers = structure(logical(0), tags = list(type = "integer")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SmsConfigurationFailure = structure(logical(0), tags = list(type = "string")), EmailConfigurationFailure = structure(logical(0), tags = list(type = "string")), Domain = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UsernameConfiguration = structure(list(CaseSensitive = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Arn = structure(logical(0), tags = list(type = "string")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UserPool = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), PasswordHistorySize = structure(logical(0), tags = list(type = "integer")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is no longer available.", type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), SchemaAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AttributeDataType = structure(logical(0), tags = list(type = "string")), DeveloperOnlyAttribute = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Mutable = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Required = structure(logical(0), tags = list(box = TRUE, type = "boolean")), NumberAttributeConstraints = structure(list(MinValue = structure(logical(0), tags = list(type = "string")), MaxValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StringAttributeConstraints = structure(list(MinLength = structure(logical(0), tags = list(type = "string")), MaxLength = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AliasAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsernameAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EstimatedNumberOfUsers = structure(logical(0), tags = list(type = "integer")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SmsConfigurationFailure = structure(logical(0), tags = list(type = "string")), EmailConfigurationFailure = structure(logical(0), tags = list(type = "string")), Domain = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string")), AdvancedSecurityAdditionalFlows = structure(list(CustomAuthMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UsernameConfiguration = structure(list(CaseSensitive = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Arn = structure(logical(0), tags = list(type = "string")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -603,7 +603,7 @@ NULL .cognitoidentityprovider$describe_user_pool_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UserPool = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is no longer available.", type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), SchemaAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AttributeDataType = structure(logical(0), tags = list(type = "string")), DeveloperOnlyAttribute = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Mutable = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Required = structure(logical(0), tags = list(box = TRUE, type = "boolean")), NumberAttributeConstraints = structure(list(MinValue = structure(logical(0), tags = list(type = "string")), MaxValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StringAttributeConstraints = structure(list(MinLength = structure(logical(0), tags = list(type = "string")), MaxLength = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AliasAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsernameAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EstimatedNumberOfUsers = structure(logical(0), tags = list(type = "integer")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SmsConfigurationFailure = structure(logical(0), tags = list(type = "string")), EmailConfigurationFailure = structure(logical(0), tags = list(type = "string")), Domain = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UsernameConfiguration = structure(list(CaseSensitive = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Arn = structure(logical(0), tags = list(type = "string")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UserPool = structure(list(Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), PasswordHistorySize = structure(logical(0), tags = list(type = "integer")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(deprecated = TRUE, deprecatedMessage = "This property is no longer available.", type = "string")), LastModifiedDate = structure(logical(0), tags = list(type = "timestamp")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), SchemaAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), AttributeDataType = structure(logical(0), tags = list(type = "string")), DeveloperOnlyAttribute = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Mutable = structure(logical(0), tags = list(box = TRUE, type = "boolean")), Required = structure(logical(0), tags = list(box = TRUE, type = "boolean")), NumberAttributeConstraints = structure(list(MinValue = structure(logical(0), tags = list(type = "string")), MaxValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), StringAttributeConstraints = structure(list(MinLength = structure(logical(0), tags = list(type = "string")), MaxLength = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), AliasAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UsernameAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EstimatedNumberOfUsers = structure(logical(0), tags = list(type = "integer")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), SmsConfigurationFailure = structure(logical(0), tags = list(type = "string")), EmailConfigurationFailure = structure(logical(0), tags = list(type = "string")), Domain = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string")), AdvancedSecurityAdditionalFlows = structure(list(CustomAuthMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UsernameConfiguration = structure(list(CaseSensitive = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Arn = structure(logical(0), tags = list(type = "string")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -709,7 +709,7 @@ NULL .cognitoidentityprovider$get_log_delivery_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(LogDeliveryConfiguration = structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), LogConfigurations = structure(list(structure(list(LogLevel = structure(logical(0), tags = list(type = "string")), EventSource = structure(logical(0), tags = list(type = "string")), CloudWatchLogsConfiguration = structure(list(LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(LogDeliveryConfiguration = structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), LogConfigurations = structure(list(structure(list(LogLevel = structure(logical(0), tags = list(type = "string")), EventSource = structure(logical(0), tags = list(type = "string")), CloudWatchLogsConfiguration = structure(list(LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3Configuration = structure(list(BucketArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FirehoseConfiguration = structure(list(StreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -955,13 +955,13 @@ NULL .cognitoidentityprovider$set_log_delivery_configuration_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), LogConfigurations = structure(list(structure(list(LogLevel = structure(logical(0), tags = list(type = "string")), EventSource = structure(logical(0), tags = list(type = "string")), CloudWatchLogsConfiguration = structure(list(LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), LogConfigurations = structure(list(structure(list(LogLevel = structure(logical(0), tags = list(type = "string")), EventSource = structure(logical(0), tags = list(type = "string")), CloudWatchLogsConfiguration = structure(list(LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3Configuration = structure(list(BucketArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FirehoseConfiguration = structure(list(StreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } .cognitoidentityprovider$set_log_delivery_configuration_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(LogDeliveryConfiguration = structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), LogConfigurations = structure(list(structure(list(LogLevel = structure(logical(0), tags = list(type = "string")), EventSource = structure(logical(0), tags = list(type = "string")), CloudWatchLogsConfiguration = structure(list(LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(LogDeliveryConfiguration = structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), LogConfigurations = structure(list(structure(list(LogLevel = structure(logical(0), tags = list(type = "string")), EventSource = structure(logical(0), tags = list(type = "string")), CloudWatchLogsConfiguration = structure(list(LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), S3Configuration = structure(list(BucketArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FirehoseConfiguration = structure(list(StreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -1159,7 +1159,7 @@ NULL .cognitoidentityprovider$update_user_pool_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(UserPoolId = structure(logical(0), tags = list(type = "string")), Policies = structure(list(PasswordPolicy = structure(list(MinimumLength = structure(logical(0), tags = list(type = "integer")), RequireUppercase = structure(logical(0), tags = list(type = "boolean")), RequireLowercase = structure(logical(0), tags = list(type = "boolean")), RequireNumbers = structure(logical(0), tags = list(type = "boolean")), RequireSymbols = structure(logical(0), tags = list(type = "boolean")), PasswordHistorySize = structure(logical(0), tags = list(type = "integer")), TemporaryPasswordValidityDays = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure")), DeletionProtection = structure(logical(0), tags = list(type = "string")), LambdaConfig = structure(list(PreSignUp = structure(logical(0), tags = list(type = "string")), CustomMessage = structure(logical(0), tags = list(type = "string")), PostConfirmation = structure(logical(0), tags = list(type = "string")), PreAuthentication = structure(logical(0), tags = list(type = "string")), PostAuthentication = structure(logical(0), tags = list(type = "string")), DefineAuthChallenge = structure(logical(0), tags = list(type = "string")), CreateAuthChallenge = structure(logical(0), tags = list(type = "string")), VerifyAuthChallengeResponse = structure(logical(0), tags = list(type = "string")), PreTokenGeneration = structure(logical(0), tags = list(type = "string")), UserMigration = structure(logical(0), tags = list(type = "string")), PreTokenGenerationConfig = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomSMSSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CustomEmailSender = structure(list(LambdaVersion = structure(logical(0), tags = list(type = "string")), LambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), KMSKeyID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), AutoVerifiedAttributes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SmsVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationMessage = structure(logical(0), tags = list(type = "string")), EmailVerificationSubject = structure(logical(0), tags = list(type = "string")), VerificationMessageTemplate = structure(list(SmsMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string")), EmailMessageByLink = structure(logical(0), tags = list(type = "string")), EmailSubjectByLink = structure(logical(0), tags = list(type = "string")), DefaultEmailOption = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsAuthenticationMessage = structure(logical(0), tags = list(type = "string")), UserAttributeUpdateSettings = structure(list(AttributesRequireVerificationBeforeUpdate = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MfaConfiguration = structure(logical(0), tags = list(type = "string")), DeviceConfiguration = structure(list(ChallengeRequiredOnNewDevice = structure(logical(0), tags = list(type = "boolean")), DeviceOnlyRememberedOnUserPrompt = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), EmailConfiguration = structure(list(SourceArn = structure(logical(0), tags = list(type = "string")), ReplyToEmailAddress = structure(logical(0), tags = list(type = "string")), EmailSendingAccount = structure(logical(0), tags = list(type = "string")), From = structure(logical(0), tags = list(type = "string")), ConfigurationSet = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SmsConfiguration = structure(list(SnsCallerArn = structure(logical(0), tags = list(type = "string")), ExternalId = structure(logical(0), tags = list(type = "string")), SnsRegion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), UserPoolTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), AdminCreateUserConfig = structure(list(AllowAdminCreateUserOnly = structure(logical(0), tags = list(type = "boolean")), UnusedAccountValidityDays = structure(logical(0), tags = list(type = "integer")), InviteMessageTemplate = structure(list(SMSMessage = structure(logical(0), tags = list(type = "string")), EmailMessage = structure(logical(0), tags = list(type = "string")), EmailSubject = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), UserPoolAddOns = structure(list(AdvancedSecurityMode = structure(logical(0), tags = list(type = "string")), AdvancedSecurityAdditionalFlows = structure(list(CustomAuthMode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), AccountRecoverySetting = structure(list(RecoveryMechanisms = structure(list(structure(list(Priority = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.security.identity/R/cognitoidentityprovider_operations.R b/cran/paws.security.identity/R/cognitoidentityprovider_operations.R index 1f10336a21..7a1c910586 100644 --- a/cran/paws.security.identity/R/cognitoidentityprovider_operations.R +++ b/cran/paws.security.identity/R/cognitoidentityprovider_operations.R @@ -71,11 +71,11 @@ cognitoidentityprovider_admin_add_user_to_group <- function(UserPoolId, Username } .cognitoidentityprovider$operations$admin_add_user_to_group <- cognitoidentityprovider_admin_add_user_to_group -#' This IAM-authenticated API operation provides a code that Amazon Cognito -#' sent to your user when they signed up in your user pool +#' This IAM-authenticated API operation confirms user sign-up as an +#' administrator #' #' @description -#' This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool. After your user enters their code, they confirm ownership of the email address or phone number that they provided, and their user account becomes active. Depending on your user pool configuration, your users will receive their confirmation code in an email or SMS message. +#' This IAM-authenticated API operation confirms user sign-up as an administrator. Unlike [`confirm_sign_up`][cognitoidentityprovider_confirm_sign_up], your IAM credentials authorize user account confirmation. No confirmation code is required. #' #' See [https://www.paws-r-sdk.com/docs/cognitoidentityprovider_admin_confirm_sign_up/](https://www.paws-r-sdk.com/docs/cognitoidentityprovider_admin_confirm_sign_up/) for full documentation. #' @@ -2372,6 +2372,8 @@ cognitoidentityprovider_create_user_pool <- function(PoolName, Policies = NULL, #' #' - `LEGACY` - This represents the early behavior of Amazon Cognito #' where user existence related errors aren't prevented. +#' +#' Defaults to `LEGACY` when you don't provide a value. #' @param EnableTokenRevocation Activates or deactivates token revocation. For more information about #' revoking tokens, see #' [`revoke_token`][cognitoidentityprovider_revoke_token]. @@ -3170,15 +3172,15 @@ cognitoidentityprovider_get_identity_provider_by_identifier <- function(UserPool } .cognitoidentityprovider$operations$get_identity_provider_by_identifier <- cognitoidentityprovider_get_identity_provider_by_identifier -#' Gets the detailed activity logging configuration for a user pool +#' Gets the logging configuration of a user pool #' #' @description -#' Gets the detailed activity logging configuration for a user pool. +#' Gets the logging configuration of a user pool. #' #' See [https://www.paws-r-sdk.com/docs/cognitoidentityprovider_get_log_delivery_configuration/](https://www.paws-r-sdk.com/docs/cognitoidentityprovider_get_log_delivery_configuration/) for full documentation. #' -#' @param UserPoolId [required] The ID of the user pool where you want to view detailed activity logging -#' configuration. +#' @param UserPoolId [required] The ID of the user pool that has the logging configuration that you want +#' to view. #' #' @keywords internal #' @@ -4249,18 +4251,15 @@ cognitoidentityprovider_revoke_token <- function(Token, ClientId, ClientSecret = } .cognitoidentityprovider$operations$revoke_token <- cognitoidentityprovider_revoke_token -#' Sets up or modifies the detailed activity logging configuration of a -#' user pool +#' Sets up or modifies the logging configuration of a user pool #' #' @description -#' Sets up or modifies the detailed activity logging configuration of a user pool. +#' Sets up or modifies the logging configuration of a user pool. User pools can export user notification logs and advanced security features user activity logs. #' #' See [https://www.paws-r-sdk.com/docs/cognitoidentityprovider_set_log_delivery_configuration/](https://www.paws-r-sdk.com/docs/cognitoidentityprovider_set_log_delivery_configuration/) for full documentation. #' -#' @param UserPoolId [required] The ID of the user pool where you want to configure detailed activity -#' logging . -#' @param LogConfigurations [required] A collection of all of the detailed activity logging configurations for -#' a user pool. +#' @param UserPoolId [required] The ID of the user pool where you want to configure logging. +#' @param LogConfigurations [required] A collection of the logging configurations for a user pool. #' #' @keywords internal #' @@ -5358,6 +5357,8 @@ cognitoidentityprovider_update_user_pool <- function(UserPoolId, Policies = NULL #' #' - `LEGACY` - This represents the early behavior of Amazon Cognito #' where user existence related errors aren't prevented. +#' +#' Defaults to `LEGACY` when you don't provide a value. #' @param EnableTokenRevocation Activates or deactivates token revocation. For more information about #' revoking tokens, see #' [`revoke_token`][cognitoidentityprovider_revoke_token]. diff --git a/cran/paws.security.identity/R/cognitoidentityprovider_service.R b/cran/paws.security.identity/R/cognitoidentityprovider_service.R index cf4357e014..cbe3e3b0e6 100644 --- a/cran/paws.security.identity/R/cognitoidentityprovider_service.R +++ b/cran/paws.security.identity/R/cognitoidentityprovider_service.R @@ -188,7 +188,7 @@ NULL #' \tabular{ll}{ #' \link[=cognitoidentityprovider_add_custom_attributes]{add_custom_attributes} \tab Adds additional user attributes to the user pool schema\cr #' \link[=cognitoidentityprovider_admin_add_user_to_group]{admin_add_user_to_group} \tab Adds a user to a group\cr -#' \link[=cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool\cr +#' \link[=cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation confirms user sign-up as an administrator\cr #' \link[=cognitoidentityprovider_admin_create_user]{admin_create_user} \tab Creates a new user in the specified user pool\cr #' \link[=cognitoidentityprovider_admin_delete_user]{admin_delete_user} \tab Deletes a user as an administrator\cr #' \link[=cognitoidentityprovider_admin_delete_user_attributes]{admin_delete_user_attributes} \tab Deletes the user attributes in a user pool as an administrator\cr @@ -246,7 +246,7 @@ NULL #' \link[=cognitoidentityprovider_get_device]{get_device} \tab Gets the device\cr #' \link[=cognitoidentityprovider_get_group]{get_group} \tab Gets a group\cr #' \link[=cognitoidentityprovider_get_identity_provider_by_identifier]{get_identity_provider_by_identifier} \tab Gets the specified IdP\cr -#' \link[=cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the detailed activity logging configuration for a user pool\cr +#' \link[=cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the logging configuration of a user pool\cr #' \link[=cognitoidentityprovider_get_signing_certificate]{get_signing_certificate} \tab This method takes a user pool ID, and returns the signing certificate\cr #' \link[=cognitoidentityprovider_get_ui_customization]{get_ui_customization} \tab Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client\cr #' \link[=cognitoidentityprovider_get_user]{get_user} \tab Gets the user attributes and metadata for a user\cr @@ -267,7 +267,7 @@ NULL #' \link[=cognitoidentityprovider_resend_confirmation_code]{resend_confirmation_code} \tab Resends the confirmation (for confirmation of registration) to a specific user in the user pool\cr #' \link[=cognitoidentityprovider_respond_to_auth_challenge]{respond_to_auth_challenge} \tab Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge\cr #' \link[=cognitoidentityprovider_revoke_token]{revoke_token} \tab Revokes all of the access tokens generated by, and at the same time as, the specified refresh token\cr -#' \link[=cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the detailed activity logging configuration of a user pool\cr +#' \link[=cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the logging configuration of a user pool\cr #' \link[=cognitoidentityprovider_set_risk_configuration]{set_risk_configuration} \tab Configures actions on detected risks\cr #' \link[=cognitoidentityprovider_set_ui_customization]{set_ui_customization} \tab Sets the user interface (UI) customization information for a user pool's built-in app UI\cr #' \link[=cognitoidentityprovider_set_user_mfa_preference]{set_user_mfa_preference} \tab Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred\cr diff --git a/cran/paws.security.identity/R/iam_operations.R b/cran/paws.security.identity/R/iam_operations.R index 995fcb4fbd..a08abf72ad 100644 --- a/cran/paws.security.identity/R/iam_operations.R +++ b/cran/paws.security.identity/R/iam_operations.R @@ -325,7 +325,7 @@ iam_create_access_key <- function(UserName = NULL) { #' Creates an alias for your Amazon Web Services account #' #' @description -#' Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see [Creating, deleting, and listing an Amazon Web Services account alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/) in the *Amazon Web Services Sign-In User Guide*. +#' Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see [Creating, deleting, and listing an Amazon Web Services account alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/CreateAccountAlias.html) in the *Amazon Web Services Sign-In User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/iam_create_account_alias/](https://www.paws-r-sdk.com/docs/iam_create_account_alias/) for full documentation. #' @@ -517,7 +517,7 @@ iam_create_login_profile <- function(UserName, Password, PasswordResetRequired = #' supports OpenID Connect (OIDC) #' #' @description -#' Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC). +#' Creates an IAM entity to describe an identity provider (IdP) that supports [OpenID Connect (OIDC)](https://openid.net/developers/how-connect-works/). #' #' See [https://www.paws-r-sdk.com/docs/iam_create_open_id_connect_provider/](https://www.paws-r-sdk.com/docs/iam_create_open_id_connect_provider/) for full documentation. #' @@ -839,7 +839,7 @@ iam_create_policy_version <- function(PolicyArn, PolicyDocument, SetAsDefault = #' This applies when you use the `AssumeRole*` API operations or the #' `assume-role*` CLI operations but does not apply when you use those #' operations to create a console URL. For more information, see [Using IAM -#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' in the *IAM User Guide*. #' @param PermissionsBoundary The ARN of the managed policy that is used to set the permissions #' boundary for the role. @@ -945,7 +945,7 @@ iam_create_saml_provider <- function(SAMLMetadataDocument, Name, Tags = NULL) { #' service #' #' @description -#' Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your Amazon Web Services resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed. For more information, see [Using service-linked roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) in the *IAM User Guide*. +#' Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your Amazon Web Services resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed. For more information, see [Using service-linked roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html) in the *IAM User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/iam_create_service_linked_role/](https://www.paws-r-sdk.com/docs/iam_create_service_linked_role/) for full documentation. #' @@ -1252,7 +1252,7 @@ iam_delete_access_key <- function(UserName = NULL, AccessKeyId) { #' Deletes the specified Amazon Web Services account alias #' #' @description -#' Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see [Creating, deleting, and listing an Amazon Web Services account alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/) in the *Amazon Web Services Sign-In User Guide*. +#' Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see [Creating, deleting, and listing an Amazon Web Services account alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/CreateAccountAlias.html) in the *Amazon Web Services Sign-In User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/iam_delete_account_alias/](https://www.paws-r-sdk.com/docs/iam_delete_account_alias/) for full documentation. #' @@ -1910,7 +1910,7 @@ iam_delete_signing_certificate <- function(UserName = NULL, CertificateId) { #' Deletes the specified IAM user #' #' @description -#' Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user programmatically, you must delete the items attached to the user manually, or the deletion fails. For more information, see [Deleting an IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting_cli). Before attempting to delete a user, remove the following items: +#' Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user programmatically, you must delete the items attached to the user manually, or the deletion fails. For more information, see [Deleting an IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_rename.html#id_users_deleting_cli). Before attempting to delete a user, remove the following items: #' #' See [https://www.paws-r-sdk.com/docs/iam_delete_user/](https://www.paws-r-sdk.com/docs/iam_delete_user/) for full documentation. #' @@ -3461,7 +3461,7 @@ iam_list_access_keys <- function(UserName = NULL, Marker = NULL, MaxItems = NULL #' (Note: you can have only one) #' #' @description -#' Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see [Creating, deleting, and listing an Amazon Web Services account alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/) in the *Amazon Web Services Sign-In User Guide*. +#' Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see [Creating, deleting, and listing an Amazon Web Services account alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html#CreateAccountAlias) in the *IAM User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/iam_list_account_aliases/](https://www.paws-r-sdk.com/docs/iam_list_account_aliases/) for full documentation. #' @@ -7111,7 +7111,7 @@ iam_update_open_id_connect_provider_thumbprint <- function(OpenIDConnectProvider #' This applies when you use the `AssumeRole*` API operations or the #' `assume-role*` CLI operations but does not apply when you use those #' operations to create a console URL. For more information, see [Using IAM -#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' in the *IAM User Guide*. #' #' IAM role credentials provided by Amazon EC2 instances assigned to the diff --git a/cran/paws.security.identity/R/iamrolesanywhere_interfaces.R b/cran/paws.security.identity/R/iamrolesanywhere_interfaces.R index ea098170ef..30bd1a0c32 100644 --- a/cran/paws.security.identity/R/iamrolesanywhere_interfaces.R +++ b/cran/paws.security.identity/R/iamrolesanywhere_interfaces.R @@ -5,13 +5,13 @@ NULL .iamrolesanywhere$create_profile_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(list(key = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), 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)) } .iamrolesanywhere$create_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -35,7 +35,7 @@ NULL .iamrolesanywhere$delete_attribute_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -59,7 +59,7 @@ NULL .iamrolesanywhere$delete_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -95,7 +95,7 @@ NULL .iamrolesanywhere$disable_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -131,7 +131,7 @@ NULL .iamrolesanywhere$enable_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -167,7 +167,7 @@ NULL .iamrolesanywhere$get_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -227,7 +227,7 @@ NULL .iamrolesanywhere$list_profiles_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), profiles = structure(list(structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(nextToken = structure(logical(0), tags = list(type = "string")), profiles = structure(list(structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -275,7 +275,7 @@ NULL .iamrolesanywhere$put_attribute_mapping_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -341,13 +341,13 @@ NULL .iamrolesanywhere$update_profile_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(location = "uri", locationName = "profileId", type = "string")), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(location = "uri", locationName = "profileId", type = "string")), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } .iamrolesanywhere$update_profile_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(profile = structure(list(attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(profile = structure(list(acceptRoleSessionName = structure(logical(0), tags = list(type = "boolean", box = TRUE)), attributeMappings = structure(list(structure(list(certificateField = structure(logical(0), tags = list(type = "string")), mappingRules = structure(list(structure(list(specifier = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), createdAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), createdBy = structure(logical(0), tags = list(type = "string")), durationSeconds = structure(logical(0), tags = list(type = "integer", box = TRUE)), enabled = structure(logical(0), tags = list(type = "boolean", box = TRUE)), managedPolicyArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), name = structure(logical(0), tags = list(type = "string")), profileArn = structure(logical(0), tags = list(type = "string")), profileId = structure(logical(0), tags = list(type = "string")), requireInstanceProperties = structure(logical(0), tags = list(type = "boolean", box = TRUE)), roleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), sessionPolicy = structure(logical(0), tags = list(type = "string")), updatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601"))), tags = list(type = "structure"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.security.identity/R/iamrolesanywhere_operations.R b/cran/paws.security.identity/R/iamrolesanywhere_operations.R index b1fc2e0594..b0276877c2 100644 --- a/cran/paws.security.identity/R/iamrolesanywhere_operations.R +++ b/cran/paws.security.identity/R/iamrolesanywhere_operations.R @@ -11,6 +11,8 @@ NULL #' #' See [https://www.paws-r-sdk.com/docs/iamrolesanywhere_create_profile/](https://www.paws-r-sdk.com/docs/iamrolesanywhere_create_profile/) for full documentation. #' +#' @param acceptRoleSessionName Used to determine if a custom role session name will be accepted in a +#' temporary credential request. #' @param durationSeconds Used to determine how long sessions vended using this profile are valid #' for. See the `Expiration` section of the [CreateSession API #' documentation](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object) @@ -31,7 +33,7 @@ NULL #' @keywords internal #' #' @rdname iamrolesanywhere_create_profile -iamrolesanywhere_create_profile <- function(durationSeconds = NULL, enabled = NULL, managedPolicyArns = NULL, name, requireInstanceProperties = NULL, roleArns, sessionPolicy = NULL, tags = NULL) { +iamrolesanywhere_create_profile <- function(acceptRoleSessionName = NULL, durationSeconds = NULL, enabled = NULL, managedPolicyArns = NULL, name, requireInstanceProperties = NULL, roleArns, sessionPolicy = NULL, tags = NULL) { op <- new_operation( name = "CreateProfile", http_method = "POST", @@ -39,7 +41,7 @@ iamrolesanywhere_create_profile <- function(durationSeconds = NULL, enabled = NU host_prefix = "", paginator = list() ) - input <- .iamrolesanywhere$create_profile_input(durationSeconds = durationSeconds, enabled = enabled, managedPolicyArns = managedPolicyArns, name = name, requireInstanceProperties = requireInstanceProperties, roleArns = roleArns, sessionPolicy = sessionPolicy, tags = tags) + input <- .iamrolesanywhere$create_profile_input(acceptRoleSessionName = acceptRoleSessionName, durationSeconds = durationSeconds, enabled = enabled, managedPolicyArns = managedPolicyArns, name = name, requireInstanceProperties = requireInstanceProperties, roleArns = roleArns, sessionPolicy = sessionPolicy, tags = tags) output <- .iamrolesanywhere$create_profile_output() config <- get_config() svc <- .iamrolesanywhere$service(config, op) @@ -909,6 +911,8 @@ iamrolesanywhere_update_crl <- function(crlData = NULL, crlId, name = NULL) { #' #' See [https://www.paws-r-sdk.com/docs/iamrolesanywhere_update_profile/](https://www.paws-r-sdk.com/docs/iamrolesanywhere_update_profile/) for full documentation. #' +#' @param acceptRoleSessionName Used to determine if a custom role session name will be accepted in a +#' temporary credential request. #' @param durationSeconds Used to determine how long sessions vended using this profile are valid #' for. See the `Expiration` section of the [CreateSession API #' documentation](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object) @@ -926,7 +930,7 @@ iamrolesanywhere_update_crl <- function(crlData = NULL, crlId, name = NULL) { #' @keywords internal #' #' @rdname iamrolesanywhere_update_profile -iamrolesanywhere_update_profile <- function(durationSeconds = NULL, managedPolicyArns = NULL, name = NULL, profileId, roleArns = NULL, sessionPolicy = NULL) { +iamrolesanywhere_update_profile <- function(acceptRoleSessionName = NULL, durationSeconds = NULL, managedPolicyArns = NULL, name = NULL, profileId, roleArns = NULL, sessionPolicy = NULL) { op <- new_operation( name = "UpdateProfile", http_method = "PATCH", @@ -934,7 +938,7 @@ iamrolesanywhere_update_profile <- function(durationSeconds = NULL, managedPolic host_prefix = "", paginator = list() ) - input <- .iamrolesanywhere$update_profile_input(durationSeconds = durationSeconds, managedPolicyArns = managedPolicyArns, name = name, profileId = profileId, roleArns = roleArns, sessionPolicy = sessionPolicy) + input <- .iamrolesanywhere$update_profile_input(acceptRoleSessionName = acceptRoleSessionName, durationSeconds = durationSeconds, managedPolicyArns = managedPolicyArns, name = name, profileId = profileId, roleArns = roleArns, sessionPolicy = sessionPolicy) output <- .iamrolesanywhere$update_profile_output() config <- get_config() svc <- .iamrolesanywhere$service(config, op) diff --git a/cran/paws.security.identity/R/inspector2_interfaces.R b/cran/paws.security.identity/R/inspector2_interfaces.R index 3159749504..440182811e 100644 --- a/cran/paws.security.identity/R/inspector2_interfaces.R +++ b/cran/paws.security.identity/R/inspector2_interfaces.R @@ -479,7 +479,7 @@ NULL .inspector2$list_finding_aggregations_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(aggregationType = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), responses = structure(list(structure(list(accountAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), amiAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), affectedInstances = structure(logical(0), tags = list(type = "long", box = TRUE)), ami = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), awsEcrContainerAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), architecture = structure(logical(0), tags = list(type = "string")), imageSha = structure(logical(0), tags = list(type = "string")), imageTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), repository = structure(logical(0), tags = list(type = "string")), resourceId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ec2InstanceAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), ami = structure(logical(0), tags = list(type = "string")), instanceId = structure(logical(0), tags = list(type = "string")), instanceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), networkFindings = structure(logical(0), tags = list(type = "long", box = TRUE)), operatingSystem = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), findingTypeAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), imageLayerAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), layerHash = structure(logical(0), tags = list(type = "string")), repository = structure(logical(0), tags = list(type = "string")), resourceId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), lambdaFunctionAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), functionName = structure(logical(0), tags = list(type = "string")), lambdaTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), lastModifiedAt = structure(logical(0), tags = list(type = "timestamp")), resourceId = structure(logical(0), tags = list(type = "string")), runtime = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), lambdaLayerAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), functionName = structure(logical(0), tags = list(type = "string")), layerArn = structure(logical(0), tags = list(type = "string")), resourceId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), packageAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), packageName = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), repositoryAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), affectedImages = structure(logical(0), tags = list(type = "long", box = TRUE)), repository = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), titleAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), title = structure(logical(0), tags = list(type = "string")), vulnerabilityId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(aggregationType = structure(logical(0), tags = list(type = "string")), nextToken = structure(logical(0), tags = list(type = "string")), responses = structure(list(structure(list(accountAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), exploitAvailableCount = structure(logical(0), tags = list(type = "long", box = TRUE)), fixAvailableCount = structure(logical(0), tags = list(type = "long", box = TRUE)), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), amiAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), affectedInstances = structure(logical(0), tags = list(type = "long", box = TRUE)), ami = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), awsEcrContainerAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), architecture = structure(logical(0), tags = list(type = "string")), imageSha = structure(logical(0), tags = list(type = "string")), imageTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), repository = structure(logical(0), tags = list(type = "string")), resourceId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), ec2InstanceAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), ami = structure(logical(0), tags = list(type = "string")), instanceId = structure(logical(0), tags = list(type = "string")), instanceTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), networkFindings = structure(logical(0), tags = list(type = "long", box = TRUE)), operatingSystem = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), findingTypeAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), exploitAvailableCount = structure(logical(0), tags = list(type = "long", box = TRUE)), fixAvailableCount = structure(logical(0), tags = list(type = "long", box = TRUE)), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), imageLayerAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), layerHash = structure(logical(0), tags = list(type = "string")), repository = structure(logical(0), tags = list(type = "string")), resourceId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), lambdaFunctionAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), functionName = structure(logical(0), tags = list(type = "string")), lambdaTags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), lastModifiedAt = structure(logical(0), tags = list(type = "timestamp")), resourceId = structure(logical(0), tags = list(type = "string")), runtime = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), lambdaLayerAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), functionName = structure(logical(0), tags = list(type = "string")), layerArn = structure(logical(0), tags = list(type = "string")), resourceId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), packageAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), packageName = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), repositoryAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), affectedImages = structure(logical(0), tags = list(type = "long", box = TRUE)), repository = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure"))), tags = list(type = "structure")), titleAggregation = structure(list(accountId = structure(logical(0), tags = list(type = "string")), severityCounts = structure(list(all = structure(logical(0), tags = list(type = "long", box = TRUE)), critical = structure(logical(0), tags = list(type = "long", box = TRUE)), high = structure(logical(0), tags = list(type = "long", box = TRUE)), medium = structure(logical(0), tags = list(type = "long", box = TRUE))), tags = list(type = "structure")), title = structure(logical(0), tags = list(type = "string")), vulnerabilityId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.security.identity/R/kms_operations.R b/cran/paws.security.identity/R/kms_operations.R index bd88a89106..ceb93740f2 100644 --- a/cran/paws.security.identity/R/kms_operations.R +++ b/cran/paws.security.identity/R/kms_operations.R @@ -495,7 +495,7 @@ kms_create_grant <- function(KeyId, GranteePrincipal, RetiringPrincipal = NULL, #' in a key policy because the new principal might not be immediately #' visible to KMS. For more information, see [Changes that I make are #' not always immediately -#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency) +#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency) #' in the *Amazon Web Services Identity and Access Management User #' Guide*. #' @@ -2873,7 +2873,7 @@ kms_list_retirable_grants <- function(Limit = NULL, Marker = NULL, RetiringPrinc #' in a key policy because the new principal might not be immediately #' visible to KMS. For more information, see [Changes that I make are #' not always immediately -#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency) +#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency) #' in the *Amazon Web Services Identity and Access Management User #' Guide*. #' @@ -3162,7 +3162,7 @@ kms_re_encrypt <- function(CiphertextBlob, SourceEncryptionContext = NULL, Sourc #' in a key policy because the new principal might not be immediately #' visible to KMS. For more information, see [Changes that I make are #' not always immediately -#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency) +#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency) #' in the *Amazon Web Services Identity and Access Management User #' Guide*. #' diff --git a/cran/paws.security.identity/R/secretsmanager_operations.R b/cran/paws.security.identity/R/secretsmanager_operations.R index 7d5cc48778..6513690cc0 100644 --- a/cran/paws.security.identity/R/secretsmanager_operations.R +++ b/cran/paws.security.identity/R/secretsmanager_operations.R @@ -1081,7 +1081,7 @@ secretsmanager_untag_resource <- function(SecretId, TagKeys) { #' encrypt new secret versions as well as any existing versions with the #' staging labels `AWSCURRENT`, `AWSPENDING`, or `AWSPREVIOUS`. If you #' don't have `kms:Encrypt` permission to the new key, Secrets Manager does -#' not re-ecrypt existing secret versions with the new key. For more +#' not re-encrypt existing secret versions with the new key. For more #' information about versions and staging labels, see [Concepts: #' Version](https://docs.aws.amazon.com/secretsmanager/latest/userguide/#term_version). #' diff --git a/cran/paws.security.identity/R/securityhub_interfaces.R b/cran/paws.security.identity/R/securityhub_interfaces.R index 4b3f68e4b1..82f9bb3873 100644 --- a/cran/paws.security.identity/R/securityhub_interfaces.R +++ b/cran/paws.security.identity/R/securityhub_interfaces.R @@ -71,7 +71,7 @@ NULL .securityhub$batch_get_automation_rules_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Rules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), RuleStatus = structure(logical(0), tags = list(type = "string")), RuleOrder = structure(logical(0), tags = list(type = "integer")), RuleName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), IsTerminal = structure(logical(0), tags = list(type = "boolean")), Criteria = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), FindingFieldsUpdate = structure(list(Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Severity = structure(list(Normalized = structure(logical(0), tags = list(type = "integer")), Product = structure(logical(0), tags = list(type = "double")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VerificationState = structure(logical(0), tags = list(type = "string")), Confidence = structure(logical(0), tags = list(type = "integer")), Criticality = structure(logical(0), tags = list(type = "integer")), Types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Workflow = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RelatedFindings = structure(list(structure(list(ProductArn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), CreatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UnprocessedAutomationRules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "integer")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(Rules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), RuleStatus = structure(logical(0), tags = list(type = "string")), RuleOrder = structure(logical(0), tags = list(type = "integer")), RuleName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), IsTerminal = structure(logical(0), tags = list(type = "boolean")), Criteria = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), FindingFieldsUpdate = structure(list(Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Severity = structure(list(Normalized = structure(logical(0), tags = list(type = "integer")), Product = structure(logical(0), tags = list(type = "double")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VerificationState = structure(logical(0), tags = list(type = "string")), Confidence = structure(logical(0), tags = list(type = "integer")), Criticality = structure(logical(0), tags = list(type = "integer")), Types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Workflow = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RelatedFindings = structure(list(structure(list(ProductArn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), UpdatedAt = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), CreatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UnprocessedAutomationRules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), ErrorCode = structure(logical(0), tags = list(type = "integer")), ErrorMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -125,7 +125,7 @@ NULL .securityhub$batch_update_automation_rules_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(UpdateAutomationRulesRequestItems = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), RuleStatus = structure(logical(0), tags = list(type = "string")), RuleOrder = structure(logical(0), tags = list(type = "integer")), Description = structure(logical(0), tags = list(type = "string")), RuleName = structure(logical(0), tags = list(type = "string")), IsTerminal = structure(logical(0), tags = list(type = "boolean")), Criteria = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), FindingFieldsUpdate = structure(list(Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Severity = structure(list(Normalized = structure(logical(0), tags = list(type = "integer")), Product = structure(logical(0), tags = list(type = "double")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VerificationState = structure(logical(0), tags = list(type = "string")), Confidence = structure(logical(0), tags = list(type = "integer")), Criticality = structure(logical(0), tags = list(type = "integer")), Types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Workflow = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RelatedFindings = structure(list(structure(list(ProductArn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(UpdateAutomationRulesRequestItems = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), RuleStatus = structure(logical(0), tags = list(type = "string")), RuleOrder = structure(logical(0), tags = list(type = "integer")), Description = structure(logical(0), tags = list(type = "string")), RuleName = structure(logical(0), tags = list(type = "string")), IsTerminal = structure(logical(0), tags = list(type = "boolean")), Criteria = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), FindingFieldsUpdate = structure(list(Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Severity = structure(list(Normalized = structure(logical(0), tags = list(type = "integer")), Product = structure(logical(0), tags = list(type = "double")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VerificationState = structure(logical(0), tags = list(type = "string")), Confidence = structure(logical(0), tags = list(type = "integer")), Criticality = structure(logical(0), tags = list(type = "integer")), Types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Workflow = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RelatedFindings = structure(list(structure(list(ProductArn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -173,7 +173,7 @@ NULL .securityhub$create_automation_rule_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), RuleStatus = structure(logical(0), tags = list(type = "string")), RuleOrder = structure(logical(0), tags = list(type = "integer")), RuleName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), IsTerminal = structure(logical(0), tags = list(type = "boolean")), Criteria = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), FindingFieldsUpdate = structure(list(Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Severity = structure(list(Normalized = structure(logical(0), tags = list(type = "integer")), Product = structure(logical(0), tags = list(type = "double")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VerificationState = structure(logical(0), tags = list(type = "string")), Confidence = structure(logical(0), tags = list(type = "integer")), Criticality = structure(logical(0), tags = list(type = "integer")), Types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Workflow = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RelatedFindings = structure(list(structure(list(ProductArn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) + shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), RuleStatus = structure(logical(0), tags = list(type = "string")), RuleOrder = structure(logical(0), tags = list(type = "integer")), RuleName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), IsTerminal = structure(logical(0), tags = list(type = "boolean")), Criteria = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), FindingFieldsUpdate = structure(list(Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Severity = structure(list(Normalized = structure(logical(0), tags = list(type = "integer")), Product = structure(logical(0), tags = list(type = "double")), Label = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), VerificationState = structure(logical(0), tags = list(type = "string")), Confidence = structure(logical(0), tags = list(type = "integer")), Criticality = structure(logical(0), tags = list(type = "integer")), Types = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Workflow = structure(list(Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RelatedFindings = structure(list(structure(list(ProductArn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -209,7 +209,7 @@ NULL .securityhub$create_insight_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GroupByAttribute = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GroupByAttribute = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -569,7 +569,7 @@ NULL .securityhub$get_findings_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortCriteria = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")) + shape <- structure(list(Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SortCriteria = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), SortOrder = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -599,7 +599,7 @@ NULL .securityhub$get_insights_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Insights = structure(list(structure(list(InsightArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GroupByAttribute = 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")) + shape <- structure(list(Insights = structure(list(structure(list(InsightArn = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GroupByAttribute = 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)) } @@ -881,7 +881,7 @@ NULL .securityhub$update_findings_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecordState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), Note = structure(list(Text = structure(logical(0), tags = list(type = "string")), UpdatedBy = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), RecordState = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -893,7 +893,7 @@ NULL .securityhub$update_insight_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(InsightArn = structure(logical(0), tags = list(location = "uri", locationName = "InsightArn", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GroupByAttribute = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(InsightArn = structure(logical(0), tags = list(location = "uri", locationName = "InsightArn", type = "string")), Name = structure(logical(0), tags = list(type = "string")), Filters = structure(list(ProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Id = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), GeneratorId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Region = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FirstObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), LastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), CreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), UpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), SeverityProduct = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use FindingProviderSeverityOriginal.", type = "list")), SeverityNormalized = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel.", type = "list")), SeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Confidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Criticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), Title = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Description = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecommendationText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProductName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), CompanyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), UserDefinedFields = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwarePath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), MalwareState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDirection = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkProtocol = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourcePort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkSourceMac = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV4 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationIpV6 = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationPort = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), NetworkDestinationDomain = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPath = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessParentPid = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ProcessTerminatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorCategory = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorLastObservedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSource = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ThreatIntelIndicatorSourceUrl = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourcePartition = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceRegion = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceTags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceType = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV4Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIpV6Addresses = structure(list(structure(list(Cidr = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceKeyName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceIamInstanceProfileArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceVpcId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceSubnetId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsEc2InstanceLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsS3BucketOwnerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "This filter is deprecated. Instead, use ResourceAwsIamAccessKeyPrincipalName.", type = "list")), ResourceAwsIamAccessKeyPrincipalName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamAccessKeyCreatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceAwsIamUserUserName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerImageName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceContainerLaunchedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceDetailsOther = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VerificationState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), WorkflowStatus = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RecordState = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteText = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedAt = structure(list(structure(list(Start = structure(logical(0), tags = list(type = "string")), End = structure(logical(0), tags = list(type = "string")), DateRange = structure(list(Value = structure(logical(0), tags = list(type = "integer")), Unit = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NoteUpdatedBy = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Keyword = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(deprecated = TRUE, deprecatedMessage = "The Keyword property is deprecated.", type = "list")), FindingProviderFieldsConfidence = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsCriticality = structure(list(structure(list(Gte = structure(logical(0), tags = list(type = "double")), Lte = structure(logical(0), tags = list(type = "double")), Eq = structure(logical(0), tags = list(type = "double")), Gt = structure(logical(0), tags = list(type = "double")), Lt = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsRelatedFindingsProductArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityLabel = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsSeverityOriginal = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), FindingProviderFieldsTypes = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Sample = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceAssociatedStandardsId = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesExploitAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), VulnerabilitiesFixAvailable = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ComplianceSecurityControlParametersValue = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), AwsAccountName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationName = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ResourceApplicationArn = structure(list(structure(list(Value = structure(logical(0), tags = list(type = "string")), Comparison = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), GroupByAttribute = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.security.identity/R/securityhub_operations.R b/cran/paws.security.identity/R/securityhub_operations.R index 8a4245e596..0832480320 100644 --- a/cran/paws.security.identity/R/securityhub_operations.R +++ b/cran/paws.security.identity/R/securityhub_operations.R @@ -622,20 +622,23 @@ securityhub_create_configuration_policy <- function(Name, Description = NULL, Co #' #' The options are as follows: #' -#' - `ALL_REGIONS` - Indicates to aggregate findings from all of the -#' Regions where Security Hub is enabled. When you choose this option, -#' Security Hub also automatically aggregates findings from new Regions -#' as Security Hub supports them and you opt into them. -#' -#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings -#' from all of the Regions where Security Hub is enabled, except for -#' the Regions listed in the `Regions` parameter. When you choose this -#' option, Security Hub also automatically aggregates findings from new -#' Regions as Security Hub supports them and you opt into them. -#' -#' - `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the -#' Regions listed in the `Regions` parameter. Security Hub does not +#' - `ALL_REGIONS` - Aggregates findings from all of the Regions where +#' Security Hub is enabled. When you choose this option, Security Hub +#' also automatically aggregates findings from new Regions as Security +#' Hub supports them and you opt into them. +#' +#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the +#' Regions where Security Hub is enabled, except for the Regions listed +#' in the `Regions` parameter. When you choose this option, Security +#' Hub also automatically aggregates findings from new Regions as +#' Security Hub supports them and you opt into them. +#' +#' - `SPECIFIED_REGIONS` - Aggregates findings only from the Regions +#' listed in the `Regions` parameter. Security Hub does not #' automatically aggregate findings from new Regions. +#' +#' - `NO_REGIONS` - Aggregates no data because no Regions are selected as +#' linked Regions. #' @param Regions If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a #' space-separated list of Regions that do not aggregate findings to the #' aggregation Region. @@ -643,6 +646,9 @@ securityhub_create_configuration_policy <- function(Name, Description = NULL, Co #' If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a #' space-separated list of Regions that do aggregate findings to the #' aggregation Region. +#' +#' An `InvalidInputException` error results if you populate this field +#' while `RegionLinkingMode` is `NO_REGIONS`. #' #' @keywords internal #' @@ -2681,20 +2687,23 @@ securityhub_update_configuration_policy <- function(Identifier, Name = NULL, Des #' #' The options are as follows: #' -#' - `ALL_REGIONS` - Indicates to aggregate findings from all of the -#' Regions where Security Hub is enabled. When you choose this option, -#' Security Hub also automatically aggregates findings from new Regions -#' as Security Hub supports them and you opt into them. +#' - `ALL_REGIONS` - Aggregates findings from all of the Regions where +#' Security Hub is enabled. When you choose this option, Security Hub +#' also automatically aggregates findings from new Regions as Security +#' Hub supports them and you opt into them. #' -#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings -#' from all of the Regions where Security Hub is enabled, except for -#' the Regions listed in the `Regions` parameter. When you choose this -#' option, Security Hub also automatically aggregates findings from new -#' Regions as Security Hub supports them and you opt into them. +#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the +#' Regions where Security Hub is enabled, except for the Regions listed +#' in the `Regions` parameter. When you choose this option, Security +#' Hub also automatically aggregates findings from new Regions as +#' Security Hub supports them and you opt into them. #' -#' - `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the -#' Regions listed in the `Regions` parameter. Security Hub does not +#' - `SPECIFIED_REGIONS` - Aggregates findings only from the Regions +#' listed in the `Regions` parameter. Security Hub does not #' automatically aggregate findings from new Regions. +#' +#' - `NO_REGIONS` - Aggregates no data because no Regions are selected as +#' linked Regions. #' @param Regions If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a #' space-separated list of Regions that do not aggregate findings to the #' aggregation Region. @@ -2702,6 +2711,9 @@ securityhub_update_configuration_policy <- function(Identifier, Name = NULL, Des #' If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a #' space-separated list of Regions that do aggregate findings to the #' aggregation Region. +#' +#' An `InvalidInputException` error results if you populate this field +#' while `RegionLinkingMode` is `NO_REGIONS`. #' #' @keywords internal #' diff --git a/cran/paws.security.identity/R/securityhub_service.R b/cran/paws.security.identity/R/securityhub_service.R index aa636ad002..4da1609430 100644 --- a/cran/paws.security.identity/R/securityhub_service.R +++ b/cran/paws.security.identity/R/securityhub_service.R @@ -11,9 +11,9 @@ NULL #' practices. #' #' Security Hub collects security data across Amazon Web Services accounts, -#' Amazon Web Services, and supported third-party products and helps you -#' analyze your security trends and identify the highest priority security -#' issues. +#' Amazon Web Servicesservices, and supported third-party products and +#' helps you analyze your security trends and identify the highest priority +#' security issues. #' #' To help you manage the security state of your organization, Security Hub #' supports multiple security standards. These include the Amazon Web @@ -27,11 +27,11 @@ NULL #' you assess your compliance against security best practices. #' #' In addition to generating control findings, Security Hub also receives -#' findings from other Amazon Web Services, such as Amazon GuardDuty and -#' Amazon Inspector, and supported third-party products. This gives you a -#' single pane of glass into a variety of security-related issues. You can -#' also send Security Hub findings to other Amazon Web Services and -#' supported third-party products. +#' findings from other Amazon Web Servicesservices, such as Amazon +#' GuardDuty and Amazon Inspector, and supported third-party products. This +#' gives you a single pane of glass into a variety of security-related +#' issues. You can also send Security Hub findings to other Amazon Web +#' Servicesservices and supported third-party products. #' #' Security Hub offers automation features that help you triage and #' remediate security issues. For example, you can use automation rules to @@ -47,7 +47,7 @@ NULL #' . The user guide explains key concepts and provides procedures that #' demonstrate how to use Security Hub features. It also provides #' information about topics such as integrating Security Hub with other -#' Amazon Web Services. +#' Amazon Web Servicesservices. #' #' In addition to interacting with Security Hub by making calls to the #' Security Hub API, you can use a current version of an Amazon Web @@ -55,10 +55,10 @@ NULL #' and SDKs that consist of libraries and sample code for various languages #' and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. #' These tools and SDKs provide convenient, programmatic access to Security -#' Hub and other Amazon Web Services . They also handle tasks such as -#' signing requests, managing errors, and retrying requests automatically. -#' For information about installing and using the Amazon Web Services tools -#' and SDKs, see [Tools to Build on Amazon Web +#' Hub and other Amazon Web Servicesservices . They also handle tasks such +#' as signing requests, managing errors, and retrying requests +#' automatically. For information about installing and using the Amazon Web +#' Services tools and SDKs, see [Tools to Build on Amazon Web #' Services](https://aws.amazon.com/developer/tools/). #' #' With the exception of operations that are related to central diff --git a/cran/paws.security.identity/R/sts_operations.R b/cran/paws.security.identity/R/sts_operations.R index bd0c330c92..ceeee7cccd 100644 --- a/cran/paws.security.identity/R/sts_operations.R +++ b/cran/paws.security.identity/R/sts_operations.R @@ -101,7 +101,7 @@ NULL #' `DurationSeconds` parameter value greater than one hour, the operation #' fails. To learn how to view the maximum value for your role, see [View #' the Maximum Session Duration Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. #' #' By default, the value is set to `3600` seconds. @@ -176,7 +176,7 @@ NULL #' rather than everyone in the account. For more information about the #' external ID, see [How to Use an External ID When Granting Access to Your #' Amazon Web Services Resources to a Third -#' Party](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html) +#' Party](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html) #' in the *IAM User Guide*. #' #' The regex used to validate this parameter is a string of characters @@ -336,7 +336,7 @@ sts_assume_role <- function(RoleArn, RoleSessionName, PolicyArns = NULL, Policy #' duration to 6 hours, your operation fails. To learn how to view the #' maximum value for your role, see [View the Maximum Session Duration #' Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. #' #' By default, the value is set to `3600` seconds. @@ -470,7 +470,7 @@ sts_assume_role_with_saml <- function(RoleArn, PrincipalArn, SAMLAssertion, Poli #' administrator set the maximum session duration to 6 hours, your #' operation fails. To learn how to view the maximum value for your role, #' see [View the Maximum Session Duration Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. #' #' By default, the value is set to `3600` seconds. diff --git a/cran/paws.security.identity/R/wafv2_operations.R b/cran/paws.security.identity/R/wafv2_operations.R index 7265f886fd..4c96ab5412 100644 --- a/cran/paws.security.identity/R/wafv2_operations.R +++ b/cran/paws.security.identity/R/wafv2_operations.R @@ -2318,10 +2318,10 @@ wafv2_put_managed_rule_set_versions <- function(Name, Scope, Id, LockToken, Reco } .wafv2$operations$put_managed_rule_set_versions <- wafv2_put_managed_rule_set_versions -#' Attaches an IAM policy to the specified resource +#' Use this to share a rule group with other accounts #' #' @description -#' Attaches an IAM policy to the specified resource. Use this to share a rule group across accounts. +#' Use this to share a rule group with other accounts. #' #' See [https://www.paws-r-sdk.com/docs/wafv2_put_permission_policy/](https://www.paws-r-sdk.com/docs/wafv2_put_permission_policy/) for full documentation. #' diff --git a/cran/paws.security.identity/R/wafv2_service.R b/cran/paws.security.identity/R/wafv2_service.R index 91d04c01fc..b4c60f3fbc 100644 --- a/cran/paws.security.identity/R/wafv2_service.R +++ b/cran/paws.security.identity/R/wafv2_service.R @@ -205,7 +205,7 @@ NULL #' \link[=wafv2_list_web_ac_ls]{list_web_ac_ls} \tab Retrieves an array of WebACLSummary objects for the web ACLs that you manage\cr #' \link[=wafv2_put_logging_configuration]{put_logging_configuration} \tab Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided\cr #' \link[=wafv2_put_managed_rule_set_versions]{put_managed_rule_set_versions} \tab Defines the versions of your managed rule set that you are offering to the customers\cr -#' \link[=wafv2_put_permission_policy]{put_permission_policy} \tab Attaches an IAM policy to the specified resource\cr +#' \link[=wafv2_put_permission_policy]{put_permission_policy} \tab Use this to share a rule group with other accounts\cr #' \link[=wafv2_tag_resource]{tag_resource} \tab Associates tags with the specified Amazon Web Services resource\cr #' \link[=wafv2_untag_resource]{untag_resource} \tab Disassociates tags from an Amazon Web Services resource\cr #' \link[=wafv2_update_ip_set]{update_ip_set} \tab Updates the specified IPSet\cr diff --git a/cran/paws.security.identity/man/cognitoidentityprovider.Rd b/cran/paws.security.identity/man/cognitoidentityprovider.Rd index fd9a9ee146..29b03a035b 100644 --- a/cran/paws.security.identity/man/cognitoidentityprovider.Rd +++ b/cran/paws.security.identity/man/cognitoidentityprovider.Rd @@ -144,7 +144,7 @@ example actions and scenarios, see \href{https://docs.aws.amazon.com/cognito/lat \tabular{ll}{ \link[=cognitoidentityprovider_add_custom_attributes]{add_custom_attributes} \tab Adds additional user attributes to the user pool schema\cr \link[=cognitoidentityprovider_admin_add_user_to_group]{admin_add_user_to_group} \tab Adds a user to a group\cr -\link[=cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool\cr +\link[=cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation confirms user sign-up as an administrator\cr \link[=cognitoidentityprovider_admin_create_user]{admin_create_user} \tab Creates a new user in the specified user pool\cr \link[=cognitoidentityprovider_admin_delete_user]{admin_delete_user} \tab Deletes a user as an administrator\cr \link[=cognitoidentityprovider_admin_delete_user_attributes]{admin_delete_user_attributes} \tab Deletes the user attributes in a user pool as an administrator\cr @@ -202,7 +202,7 @@ example actions and scenarios, see \href{https://docs.aws.amazon.com/cognito/lat \link[=cognitoidentityprovider_get_device]{get_device} \tab Gets the device\cr \link[=cognitoidentityprovider_get_group]{get_group} \tab Gets a group\cr \link[=cognitoidentityprovider_get_identity_provider_by_identifier]{get_identity_provider_by_identifier} \tab Gets the specified IdP\cr -\link[=cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the detailed activity logging configuration for a user pool\cr +\link[=cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the logging configuration of a user pool\cr \link[=cognitoidentityprovider_get_signing_certificate]{get_signing_certificate} \tab This method takes a user pool ID, and returns the signing certificate\cr \link[=cognitoidentityprovider_get_ui_customization]{get_ui_customization} \tab Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client\cr \link[=cognitoidentityprovider_get_user]{get_user} \tab Gets the user attributes and metadata for a user\cr @@ -223,7 +223,7 @@ example actions and scenarios, see \href{https://docs.aws.amazon.com/cognito/lat \link[=cognitoidentityprovider_resend_confirmation_code]{resend_confirmation_code} \tab Resends the confirmation (for confirmation of registration) to a specific user in the user pool\cr \link[=cognitoidentityprovider_respond_to_auth_challenge]{respond_to_auth_challenge} \tab Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge\cr \link[=cognitoidentityprovider_revoke_token]{revoke_token} \tab Revokes all of the access tokens generated by, and at the same time as, the specified refresh token\cr -\link[=cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the detailed activity logging configuration of a user pool\cr +\link[=cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the logging configuration of a user pool\cr \link[=cognitoidentityprovider_set_risk_configuration]{set_risk_configuration} \tab Configures actions on detected risks\cr \link[=cognitoidentityprovider_set_ui_customization]{set_ui_customization} \tab Sets the user interface (UI) customization information for a user pool's built-in app UI\cr \link[=cognitoidentityprovider_set_user_mfa_preference]{set_user_mfa_preference} \tab Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred\cr diff --git a/cran/paws.security.identity/man/cognitoidentityprovider_admin_confirm_sign_up.Rd b/cran/paws.security.identity/man/cognitoidentityprovider_admin_confirm_sign_up.Rd index 8dadc9995f..6fa9c50433 100644 --- a/cran/paws.security.identity/man/cognitoidentityprovider_admin_confirm_sign_up.Rd +++ b/cran/paws.security.identity/man/cognitoidentityprovider_admin_confirm_sign_up.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/cognitoidentityprovider_operations.R \name{cognitoidentityprovider_admin_confirm_sign_up} \alias{cognitoidentityprovider_admin_confirm_sign_up} -\title{This IAM-authenticated API operation provides a code that Amazon Cognito -sent to your user when they signed up in your user pool} +\title{This IAM-authenticated API operation confirms user sign-up as an +administrator} \usage{ cognitoidentityprovider_admin_confirm_sign_up( UserPoolId, @@ -49,7 +49,7 @@ provide sensitive information. }} } \description{ -This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool. After your user enters their code, they confirm ownership of the email address or phone number that they provided, and their user account becomes active. Depending on your user pool configuration, your users will receive their confirmation code in an email or SMS message. +This IAM-authenticated API operation confirms user sign-up as an administrator. Unlike \code{\link[=cognitoidentityprovider_confirm_sign_up]{confirm_sign_up}}, your IAM credentials authorize user account confirmation. No confirmation code is required. See \url{https://www.paws-r-sdk.com/docs/cognitoidentityprovider_admin_confirm_sign_up/} for full documentation. } diff --git a/cran/paws.security.identity/man/cognitoidentityprovider_create_user_pool_client.Rd b/cran/paws.security.identity/man/cognitoidentityprovider_create_user_pool_client.Rd index 0d3b7eed2d..87497337ca 100644 --- a/cran/paws.security.identity/man/cognitoidentityprovider_create_user_pool_client.Rd +++ b/cran/paws.security.identity/man/cognitoidentityprovider_create_user_pool_client.Rd @@ -272,7 +272,9 @@ Valid values include: \item \code{ENABLED} - This prevents user existence-related errors. \item \code{LEGACY} - This represents the early behavior of Amazon Cognito where user existence related errors aren't prevented. -}} +} + +Defaults to \code{LEGACY} when you don't provide a value.} \item{EnableTokenRevocation}{Activates or deactivates token revocation. For more information about revoking tokens, see diff --git a/cran/paws.security.identity/man/cognitoidentityprovider_get_log_delivery_configuration.Rd b/cran/paws.security.identity/man/cognitoidentityprovider_get_log_delivery_configuration.Rd index 90655b0469..d0f038518a 100644 --- a/cran/paws.security.identity/man/cognitoidentityprovider_get_log_delivery_configuration.Rd +++ b/cran/paws.security.identity/man/cognitoidentityprovider_get_log_delivery_configuration.Rd @@ -2,16 +2,16 @@ % Please edit documentation in R/cognitoidentityprovider_operations.R \name{cognitoidentityprovider_get_log_delivery_configuration} \alias{cognitoidentityprovider_get_log_delivery_configuration} -\title{Gets the detailed activity logging configuration for a user pool} +\title{Gets the logging configuration of a user pool} \usage{ cognitoidentityprovider_get_log_delivery_configuration(UserPoolId) } \arguments{ -\item{UserPoolId}{[required] The ID of the user pool where you want to view detailed activity logging -configuration.} +\item{UserPoolId}{[required] The ID of the user pool that has the logging configuration that you want +to view.} } \description{ -Gets the detailed activity logging configuration for a user pool. +Gets the logging configuration of a user pool. See \url{https://www.paws-r-sdk.com/docs/cognitoidentityprovider_get_log_delivery_configuration/} for full documentation. } diff --git a/cran/paws.security.identity/man/cognitoidentityprovider_set_log_delivery_configuration.Rd b/cran/paws.security.identity/man/cognitoidentityprovider_set_log_delivery_configuration.Rd index 8da6f5ed78..011fa404cc 100644 --- a/cran/paws.security.identity/man/cognitoidentityprovider_set_log_delivery_configuration.Rd +++ b/cran/paws.security.identity/man/cognitoidentityprovider_set_log_delivery_configuration.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/cognitoidentityprovider_operations.R \name{cognitoidentityprovider_set_log_delivery_configuration} \alias{cognitoidentityprovider_set_log_delivery_configuration} -\title{Sets up or modifies the detailed activity logging configuration of a -user pool} +\title{Sets up or modifies the logging configuration of a user pool} \usage{ cognitoidentityprovider_set_log_delivery_configuration( UserPoolId, @@ -11,14 +10,12 @@ cognitoidentityprovider_set_log_delivery_configuration( ) } \arguments{ -\item{UserPoolId}{[required] The ID of the user pool where you want to configure detailed activity -logging .} +\item{UserPoolId}{[required] The ID of the user pool where you want to configure logging.} -\item{LogConfigurations}{[required] A collection of all of the detailed activity logging configurations for -a user pool.} +\item{LogConfigurations}{[required] A collection of the logging configurations for a user pool.} } \description{ -Sets up or modifies the detailed activity logging configuration of a user pool. +Sets up or modifies the logging configuration of a user pool. User pools can export user notification logs and advanced security features user activity logs. See \url{https://www.paws-r-sdk.com/docs/cognitoidentityprovider_set_log_delivery_configuration/} for full documentation. } diff --git a/cran/paws.security.identity/man/cognitoidentityprovider_update_user_pool_client.Rd b/cran/paws.security.identity/man/cognitoidentityprovider_update_user_pool_client.Rd index 60521d3e8d..fe02135715 100644 --- a/cran/paws.security.identity/man/cognitoidentityprovider_update_user_pool_client.Rd +++ b/cran/paws.security.identity/man/cognitoidentityprovider_update_user_pool_client.Rd @@ -266,7 +266,9 @@ Valid values include: \item \code{ENABLED} - This prevents user existence-related errors. \item \code{LEGACY} - This represents the early behavior of Amazon Cognito where user existence related errors aren't prevented. -}} +} + +Defaults to \code{LEGACY} when you don't provide a value.} \item{EnableTokenRevocation}{Activates or deactivates token revocation. For more information about revoking tokens, see diff --git a/cran/paws.security.identity/man/iam_create_account_alias.Rd b/cran/paws.security.identity/man/iam_create_account_alias.Rd index 82beb816d8..d7b95af3c6 100644 --- a/cran/paws.security.identity/man/iam_create_account_alias.Rd +++ b/cran/paws.security.identity/man/iam_create_account_alias.Rd @@ -14,7 +14,7 @@ consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.} } \description{ -Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/}{Creating, deleting, and listing an Amazon Web Services account alias} in the \emph{Amazon Web Services Sign-In User Guide}. +Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/CreateAccountAlias.html}{Creating, deleting, and listing an Amazon Web Services account alias} in the \emph{Amazon Web Services Sign-In User Guide}. See \url{https://www.paws-r-sdk.com/docs/iam_create_account_alias/} for full documentation. } diff --git a/cran/paws.security.identity/man/iam_create_open_id_connect_provider.Rd b/cran/paws.security.identity/man/iam_create_open_id_connect_provider.Rd index af1eb153e7..bd4b767698 100644 --- a/cran/paws.security.identity/man/iam_create_open_id_connect_provider.Rd +++ b/cran/paws.security.identity/man/iam_create_open_id_connect_provider.Rd @@ -73,7 +73,7 @@ number of tags, then the entire request fails and the resource is not created.} } \description{ -Creates an IAM entity to describe an identity provider (IdP) that supports OpenID Connect (OIDC). +Creates an IAM entity to describe an identity provider (IdP) that supports \href{https://openid.net/developers/how-connect-works/}{OpenID Connect (OIDC)}. See \url{https://www.paws-r-sdk.com/docs/iam_create_open_id_connect_provider/} for full documentation. } diff --git a/cran/paws.security.identity/man/iam_create_role.Rd b/cran/paws.security.identity/man/iam_create_role.Rd index 1b47d56363..df233e39de 100644 --- a/cran/paws.security.identity/man/iam_create_role.Rd +++ b/cran/paws.security.identity/man/iam_create_role.Rd @@ -76,7 +76,7 @@ parameter. If users don't specify a value for the \code{DurationSeconds} parameter, their security credentials are valid for one hour by default. This applies when you use the \verb{AssumeRole*} API operations or the \verb{assume-role*} CLI operations but does not apply when you use those -operations to create a console URL. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html}{Using IAM roles} +operations to create a console URL. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html}{Using IAM roles} in the \emph{IAM User Guide}.} \item{PermissionsBoundary}{The ARN of the managed policy that is used to set the permissions diff --git a/cran/paws.security.identity/man/iam_create_service_linked_role.Rd b/cran/paws.security.identity/man/iam_create_service_linked_role.Rd index 07b1a407be..ae747960aa 100644 --- a/cran/paws.security.identity/man/iam_create_service_linked_role.Rd +++ b/cran/paws.security.identity/man/iam_create_service_linked_role.Rd @@ -35,7 +35,7 @@ provide an optional suffix and the operation fails, try the operation again without the suffix.} } \description{ -Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your Amazon Web Services resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html}{Using service-linked roles} in the \emph{IAM User Guide}. +Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls the attached policies and when the role can be deleted. This helps ensure that the service is not broken by an unexpectedly changed or deleted role, which could put your Amazon Web Services resources into an unknown state. Allowing the service to control the role helps improve service stability and proper cleanup when a service and its role are no longer needed. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html}{Using service-linked roles} in the \emph{IAM User Guide}. See \url{https://www.paws-r-sdk.com/docs/iam_create_service_linked_role/} for full documentation. } diff --git a/cran/paws.security.identity/man/iam_delete_account_alias.Rd b/cran/paws.security.identity/man/iam_delete_account_alias.Rd index 45d58aaa33..6ce2add0e9 100644 --- a/cran/paws.security.identity/man/iam_delete_account_alias.Rd +++ b/cran/paws.security.identity/man/iam_delete_account_alias.Rd @@ -14,7 +14,7 @@ consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.} } \description{ -Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/}{Creating, deleting, and listing an Amazon Web Services account alias} in the \emph{Amazon Web Services Sign-In User Guide}. +Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/CreateAccountAlias.html}{Creating, deleting, and listing an Amazon Web Services account alias} in the \emph{Amazon Web Services Sign-In User Guide}. See \url{https://www.paws-r-sdk.com/docs/iam_delete_account_alias/} for full documentation. } diff --git a/cran/paws.security.identity/man/iam_delete_user.Rd b/cran/paws.security.identity/man/iam_delete_user.Rd index 2b1f53b21d..0efca1ef5c 100644 --- a/cran/paws.security.identity/man/iam_delete_user.Rd +++ b/cran/paws.security.identity/man/iam_delete_user.Rd @@ -14,7 +14,7 @@ consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-} } \description{ -Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user programmatically, you must delete the items attached to the user manually, or the deletion fails. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting_cli}{Deleting an IAM user}. Before attempting to delete a user, remove the following items: +Deletes the specified IAM user. Unlike the Amazon Web Services Management Console, when you delete a user programmatically, you must delete the items attached to the user manually, or the deletion fails. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_rename.html#id_users_deleting_cli}{Deleting an IAM user}. Before attempting to delete a user, remove the following items: See \url{https://www.paws-r-sdk.com/docs/iam_delete_user/} for full documentation. } diff --git a/cran/paws.security.identity/man/iam_list_account_aliases.Rd b/cran/paws.security.identity/man/iam_list_account_aliases.Rd index fc684185fe..cc7ba40313 100644 --- a/cran/paws.security.identity/man/iam_list_account_aliases.Rd +++ b/cran/paws.security.identity/man/iam_list_account_aliases.Rd @@ -24,7 +24,7 @@ returns \code{true}, and \code{Marker} contains a value to include in the subsequent call that tells the service where to continue from.} } \description{ -Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/}{Creating, deleting, and listing an Amazon Web Services account alias} in the \emph{Amazon Web Services Sign-In User Guide}. +Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html#CreateAccountAlias}{Creating, deleting, and listing an Amazon Web Services account alias} in the \emph{IAM User Guide}. See \url{https://www.paws-r-sdk.com/docs/iam_list_account_aliases/} for full documentation. } diff --git a/cran/paws.security.identity/man/iam_update_role.Rd b/cran/paws.security.identity/man/iam_update_role.Rd index 6dc55cdc1c..737747b1f6 100644 --- a/cran/paws.security.identity/man/iam_update_role.Rd +++ b/cran/paws.security.identity/man/iam_update_role.Rd @@ -24,7 +24,7 @@ parameter. If users don't specify a value for the \code{DurationSeconds} parameter, their security credentials are valid for one hour by default. This applies when you use the \verb{AssumeRole*} API operations or the \verb{assume-role*} CLI operations but does not apply when you use those -operations to create a console URL. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html}{Using IAM roles} +operations to create a console URL. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html}{Using IAM roles} in the \emph{IAM User Guide}. IAM role credentials provided by Amazon EC2 instances assigned to the diff --git a/cran/paws.security.identity/man/iamrolesanywhere_create_profile.Rd b/cran/paws.security.identity/man/iamrolesanywhere_create_profile.Rd index 1ff8513a3b..6482cc004c 100644 --- a/cran/paws.security.identity/man/iamrolesanywhere_create_profile.Rd +++ b/cran/paws.security.identity/man/iamrolesanywhere_create_profile.Rd @@ -6,6 +6,7 @@ trusted to assume} \usage{ iamrolesanywhere_create_profile( + acceptRoleSessionName = NULL, durationSeconds = NULL, enabled = NULL, managedPolicyArns = NULL, @@ -17,6 +18,9 @@ iamrolesanywhere_create_profile( ) } \arguments{ +\item{acceptRoleSessionName}{Used to determine if a custom role session name will be accepted in a +temporary credential request.} + \item{durationSeconds}{Used to determine how long sessions vended using this profile are valid for. See the \code{Expiration} section of the \href{https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object}{CreateSession API documentation} page for more details. In requests, if this value is not provided, the diff --git a/cran/paws.security.identity/man/iamrolesanywhere_update_profile.Rd b/cran/paws.security.identity/man/iamrolesanywhere_update_profile.Rd index 517e96da83..c57c8b7e51 100644 --- a/cran/paws.security.identity/man/iamrolesanywhere_update_profile.Rd +++ b/cran/paws.security.identity/man/iamrolesanywhere_update_profile.Rd @@ -6,6 +6,7 @@ is trusted to assume} \usage{ iamrolesanywhere_update_profile( + acceptRoleSessionName = NULL, durationSeconds = NULL, managedPolicyArns = NULL, name = NULL, @@ -15,6 +16,9 @@ iamrolesanywhere_update_profile( ) } \arguments{ +\item{acceptRoleSessionName}{Used to determine if a custom role session name will be accepted in a +temporary credential request.} + \item{durationSeconds}{Used to determine how long sessions vended using this profile are valid for. See the \code{Expiration} section of the \href{https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object}{CreateSession API documentation} page for more details. In requests, if this value is not provided, the diff --git a/cran/paws.security.identity/man/kms_create_key.Rd b/cran/paws.security.identity/man/kms_create_key.Rd index fef34e918f..afde60388b 100644 --- a/cran/paws.security.identity/man/kms_create_key.Rd +++ b/cran/paws.security.identity/man/kms_create_key.Rd @@ -35,7 +35,7 @@ principals. The principals in the key policy must exist and be visible to KMS. When you create a new Amazon Web Services principal, you might need to enforce a delay before including the new principal in a key policy because the new principal might not be immediately -visible to KMS. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency}{Changes that I make are not always immediately visible} +visible to KMS. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency}{Changes that I make are not always immediately visible} in the \emph{Amazon Web Services Identity and Access Management User Guide}. } diff --git a/cran/paws.security.identity/man/kms_put_key_policy.Rd b/cran/paws.security.identity/man/kms_put_key_policy.Rd index a1d3ba4761..92a3a52566 100644 --- a/cran/paws.security.identity/man/kms_put_key_policy.Rd +++ b/cran/paws.security.identity/man/kms_put_key_policy.Rd @@ -44,7 +44,7 @@ principals. The principals in the key policy must exist and be visible to KMS. When you create a new Amazon Web Services principal, you might need to enforce a delay before including the new principal in a key policy because the new principal might not be immediately -visible to KMS. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency}{Changes that I make are not always immediately visible} +visible to KMS. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency}{Changes that I make are not always immediately visible} in the \emph{Amazon Web Services Identity and Access Management User Guide}. } diff --git a/cran/paws.security.identity/man/kms_replicate_key.Rd b/cran/paws.security.identity/man/kms_replicate_key.Rd index 41e3a881a6..d06831f879 100644 --- a/cran/paws.security.identity/man/kms_replicate_key.Rd +++ b/cran/paws.security.identity/man/kms_replicate_key.Rd @@ -78,7 +78,7 @@ principals. The principals in the key policy must exist and be visible to KMS. When you create a new Amazon Web Services principal, you might need to enforce a delay before including the new principal in a key policy because the new principal might not be immediately -visible to KMS. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency}{Changes that I make are not always immediately visible} +visible to KMS. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency}{Changes that I make are not always immediately visible} in the \emph{Amazon Web Services Identity and Access Management User Guide}. } diff --git a/cran/paws.security.identity/man/secretsmanager_update_secret.Rd b/cran/paws.security.identity/man/secretsmanager_update_secret.Rd index ec1e0168c7..d5f1279366 100644 --- a/cran/paws.security.identity/man/secretsmanager_update_secret.Rd +++ b/cran/paws.security.identity/man/secretsmanager_update_secret.Rd @@ -45,7 +45,7 @@ value to ensure uniqueness of your versions within the specified secret.} encrypt new secret versions as well as any existing versions with the staging labels \code{AWSCURRENT}, \code{AWSPENDING}, or \code{AWSPREVIOUS}. If you don't have \code{kms:Encrypt} permission to the new key, Secrets Manager does -not re-ecrypt existing secret versions with the new key. For more +not re-encrypt existing secret versions with the new key. For more information about versions and staging labels, see \href{https://docs.aws.amazon.com/secretsmanager/latest/userguide/#term_version}{Concepts: Version}. A key alias is always prefixed by \verb{alias/}, for example diff --git a/cran/paws.security.identity/man/securityhub.Rd b/cran/paws.security.identity/man/securityhub.Rd index 7331ebfb2e..942fcab43a 100644 --- a/cran/paws.security.identity/man/securityhub.Rd +++ b/cran/paws.security.identity/man/securityhub.Rd @@ -59,9 +59,9 @@ Services environment against security industry standards and best practices. Security Hub collects security data across Amazon Web Services accounts, -Amazon Web Services, and supported third-party products and helps you -analyze your security trends and identify the highest priority security -issues. +Amazon Web Servicesservices, and supported third-party products and +helps you analyze your security trends and identify the highest priority +security issues. To help you manage the security state of your organization, Security Hub supports multiple security standards. These include the Amazon Web @@ -75,11 +75,11 @@ checks against security controls and generates control findings to help you assess your compliance against security best practices. In addition to generating control findings, Security Hub also receives -findings from other Amazon Web Services, such as Amazon GuardDuty and -Amazon Inspector, and supported third-party products. This gives you a -single pane of glass into a variety of security-related issues. You can -also send Security Hub findings to other Amazon Web Services and -supported third-party products. +findings from other Amazon Web Servicesservices, such as Amazon +GuardDuty and Amazon Inspector, and supported third-party products. This +gives you a single pane of glass into a variety of security-related +issues. You can also send Security Hub findings to other Amazon Web +Servicesservices and supported third-party products. Security Hub offers automation features that help you triage and remediate security issues. For example, you can use automation rules to @@ -94,7 +94,7 @@ it helpful to also review the \href{https://docs.aws.amazon.com/securityhub/late . The user guide explains key concepts and provides procedures that demonstrate how to use Security Hub features. It also provides information about topics such as integrating Security Hub with other -Amazon Web Services. +Amazon Web Servicesservices. In addition to interacting with Security Hub by making calls to the Security Hub API, you can use a current version of an Amazon Web @@ -102,10 +102,10 @@ Services command line tool or SDK. Amazon Web Services provides tools and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to Security -Hub and other Amazon Web Services . They also handle tasks such as -signing requests, managing errors, and retrying requests automatically. -For information about installing and using the Amazon Web Services tools -and SDKs, see \href{https://aws.amazon.com/developer/tools/}{Tools to Build on Amazon Web Services}. +Hub and other Amazon Web Servicesservices . They also handle tasks such +as signing requests, managing errors, and retrying requests +automatically. For information about installing and using the Amazon Web +Services tools and SDKs, see \href{https://aws.amazon.com/developer/tools/}{Tools to Build on Amazon Web Services}. With the exception of operations that are related to central configuration, Security Hub API requests are executed only in the Amazon diff --git a/cran/paws.security.identity/man/securityhub_create_finding_aggregator.Rd b/cran/paws.security.identity/man/securityhub_create_finding_aggregator.Rd index 2b5f60efc7..23e5416849 100644 --- a/cran/paws.security.identity/man/securityhub_create_finding_aggregator.Rd +++ b/cran/paws.security.identity/man/securityhub_create_finding_aggregator.Rd @@ -17,18 +17,20 @@ the Regions list. The options are as follows: \itemize{ -\item \code{ALL_REGIONS} - Indicates to aggregate findings from all of the -Regions where Security Hub is enabled. When you choose this option, -Security Hub also automatically aggregates findings from new Regions -as Security Hub supports them and you opt into them. -\item \code{ALL_REGIONS_EXCEPT_SPECIFIED} - Indicates to aggregate findings -from all of the Regions where Security Hub is enabled, except for -the Regions listed in the \code{Regions} parameter. When you choose this -option, Security Hub also automatically aggregates findings from new -Regions as Security Hub supports them and you opt into them. -\item \code{SPECIFIED_REGIONS} - Indicates to aggregate findings only from the -Regions listed in the \code{Regions} parameter. Security Hub does not +\item \code{ALL_REGIONS} - Aggregates findings from all of the Regions where +Security Hub is enabled. When you choose this option, Security Hub +also automatically aggregates findings from new Regions as Security +Hub supports them and you opt into them. +\item \code{ALL_REGIONS_EXCEPT_SPECIFIED} - Aggregates findings from all of the +Regions where Security Hub is enabled, except for the Regions listed +in the \code{Regions} parameter. When you choose this option, Security +Hub also automatically aggregates findings from new Regions as +Security Hub supports them and you opt into them. +\item \code{SPECIFIED_REGIONS} - Aggregates findings only from the Regions +listed in the \code{Regions} parameter. Security Hub does not automatically aggregate findings from new Regions. +\item \code{NO_REGIONS} - Aggregates no data because no Regions are selected as +linked Regions. }} \item{Regions}{If \code{RegionLinkingMode} is \code{ALL_REGIONS_EXCEPT_SPECIFIED}, then this is a @@ -37,7 +39,10 @@ aggregation Region. If \code{RegionLinkingMode} is \code{SPECIFIED_REGIONS}, then this is a space-separated list of Regions that do aggregate findings to the -aggregation Region.} +aggregation Region. + +An \code{InvalidInputException} error results if you populate this field +while \code{RegionLinkingMode} is \code{NO_REGIONS}.} } \description{ Used to enable finding aggregation. Must be called from the aggregation Region. diff --git a/cran/paws.security.identity/man/securityhub_update_finding_aggregator.Rd b/cran/paws.security.identity/man/securityhub_update_finding_aggregator.Rd index ca3fb76543..2b0a9dbb24 100644 --- a/cran/paws.security.identity/man/securityhub_update_finding_aggregator.Rd +++ b/cran/paws.security.identity/man/securityhub_update_finding_aggregator.Rd @@ -24,18 +24,20 @@ the Regions list. The options are as follows: \itemize{ -\item \code{ALL_REGIONS} - Indicates to aggregate findings from all of the -Regions where Security Hub is enabled. When you choose this option, -Security Hub also automatically aggregates findings from new Regions -as Security Hub supports them and you opt into them. -\item \code{ALL_REGIONS_EXCEPT_SPECIFIED} - Indicates to aggregate findings -from all of the Regions where Security Hub is enabled, except for -the Regions listed in the \code{Regions} parameter. When you choose this -option, Security Hub also automatically aggregates findings from new -Regions as Security Hub supports them and you opt into them. -\item \code{SPECIFIED_REGIONS} - Indicates to aggregate findings only from the -Regions listed in the \code{Regions} parameter. Security Hub does not +\item \code{ALL_REGIONS} - Aggregates findings from all of the Regions where +Security Hub is enabled. When you choose this option, Security Hub +also automatically aggregates findings from new Regions as Security +Hub supports them and you opt into them. +\item \code{ALL_REGIONS_EXCEPT_SPECIFIED} - Aggregates findings from all of the +Regions where Security Hub is enabled, except for the Regions listed +in the \code{Regions} parameter. When you choose this option, Security +Hub also automatically aggregates findings from new Regions as +Security Hub supports them and you opt into them. +\item \code{SPECIFIED_REGIONS} - Aggregates findings only from the Regions +listed in the \code{Regions} parameter. Security Hub does not automatically aggregate findings from new Regions. +\item \code{NO_REGIONS} - Aggregates no data because no Regions are selected as +linked Regions. }} \item{Regions}{If \code{RegionLinkingMode} is \code{ALL_REGIONS_EXCEPT_SPECIFIED}, then this is a @@ -44,7 +46,10 @@ aggregation Region. If \code{RegionLinkingMode} is \code{SPECIFIED_REGIONS}, then this is a space-separated list of Regions that do aggregate findings to the -aggregation Region.} +aggregation Region. + +An \code{InvalidInputException} error results if you populate this field +while \code{RegionLinkingMode} is \code{NO_REGIONS}.} } \description{ Updates the finding aggregation configuration. Used to update the Region linking mode and the list of included or excluded Regions. You cannot use \code{\link[=securityhub_update_finding_aggregator]{update_finding_aggregator}} to change the aggregation Region. diff --git a/cran/paws.security.identity/man/sts_assume_role.Rd b/cran/paws.security.identity/man/sts_assume_role.Rd index e36ddd5d90..1fd5fd5d2b 100644 --- a/cran/paws.security.identity/man/sts_assume_role.Rd +++ b/cran/paws.security.identity/man/sts_assume_role.Rd @@ -109,7 +109,7 @@ parameter. You can specify a parameter value of up to 43200 seconds (12 hours), depending on the maximum session duration setting for your role. However, if you assume a role using role chaining and provide a \code{DurationSeconds} parameter value greater than one hour, the operation -fails. To learn how to view the maximum value for your role, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session}{View the Maximum Session Duration Setting for a Role} +fails. To learn how to view the maximum value for your role, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session}{View the Maximum Session Duration Setting for a Role} in the \emph{IAM User Guide}. By default, the value is set to \code{3600} seconds. @@ -177,7 +177,7 @@ trust everyone in an account. Therefore, the administrator of the trusting account might send an external ID to the administrator of the trusted account. That way, only someone with the ID can assume the role, rather than everyone in the account. For more information about the -external ID, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html}{How to Use an External ID When Granting Access to Your Amazon Web Services Resources to a Third Party} +external ID, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html}{How to Use an External ID When Granting Access to Your Amazon Web Services Resources to a Third Party} in the \emph{IAM User Guide}. The regex used to validate this parameter is a string of characters diff --git a/cran/paws.security.identity/man/sts_assume_role_with_saml.Rd b/cran/paws.security.identity/man/sts_assume_role_with_saml.Rd index 284b52d597..f1b42f77b6 100644 --- a/cran/paws.security.identity/man/sts_assume_role_with_saml.Rd +++ b/cran/paws.security.identity/man/sts_assume_role_with_saml.Rd @@ -88,7 +88,7 @@ from 1 hour to 12 hours. If you specify a value higher than this setting, the operation fails. For example, if you specify a session duration of 12 hours, but your administrator set the maximum session duration to 6 hours, your operation fails. To learn how to view the -maximum value for your role, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session}{View the Maximum Session Duration Setting for a Role} +maximum value for your role, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session}{View the Maximum Session Duration Setting for a Role} in the \emph{IAM User Guide}. By default, the value is set to \code{3600} seconds. diff --git a/cran/paws.security.identity/man/sts_assume_role_with_web_identity.Rd b/cran/paws.security.identity/man/sts_assume_role_with_web_identity.Rd index 6dae08a0f9..ce9099c71a 100644 --- a/cran/paws.security.identity/man/sts_assume_role_with_web_identity.Rd +++ b/cran/paws.security.identity/man/sts_assume_role_with_web_identity.Rd @@ -108,7 +108,7 @@ specify a value higher than this setting, the operation fails. For example, if you specify a session duration of 12 hours, but your administrator set the maximum session duration to 6 hours, your operation fails. To learn how to view the maximum value for your role, -see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session}{View the Maximum Session Duration Setting for a Role} +see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session}{View the Maximum Session Duration Setting for a Role} in the \emph{IAM User Guide}. By default, the value is set to \code{3600} seconds. diff --git a/cran/paws.security.identity/man/wafv2.Rd b/cran/paws.security.identity/man/wafv2.Rd index f2bb41f7f7..180c63c11e 100644 --- a/cran/paws.security.identity/man/wafv2.Rd +++ b/cran/paws.security.identity/man/wafv2.Rd @@ -198,7 +198,7 @@ it. \link[=wafv2_list_web_ac_ls]{list_web_ac_ls} \tab Retrieves an array of WebACLSummary objects for the web ACLs that you manage\cr \link[=wafv2_put_logging_configuration]{put_logging_configuration} \tab Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided\cr \link[=wafv2_put_managed_rule_set_versions]{put_managed_rule_set_versions} \tab Defines the versions of your managed rule set that you are offering to the customers\cr -\link[=wafv2_put_permission_policy]{put_permission_policy} \tab Attaches an IAM policy to the specified resource\cr +\link[=wafv2_put_permission_policy]{put_permission_policy} \tab Use this to share a rule group with other accounts\cr \link[=wafv2_tag_resource]{tag_resource} \tab Associates tags with the specified Amazon Web Services resource\cr \link[=wafv2_untag_resource]{untag_resource} \tab Disassociates tags from an Amazon Web Services resource\cr \link[=wafv2_update_ip_set]{update_ip_set} \tab Updates the specified IPSet\cr diff --git a/cran/paws.security.identity/man/wafv2_put_permission_policy.Rd b/cran/paws.security.identity/man/wafv2_put_permission_policy.Rd index 59ddd63f9d..6f092d994b 100644 --- a/cran/paws.security.identity/man/wafv2_put_permission_policy.Rd +++ b/cran/paws.security.identity/man/wafv2_put_permission_policy.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/wafv2_operations.R \name{wafv2_put_permission_policy} \alias{wafv2_put_permission_policy} -\title{Attaches an IAM policy to the specified resource} +\title{Use this to share a rule group with other accounts} \usage{ wafv2_put_permission_policy(ResourceArn, Policy) } @@ -28,7 +28,7 @@ actions in the policy. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html}{IAM Policies}.} } \description{ -Attaches an IAM policy to the specified resource. Use this to share a rule group across accounts. +Use this to share a rule group with other accounts. See \url{https://www.paws-r-sdk.com/docs/wafv2_put_permission_policy/} for full documentation. } diff --git a/cran/paws.storage/R/backup_interfaces.R b/cran/paws.storage/R/backup_interfaces.R index ba7b703024..b1e2e2d069 100644 --- a/cran/paws.storage/R/backup_interfaces.R +++ b/cran/paws.storage/R/backup_interfaces.R @@ -255,7 +255,7 @@ NULL .backup$describe_backup_vault_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(BackupVaultName = structure(logical(0), tags = list(type = "string")), BackupVaultArn = structure(logical(0), tags = list(type = "string")), VaultType = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), CreatorRequestId = structure(logical(0), tags = list(type = "string")), NumberOfRecoveryPoints = structure(logical(0), tags = list(type = "long")), Locked = structure(logical(0), tags = list(type = "boolean")), MinRetentionDays = structure(logical(0), tags = list(type = "long")), MaxRetentionDays = structure(logical(0), tags = list(type = "long")), LockDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) + shape <- structure(list(BackupVaultName = structure(logical(0), tags = list(type = "string")), BackupVaultArn = structure(logical(0), tags = list(type = "string")), VaultType = structure(logical(0), tags = list(type = "string")), VaultState = structure(logical(0), tags = list(type = "string")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), CreatorRequestId = structure(logical(0), tags = list(type = "string")), NumberOfRecoveryPoints = structure(logical(0), tags = list(type = "long")), Locked = structure(logical(0), tags = list(type = "boolean")), MinRetentionDays = structure(logical(0), tags = list(type = "long")), MaxRetentionDays = structure(logical(0), tags = list(type = "long")), LockDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -633,7 +633,7 @@ NULL .backup$list_backup_vaults_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(BackupVaultList = structure(list(structure(list(BackupVaultName = structure(logical(0), tags = list(type = "string")), BackupVaultArn = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), CreatorRequestId = structure(logical(0), tags = list(type = "string")), NumberOfRecoveryPoints = structure(logical(0), tags = list(type = "long")), Locked = structure(logical(0), tags = list(type = "boolean")), MinRetentionDays = structure(logical(0), tags = list(type = "long")), MaxRetentionDays = structure(logical(0), tags = list(type = "long")), LockDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) + shape <- structure(list(BackupVaultList = structure(list(structure(list(BackupVaultName = structure(logical(0), tags = list(type = "string")), BackupVaultArn = structure(logical(0), tags = list(type = "string")), VaultType = structure(logical(0), tags = list(type = "string")), VaultState = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp")), EncryptionKeyArn = structure(logical(0), tags = list(type = "string")), CreatorRequestId = structure(logical(0), tags = list(type = "string")), NumberOfRecoveryPoints = structure(logical(0), tags = list(type = "long")), Locked = structure(logical(0), tags = list(type = "boolean")), MinRetentionDays = structure(logical(0), tags = list(type = "long")), MaxRetentionDays = structure(logical(0), tags = list(type = "long")), LockDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.storage/R/backup_operations.R b/cran/paws.storage/R/backup_operations.R index 3c928cba87..721349497c 100644 --- a/cran/paws.storage/R/backup_operations.R +++ b/cran/paws.storage/R/backup_operations.R @@ -3,18 +3,16 @@ #' @include backup_service.R NULL -#' This action removes the specified legal hold on a recovery point +#' Removes the specified legal hold on a recovery point #' #' @description -#' This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions. +#' Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions. #' #' See [https://www.paws-r-sdk.com/docs/backup_cancel_legal_hold/](https://www.paws-r-sdk.com/docs/backup_cancel_legal_hold/) for full documentation. #' -#' @param LegalHoldId [required] Legal hold ID required to remove the specified legal hold on a recovery -#' point. -#' @param CancelDescription [required] String describing the reason for removing the legal hold. -#' @param RetainRecordInDays The integer amount in days specifying amount of days after this API -#' operation to remove legal hold. +#' @param LegalHoldId [required] The ID of the legal hold. +#' @param CancelDescription [required] A string the describes the reason for removing the legal hold. +#' @param RetainRecordInDays The integer amount, in days, after which to remove legal hold. #' #' @keywords internal #' @@ -44,11 +42,9 @@ backup_cancel_legal_hold <- function(LegalHoldId, CancelDescription, RetainRecor #' #' See [https://www.paws-r-sdk.com/docs/backup_create_backup_plan/](https://www.paws-r-sdk.com/docs/backup_create_backup_plan/) for full documentation. #' -#' @param BackupPlan [required] Specifies the body of a backup plan. Includes a `BackupPlanName` and one -#' or more sets of `Rules`. -#' @param BackupPlanTags To help organize your resources, you can assign your own metadata to the -#' resources that you create. Each tag is a key-value pair. The specified -#' tags are assigned to all backups created with this plan. +#' @param BackupPlan [required] The body of a backup plan. Includes a `BackupPlanName` and one or more +#' sets of `Rules`. +#' @param BackupPlanTags The tags to assign to the backup plan. #' @param CreatorRequestId Identifies the request and allows failed requests to be retried without #' the risk of running the operation twice. If the request includes a #' `CreatorRequestId` that matches an existing backup plan, that plan is @@ -86,10 +82,8 @@ backup_create_backup_plan <- function(BackupPlan, BackupPlanTags = NULL, Creator #' #' See [https://www.paws-r-sdk.com/docs/backup_create_backup_selection/](https://www.paws-r-sdk.com/docs/backup_create_backup_selection/) for full documentation. #' -#' @param BackupPlanId [required] Uniquely identifies the backup plan to be associated with the selection -#' of resources. -#' @param BackupSelection [required] Specifies the body of a request to assign a set of resources to a backup -#' plan. +#' @param BackupPlanId [required] The ID of the backup plan. +#' @param BackupSelection [required] The body of a request to assign a set of resources to a backup plan. #' @param CreatorRequestId A unique string that identifies the request and allows failed requests #' to be retried without the risk of running the operation twice. This #' parameter is optional. @@ -129,8 +123,7 @@ backup_create_backup_selection <- function(BackupPlanId, BackupSelection, Creato #' are identified by names that are unique to the account used to create #' them and the Amazon Web Services Region where they are created. They #' consist of letters, numbers, and hyphens. -#' @param BackupVaultTags Metadata that you can assign to help organize the resources that you -#' create. Each tag is a key-value pair. +#' @param BackupVaultTags The tags to assign to the backup vault. #' @param EncryptionKeyArn The server-side encryption key that is used to protect your backups; for #' example, #' `arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`. @@ -174,14 +167,13 @@ backup_create_backup_vault <- function(BackupVaultName, BackupVaultTags = NULL, #' A-Z), numbers (0-9), and underscores (_). #' @param FrameworkDescription An optional description of the framework with a maximum of 1,024 #' characters. -#' @param FrameworkControls [required] A list of the controls that make up the framework. Each control in the -#' list has a name, input parameters, and scope. +#' @param FrameworkControls [required] The controls that make up the framework. Each control in the list has a +#' name, input parameters, and scope. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between #' otherwise identical calls to `CreateFrameworkInput`. Retrying a #' successful request with the same idempotency token results in a success #' message with no action taken. -#' @param FrameworkTags Metadata that you can assign to help organize the frameworks that you -#' create. Each tag is a key-value pair. +#' @param FrameworkTags The tags to assign to the framework. #' #' @keywords internal #' @@ -204,20 +196,20 @@ backup_create_framework <- function(FrameworkName, FrameworkDescription = NULL, } .backup$operations$create_framework <- backup_create_framework -#' This action creates a legal hold on a recovery point (backup) +#' Creates a legal hold on a recovery point (backup) #' #' @description -#' This action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point. +#' Creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point. #' #' See [https://www.paws-r-sdk.com/docs/backup_create_legal_hold/](https://www.paws-r-sdk.com/docs/backup_create_legal_hold/) for full documentation. #' -#' @param Title [required] This is the string title of the legal hold. -#' @param Description [required] This is the string description of the legal hold. +#' @param Title [required] The title of the legal hold. +#' @param Description [required] The description of the legal hold. #' @param IdempotencyToken This is a user-chosen string used to distinguish between otherwise #' identical calls. Retrying a successful request with the same idempotency #' token results in a success message with no action taken. -#' @param RecoveryPointSelection This specifies criteria to assign a set of resources, such as resource -#' types or backup vaults. +#' @param RecoveryPointSelection The criteria to assign a set of resources, such as resource types or +#' backup vaults. #' @param Tags Optional tags to include. A tag is a key-value pair you can use to #' manage, filter, and search for your resources. Allowed characters #' include UTF-8 letters, numbers, spaces, and the following @@ -244,39 +236,26 @@ backup_create_legal_hold <- function(Title, Description, IdempotencyToken = NULL } .backup$operations$create_legal_hold <- backup_create_legal_hold -#' This request creates a logical container to where backups may be copied +#' Creates a logical container to where backups may be copied #' #' @description -#' This request creates a logical container to where backups may be copied. +#' Creates a logical container to where backups may be copied. #' #' See [https://www.paws-r-sdk.com/docs/backup_create_logically_air_gapped_backup_vault/](https://www.paws-r-sdk.com/docs/backup_create_logically_air_gapped_backup_vault/) for full documentation. #' -#' @param BackupVaultName [required] This is the name of the vault that is being created. -#' @param BackupVaultTags These are the tags that will be included in the newly-created vault. -#' @param CreatorRequestId This is the ID of the creation request. +#' @param BackupVaultName [required] The name of a logical container where backups are stored. Logically +#' air-gapped backup vaults are identified by names that are unique to the +#' account used to create them and the Region where they are created. +#' @param BackupVaultTags The tags to assign to the vault. +#' @param CreatorRequestId The ID of the creation request. #' #' This parameter is optional. If used, this parameter must contain 1 to 50 #' alphanumeric or '-_.' characters. #' @param MinRetentionDays [required] This setting specifies the minimum retention period that the vault -#' retains its recovery points. If this parameter is not specified, no -#' minimum retention period is enforced. -#' -#' If specified, any backup or copy job to the vault must have a lifecycle -#' policy with a retention period equal to or longer than the minimum -#' retention period. If a job retention period is shorter than that minimum -#' retention period, then the vault fails the backup or copy job, and you -#' should either modify your lifecycle settings or use a different vault. -#' @param MaxRetentionDays [required] This is the setting that specifies the maximum retention period that the -#' vault retains its recovery points. If this parameter is not specified, -#' Backup does not enforce a maximum retention period on the recovery -#' points in the vault (allowing indefinite storage). +#' retains its recovery points. #' -#' If specified, any backup or copy job to the vault must have a lifecycle -#' policy with a retention period equal to or shorter than the maximum -#' retention period. If the job retention period is longer than that -#' maximum retention period, then the vault fails the backup or copy job, -#' and you should either modify your lifecycle settings or use a different -#' vault. +#' The minimum value accepted is 7 days. +#' @param MaxRetentionDays [required] The maximum retention period that the vault retains its recovery points. #' #' @keywords internal #' @@ -322,8 +301,7 @@ backup_create_logically_air_gapped_backup_vault <- function(BackupVaultName, Bac #' If the report template is `RESOURCE_COMPLIANCE_REPORT` or #' `CONTROL_COMPLIANCE_REPORT`, this API resource also describes the report #' coverage by Amazon Web Services Regions and frameworks. -#' @param ReportPlanTags Metadata that you can assign to help organize the report plans that you -#' create. Each tag is a key-value pair. +#' @param ReportPlanTags The tags to assign to the report plan. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between #' otherwise identical calls to `CreateReportPlanInput`. Retrying a #' successful request with the same idempotency token results in a success @@ -350,12 +328,10 @@ backup_create_report_plan <- function(ReportPlanName, ReportPlanDescription = NU } .backup$operations$create_report_plan <- backup_create_report_plan -#' This is the first of two steps to create a restore testing plan; once -#' this request is successful, finish the procedure with request -#' CreateRestoreTestingSelection +#' Creates a restore testing plan #' #' @description -#' This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection. +#' Creates a restore testing plan. #' #' See [https://www.paws-r-sdk.com/docs/backup_create_restore_testing_plan/](https://www.paws-r-sdk.com/docs/backup_create_restore_testing_plan/) for full documentation. #' @@ -371,10 +347,7 @@ backup_create_report_plan <- function(ReportPlanName, ReportPlanDescription = NU #' The `RestoreTestingPlanName` is a unique string that is the name of the #' restore testing plan. This cannot be changed after creation, and it must #' consist of only alphanumeric characters and underscores. -#' @param Tags Optional tags to include. A tag is a key-value pair you can use to -#' manage, filter, and search for your resources. Allowed characters -#' include UTF-8 letters,numbers, spaces, and the following characters: + - -#' = . _ : /. +#' @param Tags The tags to assign to the restore testing plan. #' #' @keywords internal #' @@ -518,8 +491,7 @@ backup_delete_backup_selection <- function(BackupPlanId, SelectionId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' @keywords internal #' @@ -615,8 +587,7 @@ backup_delete_backup_vault_lock_configuration <- function(BackupVaultName) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Region where they are created. They consist of lowercase -#' letters, numbers, and hyphens. +#' them and the Region where they are created. #' #' @keywords internal #' @@ -678,8 +649,7 @@ backup_delete_framework <- function(FrameworkName) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. @@ -837,9 +807,8 @@ backup_describe_backup_job <- function(BackupJobId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' them and the Amazon Web Services Region where they are created. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' #' @keywords internal #' @@ -996,12 +965,11 @@ backup_describe_protected_resource <- function(ResourceArn) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' #' @keywords internal #' @@ -1192,13 +1160,12 @@ backup_disassociate_recovery_point <- function(BackupVaultName, RecoveryPointArn #' #' See [https://www.paws-r-sdk.com/docs/backup_disassociate_recovery_point_from_parent/](https://www.paws-r-sdk.com/docs/backup_disassociate_recovery_point_from_parent/) for full documentation. #' -#' @param BackupVaultName [required] This is the name of a logical container where the child (nested) -#' recovery point is stored. Backup vaults are identified by names that are -#' unique to the account used to create them and the Amazon Web Services -#' Region where they are created. They consist of lowercase letters, -#' numbers, and hyphens. -#' @param RecoveryPointArn [required] This is the Amazon Resource Name (ARN) that uniquely identifies the -#' child (nested) recovery point; for example, +#' @param BackupVaultName [required] The name of a logical container where the child (nested) recovery point +#' is stored. Backup vaults are identified by names that are unique to the +#' account used to create them and the Amazon Web Services Region where +#' they are created. +#' @param RecoveryPointArn [required] The Amazon Resource Name (ARN) that uniquely identifies the child +#' (nested) recovery point; for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.` #' #' @keywords internal @@ -1388,8 +1355,7 @@ backup_get_backup_selection <- function(BackupPlanId, SelectionId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' @keywords internal #' @@ -1421,8 +1387,7 @@ backup_get_backup_vault_access_policy <- function(BackupVaultName) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' @keywords internal #' @@ -1452,9 +1417,7 @@ backup_get_backup_vault_notifications <- function(BackupVaultName) { #' #' See [https://www.paws-r-sdk.com/docs/backup_get_legal_hold/](https://www.paws-r-sdk.com/docs/backup_get_legal_hold/) for full documentation. #' -#' @param LegalHoldId [required] This is the ID required to use -#' [`get_legal_hold`][backup_get_legal_hold]. This unique ID is associated -#' with a specific legal hold. +#' @param LegalHoldId [required] The ID of the legal hold. #' #' @keywords internal #' @@ -1487,12 +1450,11 @@ backup_get_legal_hold <- function(LegalHoldId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' #' @keywords internal #' @@ -1553,7 +1515,7 @@ backup_get_restore_job_metadata <- function(RestoreJobId) { #' #' See [https://www.paws-r-sdk.com/docs/backup_get_restore_testing_inferred_metadata/](https://www.paws-r-sdk.com/docs/backup_get_restore_testing_inferred_metadata/) for full documentation. #' -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create #' them and the Amazon Web ServicesRegion where they are created. They @@ -1737,16 +1699,14 @@ backup_get_supported_resource_types <- function() { #' #' `AGGREGATE_ALL` aggregates job counts for all message categories and #' returns the sum. -#' @param AggregationPeriod This is the period that sets the boundaries for returned results. -#' -#' Acceptable values include +#' @param AggregationPeriod The period for the returned results. #' -#' - `ONE_DAY` for daily job count for the prior 14 days. +#' - `ONE_DAY` - The daily job count for the prior 14 days. #' -#' - `SEVEN_DAYS` for the aggregated job count for the prior 7 days. +#' - `SEVEN_DAYS` - The aggregated job count for the prior 7 days. #' -#' - `FOURTEEN_DAYS` for aggregated job count for prior 14 days. -#' @param MaxResults This parameter sets the maximum number of items to be returned. +#' - `FOURTEEN_DAYS` - The aggregated job count for prior 14 days. +#' @param MaxResults The maximum number of items to be returned. #' #' The value is an integer. Range of accepted values is from 1 to 500. #' @param NextToken The next item following a partial list of returned resources. For @@ -1806,8 +1766,7 @@ backup_list_backup_job_summaries <- function(AccountId = NULL, State = NULL, Res #' @param ByBackupVaultName Returns only backup jobs that will be stored in the specified backup #' vault. Backup vaults are identified by names that are unique to the #' account used to create them and the Amazon Web Services Region where -#' they are created. They consist of lowercase letters, numbers, and -#' hyphens. +#' they are created. #' @param ByCreatedBefore Returns only backup jobs that were created before the specified date. #' @param ByCreatedAfter Returns only backup jobs that were created after the specified date. #' @param ByResourceType Returns only backup jobs for the specified resources: @@ -1830,19 +1789,20 @@ backup_list_backup_job_summaries <- function(AccountId = NULL, State = NULL, Res #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByAccountId The account ID to list the jobs from. Returns only backup jobs #' associated with the specified account ID. #' @@ -1888,11 +1848,10 @@ backup_list_backup_jobs <- function(NextToken = NULL, MaxResults = NULL, ByResou } .backup$operations$list_backup_jobs <- backup_list_backup_jobs -#' Returns metadata of your saved backup plan templates, including the -#' template ID, name, and the creation and deletion dates +#' Lists the backup plan templates #' #' @description -#' Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates. +#' Lists the backup plan templates. #' #' See [https://www.paws-r-sdk.com/docs/backup_list_backup_plan_templates/](https://www.paws-r-sdk.com/docs/backup_list_backup_plan_templates/) for full documentation. #' @@ -1900,7 +1859,7 @@ backup_list_backup_jobs <- function(NextToken = NULL, MaxResults = NULL, ByResou #' if a request is made to return `MaxResults` number of items, `NextToken` #' allows you to return more items in your list starting at the location #' pointed to by the next token. -#' @param MaxResults The maximum number of items to be returned. +#' @param MaxResults The maximum number of items to return. #' #' @keywords internal #' @@ -1960,10 +1919,10 @@ backup_list_backup_plan_versions <- function(BackupPlanId, NextToken = NULL, Max } .backup$operations$list_backup_plan_versions <- backup_list_backup_plan_versions -#' Returns a list of all active backup plans for an authenticated account +#' Lists the active backup plans for the account #' #' @description -#' Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs. +#' Lists the active backup plans for the account. #' #' See [https://www.paws-r-sdk.com/docs/backup_list_backup_plans/](https://www.paws-r-sdk.com/docs/backup_list_backup_plans/) for full documentation. #' @@ -2117,13 +2076,13 @@ backup_list_backup_vaults <- function(ByVaultType = NULL, ByShared = NULL, NextT #' #' `AGGREGATE_ALL` aggregates job counts for all message categories and #' returns the sum. -#' @param AggregationPeriod This is the period that sets the boundaries for returned results. +#' @param AggregationPeriod The period for the returned results. #' -#' - `ONE_DAY` for daily job count for the prior 14 days. +#' - `ONE_DAY` - The daily job count for the prior 14 days. #' -#' - `SEVEN_DAYS` for the aggregated job count for the prior 7 days. +#' - `SEVEN_DAYS` - The aggregated job count for the prior 7 days. #' -#' - `FOURTEEN_DAYS` for aggregated job count for prior 14 days. +#' - `FOURTEEN_DAYS` - The aggregated job count for prior 14 days. #' @param MaxResults This parameter sets the maximum number of items to be returned. #' #' The value is an integer. Range of accepted values is from 1 to 500. @@ -2190,22 +2149,23 @@ backup_list_copy_job_summaries <- function(AccountId = NULL, State = NULL, Resou #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByDestinationVaultArn An Amazon Resource Name (ARN) that uniquely identifies a source backup #' vault to copy from; for example, -#' `arn:aws:backup:us-east-1:123456789012:vault:aBackupVault`. +#' `arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`. #' @param ByAccountId The account ID to list the jobs from. Returns only copy jobs associated #' with the specified account ID. #' @param ByCompleteBefore Returns only copy jobs completed before a date expressed in Unix format @@ -2362,10 +2322,10 @@ backup_list_protected_resources <- function(NextToken = NULL, MaxResults = NULL) #' #' See [https://www.paws-r-sdk.com/docs/backup_list_protected_resources_by_backup_vault/](https://www.paws-r-sdk.com/docs/backup_list_protected_resources_by_backup_vault/) for full documentation. #' -#' @param BackupVaultName [required] This is the list of protected resources by backup vault within the -#' vault(s) you specify by name. -#' @param BackupVaultAccountId This is the list of protected resources by backup vault within the -#' vault(s) you specify by account ID. +#' @param BackupVaultName [required] The list of protected resources by backup vault within the vault(s) you +#' specify by name. +#' @param BackupVaultAccountId The list of protected resources by backup vault within the vault(s) you +#' specify by account ID. #' @param NextToken The next item following a partial list of returned items. For example, #' if a request is made to return `MaxResults` number of items, `NextToken` #' allows you to return more items in your list starting at the location @@ -2403,8 +2363,7 @@ backup_list_protected_resources_by_backup_vault <- function(BackupVaultName, Bac #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' Backup vault name might not be available when a supported service #' creates the backup. @@ -2436,19 +2395,20 @@ backup_list_protected_resources_by_backup_vault <- function(BackupVaultName, Bac #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByBackupPlanId Returns only recovery points that match the specified backup plan ID. #' @param ByCreatedBefore Returns only recovery points that were created before the specified #' timestamp. @@ -2486,12 +2446,12 @@ backup_list_recovery_points_by_backup_vault <- function(BackupVaultName, BackupV #' #' See [https://www.paws-r-sdk.com/docs/backup_list_recovery_points_by_legal_hold/](https://www.paws-r-sdk.com/docs/backup_list_recovery_points_by_legal_hold/) for full documentation. #' -#' @param LegalHoldId [required] This is the ID of the legal hold. -#' @param NextToken This is the next item following a partial list of returned resources. -#' For example, if a request is made to return `MaxResults` number of +#' @param LegalHoldId [required] The ID of the legal hold. +#' @param NextToken The next item following a partial list of returned resources. For +#' example, if a request is made to return `MaxResults` number of #' resources, `NextToken` allows you to return more items in your list #' starting at the location pointed to by the next token. -#' @param MaxResults This is the maximum number of resource list items to be returned. +#' @param MaxResults The maximum number of resource list items to be returned. #' #' @keywords internal #' @@ -2514,11 +2474,11 @@ backup_list_recovery_points_by_legal_hold <- function(LegalHoldId, NextToken = N } .backup$operations$list_recovery_points_by_legal_hold <- backup_list_recovery_points_by_legal_hold -#' Returns detailed information about all the recovery points of the type -#' specified by a resource Amazon Resource Name (ARN) +#' The information about the recovery points of the type specified by a +#' resource Amazon Resource Name (ARN) #' #' @description -#' Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). +#' The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN). #' #' See [https://www.paws-r-sdk.com/docs/backup_list_recovery_points_by_resource/](https://www.paws-r-sdk.com/docs/backup_list_recovery_points_by_resource/) for full documentation. #' @@ -2680,15 +2640,13 @@ backup_list_report_plans <- function(MaxResults = NULL, NextToken = NULL) { #' The type of Amazon Web Services resource to be backed up; for example, #' an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon #' Relational Database Service (Amazon RDS) database. -#' @param AggregationPeriod This is the period that sets the boundaries for returned results. -#' -#' Acceptable values include +#' @param AggregationPeriod The period for the returned results. #' -#' - `ONE_DAY` for daily job count for the prior 14 days. +#' - `ONE_DAY` - The daily job count for the prior 14 days. #' -#' - `SEVEN_DAYS` for the aggregated job count for the prior 7 days. +#' - `SEVEN_DAYS` - The aggregated job count for the prior 7 days. #' -#' - `FOURTEEN_DAYS` for aggregated job count for prior 14 days. +#' - `FOURTEEN_DAYS` - The aggregated job count for prior 14 days. #' @param MaxResults This parameter sets the maximum number of items to be returned. #' #' The value is an integer. Range of accepted values is from 1 to 500. @@ -2754,19 +2712,20 @@ backup_list_restore_job_summaries <- function(AccountId = NULL, State = NULL, Re #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByCreatedBefore Returns only restore jobs that were created before the specified date. #' @param ByCreatedAfter Returns only restore jobs that were created after the specified date. #' @param ByStatus Returns only restore jobs associated with the specified job status. @@ -2909,11 +2868,11 @@ backup_list_restore_testing_selections <- function(MaxResults = NULL, NextToken } .backup$operations$list_restore_testing_selections <- backup_list_restore_testing_selections -#' Returns a list of key-value pairs assigned to a target recovery point, -#' backup plan, or backup vault +#' Returns the tags assigned to the resource, such as a target recovery +#' point, backup plan, or backup vault #' #' @description -#' Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault. +#' Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault. #' #' See [https://www.paws-r-sdk.com/docs/backup_list_tags/](https://www.paws-r-sdk.com/docs/backup_list_tags/) for full documentation. #' @@ -2958,8 +2917,7 @@ backup_list_tags <- function(ResourceArn, NextToken = NULL, MaxResults = NULL) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param Policy The backup vault access policy document in JSON format. #' #' @keywords internal @@ -2998,8 +2956,10 @@ backup_put_backup_vault_access_policy <- function(BackupVaultName, Policy = NULL #' useful if, for example, your organization's policies require you to #' retain certain data for at least seven years (2555 days). #' -#' If this parameter is not specified, Vault Lock will not enforce a -#' minimum retention period. +#' This parameter is required when a vault lock is created through +#' CloudFormation; otherwise, this parameter is optional. If this parameter +#' is not specified, Vault Lock will not enforce a minimum retention +#' period. #' #' If this parameter is specified, any backup or copy job to the vault must #' have a lifecycle policy with a retention period equal to or longer than @@ -3081,8 +3041,7 @@ backup_put_backup_vault_lock_configuration <- function(BackupVaultName, MinReten #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param SNSTopicArn [required] The Amazon Resource Name (ARN) that specifies the topic for a backup #' vault’s events; for example, #' `arn:aws:sns:us-west-2:111122223333:MyVaultTopic`. @@ -3103,10 +3062,10 @@ backup_put_backup_vault_lock_configuration <- function(BackupVaultName, MinReten #' #' - `S3_BACKUP_OBJECT_FAILED` | `S3_RESTORE_OBJECT_FAILED` #' -#' The list below shows items that are deprecated events (for reference) -#' and are no longer in use. They are no longer supported and will not -#' return statuses or notifications. Refer to the list above for current -#' supported events. +#' The list below includes both supported events and deprecated events that +#' are no longer in use (for reference). Deprecated events do not return +#' statuses or notifications. Refer to the list above for the supported +#' events. #' #' @keywords internal #' @@ -3138,7 +3097,7 @@ backup_put_backup_vault_notifications <- function(BackupVaultName, SNSTopicArn, #' See [https://www.paws-r-sdk.com/docs/backup_put_restore_validation_result/](https://www.paws-r-sdk.com/docs/backup_put_restore_validation_result/) for full documentation. #' #' @param RestoreJobId [required] This is a unique identifier of a restore job within Backup. -#' @param ValidationStatus [required] This is the status of your restore validation. +#' @param ValidationStatus [required] The status of your restore validation. #' @param ValidationStatusMessage This is an optional message string you can input to describe the #' validation status for the restore test validation. #' @@ -3172,8 +3131,7 @@ backup_put_restore_validation_result <- function(RestoreJobId, ValidationStatus, #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param ResourceArn [required] An Amazon Resource Name (ARN) that uniquely identifies a resource. The #' format of the ARN depends on the resource type. #' @param IamRoleArn [required] Specifies the IAM role ARN used to create the target recovery point; for @@ -3216,17 +3174,15 @@ backup_put_restore_validation_result <- function(RestoreJobId, ValidationStatus, #' “transition to cold after days” setting cannot be changed after a backup #' has been transitioned to cold. #' -#' Resource types that are able to be transitioned to cold storage are -#' listed in the "Lifecycle to cold storage" section of the [Feature -#' availability by -#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) +#' Resource types that can transition to cold storage are listed in the +#' [Feature availability by +#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource) #' table. Backup ignores this expression for other resource types. #' #' This parameter has a maximum value of 100 years (36,500 days). -#' @param RecoveryPointTags To help organize your resources, you can assign your own metadata to the -#' resources that you create. Each tag is a key-value pair. -#' @param BackupOptions Specifies the backup option for a selected resource. This option is only -#' available for Windows Volume Shadow Copy Service (VSS) backup jobs. +#' @param RecoveryPointTags The tags to assign to the resources. +#' @param BackupOptions The backup option for a selected resource. This option is only available +#' for Windows Volume Shadow Copy Service (VSS) backup jobs. #' #' Valid values: Set to `"WindowsVSS":"enabled"` to enable the `WindowsVSS` #' backup option and create a Windows VSS backup. Set to @@ -3267,10 +3223,9 @@ backup_start_backup_job <- function(BackupVaultName, ResourceArn, IamRoleArn, Id #' @param SourceBackupVaultName [required] The name of a logical source container where backups are stored. Backup #' vaults are identified by names that are unique to the account used to #' create them and the Amazon Web Services Region where they are created. -#' They consist of lowercase letters, numbers, and hyphens. #' @param DestinationBackupVaultArn [required] An Amazon Resource Name (ARN) that uniquely identifies a destination #' backup vault to copy to; for example, -#' `arn:aws:backup:us-east-1:123456789012:vault:aBackupVault`. +#' `arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`. #' @param IamRoleArn [required] Specifies the IAM role ARN used to copy the target recovery point; for #' example, `arn:aws:iam::123456789012:role/S3Access`. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between @@ -3343,8 +3298,7 @@ backup_start_report_job <- function(ReportPlanName, IdempotencyToken = NULL) { #' #' @param RecoveryPointArn [required] An ARN that uniquely identifies a recovery point; for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. -#' @param Metadata [required] A set of metadata key-value pairs. Contains information, such as a -#' resource name, required to restore a recovery point. +#' @param Metadata [required] A set of metadata key-value pairs. #' #' You can get configuration metadata about a resource at the time it was #' backed up by calling @@ -3354,34 +3308,53 @@ backup_start_report_job <- function(ReportPlanName, IdempotencyToken = NULL) { #' might be required to restore a resource. For example, you might need to #' provide a new resource name if the original already exists. #' -#' You need to specify specific metadata to restore an Amazon Elastic File -#' System (Amazon EFS) instance: +#' For more information about the metadata for each resource, see the +#' following: +#' +#' - [Metadata for Amazon +#' Aurora](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-aur.html#aur-restore-cli) +#' +#' - [Metadata for Amazon +#' DocumentDB](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-docdb.html#docdb-restore-cli) +#' +#' - [Metadata for +#' CloudFormation](https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-application-stacks.html#restoring-cfn-cli) +#' +#' - [Metadata for Amazon +#' DynamoDB](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-dynamodb.html#ddb-restore-cli) +#' +#' - [Metadata for Amazon +#' EBS](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ebs.html#ebs-restore-cli) +#' +#' - [Metadata for Amazon +#' EC2](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ec2.html#restoring-ec2-cli) +#' +#' - [Metadata for Amazon +#' EFS](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-efs.html#efs-restore-cli) +#' +#' - [Metadata for Amazon +#' FSx](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-fsx.html#fsx-restore-cli) #' -#' - `file-system-id`: The ID of the Amazon EFS file system that is -#' backed up by Backup. Returned in -#' [`get_recovery_point_restore_metadata`][backup_get_recovery_point_restore_metadata]. +#' - [Metadata for Amazon +#' Neptune](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-nep.html#nep-restore-cli) #' -#' - `Encrypted`: A Boolean value that, if true, specifies that the file -#' system is encrypted. If `KmsKeyId` is specified, `Encrypted` must be -#' set to `true`. +#' - [Metadata for Amazon +#' RDS](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-rds.html#rds-restore-cli) #' -#' - `KmsKeyId`: Specifies the Amazon Web Services KMS key that is used -#' to encrypt the restored file system. You can specify a key from -#' another Amazon Web Services account provided that key it is properly -#' shared with your account via Amazon Web Services KMS. +#' - [Metadata for Amazon +#' Redshift](https://docs.aws.amazon.com/aws-backup/latest/devguide/redshift-restores.html#redshift-restore-api) #' -#' - `PerformanceMode`: Specifies the throughput mode of the file system. +#' - [Metadata for Storage +#' Gateway](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-storage-gateway.html#restoring-sgw-cli) #' -#' - `CreationToken`: A user-supplied value that ensures the uniqueness -#' (idempotency) of the request. +#' - [Metadata for Amazon +#' S3](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html#s3-restore-cli) #' -#' - `newFileSystem`: A Boolean value that, if true, specifies that the -#' recovery point is restored to a new Amazon EFS file system. +#' - [Metadata for Amazon +#' Timestream](https://docs.aws.amazon.com/aws-backup/latest/devguide/timestream-restore.html#timestream-restore-api) #' -#' - `ItemsToRestore`: An array of one to five strings where each string -#' is a file path. Use `ItemsToRestore` to restore specific files or -#' directories rather than the entire file system. This parameter is -#' optional. For example, `"itemsToRestore":"[\"/my.test\"]"`. +#' - [Metadata for virtual +#' machines](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-vm.html#vm-restore-cli) #' @param IamRoleArn The Amazon Resource Name (ARN) of the IAM role that Backup uses to #' create the target resource; for example: #' `arn:aws:iam::123456789012:role/S3Access`. @@ -3393,35 +3366,35 @@ backup_start_report_job <- function(ReportPlanName, IdempotencyToken = NULL) { #' @param ResourceType Starts a job to restore a recovery point for one of the following #' resources: #' -#' - `Aurora` for Amazon Aurora +#' - `Aurora` - Amazon Aurora #' -#' - `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility) +#' - `DocumentDB` - Amazon DocumentDB #' -#' - `CloudFormation` for CloudFormation +#' - `CloudFormation` - CloudFormation #' -#' - `DynamoDB` for Amazon DynamoDB +#' - `DynamoDB` - Amazon DynamoDB #' -#' - `EBS` for Amazon Elastic Block Store +#' - `EBS` - Amazon Elastic Block Store #' -#' - `EC2` for Amazon Elastic Compute Cloud +#' - `EC2` - Amazon Elastic Compute Cloud #' -#' - `EFS` for Amazon Elastic File System +#' - `EFS` - Amazon Elastic File System #' -#' - `FSx` for Amazon FSx +#' - `FSx` - Amazon FSx #' -#' - `Neptune` for Amazon Neptune +#' - `Neptune` - Amazon Neptune #' -#' - `RDS` for Amazon Relational Database Service +#' - `RDS` - Amazon Relational Database Service #' -#' - `Redshift` for Amazon Redshift +#' - `Redshift` - Amazon Redshift #' -#' - `Storage Gateway` for Storage Gateway +#' - `Storage Gateway` - Storage Gateway #' -#' - `S3` for Amazon S3 +#' - `S3` - Amazon Simple Storage Service #' -#' - `Timestream` for Amazon Timestream +#' - `Timestream` - Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` - Virtual machines #' @param CopySourceTagsToRestoredResource This is an optional parameter. If this equals `True`, tags included in #' the backup will be copied to the restored resource. #' @@ -3488,6 +3461,13 @@ backup_stop_backup_job <- function(BackupJobId) { #' #' @param ResourceArn [required] An ARN that uniquely identifies a resource. The format of the ARN #' depends on the type of the tagged resource. +#' +#' ARNs that do not include `backup` are incompatible with tagging. +#' [`tag_resource`][backup_tag_resource] and +#' [`untag_resource`][backup_untag_resource] with invalid ARNs will result +#' in an error. Acceptable ARN content can include +#' `arn:aws:backup:us-east`. Invalid ARN content may look like +#' `arn:aws:ec2:us-east`. #' @param Tags [required] Key-value pairs that are used to help organize your resources. You can #' assign your own metadata to the resources you create. For clarity, this #' is the structure to assign tags: `[{"Key":"string","Value":"string"}]`. @@ -3523,8 +3503,14 @@ backup_tag_resource <- function(ResourceArn, Tags) { #' #' @param ResourceArn [required] An ARN that uniquely identifies a resource. The format of the ARN #' depends on the type of the tagged resource. -#' @param TagKeyList [required] A list of keys to identify which key-value tags to remove from a -#' resource. +#' +#' ARNs that do not include `backup` are incompatible with tagging. +#' [`tag_resource`][backup_tag_resource] and +#' [`untag_resource`][backup_untag_resource] with invalid ARNs will result +#' in an error. Acceptable ARN content can include +#' `arn:aws:backup:us-east`. Invalid ARN content may look like +#' `arn:aws:ec2:us-east`. +#' @param TagKeyList [required] The keys to identify which key-value tags to remove from a resource. #' #' @keywords internal #' @@ -3547,17 +3533,16 @@ backup_untag_resource <- function(ResourceArn, TagKeyList) { } .backup$operations$untag_resource <- backup_untag_resource -#' Updates an existing backup plan identified by its backupPlanId with the -#' input document in JSON format +#' Updates the specified backup plan #' #' @description -#' Updates an existing backup plan identified by its `backupPlanId` with the input document in JSON format. The new version is uniquely identified by a `VersionId`. +#' Updates the specified backup plan. The new version is uniquely identified by its ID. #' #' See [https://www.paws-r-sdk.com/docs/backup_update_backup_plan/](https://www.paws-r-sdk.com/docs/backup_update_backup_plan/) for full documentation. #' -#' @param BackupPlanId [required] Uniquely identifies a backup plan. -#' @param BackupPlan [required] Specifies the body of a backup plan. Includes a `BackupPlanName` and one -#' or more sets of `Rules`. +#' @param BackupPlanId [required] The ID of the backup plan. +#' @param BackupPlan [required] The body of a backup plan. Includes a `BackupPlanName` and one or more +#' sets of `Rules`. #' #' @keywords internal #' @@ -3580,11 +3565,10 @@ backup_update_backup_plan <- function(BackupPlanId, BackupPlan) { } .backup$operations$update_backup_plan <- backup_update_backup_plan -#' Updates an existing framework identified by its FrameworkName with the -#' input document in JSON format +#' Updates the specified framework #' #' @description -#' Updates an existing framework identified by its `FrameworkName` with the input document in JSON format. +#' Updates the specified framework. #' #' See [https://www.paws-r-sdk.com/docs/backup_update_framework/](https://www.paws-r-sdk.com/docs/backup_update_framework/) for full documentation. #' @@ -3593,8 +3577,8 @@ backup_update_backup_plan <- function(BackupPlanId, BackupPlan) { #' A-Z), numbers (0-9), and underscores (_). #' @param FrameworkDescription An optional description of the framework with a maximum 1,024 #' characters. -#' @param FrameworkControls A list of the controls that make up the framework. Each control in the -#' list has a name, input parameters, and scope. +#' @param FrameworkControls The controls that make up the framework. Each control in the list has a +#' name, input parameters, and scope. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between #' otherwise identical calls to `UpdateFrameworkInput`. Retrying a #' successful request with the same idempotency token results in a success @@ -3662,8 +3646,7 @@ backup_update_global_settings <- function(GlobalSettings = NULL) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. @@ -3744,11 +3727,10 @@ backup_update_region_settings <- function(ResourceTypeOptInPreference = NULL, Re } .backup$operations$update_region_settings <- backup_update_region_settings -#' Updates an existing report plan identified by its ReportPlanName with -#' the input document in JSON format +#' Updates the specified report plan #' #' @description -#' Updates an existing report plan identified by its `ReportPlanName` with the input document in JSON format. +#' Updates the specified report plan. #' #' See [https://www.paws-r-sdk.com/docs/backup_update_report_plan/](https://www.paws-r-sdk.com/docs/backup_update_report_plan/) for full documentation. #' @@ -3757,11 +3739,10 @@ backup_update_region_settings <- function(ResourceTypeOptInPreference = NULL, Re #' A-Z), numbers (0-9), and underscores (_). #' @param ReportPlanDescription An optional description of the report plan with a maximum 1,024 #' characters. -#' @param ReportDeliveryChannel A structure that contains information about where to deliver your -#' reports, specifically your Amazon S3 bucket name, S3 key prefix, and the -#' formats of your reports. -#' @param ReportSetting Identifies the report template for the report. Reports are built using a -#' report template. The report templates are: +#' @param ReportDeliveryChannel The information about where to deliver your reports, specifically your +#' Amazon S3 bucket name, S3 key prefix, and the formats of your reports. +#' @param ReportSetting The report template for the report. Reports are built using a report +#' template. The report templates are: #' #' `RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT` #' @@ -3802,7 +3783,7 @@ backup_update_report_plan <- function(ReportPlanName, ReportPlanDescription = NU #' See [https://www.paws-r-sdk.com/docs/backup_update_restore_testing_plan/](https://www.paws-r-sdk.com/docs/backup_update_restore_testing_plan/) for full documentation. #' #' @param RestoreTestingPlan [required] Specifies the body of a restore testing plan. -#' @param RestoreTestingPlanName [required] This is the restore testing plan name you wish to update. +#' @param RestoreTestingPlanName [required] The name of the restore testing plan name. #' #' @keywords internal #' @@ -3825,11 +3806,10 @@ backup_update_restore_testing_plan <- function(RestoreTestingPlan, RestoreTestin } .backup$operations$update_restore_testing_plan <- backup_update_restore_testing_plan -#' Most elements except the RestoreTestingSelectionName can be updated with -#' this request +#' Updates the specified restore testing selection #' #' @description -#' Most elements except the `RestoreTestingSelectionName` can be updated with this request. +#' Updates the specified restore testing selection. #' #' See [https://www.paws-r-sdk.com/docs/backup_update_restore_testing_selection/](https://www.paws-r-sdk.com/docs/backup_update_restore_testing_selection/) for full documentation. #' @@ -3839,8 +3819,8 @@ backup_update_restore_testing_plan <- function(RestoreTestingPlan, RestoreTestin #' resource ARNs or conditions, but not both. That is, if your selection #' has `ProtectedResourceArns`, requesting an update with the parameter #' `ProtectedResourceConditions` will be unsuccessful. -#' @param RestoreTestingSelectionName [required] This is the required restore testing selection name of the restore -#' testing selection you wish to update. +#' @param RestoreTestingSelectionName [required] The required restore testing selection name of the restore testing +#' selection you wish to update. #' #' @keywords internal #' diff --git a/cran/paws.storage/R/backup_service.R b/cran/paws.storage/R/backup_service.R index db99f7f840..3313c3000e 100644 --- a/cran/paws.storage/R/backup_service.R +++ b/cran/paws.storage/R/backup_service.R @@ -95,15 +95,15 @@ NULL #' #' @section Operations: #' \tabular{ll}{ -#' \link[=backup_cancel_legal_hold]{cancel_legal_hold} \tab This action removes the specified legal hold on a recovery point\cr +#' \link[=backup_cancel_legal_hold]{cancel_legal_hold} \tab Removes the specified legal hold on a recovery point\cr #' \link[=backup_create_backup_plan]{create_backup_plan} \tab Creates a backup plan using a backup plan name and backup rules\cr #' \link[=backup_create_backup_selection]{create_backup_selection} \tab Creates a JSON document that specifies a set of resources to assign to a backup plan\cr #' \link[=backup_create_backup_vault]{create_backup_vault} \tab Creates a logical container where backups are stored\cr #' \link[=backup_create_framework]{create_framework} \tab Creates a framework with one or more controls\cr -#' \link[=backup_create_legal_hold]{create_legal_hold} \tab This action creates a legal hold on a recovery point (backup)\cr -#' \link[=backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab This request creates a logical container to where backups may be copied\cr +#' \link[=backup_create_legal_hold]{create_legal_hold} \tab Creates a legal hold on a recovery point (backup)\cr +#' \link[=backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab Creates a logical container to where backups may be copied\cr #' \link[=backup_create_report_plan]{create_report_plan} \tab Creates a report plan\cr -#' \link[=backup_create_restore_testing_plan]{create_restore_testing_plan} \tab This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection\cr +#' \link[=backup_create_restore_testing_plan]{create_restore_testing_plan} \tab Creates a restore testing plan\cr #' \link[=backup_create_restore_testing_selection]{create_restore_testing_selection} \tab This request can be sent after CreateRestoreTestingPlan request returns successfully\cr #' \link[=backup_delete_backup_plan]{delete_backup_plan} \tab Deletes a backup plan\cr #' \link[=backup_delete_backup_selection]{delete_backup_selection} \tab Deletes the resource selection associated with a backup plan that is specified by the SelectionId\cr @@ -145,8 +145,8 @@ NULL #' \link[=backup_get_supported_resource_types]{get_supported_resource_types} \tab Returns the Amazon Web Services resource types supported by Backup\cr #' \link[=backup_list_backup_jobs]{list_backup_jobs} \tab Returns a list of existing backup jobs for an authenticated account for the last 30 days\cr #' \link[=backup_list_backup_job_summaries]{list_backup_job_summaries} \tab This is a request for a summary of backup jobs created or running within the most recent 30 days\cr -#' \link[=backup_list_backup_plans]{list_backup_plans} \tab Returns a list of all active backup plans for an authenticated account\cr -#' \link[=backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates\cr +#' \link[=backup_list_backup_plans]{list_backup_plans} \tab Lists the active backup plans for the account\cr +#' \link[=backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Lists the backup plan templates\cr #' \link[=backup_list_backup_plan_versions]{list_backup_plan_versions} \tab Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs\cr #' \link[=backup_list_backup_selections]{list_backup_selections} \tab Returns an array containing metadata of the resources associated with the target backup plan\cr #' \link[=backup_list_backup_vaults]{list_backup_vaults} \tab Returns a list of recovery point storage containers along with information about them\cr @@ -158,7 +158,7 @@ NULL #' \link[=backup_list_protected_resources_by_backup_vault]{list_protected_resources_by_backup_vault} \tab This request lists the protected resources corresponding to each backup vault\cr #' \link[=backup_list_recovery_points_by_backup_vault]{list_recovery_points_by_backup_vault} \tab Returns detailed information about the recovery points stored in a backup vault\cr #' \link[=backup_list_recovery_points_by_legal_hold]{list_recovery_points_by_legal_hold} \tab This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold\cr -#' \link[=backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr +#' \link[=backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr #' \link[=backup_list_report_jobs]{list_report_jobs} \tab Returns details about your report jobs\cr #' \link[=backup_list_report_plans]{list_report_plans} \tab Returns a list of your report plans\cr #' \link[=backup_list_restore_jobs]{list_restore_jobs} \tab Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process\cr @@ -166,7 +166,7 @@ NULL #' \link[=backup_list_restore_job_summaries]{list_restore_job_summaries} \tab This request obtains a summary of restore jobs created or running within the the most recent 30 days\cr #' \link[=backup_list_restore_testing_plans]{list_restore_testing_plans} \tab Returns a list of restore testing plans\cr #' \link[=backup_list_restore_testing_selections]{list_restore_testing_selections} \tab Returns a list of restore testing selections\cr -#' \link[=backup_list_tags]{list_tags} \tab Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault\cr +#' \link[=backup_list_tags]{list_tags} \tab Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault\cr #' \link[=backup_put_backup_vault_access_policy]{put_backup_vault_access_policy} \tab Sets a resource-based policy that is used to manage access permissions on the target backup vault\cr #' \link[=backup_put_backup_vault_lock_configuration]{put_backup_vault_lock_configuration} \tab Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault\cr #' \link[=backup_put_backup_vault_notifications]{put_backup_vault_notifications} \tab Turns on notifications on a backup vault for the specified topic and events\cr @@ -178,14 +178,14 @@ NULL #' \link[=backup_stop_backup_job]{stop_backup_job} \tab Attempts to cancel a job to create a one-time backup of a resource\cr #' \link[=backup_tag_resource]{tag_resource} \tab Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr #' \link[=backup_untag_resource]{untag_resource} \tab Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr -#' \link[=backup_update_backup_plan]{update_backup_plan} \tab Updates an existing backup plan identified by its backupPlanId with the input document in JSON format\cr -#' \link[=backup_update_framework]{update_framework} \tab Updates an existing framework identified by its FrameworkName with the input document in JSON format\cr +#' \link[=backup_update_backup_plan]{update_backup_plan} \tab Updates the specified backup plan\cr +#' \link[=backup_update_framework]{update_framework} \tab Updates the specified framework\cr #' \link[=backup_update_global_settings]{update_global_settings} \tab Updates whether the Amazon Web Services account is opted in to cross-account backup\cr #' \link[=backup_update_recovery_point_lifecycle]{update_recovery_point_lifecycle} \tab Sets the transition lifecycle of a recovery point\cr #' \link[=backup_update_region_settings]{update_region_settings} \tab Updates the current service opt-in settings for the Region\cr -#' \link[=backup_update_report_plan]{update_report_plan} \tab Updates an existing report plan identified by its ReportPlanName with the input document in JSON format\cr +#' \link[=backup_update_report_plan]{update_report_plan} \tab Updates the specified report plan\cr #' \link[=backup_update_restore_testing_plan]{update_restore_testing_plan} \tab This request will send changes to your specified restore testing plan\cr -#' \link[=backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Most elements except the RestoreTestingSelectionName can be updated with this request +#' \link[=backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Updates the specified restore testing selection #' } #' #' @return diff --git a/cran/paws.storage/R/fsx_operations.R b/cran/paws.storage/R/fsx_operations.R index ae1af09cc5..79e83cca3f 100644 --- a/cran/paws.storage/R/fsx_operations.R +++ b/cran/paws.storage/R/fsx_operations.R @@ -7,7 +7,7 @@ NULL #' aliases with an existing Amazon FSx for Windows File Server file system #' #' @description -#' Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system. A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request. For more information, see [Working with DNS Aliases](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html) and [Walkthrough 5: Using DNS aliases to access your file system](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html), including additional steps you must take to be able to access your file system using a DNS alias. +#' Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system. A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request. For more information, see [Working with DNS Aliases](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html) and [Walkthrough 5: Using DNS aliases to access your file system](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/supported-fsx-clients.html#dns-aliases), including additional steps you must take to be able to access your file system using a DNS alias. #' #' See [https://www.paws-r-sdk.com/docs/fsx_associate_file_system_aliases/](https://www.paws-r-sdk.com/docs/fsx_associate_file_system_aliases/) for full documentation. #' @@ -524,7 +524,7 @@ fsx_create_file_cache <- function(ClientRequestToken = NULL, FileCacheType, File #' and on `PERSISTENT_1` Lustre file system deployment types. #' #' Default value is `SSD`. For more information, see [Storage type -#' options](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/#storage-type-options) +#' options](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-configuration.html#optimize-storage-costs) #' in the *FSx for Windows File Server User Guide* and [Multiple storage #' options](https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options) #' in the *FSx for Lustre User Guide*. diff --git a/cran/paws.storage/R/omics_interfaces.R b/cran/paws.storage/R/omics_interfaces.R index b8ae6f7f1a..7068344785 100644 --- a/cran/paws.storage/R/omics_interfaces.R +++ b/cran/paws.storage/R/omics_interfaces.R @@ -387,7 +387,7 @@ NULL .omics$get_read_set_import_job_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), sequenceStoreId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), completionTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sources = structure(list(structure(list(sourceFiles = structure(list(source1 = structure(logical(0), tags = list(type = "string")), source2 = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), sourceFileType = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), subjectId = structure(logical(0), tags = list(type = "string")), sampleId = structure(logical(0), tags = list(type = "string")), generatedFrom = structure(logical(0), tags = list(type = "string")), referenceArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = 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")) + shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), sequenceStoreId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), completionTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sources = structure(list(structure(list(sourceFiles = structure(list(source1 = structure(logical(0), tags = list(type = "string")), source2 = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), sourceFileType = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), subjectId = structure(logical(0), tags = list(type = "string")), sampleId = structure(logical(0), tags = list(type = "string")), generatedFrom = structure(logical(0), tags = list(type = "string")), referenceArn = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), readSetId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -399,7 +399,7 @@ NULL .omics$get_read_set_metadata_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), sequenceStoreId = structure(logical(0), tags = list(type = "string")), subjectId = structure(logical(0), tags = list(type = "string")), sampleId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), fileType = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sequenceInformation = structure(list(totalReadCount = structure(logical(0), tags = list(type = "long", box = TRUE)), totalBaseCount = structure(logical(0), tags = list(type = "long", box = TRUE)), generatedFrom = structure(logical(0), tags = list(type = "string")), alignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), referenceArn = structure(logical(0), tags = list(type = "string")), files = structure(list(source1 = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), source2 = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), index = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), statusMessage = structure(logical(0), tags = list(type = "string")), creationType = structure(logical(0), tags = list(type = "string")), etag = structure(list(algorithm = structure(logical(0), tags = list(type = "string")), source1 = structure(logical(0), tags = list(type = "string")), source2 = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), sequenceStoreId = structure(logical(0), tags = list(type = "string")), subjectId = structure(logical(0), tags = list(type = "string")), sampleId = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), fileType = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sequenceInformation = structure(list(totalReadCount = structure(logical(0), tags = list(type = "long", box = TRUE)), totalBaseCount = structure(logical(0), tags = list(type = "long", box = TRUE)), generatedFrom = structure(logical(0), tags = list(type = "string")), alignment = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), referenceArn = structure(logical(0), tags = list(type = "string")), files = structure(list(source1 = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), source2 = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), index = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), statusMessage = structure(logical(0), tags = list(type = "string")), creationType = structure(logical(0), tags = list(type = "string")), etag = structure(list(algorithm = structure(logical(0), tags = list(type = "string")), source1 = structure(logical(0), tags = list(type = "string")), source2 = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), creationJobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -423,7 +423,7 @@ NULL .omics$get_reference_import_job_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), referenceStoreId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), completionTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sources = structure(list(structure(list(sourceFile = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = 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")) + shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), referenceStoreId = structure(logical(0), tags = list(type = "string")), roleArn = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), completionTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), sources = structure(list(structure(list(sourceFile = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), statusMessage = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), referenceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -435,7 +435,7 @@ NULL .omics$get_reference_metadata_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), referenceStoreId = structure(logical(0), tags = list(type = "string")), md5 = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), files = structure(list(source = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), index = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(id = structure(logical(0), tags = list(type = "string")), arn = structure(logical(0), tags = list(type = "string")), referenceStoreId = structure(logical(0), tags = list(type = "string")), md5 = structure(logical(0), tags = list(type = "string")), status = structure(logical(0), tags = list(type = "string")), name = structure(logical(0), tags = list(type = "string")), description = structure(logical(0), tags = list(type = "string")), creationTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), updateTime = structure(logical(0), tags = list(type = "timestamp", timestampFormat = "iso8601")), files = structure(list(source = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), index = structure(list(totalParts = structure(logical(0), tags = list(type = "integer", box = TRUE)), partSize = structure(logical(0), tags = list(type = "long", box = TRUE)), contentLength = structure(logical(0), tags = list(type = "long", box = TRUE)), s3Access = structure(list(s3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), creationType = structure(logical(0), tags = list(type = "string")), creationJobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } diff --git a/cran/paws.storage/R/omics_operations.R b/cran/paws.storage/R/omics_operations.R index a16dfb2659..45d4437853 100644 --- a/cran/paws.storage/R/omics_operations.R +++ b/cran/paws.storage/R/omics_operations.R @@ -367,21 +367,25 @@ omics_create_reference_store <- function(name, description = NULL, sseConfig = N } .omics$operations$create_reference_store <- omics_create_reference_store -#' Creates a run group +#' You can optionally create a run group to limit the compute resources for +#' the runs that you add to the group #' #' @description -#' Creates a run group. +#' You can optionally create a run group to limit the compute resources for the runs that you add to the group. #' #' See [https://www.paws-r-sdk.com/docs/omics_create_run_group/](https://www.paws-r-sdk.com/docs/omics_create_run_group/) for full documentation. #' #' @param name A name for the group. -#' @param maxCpus The maximum number of CPUs to use in the group. -#' @param maxRuns The maximum number of concurrent runs for the group. -#' @param maxDuration A maximum run time for the group in minutes. +#' @param maxCpus The maximum number of CPUs that can run concurrently across all active +#' runs in the run group. +#' @param maxRuns The maximum number of runs that can be running at the same time. +#' @param maxDuration The maximum time for each run (in minutes). If a run exceeds the maximum +#' run time, the run fails automatically. #' @param tags Tags for the group. #' @param requestId [required] To ensure that requests don't run multiple times, specify a unique ID #' for each request. -#' @param maxGpus The maximum GPUs that can be used by a run group. +#' @param maxGpus The maximum number of GPUs that can run concurrently across all active +#' runs in the run group. #' #' @keywords internal #' @@ -523,7 +527,7 @@ omics_create_variant_store <- function(reference, name = NULL, description = NUL #' @param definitionUri The URI of a definition for the workflow. #' @param main The path of the main definition file for the workflow. #' @param parameterTemplate A parameter template for the workflow. -#' @param storageCapacity The storage capacity for the workflow in gibibytes. +#' @param storageCapacity The default storage capacity for the workflow runs, in gibibytes. #' @param tags Tags for the workflow. #' @param requestId [required] To ensure that requests don't run multiple times, specify a unique ID #' for each request. diff --git a/cran/paws.storage/R/omics_service.R b/cran/paws.storage/R/omics_service.R index 268d6a7325..21398b7852 100644 --- a/cran/paws.storage/R/omics_service.R +++ b/cran/paws.storage/R/omics_service.R @@ -104,7 +104,7 @@ NULL #' \link[=omics_create_annotation_store_version]{create_annotation_store_version} \tab Creates a new version of an annotation store\cr #' \link[=omics_create_multipart_read_set_upload]{create_multipart_read_set_upload} \tab Begins a multipart read set upload\cr #' \link[=omics_create_reference_store]{create_reference_store} \tab Creates a reference store\cr -#' \link[=omics_create_run_group]{create_run_group} \tab Creates a run group\cr +#' \link[=omics_create_run_group]{create_run_group} \tab You can optionally create a run group to limit the compute resources for the runs that you add to the group\cr #' \link[=omics_create_sequence_store]{create_sequence_store} \tab Creates a sequence store\cr #' \link[=omics_create_share]{create_share} \tab Creates a cross-account shared resource\cr #' \link[=omics_create_variant_store]{create_variant_store} \tab Creates a variant store\cr @@ -210,7 +210,7 @@ omics <- function(config = list(), credentials = list(), endpoint = NULL, region service_id = "Omics", api_version = "2022-11-28", signing_name = "omics", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/cran/paws.storage/R/recyclebin_operations.R b/cran/paws.storage/R/recyclebin_operations.R index 609a73d08a..238c6e6147 100644 --- a/cran/paws.storage/R/recyclebin_operations.R +++ b/cran/paws.storage/R/recyclebin_operations.R @@ -6,7 +6,7 @@ NULL #' Creates a Recycle Bin retention rule #' #' @description -#' Creates a Recycle Bin retention rule. For more information, see [Create Recycle Bin retention rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-create-rule) in the *Amazon Elastic Compute Cloud User Guide*. +#' Creates a Recycle Bin retention rule. For more information, see [Create Recycle Bin retention rules](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-create-rule) in the *Amazon Elastic Compute Cloud User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/recyclebin_create_rule/](https://www.paws-r-sdk.com/docs/recyclebin_create_rule/) for full documentation. #' @@ -60,7 +60,7 @@ recyclebin_create_rule <- function(RetentionPeriod, Description = NULL, Tags = N #' Deletes a Recycle Bin retention rule #' #' @description -#' Deletes a Recycle Bin retention rule. For more information, see [Delete Recycle Bin retention rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule) in the *Amazon Elastic Compute Cloud User Guide*. +#' Deletes a Recycle Bin retention rule. For more information, see [Delete Recycle Bin retention rules](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule) in the *Amazon Elastic Compute Cloud User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/recyclebin_delete_rule/](https://www.paws-r-sdk.com/docs/recyclebin_delete_rule/) for full documentation. #' @@ -316,7 +316,7 @@ recyclebin_untag_resource <- function(ResourceArn, TagKeys) { #' Updates an existing Recycle Bin retention rule #' #' @description -#' Updates an existing Recycle Bin retention rule. You can update a retention rule's description, resource tags, and retention period at any time after creation. You can't update a retention rule's resource type after creation. For more information, see [Update Recycle Bin retention rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-update-rule) in the *Amazon Elastic Compute Cloud User Guide*. +#' Updates an existing Recycle Bin retention rule. You can update a retention rule's description, resource tags, and retention period at any time after creation. You can't update a retention rule's resource type after creation. For more information, see [Update Recycle Bin retention rules](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-update-rule) in the *Amazon Elastic Compute Cloud User Guide*. #' #' See [https://www.paws-r-sdk.com/docs/recyclebin_update_rule/](https://www.paws-r-sdk.com/docs/recyclebin_update_rule/) for full documentation. #' diff --git a/cran/paws.storage/R/recyclebin_service.R b/cran/paws.storage/R/recyclebin_service.R index 0dd303c740..76f65ec90b 100644 --- a/cran/paws.storage/R/recyclebin_service.R +++ b/cran/paws.storage/R/recyclebin_service.R @@ -22,7 +22,7 @@ NULL #' restored, the resource is permanently deleted from the Recycle Bin and #' is no longer available for recovery. For more information about Recycle #' Bin, see [Recycle -#' Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +#' Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' @param diff --git a/cran/paws.storage/R/s3_interfaces.R b/cran/paws.storage/R/s3_interfaces.R index 8974a7a0dc..36fc9fb07c 100644 --- a/cran/paws.storage/R/s3_interfaces.R +++ b/cran/paws.storage/R/s3_interfaces.R @@ -17,7 +17,7 @@ NULL .s3$complete_multipart_upload_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Bucket = structure(logical(0), tags = list(location = "uri", locationName = "Bucket", type = "string")), Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string")), MultipartUpload = structure(list(Parts = structure(list(structure(list(ETag = structure(logical(0), tags = list(type = "string")), ChecksumCRC32 = structure(logical(0), tags = list(type = "string")), ChecksumCRC32C = structure(logical(0), tags = list(type = "string")), ChecksumSHA1 = structure(logical(0), tags = list(type = "string")), ChecksumSHA256 = structure(logical(0), tags = list(type = "string")), PartNumber = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(locationName = "Part", type = "list", flattened = TRUE))), tags = list(locationName = "CompleteMultipartUpload", type = "structure")), UploadId = structure(logical(0), tags = list(location = "querystring", locationName = "uploadId", type = "string")), ChecksumCRC32 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32", type = "string")), ChecksumCRC32C = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32c", type = "string")), ChecksumSHA1 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha1", type = "string")), ChecksumSHA256 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha256", type = "string")), RequestPayer = structure(logical(0), tags = list(location = "header", locationName = "x-amz-request-payer", type = "string")), ExpectedBucketOwner = structure(logical(0), tags = list(location = "header", locationName = "x-amz-expected-bucket-owner", type = "string")), SSECustomerAlgorithm = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-algorithm", type = "string")), SSECustomerKey = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key", type = "blob", sensitive = TRUE)), SSECustomerKeyMD5 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key-MD5", type = "string"))), tags = list(type = "structure", payload = "MultipartUpload")) + shape <- structure(list(Bucket = structure(logical(0), tags = list(location = "uri", locationName = "Bucket", type = "string")), Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string")), MultipartUpload = structure(list(Parts = structure(list(structure(list(ETag = structure(logical(0), tags = list(type = "string")), ChecksumCRC32 = structure(logical(0), tags = list(type = "string")), ChecksumCRC32C = structure(logical(0), tags = list(type = "string")), ChecksumSHA1 = structure(logical(0), tags = list(type = "string")), ChecksumSHA256 = structure(logical(0), tags = list(type = "string")), PartNumber = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(locationName = "Part", type = "list", flattened = TRUE))), tags = list(locationName = "CompleteMultipartUpload", type = "structure")), UploadId = structure(logical(0), tags = list(location = "querystring", locationName = "uploadId", type = "string")), ChecksumCRC32 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32", type = "string")), ChecksumCRC32C = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32c", type = "string")), ChecksumSHA1 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha1", type = "string")), ChecksumSHA256 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha256", type = "string")), RequestPayer = structure(logical(0), tags = list(location = "header", locationName = "x-amz-request-payer", type = "string")), ExpectedBucketOwner = structure(logical(0), tags = list(location = "header", locationName = "x-amz-expected-bucket-owner", type = "string")), IfNoneMatch = structure(logical(0), tags = list(location = "header", locationName = "If-None-Match", type = "string")), SSECustomerAlgorithm = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-algorithm", type = "string")), SSECustomerKey = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key", type = "blob", sensitive = TRUE)), SSECustomerKeyMD5 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key-MD5", type = "string"))), tags = list(type = "structure", payload = "MultipartUpload")) return(populate(args, shape)) } @@ -696,12 +696,14 @@ NULL } .s3$list_buckets_input <- function(...) { - list() + args <- c(as.list(environment()), list(...)) + shape <- structure(list(MaxBuckets = structure(logical(0), tags = list(location = "querystring", locationName = "max-buckets", type = "integer", box = TRUE)), ContinuationToken = structure(logical(0), tags = list(location = "querystring", locationName = "continuation-token", type = "string"))), tags = list(type = "structure")) + return(populate(args, shape)) } .s3$list_buckets_output <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(Buckets = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(locationName = "Bucket", type = "structure"))), tags = list(locationNameList = "Bucket", type = "list")), Owner = structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), ID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")) + shape <- structure(list(Buckets = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), CreationDate = structure(logical(0), tags = list(type = "timestamp"))), tags = list(locationName = "Bucket", type = "structure"))), tags = list(locationNameList = "Bucket", type = "list")), Owner = structure(list(DisplayName = structure(logical(0), tags = list(type = "string")), ID = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ContinuationToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")) return(populate(args, shape)) } @@ -979,7 +981,7 @@ NULL .s3$put_object_input <- function(...) { args <- c(as.list(environment()), list(...)) - shape <- structure(list(ACL = structure(logical(0), tags = list(location = "header", locationName = "x-amz-acl", type = "string")), Body = structure(logical(0), tags = list(streaming = TRUE, type = "blob")), Bucket = structure(logical(0), tags = list(location = "uri", locationName = "Bucket", type = "string")), CacheControl = structure(logical(0), tags = list(location = "header", locationName = "Cache-Control", type = "string")), ContentDisposition = structure(logical(0), tags = list(location = "header", locationName = "Content-Disposition", type = "string")), ContentEncoding = structure(logical(0), tags = list(location = "header", locationName = "Content-Encoding", type = "string")), ContentLanguage = structure(logical(0), tags = list(location = "header", locationName = "Content-Language", type = "string")), ContentLength = structure(logical(0), tags = list(location = "header", locationName = "Content-Length", type = "long")), ContentMD5 = structure(logical(0), tags = list(location = "header", locationName = "Content-MD5", type = "string")), ContentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), ChecksumAlgorithm = structure(logical(0), tags = list(location = "header", locationName = "x-amz-sdk-checksum-algorithm", type = "string")), ChecksumCRC32 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32", type = "string")), ChecksumCRC32C = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32c", type = "string")), ChecksumSHA1 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha1", type = "string")), ChecksumSHA256 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha256", type = "string")), Expires = structure(logical(0), tags = list(location = "header", locationName = "Expires", type = "timestamp")), GrantFullControl = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-full-control", type = "string")), GrantRead = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-read", type = "string")), GrantReadACP = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-read-acp", type = "string")), GrantWriteACP = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-write-acp", type = "string")), Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "headers", locationName = "x-amz-meta-", type = "map")), ServerSideEncryption = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption", type = "string")), StorageClass = structure(logical(0), tags = list(location = "header", locationName = "x-amz-storage-class", type = "string")), WebsiteRedirectLocation = structure(logical(0), tags = list(location = "header", locationName = "x-amz-website-redirect-location", type = "string")), SSECustomerAlgorithm = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-algorithm", type = "string")), SSECustomerKey = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key", type = "blob", sensitive = TRUE)), SSECustomerKeyMD5 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key-MD5", type = "string")), SSEKMSKeyId = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-aws-kms-key-id", type = "string", sensitive = TRUE)), SSEKMSEncryptionContext = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-context", type = "string", sensitive = TRUE)), BucketKeyEnabled = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-bucket-key-enabled", type = "boolean", box = TRUE)), RequestPayer = structure(logical(0), tags = list(location = "header", locationName = "x-amz-request-payer", type = "string")), Tagging = structure(logical(0), tags = list(location = "header", locationName = "x-amz-tagging", type = "string")), ObjectLockMode = structure(logical(0), tags = list(location = "header", locationName = "x-amz-object-lock-mode", type = "string")), ObjectLockRetainUntilDate = structure(logical(0), tags = list(location = "header", locationName = "x-amz-object-lock-retain-until-date", type = "timestamp", timestampFormat = "iso8601")), ObjectLockLegalHoldStatus = structure(logical(0), tags = list(location = "header", locationName = "x-amz-object-lock-legal-hold", type = "string")), ExpectedBucketOwner = structure(logical(0), tags = list(location = "header", locationName = "x-amz-expected-bucket-owner", type = "string"))), tags = list(type = "structure", payload = "Body")) + shape <- structure(list(ACL = structure(logical(0), tags = list(location = "header", locationName = "x-amz-acl", type = "string")), Body = structure(logical(0), tags = list(streaming = TRUE, type = "blob")), Bucket = structure(logical(0), tags = list(location = "uri", locationName = "Bucket", type = "string")), CacheControl = structure(logical(0), tags = list(location = "header", locationName = "Cache-Control", type = "string")), ContentDisposition = structure(logical(0), tags = list(location = "header", locationName = "Content-Disposition", type = "string")), ContentEncoding = structure(logical(0), tags = list(location = "header", locationName = "Content-Encoding", type = "string")), ContentLanguage = structure(logical(0), tags = list(location = "header", locationName = "Content-Language", type = "string")), ContentLength = structure(logical(0), tags = list(location = "header", locationName = "Content-Length", type = "long")), ContentMD5 = structure(logical(0), tags = list(location = "header", locationName = "Content-MD5", type = "string")), ContentType = structure(logical(0), tags = list(location = "header", locationName = "Content-Type", type = "string")), ChecksumAlgorithm = structure(logical(0), tags = list(location = "header", locationName = "x-amz-sdk-checksum-algorithm", type = "string")), ChecksumCRC32 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32", type = "string")), ChecksumCRC32C = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-crc32c", type = "string")), ChecksumSHA1 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha1", type = "string")), ChecksumSHA256 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-checksum-sha256", type = "string")), Expires = structure(logical(0), tags = list(location = "header", locationName = "Expires", type = "timestamp")), IfNoneMatch = structure(logical(0), tags = list(location = "header", locationName = "If-None-Match", type = "string")), GrantFullControl = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-full-control", type = "string")), GrantRead = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-read", type = "string")), GrantReadACP = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-read-acp", type = "string")), GrantWriteACP = structure(logical(0), tags = list(location = "header", locationName = "x-amz-grant-write-acp", type = "string")), Key = structure(logical(0), tags = list(location = "uri", locationName = "Key", type = "string")), Metadata = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "headers", locationName = "x-amz-meta-", type = "map")), ServerSideEncryption = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption", type = "string")), StorageClass = structure(logical(0), tags = list(location = "header", locationName = "x-amz-storage-class", type = "string")), WebsiteRedirectLocation = structure(logical(0), tags = list(location = "header", locationName = "x-amz-website-redirect-location", type = "string")), SSECustomerAlgorithm = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-algorithm", type = "string")), SSECustomerKey = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key", type = "blob", sensitive = TRUE)), SSECustomerKeyMD5 = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-customer-key-MD5", type = "string")), SSEKMSKeyId = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-aws-kms-key-id", type = "string", sensitive = TRUE)), SSEKMSEncryptionContext = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-context", type = "string", sensitive = TRUE)), BucketKeyEnabled = structure(logical(0), tags = list(location = "header", locationName = "x-amz-server-side-encryption-bucket-key-enabled", type = "boolean", box = TRUE)), RequestPayer = structure(logical(0), tags = list(location = "header", locationName = "x-amz-request-payer", type = "string")), Tagging = structure(logical(0), tags = list(location = "header", locationName = "x-amz-tagging", type = "string")), ObjectLockMode = structure(logical(0), tags = list(location = "header", locationName = "x-amz-object-lock-mode", type = "string")), ObjectLockRetainUntilDate = structure(logical(0), tags = list(location = "header", locationName = "x-amz-object-lock-retain-until-date", type = "timestamp", timestampFormat = "iso8601")), ObjectLockLegalHoldStatus = structure(logical(0), tags = list(location = "header", locationName = "x-amz-object-lock-legal-hold", type = "string")), ExpectedBucketOwner = structure(logical(0), tags = list(location = "header", locationName = "x-amz-expected-bucket-owner", type = "string"))), tags = list(type = "structure", payload = "Body")) return(populate(args, shape)) } diff --git a/cran/paws.storage/R/s3_operations.R b/cran/paws.storage/R/s3_operations.R index d7b2d01a38..d2225424c7 100644 --- a/cran/paws.storage/R/s3_operations.R +++ b/cran/paws.storage/R/s3_operations.R @@ -152,6 +152,22 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' @param ExpectedBucketOwner The account ID of the expected bucket owner. If the account ID that you #' provide does not match the actual owner of the bucket, the request fails #' with the HTTP status code `403 Forbidden` (access denied). +#' @param IfNoneMatch Uploads the object only if the object key name does not already exist in +#' the bucket specified. Otherwise, Amazon S3 returns a +#' `412 Precondition Failed` error. +#' +#' If a conflicting operation occurs during the upload S3 returns a +#' `409 ConditionalRequestConflict` response. On a 409 failure you should +#' re-initiate the multipart upload with +#' [`create_multipart_upload`][s3_create_multipart_upload] and re-upload +#' each part. +#' +#' Expects the '*' (asterisk) character. +#' +#' For more information about conditional requests, see [RFC +#' 7232](https://datatracker.ietf.org/doc/html/rfc7232), or [Conditional +#' requests](https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html) +#' in the *Amazon S3 User Guide*. #' @param SSECustomerAlgorithm The server-side encryption (SSE) algorithm used to encrypt the object. #' This parameter is required only when the object was created using a #' checksum algorithm or if your bucket policy requires the use of SSE-C. @@ -178,7 +194,7 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' @keywords internal #' #' @rdname s3_complete_multipart_upload -s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, UploadId, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, RequestPayer = NULL, ExpectedBucketOwner = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL) { +s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, UploadId, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, RequestPayer = NULL, ExpectedBucketOwner = NULL, IfNoneMatch = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL) { op <- new_operation( name = "CompleteMultipartUpload", http_method = "POST", @@ -186,7 +202,7 @@ s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, Up host_prefix = "", paginator = list() ) - input <- .s3$complete_multipart_upload_input(Bucket = Bucket, Key = Key, MultipartUpload = MultipartUpload, UploadId = UploadId, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, RequestPayer = RequestPayer, ExpectedBucketOwner = ExpectedBucketOwner, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5) + input <- .s3$complete_multipart_upload_input(Bucket = Bucket, Key = Key, MultipartUpload = MultipartUpload, UploadId = UploadId, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, RequestPayer = RequestPayer, ExpectedBucketOwner = ExpectedBucketOwner, IfNoneMatch = IfNoneMatch, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5) output <- .s3$complete_multipart_upload_output() config <- get_config() svc <- .s3$service(config, op) @@ -3055,6 +3071,12 @@ s3_get_bucket_website <- function(Bucket, ExpectedBucketOwner = NULL) { #' provide does not match the actual owner of the bucket, the request fails #' with the HTTP status code `403 Forbidden` (access denied). #' @param ChecksumMode To retrieve the checksum, this mode must be enabled. +#' +#' In addition, if you enable checksum mode and the object is uploaded with +#' a +#' [checksum](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html) +#' and encrypted with an Key Management Service (KMS) key, you must have +#' permission to use the `kms:Decrypt` action to retrieve the checksum. #' #' @keywords internal #' @@ -3727,10 +3749,11 @@ s3_head_bucket <- function(Bucket, ExpectedBucketOwner = NULL) { #' with the HTTP status code `403 Forbidden` (access denied). #' @param ChecksumMode To retrieve the checksum, this parameter must be enabled. #' -#' In addition, if you enable `ChecksumMode` and the object is encrypted -#' with Amazon Web Services Key Management Service (Amazon Web Services -#' KMS), you must have permission to use the `kms:Decrypt` action for the -#' request to succeed. +#' In addition, if you enable checksum mode and the object is uploaded with +#' a +#' [checksum](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html) +#' and encrypted with an Key Management Service (KMS) key, you must have +#' permission to use the `kms:Decrypt` action to retrieve the checksum. #' #' @keywords internal #' @@ -3905,20 +3928,30 @@ s3_list_bucket_metrics_configurations <- function(Bucket, ContinuationToken = NU #' #' See [https://www.paws-r-sdk.com/docs/s3_list_buckets/](https://www.paws-r-sdk.com/docs/s3_list_buckets/) for full documentation. #' - +#' @param MaxBuckets Maximum number of buckets to be returned in response. When the number is +#' more than the count of buckets that are owned by an Amazon Web Services +#' account, return all the buckets in response. +#' @param ContinuationToken `ContinuationToken` indicates to Amazon S3 that the list is being +#' continued on this bucket with a token. `ContinuationToken` is obfuscated +#' and is not a real key. You can use this `ContinuationToken` for +#' pagination of the list results. +#' +#' Length Constraints: Minimum length of 0. Maximum length of 1024. +#' +#' Required: No. #' #' @keywords internal #' #' @rdname s3_list_buckets -s3_list_buckets <- function() { +s3_list_buckets <- function(MaxBuckets = NULL, ContinuationToken = NULL) { op <- new_operation( name = "ListBuckets", http_method = "GET", http_path = "/", host_prefix = "", - paginator = list(result_key = "Buckets") + paginator = list(input_token = "ContinuationToken", limit_key = "MaxBuckets", output_token = "ContinuationToken", result_key = "Buckets") ) - input <- .s3$list_buckets_input() + input <- .s3$list_buckets_input(MaxBuckets = MaxBuckets, ContinuationToken = ContinuationToken) output <- .s3$list_buckets_output() config <- get_config() svc <- .s3$service(config, op) @@ -3937,9 +3970,9 @@ s3_list_buckets <- function() { #' See [https://www.paws-r-sdk.com/docs/s3_list_directory_buckets/](https://www.paws-r-sdk.com/docs/s3_list_directory_buckets/) for full documentation. #' #' @param ContinuationToken `ContinuationToken` indicates to Amazon S3 that the list is being -#' continued on this bucket with a token. `ContinuationToken` is obfuscated -#' and is not a real key. You can use this `ContinuationToken` for -#' pagination of the list results. +#' continued on buckets in this account with a token. `ContinuationToken` +#' is obfuscated and is not a real bucket name. You can use this +#' `ContinuationToken` for the pagination of the list results. #' @param MaxDirectoryBuckets Maximum number of buckets to be returned in response. When the number is #' more than the count of buckets that are owned by an Amazon Web Services #' account, return all the buckets in response. @@ -4290,10 +4323,21 @@ s3_list_objects <- function(Bucket, Delimiter = NULL, EncodingType = NULL, Marke #' uploads, see [Multipart Upload #' Overview](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) #' in the *Amazon S3 User Guide*. -#' @param EncodingType Encoding type used by Amazon S3 to encode object keys in the response. -#' If using `url`, non-ASCII characters used in an object's key name will -#' be URL encoded. For example, the object `test_file(3).png` will appear -#' as `test_file%283%29.png`. +#' @param EncodingType Encoding type used by Amazon S3 to encode the [object +#' keys](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html) +#' in the response. Responses are encoded only in UTF-8. An object key can +#' contain any Unicode character. However, the XML 1.0 parser can't parse +#' certain characters, such as characters with an ASCII value from 0 to 10. +#' For characters that aren't supported in XML 1.0, you can add this +#' parameter to request that Amazon S3 encode the keys in the response. For +#' more information about characters to avoid in object key names, see +#' [Object key naming +#' guidelines](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines). +#' +#' When using the URL encoding type, non-ASCII characters that are used in +#' an object's key name will be percent-encoded according to UTF-8 code +#' values. For example, the object `test_file(3).png` will appear as +#' `test_file%283%29.png`. #' @param MaxKeys Sets the maximum number of keys returned in the response. By default, #' the action returns up to 1,000 key names. The response might contain #' fewer keys but will never contain more. @@ -5611,6 +5655,20 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' in the *Amazon S3 User Guide*. #' @param Expires The date and time at which the object is no longer cacheable. For more #' information, see . +#' @param IfNoneMatch Uploads the object only if the object key name does not already exist in +#' the bucket specified. Otherwise, Amazon S3 returns a +#' `412 Precondition Failed` error. +#' +#' If a conflicting operation occurs during the upload S3 returns a +#' `409 ConditionalRequestConflict` response. On a 409 failure you should +#' retry the upload. +#' +#' Expects the '*' (asterisk) character. +#' +#' For more information about conditional requests, see [RFC +#' 7232](https://datatracker.ietf.org/doc/html/rfc7232), or [Conditional +#' requests](https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html) +#' in the *Amazon S3 User Guide*. #' @param GrantFullControl Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the #' object. #' @@ -5760,7 +5818,7 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' @keywords internal #' #' @rdname s3_put_object -s3_put_object <- function(ACL = NULL, Body = NULL, Bucket, CacheControl = NULL, ContentDisposition = NULL, ContentEncoding = NULL, ContentLanguage = NULL, ContentLength = NULL, ContentMD5 = NULL, ContentType = NULL, ChecksumAlgorithm = NULL, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, Expires = NULL, GrantFullControl = NULL, GrantRead = NULL, GrantReadACP = NULL, GrantWriteACP = NULL, Key, Metadata = NULL, ServerSideEncryption = NULL, StorageClass = NULL, WebsiteRedirectLocation = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL, SSEKMSKeyId = NULL, SSEKMSEncryptionContext = NULL, BucketKeyEnabled = NULL, RequestPayer = NULL, Tagging = NULL, ObjectLockMode = NULL, ObjectLockRetainUntilDate = NULL, ObjectLockLegalHoldStatus = NULL, ExpectedBucketOwner = NULL) { +s3_put_object <- function(ACL = NULL, Body = NULL, Bucket, CacheControl = NULL, ContentDisposition = NULL, ContentEncoding = NULL, ContentLanguage = NULL, ContentLength = NULL, ContentMD5 = NULL, ContentType = NULL, ChecksumAlgorithm = NULL, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, Expires = NULL, IfNoneMatch = NULL, GrantFullControl = NULL, GrantRead = NULL, GrantReadACP = NULL, GrantWriteACP = NULL, Key, Metadata = NULL, ServerSideEncryption = NULL, StorageClass = NULL, WebsiteRedirectLocation = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL, SSEKMSKeyId = NULL, SSEKMSEncryptionContext = NULL, BucketKeyEnabled = NULL, RequestPayer = NULL, Tagging = NULL, ObjectLockMode = NULL, ObjectLockRetainUntilDate = NULL, ObjectLockLegalHoldStatus = NULL, ExpectedBucketOwner = NULL) { op <- new_operation( name = "PutObject", http_method = "PUT", @@ -5768,7 +5826,7 @@ s3_put_object <- function(ACL = NULL, Body = NULL, Bucket, CacheControl = NULL, host_prefix = "", paginator = list() ) - input <- .s3$put_object_input(ACL = ACL, Body = Body, Bucket = Bucket, CacheControl = CacheControl, ContentDisposition = ContentDisposition, ContentEncoding = ContentEncoding, ContentLanguage = ContentLanguage, ContentLength = ContentLength, ContentMD5 = ContentMD5, ContentType = ContentType, ChecksumAlgorithm = ChecksumAlgorithm, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, Expires = Expires, GrantFullControl = GrantFullControl, GrantRead = GrantRead, GrantReadACP = GrantReadACP, GrantWriteACP = GrantWriteACP, Key = Key, Metadata = Metadata, ServerSideEncryption = ServerSideEncryption, StorageClass = StorageClass, WebsiteRedirectLocation = WebsiteRedirectLocation, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5, SSEKMSKeyId = SSEKMSKeyId, SSEKMSEncryptionContext = SSEKMSEncryptionContext, BucketKeyEnabled = BucketKeyEnabled, RequestPayer = RequestPayer, Tagging = Tagging, ObjectLockMode = ObjectLockMode, ObjectLockRetainUntilDate = ObjectLockRetainUntilDate, ObjectLockLegalHoldStatus = ObjectLockLegalHoldStatus, ExpectedBucketOwner = ExpectedBucketOwner) + input <- .s3$put_object_input(ACL = ACL, Body = Body, Bucket = Bucket, CacheControl = CacheControl, ContentDisposition = ContentDisposition, ContentEncoding = ContentEncoding, ContentLanguage = ContentLanguage, ContentLength = ContentLength, ContentMD5 = ContentMD5, ContentType = ContentType, ChecksumAlgorithm = ChecksumAlgorithm, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, Expires = Expires, IfNoneMatch = IfNoneMatch, GrantFullControl = GrantFullControl, GrantRead = GrantRead, GrantReadACP = GrantReadACP, GrantWriteACP = GrantWriteACP, Key = Key, Metadata = Metadata, ServerSideEncryption = ServerSideEncryption, StorageClass = StorageClass, WebsiteRedirectLocation = WebsiteRedirectLocation, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5, SSEKMSKeyId = SSEKMSKeyId, SSEKMSEncryptionContext = SSEKMSEncryptionContext, BucketKeyEnabled = BucketKeyEnabled, RequestPayer = RequestPayer, Tagging = Tagging, ObjectLockMode = ObjectLockMode, ObjectLockRetainUntilDate = ObjectLockRetainUntilDate, ObjectLockLegalHoldStatus = ObjectLockLegalHoldStatus, ExpectedBucketOwner = ExpectedBucketOwner) output <- .s3$put_object_output() config <- get_config() svc <- .s3$service(config, op) diff --git a/cran/paws.storage/man/backup.Rd b/cran/paws.storage/man/backup.Rd index 5e656bee5f..d82d5182c1 100644 --- a/cran/paws.storage/man/backup.Rd +++ b/cran/paws.storage/man/backup.Rd @@ -94,15 +94,15 @@ providing reporting and auditing. \section{Operations}{ \tabular{ll}{ -\link[=backup_cancel_legal_hold]{cancel_legal_hold} \tab This action removes the specified legal hold on a recovery point\cr +\link[=backup_cancel_legal_hold]{cancel_legal_hold} \tab Removes the specified legal hold on a recovery point\cr \link[=backup_create_backup_plan]{create_backup_plan} \tab Creates a backup plan using a backup plan name and backup rules\cr \link[=backup_create_backup_selection]{create_backup_selection} \tab Creates a JSON document that specifies a set of resources to assign to a backup plan\cr \link[=backup_create_backup_vault]{create_backup_vault} \tab Creates a logical container where backups are stored\cr \link[=backup_create_framework]{create_framework} \tab Creates a framework with one or more controls\cr -\link[=backup_create_legal_hold]{create_legal_hold} \tab This action creates a legal hold on a recovery point (backup)\cr -\link[=backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab This request creates a logical container to where backups may be copied\cr +\link[=backup_create_legal_hold]{create_legal_hold} \tab Creates a legal hold on a recovery point (backup)\cr +\link[=backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab Creates a logical container to where backups may be copied\cr \link[=backup_create_report_plan]{create_report_plan} \tab Creates a report plan\cr -\link[=backup_create_restore_testing_plan]{create_restore_testing_plan} \tab This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection\cr +\link[=backup_create_restore_testing_plan]{create_restore_testing_plan} \tab Creates a restore testing plan\cr \link[=backup_create_restore_testing_selection]{create_restore_testing_selection} \tab This request can be sent after CreateRestoreTestingPlan request returns successfully\cr \link[=backup_delete_backup_plan]{delete_backup_plan} \tab Deletes a backup plan\cr \link[=backup_delete_backup_selection]{delete_backup_selection} \tab Deletes the resource selection associated with a backup plan that is specified by the SelectionId\cr @@ -144,8 +144,8 @@ providing reporting and auditing. \link[=backup_get_supported_resource_types]{get_supported_resource_types} \tab Returns the Amazon Web Services resource types supported by Backup\cr \link[=backup_list_backup_jobs]{list_backup_jobs} \tab Returns a list of existing backup jobs for an authenticated account for the last 30 days\cr \link[=backup_list_backup_job_summaries]{list_backup_job_summaries} \tab This is a request for a summary of backup jobs created or running within the most recent 30 days\cr -\link[=backup_list_backup_plans]{list_backup_plans} \tab Returns a list of all active backup plans for an authenticated account\cr -\link[=backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates\cr +\link[=backup_list_backup_plans]{list_backup_plans} \tab Lists the active backup plans for the account\cr +\link[=backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Lists the backup plan templates\cr \link[=backup_list_backup_plan_versions]{list_backup_plan_versions} \tab Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs\cr \link[=backup_list_backup_selections]{list_backup_selections} \tab Returns an array containing metadata of the resources associated with the target backup plan\cr \link[=backup_list_backup_vaults]{list_backup_vaults} \tab Returns a list of recovery point storage containers along with information about them\cr @@ -157,7 +157,7 @@ providing reporting and auditing. \link[=backup_list_protected_resources_by_backup_vault]{list_protected_resources_by_backup_vault} \tab This request lists the protected resources corresponding to each backup vault\cr \link[=backup_list_recovery_points_by_backup_vault]{list_recovery_points_by_backup_vault} \tab Returns detailed information about the recovery points stored in a backup vault\cr \link[=backup_list_recovery_points_by_legal_hold]{list_recovery_points_by_legal_hold} \tab This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold\cr -\link[=backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr +\link[=backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr \link[=backup_list_report_jobs]{list_report_jobs} \tab Returns details about your report jobs\cr \link[=backup_list_report_plans]{list_report_plans} \tab Returns a list of your report plans\cr \link[=backup_list_restore_jobs]{list_restore_jobs} \tab Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process\cr @@ -165,7 +165,7 @@ providing reporting and auditing. \link[=backup_list_restore_job_summaries]{list_restore_job_summaries} \tab This request obtains a summary of restore jobs created or running within the the most recent 30 days\cr \link[=backup_list_restore_testing_plans]{list_restore_testing_plans} \tab Returns a list of restore testing plans\cr \link[=backup_list_restore_testing_selections]{list_restore_testing_selections} \tab Returns a list of restore testing selections\cr -\link[=backup_list_tags]{list_tags} \tab Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault\cr +\link[=backup_list_tags]{list_tags} \tab Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault\cr \link[=backup_put_backup_vault_access_policy]{put_backup_vault_access_policy} \tab Sets a resource-based policy that is used to manage access permissions on the target backup vault\cr \link[=backup_put_backup_vault_lock_configuration]{put_backup_vault_lock_configuration} \tab Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault\cr \link[=backup_put_backup_vault_notifications]{put_backup_vault_notifications} \tab Turns on notifications on a backup vault for the specified topic and events\cr @@ -177,14 +177,14 @@ providing reporting and auditing. \link[=backup_stop_backup_job]{stop_backup_job} \tab Attempts to cancel a job to create a one-time backup of a resource\cr \link[=backup_tag_resource]{tag_resource} \tab Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr \link[=backup_untag_resource]{untag_resource} \tab Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr -\link[=backup_update_backup_plan]{update_backup_plan} \tab Updates an existing backup plan identified by its backupPlanId with the input document in JSON format\cr -\link[=backup_update_framework]{update_framework} \tab Updates an existing framework identified by its FrameworkName with the input document in JSON format\cr +\link[=backup_update_backup_plan]{update_backup_plan} \tab Updates the specified backup plan\cr +\link[=backup_update_framework]{update_framework} \tab Updates the specified framework\cr \link[=backup_update_global_settings]{update_global_settings} \tab Updates whether the Amazon Web Services account is opted in to cross-account backup\cr \link[=backup_update_recovery_point_lifecycle]{update_recovery_point_lifecycle} \tab Sets the transition lifecycle of a recovery point\cr \link[=backup_update_region_settings]{update_region_settings} \tab Updates the current service opt-in settings for the Region\cr -\link[=backup_update_report_plan]{update_report_plan} \tab Updates an existing report plan identified by its ReportPlanName with the input document in JSON format\cr +\link[=backup_update_report_plan]{update_report_plan} \tab Updates the specified report plan\cr \link[=backup_update_restore_testing_plan]{update_restore_testing_plan} \tab This request will send changes to your specified restore testing plan\cr -\link[=backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Most elements except the RestoreTestingSelectionName can be updated with this request +\link[=backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Updates the specified restore testing selection } } diff --git a/cran/paws.storage/man/backup_cancel_legal_hold.Rd b/cran/paws.storage/man/backup_cancel_legal_hold.Rd index dc663c0972..f4adff0bd0 100644 --- a/cran/paws.storage/man/backup_cancel_legal_hold.Rd +++ b/cran/paws.storage/man/backup_cancel_legal_hold.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_cancel_legal_hold} \alias{backup_cancel_legal_hold} -\title{This action removes the specified legal hold on a recovery point} +\title{Removes the specified legal hold on a recovery point} \usage{ backup_cancel_legal_hold( LegalHoldId, @@ -11,16 +11,14 @@ backup_cancel_legal_hold( ) } \arguments{ -\item{LegalHoldId}{[required] Legal hold ID required to remove the specified legal hold on a recovery -point.} +\item{LegalHoldId}{[required] The ID of the legal hold.} -\item{CancelDescription}{[required] String describing the reason for removing the legal hold.} +\item{CancelDescription}{[required] A string the describes the reason for removing the legal hold.} -\item{RetainRecordInDays}{The integer amount in days specifying amount of days after this API -operation to remove legal hold.} +\item{RetainRecordInDays}{The integer amount, in days, after which to remove legal hold.} } \description{ -This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions. +Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions. See \url{https://www.paws-r-sdk.com/docs/backup_cancel_legal_hold/} for full documentation. } diff --git a/cran/paws.storage/man/backup_create_backup_plan.Rd b/cran/paws.storage/man/backup_create_backup_plan.Rd index 4c6746e653..89bddf99b4 100644 --- a/cran/paws.storage/man/backup_create_backup_plan.Rd +++ b/cran/paws.storage/man/backup_create_backup_plan.Rd @@ -11,12 +11,10 @@ backup_create_backup_plan( ) } \arguments{ -\item{BackupPlan}{[required] Specifies the body of a backup plan. Includes a \code{BackupPlanName} and one -or more sets of \code{Rules}.} +\item{BackupPlan}{[required] The body of a backup plan. Includes a \code{BackupPlanName} and one or more +sets of \code{Rules}.} -\item{BackupPlanTags}{To help organize your resources, you can assign your own metadata to the -resources that you create. Each tag is a key-value pair. The specified -tags are assigned to all backups created with this plan.} +\item{BackupPlanTags}{The tags to assign to the backup plan.} \item{CreatorRequestId}{Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a diff --git a/cran/paws.storage/man/backup_create_backup_selection.Rd b/cran/paws.storage/man/backup_create_backup_selection.Rd index 3e691d7b33..3188c7d8aa 100644 --- a/cran/paws.storage/man/backup_create_backup_selection.Rd +++ b/cran/paws.storage/man/backup_create_backup_selection.Rd @@ -12,11 +12,9 @@ backup_create_backup_selection( ) } \arguments{ -\item{BackupPlanId}{[required] Uniquely identifies the backup plan to be associated with the selection -of resources.} +\item{BackupPlanId}{[required] The ID of the backup plan.} -\item{BackupSelection}{[required] Specifies the body of a request to assign a set of resources to a backup -plan.} +\item{BackupSelection}{[required] The body of a request to assign a set of resources to a backup plan.} \item{CreatorRequestId}{A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This diff --git a/cran/paws.storage/man/backup_create_backup_vault.Rd b/cran/paws.storage/man/backup_create_backup_vault.Rd index 83e644fc1c..36d8eb7b90 100644 --- a/cran/paws.storage/man/backup_create_backup_vault.Rd +++ b/cran/paws.storage/man/backup_create_backup_vault.Rd @@ -17,8 +17,7 @@ are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.} -\item{BackupVaultTags}{Metadata that you can assign to help organize the resources that you -create. Each tag is a key-value pair.} +\item{BackupVaultTags}{The tags to assign to the backup vault.} \item{EncryptionKeyArn}{The server-side encryption key that is used to protect your backups; for example, diff --git a/cran/paws.storage/man/backup_create_framework.Rd b/cran/paws.storage/man/backup_create_framework.Rd index 54d126c969..0b6426559c 100644 --- a/cran/paws.storage/man/backup_create_framework.Rd +++ b/cran/paws.storage/man/backup_create_framework.Rd @@ -20,16 +20,15 @@ A-Z), numbers (0-9), and underscores (_).} \item{FrameworkDescription}{An optional description of the framework with a maximum of 1,024 characters.} -\item{FrameworkControls}{[required] A list of the controls that make up the framework. Each control in the -list has a name, input parameters, and scope.} +\item{FrameworkControls}{[required] The controls that make up the framework. Each control in the list has a +name, input parameters, and scope.} \item{IdempotencyToken}{A customer-chosen string that you can use to distinguish between otherwise identical calls to \code{CreateFrameworkInput}. Retrying a successful request with the same idempotency token results in a success message with no action taken.} -\item{FrameworkTags}{Metadata that you can assign to help organize the frameworks that you -create. Each tag is a key-value pair.} +\item{FrameworkTags}{The tags to assign to the framework.} } \description{ Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance. diff --git a/cran/paws.storage/man/backup_create_legal_hold.Rd b/cran/paws.storage/man/backup_create_legal_hold.Rd index e8ddf97a14..1333de6716 100644 --- a/cran/paws.storage/man/backup_create_legal_hold.Rd +++ b/cran/paws.storage/man/backup_create_legal_hold.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_create_legal_hold} \alias{backup_create_legal_hold} -\title{This action creates a legal hold on a recovery point (backup)} +\title{Creates a legal hold on a recovery point (backup)} \usage{ backup_create_legal_hold( Title, @@ -13,16 +13,16 @@ backup_create_legal_hold( ) } \arguments{ -\item{Title}{[required] This is the string title of the legal hold.} +\item{Title}{[required] The title of the legal hold.} -\item{Description}{[required] This is the string description of the legal hold.} +\item{Description}{[required] The description of the legal hold.} \item{IdempotencyToken}{This is a user-chosen string used to distinguish between otherwise identical calls. Retrying a successful request with the same idempotency token results in a success message with no action taken.} -\item{RecoveryPointSelection}{This specifies criteria to assign a set of resources, such as resource -types or backup vaults.} +\item{RecoveryPointSelection}{The criteria to assign a set of resources, such as resource types or +backup vaults.} \item{Tags}{Optional tags to include. A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters @@ -30,7 +30,7 @@ include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.} } \description{ -This action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point. +Creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point. See \url{https://www.paws-r-sdk.com/docs/backup_create_legal_hold/} for full documentation. } diff --git a/cran/paws.storage/man/backup_create_logically_air_gapped_backup_vault.Rd b/cran/paws.storage/man/backup_create_logically_air_gapped_backup_vault.Rd index 1db8e530cb..6d669468ee 100644 --- a/cran/paws.storage/man/backup_create_logically_air_gapped_backup_vault.Rd +++ b/cran/paws.storage/man/backup_create_logically_air_gapped_backup_vault.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_create_logically_air_gapped_backup_vault} \alias{backup_create_logically_air_gapped_backup_vault} -\title{This request creates a logical container to where backups may be copied} +\title{Creates a logical container to where backups may be copied} \usage{ backup_create_logically_air_gapped_backup_vault( BackupVaultName, @@ -13,39 +13,26 @@ backup_create_logically_air_gapped_backup_vault( ) } \arguments{ -\item{BackupVaultName}{[required] This is the name of the vault that is being created.} +\item{BackupVaultName}{[required] The name of a logical container where backups are stored. Logically +air-gapped backup vaults are identified by names that are unique to the +account used to create them and the Region where they are created.} -\item{BackupVaultTags}{These are the tags that will be included in the newly-created vault.} +\item{BackupVaultTags}{The tags to assign to the vault.} -\item{CreatorRequestId}{This is the ID of the creation request. +\item{CreatorRequestId}{The ID of the creation request. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.} \item{MinRetentionDays}{[required] This setting specifies the minimum retention period that the vault -retains its recovery points. If this parameter is not specified, no -minimum retention period is enforced. +retains its recovery points. -If specified, any backup or copy job to the vault must have a lifecycle -policy with a retention period equal to or longer than the minimum -retention period. If a job retention period is shorter than that minimum -retention period, then the vault fails the backup or copy job, and you -should either modify your lifecycle settings or use a different vault.} +The minimum value accepted is 7 days.} -\item{MaxRetentionDays}{[required] This is the setting that specifies the maximum retention period that the -vault retains its recovery points. If this parameter is not specified, -Backup does not enforce a maximum retention period on the recovery -points in the vault (allowing indefinite storage). - -If specified, any backup or copy job to the vault must have a lifecycle -policy with a retention period equal to or shorter than the maximum -retention period. If the job retention period is longer than that -maximum retention period, then the vault fails the backup or copy job, -and you should either modify your lifecycle settings or use a different -vault.} +\item{MaxRetentionDays}{[required] The maximum retention period that the vault retains its recovery points.} } \description{ -This request creates a logical container to where backups may be copied. +Creates a logical container to where backups may be copied. See \url{https://www.paws-r-sdk.com/docs/backup_create_logically_air_gapped_backup_vault/} for full documentation. } diff --git a/cran/paws.storage/man/backup_create_report_plan.Rd b/cran/paws.storage/man/backup_create_report_plan.Rd index 405506da4c..a58460eff3 100644 --- a/cran/paws.storage/man/backup_create_report_plan.Rd +++ b/cran/paws.storage/man/backup_create_report_plan.Rd @@ -34,8 +34,7 @@ If the report template is \code{RESOURCE_COMPLIANCE_REPORT} or \code{CONTROL_COMPLIANCE_REPORT}, this API resource also describes the report coverage by Amazon Web Services Regions and frameworks.} -\item{ReportPlanTags}{Metadata that you can assign to help organize the report plans that you -create. Each tag is a key-value pair.} +\item{ReportPlanTags}{The tags to assign to the report plan.} \item{IdempotencyToken}{A customer-chosen string that you can use to distinguish between otherwise identical calls to \code{CreateReportPlanInput}. Retrying a diff --git a/cran/paws.storage/man/backup_create_restore_testing_plan.Rd b/cran/paws.storage/man/backup_create_restore_testing_plan.Rd index 19922a2157..411415e47c 100644 --- a/cran/paws.storage/man/backup_create_restore_testing_plan.Rd +++ b/cran/paws.storage/man/backup_create_restore_testing_plan.Rd @@ -2,9 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_create_restore_testing_plan} \alias{backup_create_restore_testing_plan} -\title{This is the first of two steps to create a restore testing plan; once -this request is successful, finish the procedure with request -CreateRestoreTestingSelection} +\title{Creates a restore testing plan} \usage{ backup_create_restore_testing_plan( CreatorRequestId = NULL, @@ -27,13 +25,10 @@ The \code{RestoreTestingPlanName} is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.} -\item{Tags}{Optional tags to include. A tag is a key-value pair you can use to -manage, filter, and search for your resources. Allowed characters -include UTF-8 letters,numbers, spaces, and the following characters: + - -= . _ : /.} +\item{Tags}{The tags to assign to the restore testing plan.} } \description{ -This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection. +Creates a restore testing plan. See \url{https://www.paws-r-sdk.com/docs/backup_create_restore_testing_plan/} for full documentation. } diff --git a/cran/paws.storage/man/backup_delete_backup_vault.Rd b/cran/paws.storage/man/backup_delete_backup_vault.Rd index 2a7a3299cb..45619d76f5 100644 --- a/cran/paws.storage/man/backup_delete_backup_vault.Rd +++ b/cran/paws.storage/man/backup_delete_backup_vault.Rd @@ -9,8 +9,7 @@ backup_delete_backup_vault(BackupVaultName) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} } \description{ Deletes the backup vault identified by its name. A vault can be deleted only if it is empty. diff --git a/cran/paws.storage/man/backup_delete_backup_vault_notifications.Rd b/cran/paws.storage/man/backup_delete_backup_vault_notifications.Rd index c199dee9a2..8acd88a452 100644 --- a/cran/paws.storage/man/backup_delete_backup_vault_notifications.Rd +++ b/cran/paws.storage/man/backup_delete_backup_vault_notifications.Rd @@ -9,8 +9,7 @@ backup_delete_backup_vault_notifications(BackupVaultName) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Region where they are created. They consist of lowercase -letters, numbers, and hyphens.} +them and the Region where they are created.} } \description{ Deletes event notifications for the specified backup vault. diff --git a/cran/paws.storage/man/backup_delete_recovery_point.Rd b/cran/paws.storage/man/backup_delete_recovery_point.Rd index ff9b456b0e..ba92b0e673 100644 --- a/cran/paws.storage/man/backup_delete_recovery_point.Rd +++ b/cran/paws.storage/man/backup_delete_recovery_point.Rd @@ -9,8 +9,7 @@ backup_delete_recovery_point(BackupVaultName, RecoveryPointArn) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{RecoveryPointArn}{[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, diff --git a/cran/paws.storage/man/backup_describe_backup_vault.Rd b/cran/paws.storage/man/backup_describe_backup_vault.Rd index 3abb0f1dd2..415158a78f 100644 --- a/cran/paws.storage/man/backup_describe_backup_vault.Rd +++ b/cran/paws.storage/man/backup_describe_backup_vault.Rd @@ -9,10 +9,9 @@ backup_describe_backup_vault(BackupVaultName, BackupVaultAccountId = NULL) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} -\item{BackupVaultAccountId}{This is the account ID of the specified backup vault.} +\item{BackupVaultAccountId}{The account ID of the specified backup vault.} } \description{ Returns metadata about a backup vault specified by its name. diff --git a/cran/paws.storage/man/backup_describe_recovery_point.Rd b/cran/paws.storage/man/backup_describe_recovery_point.Rd index f62a8db6ca..cf57c39f02 100644 --- a/cran/paws.storage/man/backup_describe_recovery_point.Rd +++ b/cran/paws.storage/man/backup_describe_recovery_point.Rd @@ -14,14 +14,13 @@ backup_describe_recovery_point( \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{RecoveryPointArn}{[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, \verb{arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45}.} -\item{BackupVaultAccountId}{This is the account ID of the specified backup vault.} +\item{BackupVaultAccountId}{The account ID of the specified backup vault.} } \description{ Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle. diff --git a/cran/paws.storage/man/backup_disassociate_recovery_point_from_parent.Rd b/cran/paws.storage/man/backup_disassociate_recovery_point_from_parent.Rd index b52a2ea3cd..3efb1c8fd8 100644 --- a/cran/paws.storage/man/backup_disassociate_recovery_point_from_parent.Rd +++ b/cran/paws.storage/man/backup_disassociate_recovery_point_from_parent.Rd @@ -12,14 +12,13 @@ backup_disassociate_recovery_point_from_parent( ) } \arguments{ -\item{BackupVaultName}{[required] This is the name of a logical container where the child (nested) -recovery point is stored. Backup vaults are identified by names that are -unique to the account used to create them and the Amazon Web Services -Region where they are created. They consist of lowercase letters, -numbers, and hyphens.} +\item{BackupVaultName}{[required] The name of a logical container where the child (nested) recovery point +is stored. Backup vaults are identified by names that are unique to the +account used to create them and the Amazon Web Services Region where +they are created.} -\item{RecoveryPointArn}{[required] This is the Amazon Resource Name (ARN) that uniquely identifies the -child (nested) recovery point; for example, +\item{RecoveryPointArn}{[required] The Amazon Resource Name (ARN) that uniquely identifies the child +(nested) recovery point; for example, \verb{arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.}} } \description{ diff --git a/cran/paws.storage/man/backup_get_backup_vault_access_policy.Rd b/cran/paws.storage/man/backup_get_backup_vault_access_policy.Rd index 05b7367b99..bd24ae041f 100644 --- a/cran/paws.storage/man/backup_get_backup_vault_access_policy.Rd +++ b/cran/paws.storage/man/backup_get_backup_vault_access_policy.Rd @@ -10,8 +10,7 @@ backup_get_backup_vault_access_policy(BackupVaultName) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} } \description{ Returns the access policy document that is associated with the named backup vault. diff --git a/cran/paws.storage/man/backup_get_backup_vault_notifications.Rd b/cran/paws.storage/man/backup_get_backup_vault_notifications.Rd index 86f47f1a1e..1fbd9362bf 100644 --- a/cran/paws.storage/man/backup_get_backup_vault_notifications.Rd +++ b/cran/paws.storage/man/backup_get_backup_vault_notifications.Rd @@ -9,8 +9,7 @@ backup_get_backup_vault_notifications(BackupVaultName) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} } \description{ Returns event notifications for the specified backup vault. diff --git a/cran/paws.storage/man/backup_get_legal_hold.Rd b/cran/paws.storage/man/backup_get_legal_hold.Rd index 3b78e6086b..7fa5ee0882 100644 --- a/cran/paws.storage/man/backup_get_legal_hold.Rd +++ b/cran/paws.storage/man/backup_get_legal_hold.Rd @@ -7,9 +7,7 @@ backup_get_legal_hold(LegalHoldId) } \arguments{ -\item{LegalHoldId}{[required] This is the ID required to use -\code{\link[=backup_get_legal_hold]{get_legal_hold}}. This unique ID is associated -with a specific legal hold.} +\item{LegalHoldId}{[required] The ID of the legal hold.} } \description{ This action returns details for a specified legal hold. The details are the body of a legal hold in JSON format, in addition to metadata. diff --git a/cran/paws.storage/man/backup_get_recovery_point_restore_metadata.Rd b/cran/paws.storage/man/backup_get_recovery_point_restore_metadata.Rd index 2ec7faca32..2f07c89774 100644 --- a/cran/paws.storage/man/backup_get_recovery_point_restore_metadata.Rd +++ b/cran/paws.storage/man/backup_get_recovery_point_restore_metadata.Rd @@ -14,14 +14,13 @@ backup_get_recovery_point_restore_metadata( \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{RecoveryPointArn}{[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, \verb{arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45}.} -\item{BackupVaultAccountId}{This is the account ID of the specified backup vault.} +\item{BackupVaultAccountId}{The account ID of the specified backup vault.} } \description{ Returns a set of metadata key-value pairs that were used to create the backup. diff --git a/cran/paws.storage/man/backup_get_restore_testing_inferred_metadata.Rd b/cran/paws.storage/man/backup_get_restore_testing_inferred_metadata.Rd index 2c85afa15c..601b03be43 100644 --- a/cran/paws.storage/man/backup_get_restore_testing_inferred_metadata.Rd +++ b/cran/paws.storage/man/backup_get_restore_testing_inferred_metadata.Rd @@ -12,7 +12,7 @@ backup_get_restore_testing_inferred_metadata( ) } \arguments{ -\item{BackupVaultAccountId}{This is the account ID of the specified backup vault.} +\item{BackupVaultAccountId}{The account ID of the specified backup vault.} \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create diff --git a/cran/paws.storage/man/backup_list_backup_job_summaries.Rd b/cran/paws.storage/man/backup_list_backup_job_summaries.Rd index ed1ad1d56a..8140bda8b5 100644 --- a/cran/paws.storage/man/backup_list_backup_job_summaries.Rd +++ b/cran/paws.storage/man/backup_list_backup_job_summaries.Rd @@ -73,16 +73,14 @@ The the value ANY returns count of all message categories. \code{AGGREGATE_ALL} aggregates job counts for all message categories and returns the sum.} -\item{AggregationPeriod}{This is the period that sets the boundaries for returned results. - -Acceptable values include +\item{AggregationPeriod}{The period for the returned results. \itemize{ -\item \code{ONE_DAY} for daily job count for the prior 14 days. -\item \code{SEVEN_DAYS} for the aggregated job count for the prior 7 days. -\item \code{FOURTEEN_DAYS} for aggregated job count for prior 14 days. +\item \code{ONE_DAY} - The daily job count for the prior 14 days. +\item \code{SEVEN_DAYS} - The aggregated job count for the prior 7 days. +\item \code{FOURTEEN_DAYS} - The aggregated job count for prior 14 days. }} -\item{MaxResults}{This parameter sets the maximum number of items to be returned. +\item{MaxResults}{The maximum number of items to be returned. The value is an integer. Range of accepted values is from 1 to 500.} diff --git a/cran/paws.storage/man/backup_list_backup_jobs.Rd b/cran/paws.storage/man/backup_list_backup_jobs.Rd index f623cd4a13..916635011b 100644 --- a/cran/paws.storage/man/backup_list_backup_jobs.Rd +++ b/cran/paws.storage/man/backup_list_backup_jobs.Rd @@ -49,8 +49,7 @@ GET /backup-jobs/?messageCategory=SUCCESS&state=COMPLETED} \item{ByBackupVaultName}{Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where -they are created. They consist of lowercase letters, numbers, and -hyphens.} +they are created.} \item{ByCreatedBefore}{Returns only backup jobs that were created before the specified date.} @@ -67,13 +66,14 @@ hyphens.} \item \code{EFS} for Amazon Elastic File System \item \code{FSx} for Amazon FSx \item \code{Neptune} for Amazon Neptune -\item \code{Redshift} for Amazon Redshift \item \code{RDS} for Amazon Relational Database Service -\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases +\item \code{Redshift} for Amazon Redshift +\item \code{S3} for Amazon Simple Storage Service (Amazon S3) +\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases on Amazon Elastic +Compute Cloud instances \item \verb{Storage Gateway} for Storage Gateway -\item \code{S3} for Amazon S3 \item \code{Timestream} for Amazon Timestream -\item \code{VirtualMachine} for virtual machines +\item \code{VirtualMachine} for VMware virtual machines }} \item{ByAccountId}{The account ID to list the jobs from. Returns only backup jobs diff --git a/cran/paws.storage/man/backup_list_backup_plan_templates.Rd b/cran/paws.storage/man/backup_list_backup_plan_templates.Rd index a5a6081bdd..0bf26b3840 100644 --- a/cran/paws.storage/man/backup_list_backup_plan_templates.Rd +++ b/cran/paws.storage/man/backup_list_backup_plan_templates.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_list_backup_plan_templates} \alias{backup_list_backup_plan_templates} -\title{Returns metadata of your saved backup plan templates, including the -template ID, name, and the creation and deletion dates} +\title{Lists the backup plan templates} \usage{ backup_list_backup_plan_templates(NextToken = NULL, MaxResults = NULL) } @@ -13,10 +12,10 @@ if a request is made to return \code{MaxResults} number of items, \code{NextToke allows you to return more items in your list starting at the location pointed to by the next token.} -\item{MaxResults}{The maximum number of items to be returned.} +\item{MaxResults}{The maximum number of items to return.} } \description{ -Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates. +Lists the backup plan templates. See \url{https://www.paws-r-sdk.com/docs/backup_list_backup_plan_templates/} for full documentation. } diff --git a/cran/paws.storage/man/backup_list_backup_plans.Rd b/cran/paws.storage/man/backup_list_backup_plans.Rd index 4509ce6745..f21fd7dd92 100644 --- a/cran/paws.storage/man/backup_list_backup_plans.Rd +++ b/cran/paws.storage/man/backup_list_backup_plans.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_list_backup_plans} \alias{backup_list_backup_plans} -\title{Returns a list of all active backup plans for an authenticated account} +\title{Lists the active backup plans for the account} \usage{ backup_list_backup_plans( NextToken = NULL, @@ -22,7 +22,7 @@ pointed to by the next token.} backup plans when set to \code{TRUE}.} } \description{ -Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs. +Lists the active backup plans for the account. See \url{https://www.paws-r-sdk.com/docs/backup_list_backup_plans/} for full documentation. } diff --git a/cran/paws.storage/man/backup_list_copy_job_summaries.Rd b/cran/paws.storage/man/backup_list_copy_job_summaries.Rd index 1b778d9c1b..df7677659d 100644 --- a/cran/paws.storage/man/backup_list_copy_job_summaries.Rd +++ b/cran/paws.storage/man/backup_list_copy_job_summaries.Rd @@ -60,11 +60,11 @@ The the value ANY returns count of all message categories. \code{AGGREGATE_ALL} aggregates job counts for all message categories and returns the sum.} -\item{AggregationPeriod}{This is the period that sets the boundaries for returned results. +\item{AggregationPeriod}{The period for the returned results. \itemize{ -\item \code{ONE_DAY} for daily job count for the prior 14 days. -\item \code{SEVEN_DAYS} for the aggregated job count for the prior 7 days. -\item \code{FOURTEEN_DAYS} for aggregated job count for prior 14 days. +\item \code{ONE_DAY} - The daily job count for the prior 14 days. +\item \code{SEVEN_DAYS} - The aggregated job count for the prior 7 days. +\item \code{FOURTEEN_DAYS} - The aggregated job count for prior 14 days. }} \item{MaxResults}{This parameter sets the maximum number of items to be returned. diff --git a/cran/paws.storage/man/backup_list_copy_jobs.Rd b/cran/paws.storage/man/backup_list_copy_jobs.Rd index cac5fdc2c7..b48ca33cbc 100644 --- a/cran/paws.storage/man/backup_list_copy_jobs.Rd +++ b/cran/paws.storage/man/backup_list_copy_jobs.Rd @@ -48,18 +48,19 @@ Name (ARN).} \item \code{EFS} for Amazon Elastic File System \item \code{FSx} for Amazon FSx \item \code{Neptune} for Amazon Neptune -\item \code{Redshift} for Amazon Redshift \item \code{RDS} for Amazon Relational Database Service -\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases +\item \code{Redshift} for Amazon Redshift +\item \code{S3} for Amazon Simple Storage Service (Amazon S3) +\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases on Amazon Elastic +Compute Cloud instances \item \verb{Storage Gateway} for Storage Gateway -\item \code{S3} for Amazon S3 \item \code{Timestream} for Amazon Timestream -\item \code{VirtualMachine} for virtual machines +\item \code{VirtualMachine} for VMware virtual machines }} \item{ByDestinationVaultArn}{An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy from; for example, -\code{arn:aws:backup:us-east-1:123456789012:vault:aBackupVault}.} +\code{arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault}.} \item{ByAccountId}{The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.} diff --git a/cran/paws.storage/man/backup_list_protected_resources_by_backup_vault.Rd b/cran/paws.storage/man/backup_list_protected_resources_by_backup_vault.Rd index fa9c8c2a77..5e40da8b13 100644 --- a/cran/paws.storage/man/backup_list_protected_resources_by_backup_vault.Rd +++ b/cran/paws.storage/man/backup_list_protected_resources_by_backup_vault.Rd @@ -13,11 +13,11 @@ backup_list_protected_resources_by_backup_vault( ) } \arguments{ -\item{BackupVaultName}{[required] This is the list of protected resources by backup vault within the -vault(s) you specify by name.} +\item{BackupVaultName}{[required] The list of protected resources by backup vault within the vault(s) you +specify by name.} -\item{BackupVaultAccountId}{This is the list of protected resources by backup vault within the -vault(s) you specify by account ID.} +\item{BackupVaultAccountId}{The list of protected resources by backup vault within the vault(s) you +specify by account ID.} \item{NextToken}{The next item following a partial list of returned items. For example, if a request is made to return \code{MaxResults} number of items, \code{NextToken} diff --git a/cran/paws.storage/man/backup_list_recovery_points_by_backup_vault.Rd b/cran/paws.storage/man/backup_list_recovery_points_by_backup_vault.Rd index f3c647ffea..21174b3c0b 100644 --- a/cran/paws.storage/man/backup_list_recovery_points_by_backup_vault.Rd +++ b/cran/paws.storage/man/backup_list_recovery_points_by_backup_vault.Rd @@ -21,8 +21,7 @@ backup_list_recovery_points_by_backup_vault( \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens. +them and the Amazon Web Services Region where they are created. Backup vault name might not be available when a supported service creates the backup.} @@ -50,13 +49,14 @@ Resource Name (ARN).} \item \code{EFS} for Amazon Elastic File System \item \code{FSx} for Amazon FSx \item \code{Neptune} for Amazon Neptune -\item \code{Redshift} for Amazon Redshift \item \code{RDS} for Amazon Relational Database Service -\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases +\item \code{Redshift} for Amazon Redshift +\item \code{S3} for Amazon Simple Storage Service (Amazon S3) +\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases on Amazon Elastic +Compute Cloud instances \item \verb{Storage Gateway} for Storage Gateway -\item \code{S3} for Amazon S3 \item \code{Timestream} for Amazon Timestream -\item \code{VirtualMachine} for virtual machines +\item \code{VirtualMachine} for VMware virtual machines }} \item{ByBackupPlanId}{Returns only recovery points that match the specified backup plan ID.} diff --git a/cran/paws.storage/man/backup_list_recovery_points_by_legal_hold.Rd b/cran/paws.storage/man/backup_list_recovery_points_by_legal_hold.Rd index 584ee46a46..40ce8e6f89 100644 --- a/cran/paws.storage/man/backup_list_recovery_points_by_legal_hold.Rd +++ b/cran/paws.storage/man/backup_list_recovery_points_by_legal_hold.Rd @@ -12,14 +12,14 @@ backup_list_recovery_points_by_legal_hold( ) } \arguments{ -\item{LegalHoldId}{[required] This is the ID of the legal hold.} +\item{LegalHoldId}{[required] The ID of the legal hold.} -\item{NextToken}{This is the next item following a partial list of returned resources. -For example, if a request is made to return \code{MaxResults} number of +\item{NextToken}{The next item following a partial list of returned resources. For +example, if a request is made to return \code{MaxResults} number of resources, \code{NextToken} allows you to return more items in your list starting at the location pointed to by the next token.} -\item{MaxResults}{This is the maximum number of resource list items to be returned.} +\item{MaxResults}{The maximum number of resource list items to be returned.} } \description{ This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold. diff --git a/cran/paws.storage/man/backup_list_recovery_points_by_resource.Rd b/cran/paws.storage/man/backup_list_recovery_points_by_resource.Rd index 12a8dfcb46..e90778176b 100644 --- a/cran/paws.storage/man/backup_list_recovery_points_by_resource.Rd +++ b/cran/paws.storage/man/backup_list_recovery_points_by_resource.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/backup_operations.R \name{backup_list_recovery_points_by_resource} \alias{backup_list_recovery_points_by_resource} -\title{Returns detailed information about all the recovery points of the type -specified by a resource Amazon Resource Name (ARN)} +\title{The information about the recovery points of the type specified by a +resource Amazon Resource Name (ARN)} \usage{ backup_list_recovery_points_by_resource( ResourceArn, @@ -36,7 +36,7 @@ associated with the selected resource. Type: Boolean} } \description{ -Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). +The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN). See \url{https://www.paws-r-sdk.com/docs/backup_list_recovery_points_by_resource/} for full documentation. } diff --git a/cran/paws.storage/man/backup_list_restore_job_summaries.Rd b/cran/paws.storage/man/backup_list_restore_job_summaries.Rd index b0375611cf..0ce1fa8db4 100644 --- a/cran/paws.storage/man/backup_list_restore_job_summaries.Rd +++ b/cran/paws.storage/man/backup_list_restore_job_summaries.Rd @@ -47,13 +47,11 @@ The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.} -\item{AggregationPeriod}{This is the period that sets the boundaries for returned results. - -Acceptable values include +\item{AggregationPeriod}{The period for the returned results. \itemize{ -\item \code{ONE_DAY} for daily job count for the prior 14 days. -\item \code{SEVEN_DAYS} for the aggregated job count for the prior 7 days. -\item \code{FOURTEEN_DAYS} for aggregated job count for prior 14 days. +\item \code{ONE_DAY} - The daily job count for the prior 14 days. +\item \code{SEVEN_DAYS} - The aggregated job count for the prior 7 days. +\item \code{FOURTEEN_DAYS} - The aggregated job count for prior 14 days. }} \item{MaxResults}{This parameter sets the maximum number of items to be returned. diff --git a/cran/paws.storage/man/backup_list_restore_jobs.Rd b/cran/paws.storage/man/backup_list_restore_jobs.Rd index e05ea18883..0fb3d8764c 100644 --- a/cran/paws.storage/man/backup_list_restore_jobs.Rd +++ b/cran/paws.storage/man/backup_list_restore_jobs.Rd @@ -41,13 +41,14 @@ resources: \item \code{EFS} for Amazon Elastic File System \item \code{FSx} for Amazon FSx \item \code{Neptune} for Amazon Neptune -\item \code{Redshift} for Amazon Redshift \item \code{RDS} for Amazon Relational Database Service -\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases +\item \code{Redshift} for Amazon Redshift +\item \code{S3} for Amazon Simple Storage Service (Amazon S3) +\item \verb{SAP HANA on Amazon EC2} for SAP HANA databases on Amazon Elastic +Compute Cloud instances \item \verb{Storage Gateway} for Storage Gateway -\item \code{S3} for Amazon S3 \item \code{Timestream} for Amazon Timestream -\item \code{VirtualMachine} for virtual machines +\item \code{VirtualMachine} for VMware virtual machines }} \item{ByCreatedBefore}{Returns only restore jobs that were created before the specified date.} diff --git a/cran/paws.storage/man/backup_list_tags.Rd b/cran/paws.storage/man/backup_list_tags.Rd index 4a19099e8c..952a7fcda9 100644 --- a/cran/paws.storage/man/backup_list_tags.Rd +++ b/cran/paws.storage/man/backup_list_tags.Rd @@ -2,8 +2,8 @@ % Please edit documentation in R/backup_operations.R \name{backup_list_tags} \alias{backup_list_tags} -\title{Returns a list of key-value pairs assigned to a target recovery point, -backup plan, or backup vault} +\title{Returns the tags assigned to the resource, such as a target recovery +point, backup plan, or backup vault} \usage{ backup_list_tags(ResourceArn, NextToken = NULL, MaxResults = NULL) } @@ -21,7 +21,7 @@ pointed to by the next token.} \item{MaxResults}{The maximum number of items to be returned.} } \description{ -Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault. +Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault. See \url{https://www.paws-r-sdk.com/docs/backup_list_tags/} for full documentation. } diff --git a/cran/paws.storage/man/backup_put_backup_vault_access_policy.Rd b/cran/paws.storage/man/backup_put_backup_vault_access_policy.Rd index e87c2f1df9..a6f2e533a0 100644 --- a/cran/paws.storage/man/backup_put_backup_vault_access_policy.Rd +++ b/cran/paws.storage/man/backup_put_backup_vault_access_policy.Rd @@ -10,8 +10,7 @@ backup_put_backup_vault_access_policy(BackupVaultName, Policy = NULL) \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{Policy}{The backup vault access policy document in JSON format.} } diff --git a/cran/paws.storage/man/backup_put_backup_vault_lock_configuration.Rd b/cran/paws.storage/man/backup_put_backup_vault_lock_configuration.Rd index 7d86da007a..95a4facc9a 100644 --- a/cran/paws.storage/man/backup_put_backup_vault_lock_configuration.Rd +++ b/cran/paws.storage/man/backup_put_backup_vault_lock_configuration.Rd @@ -21,8 +21,10 @@ period that the vault retains its recovery points. This setting can be useful if, for example, your organization's policies require you to retain certain data for at least seven years (2555 days). -If this parameter is not specified, Vault Lock will not enforce a -minimum retention period. +This parameter is required when a vault lock is created through +CloudFormation; otherwise, this parameter is optional. If this parameter +is not specified, Vault Lock will not enforce a minimum retention +period. If this parameter is specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than diff --git a/cran/paws.storage/man/backup_put_backup_vault_notifications.Rd b/cran/paws.storage/man/backup_put_backup_vault_notifications.Rd index 1082d26d58..51d7257bdd 100644 --- a/cran/paws.storage/man/backup_put_backup_vault_notifications.Rd +++ b/cran/paws.storage/man/backup_put_backup_vault_notifications.Rd @@ -14,8 +14,7 @@ backup_put_backup_vault_notifications( \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{SNSTopicArn}{[required] The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, @@ -35,10 +34,10 @@ The following events are supported: \item \code{S3_BACKUP_OBJECT_FAILED} | \code{S3_RESTORE_OBJECT_FAILED} } -The list below shows items that are deprecated events (for reference) -and are no longer in use. They are no longer supported and will not -return statuses or notifications. Refer to the list above for current -supported events.} +The list below includes both supported events and deprecated events that +are no longer in use (for reference). Deprecated events do not return +statuses or notifications. Refer to the list above for the supported +events.} } \description{ Turns on notifications on a backup vault for the specified topic and events. diff --git a/cran/paws.storage/man/backup_put_restore_validation_result.Rd b/cran/paws.storage/man/backup_put_restore_validation_result.Rd index 4b53d4c64c..637fdb2fdc 100644 --- a/cran/paws.storage/man/backup_put_restore_validation_result.Rd +++ b/cran/paws.storage/man/backup_put_restore_validation_result.Rd @@ -14,7 +14,7 @@ backup_put_restore_validation_result( \arguments{ \item{RestoreJobId}{[required] This is a unique identifier of a restore job within Backup.} -\item{ValidationStatus}{[required] This is the status of your restore validation.} +\item{ValidationStatus}{[required] The status of your restore validation.} \item{ValidationStatusMessage}{This is an optional message string you can input to describe the validation status for the restore test validation.} diff --git a/cran/paws.storage/man/backup_start_backup_job.Rd b/cran/paws.storage/man/backup_start_backup_job.Rd index 97a06329d4..64f603ce31 100644 --- a/cran/paws.storage/man/backup_start_backup_job.Rd +++ b/cran/paws.storage/man/backup_start_backup_job.Rd @@ -19,8 +19,7 @@ backup_start_backup_job( \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{ResourceArn}{[required] An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.} @@ -69,17 +68,16 @@ greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. -Resource types that are able to be transitioned to cold storage are -listed in the "Lifecycle to cold storage" section of the \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource}{Feature availability by resource} +Resource types that can transition to cold storage are listed in the +\href{https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource}{Feature availability by resource} table. Backup ignores this expression for other resource types. This parameter has a maximum value of 100 years (36,500 days).} -\item{RecoveryPointTags}{To help organize your resources, you can assign your own metadata to the -resources that you create. Each tag is a key-value pair.} +\item{RecoveryPointTags}{The tags to assign to the resources.} -\item{BackupOptions}{Specifies the backup option for a selected resource. This option is only -available for Windows Volume Shadow Copy Service (VSS) backup jobs. +\item{BackupOptions}{The backup option for a selected resource. This option is only available +for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values: Set to \code{"WindowsVSS":"enabled"} to enable the \code{WindowsVSS} backup option and create a Windows VSS backup. Set to diff --git a/cran/paws.storage/man/backup_start_copy_job.Rd b/cran/paws.storage/man/backup_start_copy_job.Rd index 22e230cdca..e4bbe2b0d1 100644 --- a/cran/paws.storage/man/backup_start_copy_job.Rd +++ b/cran/paws.storage/man/backup_start_copy_job.Rd @@ -20,12 +20,11 @@ arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108 \item{SourceBackupVaultName}{[required] The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to -create them and the Amazon Web Services Region where they are created. -They consist of lowercase letters, numbers, and hyphens.} +create them and the Amazon Web Services Region where they are created.} \item{DestinationBackupVaultArn}{[required] An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to copy to; for example, -\code{arn:aws:backup:us-east-1:123456789012:vault:aBackupVault}.} +\code{arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault}.} \item{IamRoleArn}{[required] Specifies the IAM role ARN used to copy the target recovery point; for example, \verb{arn:aws:iam::123456789012:role/S3Access}.} diff --git a/cran/paws.storage/man/backup_start_restore_job.Rd b/cran/paws.storage/man/backup_start_restore_job.Rd index 39bbe9ba89..1d20035a7b 100644 --- a/cran/paws.storage/man/backup_start_restore_job.Rd +++ b/cran/paws.storage/man/backup_start_restore_job.Rd @@ -17,8 +17,7 @@ backup_start_restore_job( \item{RecoveryPointArn}{[required] An ARN that uniquely identifies a recovery point; for example, \verb{arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45}.} -\item{Metadata}{[required] A set of metadata key-value pairs. Contains information, such as a -resource name, required to restore a recovery point. +\item{Metadata}{[required] A set of metadata key-value pairs. You can get configuration metadata about a resource at the time it was backed up by calling @@ -28,28 +27,24 @@ However, values in addition to those provided by might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists. -You need to specify specific metadata to restore an Amazon Elastic File -System (Amazon EFS) instance: +For more information about the metadata for each resource, see the +following: \itemize{ -\item \code{file-system-id}: The ID of the Amazon EFS file system that is -backed up by Backup. Returned in -\code{\link[=backup_get_recovery_point_restore_metadata]{get_recovery_point_restore_metadata}}. -\item \code{Encrypted}: A Boolean value that, if true, specifies that the file -system is encrypted. If \code{KmsKeyId} is specified, \code{Encrypted} must be -set to \code{true}. -\item \code{KmsKeyId}: Specifies the Amazon Web Services KMS key that is used -to encrypt the restored file system. You can specify a key from -another Amazon Web Services account provided that key it is properly -shared with your account via Amazon Web Services KMS. -\item \code{PerformanceMode}: Specifies the throughput mode of the file system. -\item \code{CreationToken}: A user-supplied value that ensures the uniqueness -(idempotency) of the request. -\item \code{newFileSystem}: A Boolean value that, if true, specifies that the -recovery point is restored to a new Amazon EFS file system. -\item \code{ItemsToRestore}: An array of one to five strings where each string -is a file path. Use \code{ItemsToRestore} to restore specific files or -directories rather than the entire file system. This parameter is -optional. For example, \verb{"itemsToRestore":"[\\"/my.test\\"]"}. +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-aur.html#aur-restore-cli}{Metadata for Amazon Aurora} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-docdb.html#docdb-restore-cli}{Metadata for Amazon DocumentDB} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-application-stacks.html#restoring-cfn-cli}{Metadata for CloudFormation} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-dynamodb.html#ddb-restore-cli}{Metadata for Amazon DynamoDB} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ebs.html#ebs-restore-cli}{Metadata for Amazon EBS} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ec2.html#restoring-ec2-cli}{Metadata for Amazon EC2} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-efs.html#efs-restore-cli}{Metadata for Amazon EFS} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-fsx.html#fsx-restore-cli}{Metadata for Amazon FSx} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-nep.html#nep-restore-cli}{Metadata for Amazon Neptune} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-rds.html#rds-restore-cli}{Metadata for Amazon RDS} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/redshift-restores.html#redshift-restore-api}{Metadata for Amazon Redshift} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-storage-gateway.html#restoring-sgw-cli}{Metadata for Storage Gateway} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html#s3-restore-cli}{Metadata for Amazon S3} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/timestream-restore.html#timestream-restore-api}{Metadata for Amazon Timestream} +\item \href{https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-vm.html#vm-restore-cli}{Metadata for virtual machines} }} \item{IamRoleArn}{The Amazon Resource Name (ARN) of the IAM role that Backup uses to @@ -65,21 +60,21 @@ with no action taken.} \item{ResourceType}{Starts a job to restore a recovery point for one of the following resources: \itemize{ -\item \code{Aurora} for Amazon Aurora -\item \code{DocumentDB} for Amazon DocumentDB (with MongoDB compatibility) -\item \code{CloudFormation} for CloudFormation -\item \code{DynamoDB} for Amazon DynamoDB -\item \code{EBS} for Amazon Elastic Block Store -\item \code{EC2} for Amazon Elastic Compute Cloud -\item \code{EFS} for Amazon Elastic File System -\item \code{FSx} for Amazon FSx -\item \code{Neptune} for Amazon Neptune -\item \code{RDS} for Amazon Relational Database Service -\item \code{Redshift} for Amazon Redshift -\item \verb{Storage Gateway} for Storage Gateway -\item \code{S3} for Amazon S3 -\item \code{Timestream} for Amazon Timestream -\item \code{VirtualMachine} for virtual machines +\item \code{Aurora} - Amazon Aurora +\item \code{DocumentDB} - Amazon DocumentDB +\item \code{CloudFormation} - CloudFormation +\item \code{DynamoDB} - Amazon DynamoDB +\item \code{EBS} - Amazon Elastic Block Store +\item \code{EC2} - Amazon Elastic Compute Cloud +\item \code{EFS} - Amazon Elastic File System +\item \code{FSx} - Amazon FSx +\item \code{Neptune} - Amazon Neptune +\item \code{RDS} - Amazon Relational Database Service +\item \code{Redshift} - Amazon Redshift +\item \verb{Storage Gateway} - Storage Gateway +\item \code{S3} - Amazon Simple Storage Service +\item \code{Timestream} - Amazon Timestream +\item \code{VirtualMachine} - Virtual machines }} \item{CopySourceTagsToRestoredResource}{This is an optional parameter. If this equals \code{True}, tags included in diff --git a/cran/paws.storage/man/backup_tag_resource.Rd b/cran/paws.storage/man/backup_tag_resource.Rd index fa58fff0fe..22a767a5a2 100644 --- a/cran/paws.storage/man/backup_tag_resource.Rd +++ b/cran/paws.storage/man/backup_tag_resource.Rd @@ -9,7 +9,14 @@ backup_tag_resource(ResourceArn, Tags) } \arguments{ \item{ResourceArn}{[required] An ARN that uniquely identifies a resource. The format of the ARN -depends on the type of the tagged resource.} +depends on the type of the tagged resource. + +ARNs that do not include \code{backup} are incompatible with tagging. +\code{\link[=backup_tag_resource]{tag_resource}} and +\code{\link[=backup_untag_resource]{untag_resource}} with invalid ARNs will result +in an error. Acceptable ARN content can include +\code{arn:aws:backup:us-east}. Invalid ARN content may look like +\code{arn:aws:ec2:us-east}.} \item{Tags}{[required] Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. For clarity, this diff --git a/cran/paws.storage/man/backup_untag_resource.Rd b/cran/paws.storage/man/backup_untag_resource.Rd index 926ff74257..83e3f8d4df 100644 --- a/cran/paws.storage/man/backup_untag_resource.Rd +++ b/cran/paws.storage/man/backup_untag_resource.Rd @@ -9,10 +9,16 @@ backup_untag_resource(ResourceArn, TagKeyList) } \arguments{ \item{ResourceArn}{[required] An ARN that uniquely identifies a resource. The format of the ARN -depends on the type of the tagged resource.} +depends on the type of the tagged resource. -\item{TagKeyList}{[required] A list of keys to identify which key-value tags to remove from a -resource.} +ARNs that do not include \code{backup} are incompatible with tagging. +\code{\link[=backup_tag_resource]{tag_resource}} and +\code{\link[=backup_untag_resource]{untag_resource}} with invalid ARNs will result +in an error. Acceptable ARN content can include +\code{arn:aws:backup:us-east}. Invalid ARN content may look like +\code{arn:aws:ec2:us-east}.} + +\item{TagKeyList}{[required] The keys to identify which key-value tags to remove from a resource.} } \description{ Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN) diff --git a/cran/paws.storage/man/backup_update_backup_plan.Rd b/cran/paws.storage/man/backup_update_backup_plan.Rd index 10a4a909dc..a60b9f22cb 100644 --- a/cran/paws.storage/man/backup_update_backup_plan.Rd +++ b/cran/paws.storage/man/backup_update_backup_plan.Rd @@ -2,19 +2,18 @@ % Please edit documentation in R/backup_operations.R \name{backup_update_backup_plan} \alias{backup_update_backup_plan} -\title{Updates an existing backup plan identified by its backupPlanId with the -input document in JSON format} +\title{Updates the specified backup plan} \usage{ backup_update_backup_plan(BackupPlanId, BackupPlan) } \arguments{ -\item{BackupPlanId}{[required] Uniquely identifies a backup plan.} +\item{BackupPlanId}{[required] The ID of the backup plan.} -\item{BackupPlan}{[required] Specifies the body of a backup plan. Includes a \code{BackupPlanName} and one -or more sets of \code{Rules}.} +\item{BackupPlan}{[required] The body of a backup plan. Includes a \code{BackupPlanName} and one or more +sets of \code{Rules}.} } \description{ -Updates an existing backup plan identified by its \code{backupPlanId} with the input document in JSON format. The new version is uniquely identified by a \code{VersionId}. +Updates the specified backup plan. The new version is uniquely identified by its ID. See \url{https://www.paws-r-sdk.com/docs/backup_update_backup_plan/} for full documentation. } diff --git a/cran/paws.storage/man/backup_update_framework.Rd b/cran/paws.storage/man/backup_update_framework.Rd index 99cd3a0d4f..ee1ddd0cda 100644 --- a/cran/paws.storage/man/backup_update_framework.Rd +++ b/cran/paws.storage/man/backup_update_framework.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_update_framework} \alias{backup_update_framework} -\title{Updates an existing framework identified by its FrameworkName with the -input document in JSON format} +\title{Updates the specified framework} \usage{ backup_update_framework( FrameworkName, @@ -20,8 +19,8 @@ A-Z), numbers (0-9), and underscores (_).} \item{FrameworkDescription}{An optional description of the framework with a maximum 1,024 characters.} -\item{FrameworkControls}{A list of the controls that make up the framework. Each control in the -list has a name, input parameters, and scope.} +\item{FrameworkControls}{The controls that make up the framework. Each control in the list has a +name, input parameters, and scope.} \item{IdempotencyToken}{A customer-chosen string that you can use to distinguish between otherwise identical calls to \code{UpdateFrameworkInput}. Retrying a @@ -29,7 +28,7 @@ successful request with the same idempotency token results in a success message with no action taken.} } \description{ -Updates an existing framework identified by its \code{FrameworkName} with the input document in JSON format. +Updates the specified framework. See \url{https://www.paws-r-sdk.com/docs/backup_update_framework/} for full documentation. } diff --git a/cran/paws.storage/man/backup_update_recovery_point_lifecycle.Rd b/cran/paws.storage/man/backup_update_recovery_point_lifecycle.Rd index 9a4e157681..0fe61ce4b2 100644 --- a/cran/paws.storage/man/backup_update_recovery_point_lifecycle.Rd +++ b/cran/paws.storage/man/backup_update_recovery_point_lifecycle.Rd @@ -13,8 +13,7 @@ backup_update_recovery_point_lifecycle( \arguments{ \item{BackupVaultName}{[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create -them and the Amazon Web Services Region where they are created. They -consist of lowercase letters, numbers, and hyphens.} +them and the Amazon Web Services Region where they are created.} \item{RecoveryPointArn}{[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, diff --git a/cran/paws.storage/man/backup_update_report_plan.Rd b/cran/paws.storage/man/backup_update_report_plan.Rd index 9ef48231e8..7ea03ac237 100644 --- a/cran/paws.storage/man/backup_update_report_plan.Rd +++ b/cran/paws.storage/man/backup_update_report_plan.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_update_report_plan} \alias{backup_update_report_plan} -\title{Updates an existing report plan identified by its ReportPlanName with -the input document in JSON format} +\title{Updates the specified report plan} \usage{ backup_update_report_plan( ReportPlanName, @@ -21,12 +20,11 @@ A-Z), numbers (0-9), and underscores (_).} \item{ReportPlanDescription}{An optional description of the report plan with a maximum 1,024 characters.} -\item{ReportDeliveryChannel}{A structure that contains information about where to deliver your -reports, specifically your Amazon S3 bucket name, S3 key prefix, and the -formats of your reports.} +\item{ReportDeliveryChannel}{The information about where to deliver your reports, specifically your +Amazon S3 bucket name, S3 key prefix, and the formats of your reports.} -\item{ReportSetting}{Identifies the report template for the report. Reports are built using a -report template. The report templates are: +\item{ReportSetting}{The report template for the report. Reports are built using a report +template. The report templates are: \code{RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT} @@ -40,7 +38,7 @@ successful request with the same idempotency token results in a success message with no action taken.} } \description{ -Updates an existing report plan identified by its \code{ReportPlanName} with the input document in JSON format. +Updates the specified report plan. See \url{https://www.paws-r-sdk.com/docs/backup_update_report_plan/} for full documentation. } diff --git a/cran/paws.storage/man/backup_update_restore_testing_plan.Rd b/cran/paws.storage/man/backup_update_restore_testing_plan.Rd index 096c2f3f4e..06b983523d 100644 --- a/cran/paws.storage/man/backup_update_restore_testing_plan.Rd +++ b/cran/paws.storage/man/backup_update_restore_testing_plan.Rd @@ -9,7 +9,7 @@ backup_update_restore_testing_plan(RestoreTestingPlan, RestoreTestingPlanName) \arguments{ \item{RestoreTestingPlan}{[required] Specifies the body of a restore testing plan.} -\item{RestoreTestingPlanName}{[required] This is the restore testing plan name you wish to update.} +\item{RestoreTestingPlanName}{[required] The name of the restore testing plan name.} } \description{ This request will send changes to your specified restore testing plan. \code{RestoreTestingPlanName} cannot be updated after it is created. diff --git a/cran/paws.storage/man/backup_update_restore_testing_selection.Rd b/cran/paws.storage/man/backup_update_restore_testing_selection.Rd index 732f434dad..c698f9e71f 100644 --- a/cran/paws.storage/man/backup_update_restore_testing_selection.Rd +++ b/cran/paws.storage/man/backup_update_restore_testing_selection.Rd @@ -2,8 +2,7 @@ % Please edit documentation in R/backup_operations.R \name{backup_update_restore_testing_selection} \alias{backup_update_restore_testing_selection} -\title{Most elements except the RestoreTestingSelectionName can be updated with -this request} +\title{Updates the specified restore testing selection} \usage{ backup_update_restore_testing_selection( RestoreTestingPlanName, @@ -20,11 +19,11 @@ resource ARNs or conditions, but not both. That is, if your selection has \code{ProtectedResourceArns}, requesting an update with the parameter \code{ProtectedResourceConditions} will be unsuccessful.} -\item{RestoreTestingSelectionName}{[required] This is the required restore testing selection name of the restore -testing selection you wish to update.} +\item{RestoreTestingSelectionName}{[required] The required restore testing selection name of the restore testing +selection you wish to update.} } \description{ -Most elements except the \code{RestoreTestingSelectionName} can be updated with this request. +Updates the specified restore testing selection. See \url{https://www.paws-r-sdk.com/docs/backup_update_restore_testing_selection/} for full documentation. } diff --git a/cran/paws.storage/man/fsx_associate_file_system_aliases.Rd b/cran/paws.storage/man/fsx_associate_file_system_aliases.Rd index 752a216bf8..8ae53ce8c6 100644 --- a/cran/paws.storage/man/fsx_associate_file_system_aliases.Rd +++ b/cran/paws.storage/man/fsx_associate_file_system_aliases.Rd @@ -34,7 +34,7 @@ uppercase letters, lowercase letters, or the corresponding letters in escape codes.} } \description{ -Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system. A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request. For more information, see \href{https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html}{Working with DNS Aliases} and \href{https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html}{Walkthrough 5: Using DNS aliases to access your file system}, including additional steps you must take to be able to access your file system using a DNS alias. +Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system. A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request. For more information, see \href{https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html}{Working with DNS Aliases} and \href{https://docs.aws.amazon.com/fsx/latest/WindowsGuide/supported-fsx-clients.html#dns-aliases}{Walkthrough 5: Using DNS aliases to access your file system}, including additional steps you must take to be able to access your file system using a DNS alias. See \url{https://www.paws-r-sdk.com/docs/fsx_associate_file_system_aliases/} for full documentation. } diff --git a/cran/paws.storage/man/fsx_create_file_system.Rd b/cran/paws.storage/man/fsx_create_file_system.Rd index 7d693a48c1..12bf356c65 100644 --- a/cran/paws.storage/man/fsx_create_file_system.Rd +++ b/cran/paws.storage/man/fsx_create_file_system.Rd @@ -72,7 +72,7 @@ all Windows, Lustre, ONTAP, and OpenZFS deployment types. and on \code{PERSISTENT_1} Lustre file system deployment types. } -Default value is \code{SSD}. For more information, see \href{https://docs.aws.amazon.com/fsx/latest/WindowsGuide/#storage-type-options}{Storage type options} +Default value is \code{SSD}. For more information, see \href{https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-configuration.html#optimize-storage-costs}{Storage type options} in the \emph{FSx for Windows File Server User Guide} and \href{https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options}{Multiple storage options} in the \emph{FSx for Lustre User Guide}.} diff --git a/cran/paws.storage/man/omics.Rd b/cran/paws.storage/man/omics.Rd index 348bd41b7e..a371061cb8 100644 --- a/cran/paws.storage/man/omics.Rd +++ b/cran/paws.storage/man/omics.Rd @@ -102,7 +102,7 @@ HealthOmics User Guide}. \link[=omics_create_annotation_store_version]{create_annotation_store_version} \tab Creates a new version of an annotation store\cr \link[=omics_create_multipart_read_set_upload]{create_multipart_read_set_upload} \tab Begins a multipart read set upload\cr \link[=omics_create_reference_store]{create_reference_store} \tab Creates a reference store\cr -\link[=omics_create_run_group]{create_run_group} \tab Creates a run group\cr +\link[=omics_create_run_group]{create_run_group} \tab You can optionally create a run group to limit the compute resources for the runs that you add to the group\cr \link[=omics_create_sequence_store]{create_sequence_store} \tab Creates a sequence store\cr \link[=omics_create_share]{create_share} \tab Creates a cross-account shared resource\cr \link[=omics_create_variant_store]{create_variant_store} \tab Creates a variant store\cr diff --git a/cran/paws.storage/man/omics_create_run_group.Rd b/cran/paws.storage/man/omics_create_run_group.Rd index d50060a170..0159330f8f 100644 --- a/cran/paws.storage/man/omics_create_run_group.Rd +++ b/cran/paws.storage/man/omics_create_run_group.Rd @@ -2,7 +2,8 @@ % Please edit documentation in R/omics_operations.R \name{omics_create_run_group} \alias{omics_create_run_group} -\title{Creates a run group} +\title{You can optionally create a run group to limit the compute resources for +the runs that you add to the group} \usage{ omics_create_run_group( name = NULL, @@ -17,21 +18,24 @@ omics_create_run_group( \arguments{ \item{name}{A name for the group.} -\item{maxCpus}{The maximum number of CPUs to use in the group.} +\item{maxCpus}{The maximum number of CPUs that can run concurrently across all active +runs in the run group.} -\item{maxRuns}{The maximum number of concurrent runs for the group.} +\item{maxRuns}{The maximum number of runs that can be running at the same time.} -\item{maxDuration}{A maximum run time for the group in minutes.} +\item{maxDuration}{The maximum time for each run (in minutes). If a run exceeds the maximum +run time, the run fails automatically.} \item{tags}{Tags for the group.} \item{requestId}{[required] To ensure that requests don't run multiple times, specify a unique ID for each request.} -\item{maxGpus}{The maximum GPUs that can be used by a run group.} +\item{maxGpus}{The maximum number of GPUs that can run concurrently across all active +runs in the run group.} } \description{ -Creates a run group. +You can optionally create a run group to limit the compute resources for the runs that you add to the group. See \url{https://www.paws-r-sdk.com/docs/omics_create_run_group/} for full documentation. } diff --git a/cran/paws.storage/man/omics_create_workflow.Rd b/cran/paws.storage/man/omics_create_workflow.Rd index f569443032..84f5db42a5 100644 --- a/cran/paws.storage/man/omics_create_workflow.Rd +++ b/cran/paws.storage/man/omics_create_workflow.Rd @@ -33,7 +33,7 @@ omics_create_workflow( \item{parameterTemplate}{A parameter template for the workflow.} -\item{storageCapacity}{The storage capacity for the workflow in gibibytes.} +\item{storageCapacity}{The default storage capacity for the workflow runs, in gibibytes.} \item{tags}{Tags for the workflow.} diff --git a/cran/paws.storage/man/recyclebin.Rd b/cran/paws.storage/man/recyclebin.Rd index 870f1482c7..e8e0270529 100644 --- a/cran/paws.storage/man/recyclebin.Rd +++ b/cran/paws.storage/man/recyclebin.Rd @@ -69,7 +69,7 @@ it in the same way you use any other resource of that type in your account. If the retention period expires and the resource is not restored, the resource is permanently deleted from the Recycle Bin and is no longer available for recovery. For more information about Recycle -Bin, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html}{Recycle Bin} +Bin, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html}{Recycle Bin} in the \emph{Amazon Elastic Compute Cloud User Guide}. } \section{Service syntax}{ diff --git a/cran/paws.storage/man/recyclebin_create_rule.Rd b/cran/paws.storage/man/recyclebin_create_rule.Rd index 6b539bd72b..6819c11047 100644 --- a/cran/paws.storage/man/recyclebin_create_rule.Rd +++ b/cran/paws.storage/man/recyclebin_create_rule.Rd @@ -46,7 +46,7 @@ tagged.} \item{LockConfiguration}{Information about the retention rule lock configuration.} } \description{ -Creates a Recycle Bin retention rule. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-create-rule}{Create Recycle Bin retention rules} in the \emph{Amazon Elastic Compute Cloud User Guide}. +Creates a Recycle Bin retention rule. For more information, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-create-rule}{Create Recycle Bin retention rules} in the \emph{Amazon Elastic Compute Cloud User Guide}. See \url{https://www.paws-r-sdk.com/docs/recyclebin_create_rule/} for full documentation. } diff --git a/cran/paws.storage/man/recyclebin_delete_rule.Rd b/cran/paws.storage/man/recyclebin_delete_rule.Rd index be9930e000..6067fa5215 100644 --- a/cran/paws.storage/man/recyclebin_delete_rule.Rd +++ b/cran/paws.storage/man/recyclebin_delete_rule.Rd @@ -10,7 +10,7 @@ recyclebin_delete_rule(Identifier) \item{Identifier}{[required] The unique ID of the retention rule.} } \description{ -Deletes a Recycle Bin retention rule. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule}{Delete Recycle Bin retention rules} in the \emph{Amazon Elastic Compute Cloud User Guide}. +Deletes a Recycle Bin retention rule. For more information, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule}{Delete Recycle Bin retention rules} in the \emph{Amazon Elastic Compute Cloud User Guide}. See \url{https://www.paws-r-sdk.com/docs/recyclebin_delete_rule/} for full documentation. } diff --git a/cran/paws.storage/man/recyclebin_update_rule.Rd b/cran/paws.storage/man/recyclebin_update_rule.Rd index 0269689ea3..bf5026a9d4 100644 --- a/cran/paws.storage/man/recyclebin_update_rule.Rd +++ b/cran/paws.storage/man/recyclebin_update_rule.Rd @@ -41,7 +41,7 @@ Region in which the rule is created, even if the resources are not tagged.} } \description{ -Updates an existing Recycle Bin retention rule. You can update a retention rule's description, resource tags, and retention period at any time after creation. You can't update a retention rule's resource type after creation. For more information, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-update-rule}{Update Recycle Bin retention rules} in the \emph{Amazon Elastic Compute Cloud User Guide}. +Updates an existing Recycle Bin retention rule. You can update a retention rule's description, resource tags, and retention period at any time after creation. You can't update a retention rule's resource type after creation. For more information, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-update-rule}{Update Recycle Bin retention rules} in the \emph{Amazon Elastic Compute Cloud User Guide}. See \url{https://www.paws-r-sdk.com/docs/recyclebin_update_rule/} for full documentation. } diff --git a/cran/paws.storage/man/s3_complete_multipart_upload.Rd b/cran/paws.storage/man/s3_complete_multipart_upload.Rd index d51d185cc1..0b55798836 100644 --- a/cran/paws.storage/man/s3_complete_multipart_upload.Rd +++ b/cran/paws.storage/man/s3_complete_multipart_upload.Rd @@ -15,6 +15,7 @@ s3_complete_multipart_upload( ChecksumSHA256 = NULL, RequestPayer = NULL, ExpectedBucketOwner = NULL, + IfNoneMatch = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL @@ -92,6 +93,21 @@ in the \emph{Amazon S3 User Guide}.} provide does not match the actual owner of the bucket, the request fails with the HTTP status code \verb{403 Forbidden} (access denied).} +\item{IfNoneMatch}{Uploads the object only if the object key name does not already exist in +the bucket specified. Otherwise, Amazon S3 returns a +\verb{412 Precondition Failed} error. + +If a conflicting operation occurs during the upload S3 returns a +\verb{409 ConditionalRequestConflict} response. On a 409 failure you should +re-initiate the multipart upload with +\code{\link[=s3_create_multipart_upload]{create_multipart_upload}} and re-upload +each part. + +Expects the '*' (asterisk) character. + +For more information about conditional requests, see \href{https://datatracker.ietf.org/doc/html/rfc7232}{RFC 7232}, or \href{https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html}{Conditional requests} +in the \emph{Amazon S3 User Guide}.} + \item{SSECustomerAlgorithm}{The server-side encryption (SSE) algorithm used to encrypt the object. This parameter is required only when the object was created using a checksum algorithm or if your bucket policy requires the use of SSE-C. diff --git a/cran/paws.storage/man/s3_get_object.Rd b/cran/paws.storage/man/s3_get_object.Rd index 243d97eb42..c8601719c5 100644 --- a/cran/paws.storage/man/s3_get_object.Rd +++ b/cran/paws.storage/man/s3_get_object.Rd @@ -226,7 +226,13 @@ specified. Useful for downloading just a part of an object.} provide does not match the actual owner of the bucket, the request fails with the HTTP status code \verb{403 Forbidden} (access denied).} -\item{ChecksumMode}{To retrieve the checksum, this mode must be enabled.} +\item{ChecksumMode}{To retrieve the checksum, this mode must be enabled. + +In addition, if you enable checksum mode and the object is uploaded with +a +\href{https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html}{checksum} +and encrypted with an Key Management Service (KMS) key, you must have +permission to use the \code{kms:Decrypt} action to retrieve the checksum.} } \description{ Retrieves an object from Amazon S3. diff --git a/cran/paws.storage/man/s3_head_object.Rd b/cran/paws.storage/man/s3_head_object.Rd index 6cf8f6c256..0ab1574a2d 100644 --- a/cran/paws.storage/man/s3_head_object.Rd +++ b/cran/paws.storage/man/s3_head_object.Rd @@ -177,10 +177,11 @@ with the HTTP status code \verb{403 Forbidden} (access denied).} \item{ChecksumMode}{To retrieve the checksum, this parameter must be enabled. -In addition, if you enable \code{ChecksumMode} and the object is encrypted -with Amazon Web Services Key Management Service (Amazon Web Services -KMS), you must have permission to use the \code{kms:Decrypt} action for the -request to succeed.} +In addition, if you enable checksum mode and the object is uploaded with +a +\href{https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html}{checksum} +and encrypted with an Key Management Service (KMS) key, you must have +permission to use the \code{kms:Decrypt} action to retrieve the checksum.} } \description{ The \code{HEAD} operation retrieves metadata from an object without returning the object itself. This operation is useful if you're interested only in an object's metadata. diff --git a/cran/paws.storage/man/s3_list_buckets.Rd b/cran/paws.storage/man/s3_list_buckets.Rd index cd52ab60ab..e351cc50e4 100644 --- a/cran/paws.storage/man/s3_list_buckets.Rd +++ b/cran/paws.storage/man/s3_list_buckets.Rd @@ -4,7 +4,21 @@ \alias{s3_list_buckets} \title{This operation is not supported by directory buckets} \usage{ -s3_list_buckets() +s3_list_buckets(MaxBuckets = NULL, ContinuationToken = NULL) +} +\arguments{ +\item{MaxBuckets}{Maximum number of buckets to be returned in response. When the number is +more than the count of buckets that are owned by an Amazon Web Services +account, return all the buckets in response.} + +\item{ContinuationToken}{\code{ContinuationToken} indicates to Amazon S3 that the list is being +continued on this bucket with a token. \code{ContinuationToken} is obfuscated +and is not a real key. You can use this \code{ContinuationToken} for +pagination of the list results. + +Length Constraints: Minimum length of 0. Maximum length of 1024. + +Required: No.} } \description{ This operation is not supported by directory buckets. diff --git a/cran/paws.storage/man/s3_list_directory_buckets.Rd b/cran/paws.storage/man/s3_list_directory_buckets.Rd index 99f241f67a..8bd95dd2fd 100644 --- a/cran/paws.storage/man/s3_list_directory_buckets.Rd +++ b/cran/paws.storage/man/s3_list_directory_buckets.Rd @@ -9,9 +9,9 @@ s3_list_directory_buckets(ContinuationToken = NULL, MaxDirectoryBuckets = NULL) } \arguments{ \item{ContinuationToken}{\code{ContinuationToken} indicates to Amazon S3 that the list is being -continued on this bucket with a token. \code{ContinuationToken} is obfuscated -and is not a real key. You can use this \code{ContinuationToken} for -pagination of the list results.} +continued on buckets in this account with a token. \code{ContinuationToken} +is obfuscated and is not a real bucket name. You can use this +\code{ContinuationToken} for the pagination of the list results.} \item{MaxDirectoryBuckets}{Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services diff --git a/cran/paws.storage/man/s3_list_objects_v2.Rd b/cran/paws.storage/man/s3_list_objects_v2.Rd index 1167952970..406a1ac30b 100644 --- a/cran/paws.storage/man/s3_list_objects_v2.Rd +++ b/cran/paws.storage/man/s3_list_objects_v2.Rd @@ -66,10 +66,19 @@ uploads, see \href{https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuover in the \emph{Amazon S3 User Guide}. }} -\item{EncodingType}{Encoding type used by Amazon S3 to encode object keys in the response. -If using \code{url}, non-ASCII characters used in an object's key name will -be URL encoded. For example, the object \verb{test_file(3).png} will appear -as \verb{test_file\%283\%29.png}.} +\item{EncodingType}{Encoding type used by Amazon S3 to encode the \href{https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html}{object keys} +in the response. Responses are encoded only in UTF-8. An object key can +contain any Unicode character. However, the XML 1.0 parser can't parse +certain characters, such as characters with an ASCII value from 0 to 10. +For characters that aren't supported in XML 1.0, you can add this +parameter to request that Amazon S3 encode the keys in the response. For +more information about characters to avoid in object key names, see +\href{https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines}{Object key naming guidelines}. + +When using the URL encoding type, non-ASCII characters that are used in +an object's key name will be percent-encoded according to UTF-8 code +values. For example, the object \verb{test_file(3).png} will appear as +\verb{test_file\%283\%29.png}.} \item{MaxKeys}{Sets the maximum number of keys returned in the response. By default, the action returns up to 1,000 key names. The response might contain diff --git a/cran/paws.storage/man/s3_put_object.Rd b/cran/paws.storage/man/s3_put_object.Rd index 7b8959d9f3..8ef1ddef12 100644 --- a/cran/paws.storage/man/s3_put_object.Rd +++ b/cran/paws.storage/man/s3_put_object.Rd @@ -21,6 +21,7 @@ s3_put_object( ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, Expires = NULL, + IfNoneMatch = NULL, GrantFullControl = NULL, GrantRead = NULL, GrantReadACP = NULL, @@ -200,6 +201,19 @@ in the \emph{Amazon S3 User Guide}.} \item{Expires}{The date and time at which the object is no longer cacheable. For more information, see \url{https://www.rfc-editor.org/rfc/rfc7234#section-5.3}.} +\item{IfNoneMatch}{Uploads the object only if the object key name does not already exist in +the bucket specified. Otherwise, Amazon S3 returns a +\verb{412 Precondition Failed} error. + +If a conflicting operation occurs during the upload S3 returns a +\verb{409 ConditionalRequestConflict} response. On a 409 failure you should +retry the upload. + +Expects the '*' (asterisk) character. + +For more information about conditional requests, see \href{https://datatracker.ietf.org/doc/html/rfc7232}{RFC 7232}, or \href{https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html}{Conditional requests} +in the \emph{Amazon S3 User Guide}.} + \item{GrantFullControl}{Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object. \itemize{ diff --git a/cran/paws/NAMESPACE b/cran/paws/NAMESPACE index 94eef0a48b..9cab0a9f02 100644 --- a/cran/paws/NAMESPACE +++ b/cran/paws/NAMESPACE @@ -56,7 +56,6 @@ export(codeguruprofiler) export(codegurureviewer) export(codegurusecurity) export(codepipeline) -export(codestar) export(codestarconnections) export(codestarnotifications) export(cognitoidentity) diff --git a/cran/paws/R/paws.R b/cran/paws/R/paws.R index 5ebf010151..78aeee7117 100644 --- a/cran/paws/R/paws.R +++ b/cran/paws/R/paws.R @@ -736,9 +736,10 @@ computeoptimizer <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.compute:ec2_cancel_spot_instance_requests]{cancel_spot_instance_requests} \tab Cancels one or more Spot Instance requests\cr #' \link[paws.compute:ec2_confirm_product_instance]{confirm_product_instance} \tab Determines whether a product code is associated with an instance\cr #' \link[paws.compute:ec2_copy_fpga_image]{copy_fpga_image} \tab Copies the specified Amazon FPGA Image (AFI) to the current Region\cr -#' \link[paws.compute:ec2_copy_image]{copy_image} \tab Initiates the copy of an AMI\cr +#' \link[paws.compute:ec2_copy_image]{copy_image} \tab Initiates an AMI copy operation\cr #' \link[paws.compute:ec2_copy_snapshot]{copy_snapshot} \tab Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3\cr #' \link[paws.compute:ec2_create_capacity_reservation]{create_capacity_reservation} \tab Creates a new Capacity Reservation with the specified attributes\cr +#' \link[paws.compute:ec2_create_capacity_reservation_by_splitting]{create_capacity_reservation_by_splitting} \tab Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation\cr #' \link[paws.compute:ec2_create_capacity_reservation_fleet]{create_capacity_reservation_fleet} \tab Creates a Capacity Reservation Fleet\cr #' \link[paws.compute:ec2_create_carrier_gateway]{create_carrier_gateway} \tab Creates a carrier gateway\cr #' \link[paws.compute:ec2_create_client_vpn_endpoint]{create_client_vpn_endpoint} \tab Creates a Client VPN endpoint\cr @@ -759,6 +760,7 @@ computeoptimizer <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.compute:ec2_create_instance_export_task]{create_instance_export_task} \tab Exports a running or stopped instance to an Amazon S3 bucket\cr #' \link[paws.compute:ec2_create_internet_gateway]{create_internet_gateway} \tab Creates an internet gateway for use with a VPC\cr #' \link[paws.compute:ec2_create_ipam]{create_ipam} \tab Create an IPAM\cr +#' \link[paws.compute:ec2_create_ipam_external_resource_verification_token]{create_ipam_external_resource_verification_token} \tab Create a verification token\cr #' \link[paws.compute:ec2_create_ipam_pool]{create_ipam_pool} \tab Create an IP address pool for Amazon VPC IP Address Manager (IPAM)\cr #' \link[paws.compute:ec2_create_ipam_resource_discovery]{create_ipam_resource_discovery} \tab Creates an IPAM resource discovery\cr #' \link[paws.compute:ec2_create_ipam_scope]{create_ipam_scope} \tab Create an IPAM scope\cr @@ -835,6 +837,7 @@ computeoptimizer <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.compute:ec2_delete_instance_event_window]{delete_instance_event_window} \tab Deletes the specified event window\cr #' \link[paws.compute:ec2_delete_internet_gateway]{delete_internet_gateway} \tab Deletes the specified internet gateway\cr #' \link[paws.compute:ec2_delete_ipam]{delete_ipam} \tab Delete an IPAM\cr +#' \link[paws.compute:ec2_delete_ipam_external_resource_verification_token]{delete_ipam_external_resource_verification_token} \tab Delete a verification token\cr #' \link[paws.compute:ec2_delete_ipam_pool]{delete_ipam_pool} \tab Delete an IPAM pool\cr #' \link[paws.compute:ec2_delete_ipam_resource_discovery]{delete_ipam_resource_discovery} \tab Deletes an IPAM resource discovery\cr #' \link[paws.compute:ec2_delete_ipam_scope]{delete_ipam_scope} \tab Delete the scope for an IPAM\cr @@ -959,6 +962,7 @@ computeoptimizer <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.compute:ec2_describe_instance_types]{describe_instance_types} \tab Describes the specified instance types\cr #' \link[paws.compute:ec2_describe_internet_gateways]{describe_internet_gateways} \tab Describes your internet gateways\cr #' \link[paws.compute:ec2_describe_ipam_byoasn]{describe_ipam_byoasn} \tab Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated\cr +#' \link[paws.compute:ec2_describe_ipam_external_resource_verification_tokens]{describe_ipam_external_resource_verification_tokens} \tab Describe verification tokens\cr #' \link[paws.compute:ec2_describe_ipam_pools]{describe_ipam_pools} \tab Get information about your IPAM pools\cr #' \link[paws.compute:ec2_describe_ipam_resource_discoveries]{describe_ipam_resource_discoveries} \tab Describes IPAM resource discoveries\cr #' \link[paws.compute:ec2_describe_ipam_resource_discovery_associations]{describe_ipam_resource_discovery_associations} \tab Describes resource discovery association with an Amazon VPC IPAM\cr @@ -1172,7 +1176,7 @@ computeoptimizer <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.compute:ec2_lock_snapshot]{lock_snapshot} \tab Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration\cr #' \link[paws.compute:ec2_modify_address_attribute]{modify_address_attribute} \tab Modifies an attribute of the specified Elastic IP address\cr #' \link[paws.compute:ec2_modify_availability_zone_group]{modify_availability_zone_group} \tab Changes the opt-in status of the specified zone group for your account\cr -#' \link[paws.compute:ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity and the conditions under which it is to be released\cr +#' \link[paws.compute:ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released\cr #' \link[paws.compute:ec2_modify_capacity_reservation_fleet]{modify_capacity_reservation_fleet} \tab Modifies a Capacity Reservation Fleet\cr #' \link[paws.compute:ec2_modify_client_vpn_endpoint]{modify_client_vpn_endpoint} \tab Modifies the specified Client VPN endpoint\cr #' \link[paws.compute:ec2_modify_default_credit_specification]{modify_default_credit_specification} \tab Modifies the default credit option for CPU usage of burstable performance instances\cr @@ -1238,6 +1242,7 @@ computeoptimizer <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.compute:ec2_monitor_instances]{monitor_instances} \tab Enables detailed monitoring for a running instance\cr #' \link[paws.compute:ec2_move_address_to_vpc]{move_address_to_vpc} \tab This action is deprecated\cr #' \link[paws.compute:ec2_move_byoip_cidr_to_ipam]{move_byoip_cidr_to_ipam} \tab Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool\cr +#' \link[paws.compute:ec2_move_capacity_reservation_instances]{move_capacity_reservation_instances} \tab Move available capacity from a source Capacity Reservation to a destination Capacity Reservation\cr #' \link[paws.compute:ec2_provision_byoip_cidr]{provision_byoip_cidr} \tab Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool\cr #' \link[paws.compute:ec2_provision_ipam_byoasn]{provision_ipam_byoasn} \tab Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account\cr #' \link[paws.compute:ec2_provision_ipam_pool_cidr]{provision_ipam_pool_cidr} \tab Provision a CIDR to an IPAM pool\cr @@ -1564,10 +1569,12 @@ ec2instanceconnect <- function(config = list(), credentials = list(), endpoint = #' \link[paws.compute:ecr_complete_layer_upload]{complete_layer_upload} \tab Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID\cr #' \link[paws.compute:ecr_create_pull_through_cache_rule]{create_pull_through_cache_rule} \tab Creates a pull through cache rule\cr #' \link[paws.compute:ecr_create_repository]{create_repository} \tab Creates a repository\cr +#' \link[paws.compute:ecr_create_repository_creation_template]{create_repository_creation_template} \tab Creates a repository creation template\cr #' \link[paws.compute:ecr_delete_lifecycle_policy]{delete_lifecycle_policy} \tab Deletes the lifecycle policy associated with the specified repository\cr #' \link[paws.compute:ecr_delete_pull_through_cache_rule]{delete_pull_through_cache_rule} \tab Deletes a pull through cache rule\cr #' \link[paws.compute:ecr_delete_registry_policy]{delete_registry_policy} \tab Deletes the registry permissions policy\cr #' \link[paws.compute:ecr_delete_repository]{delete_repository} \tab Deletes a repository\cr +#' \link[paws.compute:ecr_delete_repository_creation_template]{delete_repository_creation_template} \tab Deletes a repository creation template\cr #' \link[paws.compute:ecr_delete_repository_policy]{delete_repository_policy} \tab Deletes the repository policy associated with the specified repository\cr #' \link[paws.compute:ecr_describe_image_replication_status]{describe_image_replication_status} \tab Returns the replication status for a specified image\cr #' \link[paws.compute:ecr_describe_images]{describe_images} \tab Returns metadata about the images in a repository\cr @@ -1575,6 +1582,8 @@ ec2instanceconnect <- function(config = list(), credentials = list(), endpoint = #' \link[paws.compute:ecr_describe_pull_through_cache_rules]{describe_pull_through_cache_rules} \tab Returns the pull through cache rules for a registry\cr #' \link[paws.compute:ecr_describe_registry]{describe_registry} \tab Describes the settings for a registry\cr #' \link[paws.compute:ecr_describe_repositories]{describe_repositories} \tab Describes image repositories in a registry\cr +#' \link[paws.compute:ecr_describe_repository_creation_templates]{describe_repository_creation_templates} \tab Returns details about the repository creation templates in a registry\cr +#' \link[paws.compute:ecr_get_account_setting]{get_account_setting} \tab Retrieves the basic scan type version name\cr #' \link[paws.compute:ecr_get_authorization_token]{get_authorization_token} \tab Retrieves an authorization token\cr #' \link[paws.compute:ecr_get_download_url_for_layer]{get_download_url_for_layer} \tab Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer\cr #' \link[paws.compute:ecr_get_lifecycle_policy]{get_lifecycle_policy} \tab Retrieves the lifecycle policy for the specified repository\cr @@ -1585,6 +1594,7 @@ ec2instanceconnect <- function(config = list(), credentials = list(), endpoint = #' \link[paws.compute:ecr_initiate_layer_upload]{initiate_layer_upload} \tab Notifies Amazon ECR that you intend to upload an image layer\cr #' \link[paws.compute:ecr_list_images]{list_images} \tab Lists all the image IDs for the specified repository\cr #' \link[paws.compute:ecr_list_tags_for_resource]{list_tags_for_resource} \tab List the tags for an Amazon ECR resource\cr +#' \link[paws.compute:ecr_put_account_setting]{put_account_setting} \tab Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE\cr #' \link[paws.compute:ecr_put_image]{put_image} \tab Creates or updates the image manifest and tags associated with an image\cr #' \link[paws.compute:ecr_put_image_scanning_configuration]{put_image_scanning_configuration} \tab The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level\cr #' \link[paws.compute:ecr_put_image_tag_mutability]{put_image_tag_mutability} \tab Updates the image tag mutability settings for the specified repository\cr @@ -1598,6 +1608,7 @@ ec2instanceconnect <- function(config = list(), credentials = list(), endpoint = #' \link[paws.compute:ecr_tag_resource]{tag_resource} \tab Adds specified tags to a resource with the specified ARN\cr #' \link[paws.compute:ecr_untag_resource]{untag_resource} \tab Deletes specified tags from a resource\cr #' \link[paws.compute:ecr_update_pull_through_cache_rule]{update_pull_through_cache_rule} \tab Updates an existing pull through cache rule\cr +#' \link[paws.compute:ecr_update_repository_creation_template]{update_repository_creation_template} \tab Updates an existing repository creation template\cr #' \link[paws.compute:ecr_upload_layer_part]{upload_layer_part} \tab Uploads an image layer part to Amazon ECR\cr #' \link[paws.compute:ecr_validate_pull_through_cache_rule]{validate_pull_through_cache_rule} \tab Validates an existing pull through cache rule for an upstream registry that requires authentication #' } @@ -2946,7 +2957,7 @@ imagebuilder <- function(config = list(), credentials = list(), endpoint = NULL, #' @section Operations: #' \tabular{ll}{ #' \link[paws.compute:lambda_add_layer_version_permission]{add_layer_version_permission} \tab Adds permissions to the resource-based policy of a version of an Lambda layer\cr -#' \link[paws.compute:lambda_add_permission]{add_permission} \tab Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr +#' \link[paws.compute:lambda_add_permission]{add_permission} \tab Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr #' \link[paws.compute:lambda_create_alias]{create_alias} \tab Creates an alias for a Lambda function version\cr #' \link[paws.compute:lambda_create_code_signing_config]{create_code_signing_config} \tab Creates a code signing configuration\cr #' \link[paws.compute:lambda_create_event_source_mapping]{create_event_source_mapping} \tab Creates a mapping between an event source and an Lambda function\cr @@ -2971,6 +2982,7 @@ imagebuilder <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.compute:lambda_get_function_concurrency]{get_function_concurrency} \tab Returns details about the reserved concurrency configuration for a function\cr #' \link[paws.compute:lambda_get_function_configuration]{get_function_configuration} \tab Returns the version-specific settings of a Lambda function or version\cr #' \link[paws.compute:lambda_get_function_event_invoke_config]{get_function_event_invoke_config} \tab Retrieves the configuration for asynchronous invocation for a function, version, or alias\cr +#' \link[paws.compute:lambda_get_function_recursion_config]{get_function_recursion_config} \tab Returns your function's recursive loop detection configuration\cr #' \link[paws.compute:lambda_get_function_url_config]{get_function_url_config} \tab Returns details about a Lambda function URL\cr #' \link[paws.compute:lambda_get_layer_version]{get_layer_version} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr #' \link[paws.compute:lambda_get_layer_version_by_arn]{get_layer_version_by_arn} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr @@ -2998,10 +3010,11 @@ imagebuilder <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.compute:lambda_put_function_code_signing_config]{put_function_code_signing_config} \tab Update the code signing configuration for the function\cr #' \link[paws.compute:lambda_put_function_concurrency]{put_function_concurrency} \tab Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level\cr #' \link[paws.compute:lambda_put_function_event_invoke_config]{put_function_event_invoke_config} \tab Configures options for asynchronous invocation on a function, version, or alias\cr +#' \link[paws.compute:lambda_put_function_recursion_config]{put_function_recursion_config} \tab Sets your function's recursive loop detection configuration\cr #' \link[paws.compute:lambda_put_provisioned_concurrency_config]{put_provisioned_concurrency_config} \tab Adds a provisioned concurrency configuration to a function's alias or version\cr #' \link[paws.compute:lambda_put_runtime_management_config]{put_runtime_management_config} \tab Sets the runtime management configuration for a function's version\cr #' \link[paws.compute:lambda_remove_layer_version_permission]{remove_layer_version_permission} \tab Removes a statement from the permissions policy for a version of an Lambda layer\cr -#' \link[paws.compute:lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account\cr +#' \link[paws.compute:lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account\cr #' \link[paws.compute:lambda_tag_resource]{tag_resource} \tab Adds tags to a function\cr #' \link[paws.compute:lambda_untag_resource]{untag_resource} \tab Removes tags from a function\cr #' \link[paws.compute:lambda_update_alias]{update_alias} \tab Updates the configuration of a Lambda function alias\cr @@ -3915,15 +3928,15 @@ serverlessapplicationrepository <- function(config = list(), credentials = list( #' #' @section Operations: #' \tabular{ll}{ -#' \link[paws.storage:backup_cancel_legal_hold]{cancel_legal_hold} \tab This action removes the specified legal hold on a recovery point\cr +#' \link[paws.storage:backup_cancel_legal_hold]{cancel_legal_hold} \tab Removes the specified legal hold on a recovery point\cr #' \link[paws.storage:backup_create_backup_plan]{create_backup_plan} \tab Creates a backup plan using a backup plan name and backup rules\cr #' \link[paws.storage:backup_create_backup_selection]{create_backup_selection} \tab Creates a JSON document that specifies a set of resources to assign to a backup plan\cr #' \link[paws.storage:backup_create_backup_vault]{create_backup_vault} \tab Creates a logical container where backups are stored\cr #' \link[paws.storage:backup_create_framework]{create_framework} \tab Creates a framework with one or more controls\cr -#' \link[paws.storage:backup_create_legal_hold]{create_legal_hold} \tab This action creates a legal hold on a recovery point (backup)\cr -#' \link[paws.storage:backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab This request creates a logical container to where backups may be copied\cr +#' \link[paws.storage:backup_create_legal_hold]{create_legal_hold} \tab Creates a legal hold on a recovery point (backup)\cr +#' \link[paws.storage:backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab Creates a logical container to where backups may be copied\cr #' \link[paws.storage:backup_create_report_plan]{create_report_plan} \tab Creates a report plan\cr -#' \link[paws.storage:backup_create_restore_testing_plan]{create_restore_testing_plan} \tab This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection\cr +#' \link[paws.storage:backup_create_restore_testing_plan]{create_restore_testing_plan} \tab Creates a restore testing plan\cr #' \link[paws.storage:backup_create_restore_testing_selection]{create_restore_testing_selection} \tab This request can be sent after CreateRestoreTestingPlan request returns successfully\cr #' \link[paws.storage:backup_delete_backup_plan]{delete_backup_plan} \tab Deletes a backup plan\cr #' \link[paws.storage:backup_delete_backup_selection]{delete_backup_selection} \tab Deletes the resource selection associated with a backup plan that is specified by the SelectionId\cr @@ -3965,8 +3978,8 @@ serverlessapplicationrepository <- function(config = list(), credentials = list( #' \link[paws.storage:backup_get_supported_resource_types]{get_supported_resource_types} \tab Returns the Amazon Web Services resource types supported by Backup\cr #' \link[paws.storage:backup_list_backup_jobs]{list_backup_jobs} \tab Returns a list of existing backup jobs for an authenticated account for the last 30 days\cr #' \link[paws.storage:backup_list_backup_job_summaries]{list_backup_job_summaries} \tab This is a request for a summary of backup jobs created or running within the most recent 30 days\cr -#' \link[paws.storage:backup_list_backup_plans]{list_backup_plans} \tab Returns a list of all active backup plans for an authenticated account\cr -#' \link[paws.storage:backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates\cr +#' \link[paws.storage:backup_list_backup_plans]{list_backup_plans} \tab Lists the active backup plans for the account\cr +#' \link[paws.storage:backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Lists the backup plan templates\cr #' \link[paws.storage:backup_list_backup_plan_versions]{list_backup_plan_versions} \tab Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs\cr #' \link[paws.storage:backup_list_backup_selections]{list_backup_selections} \tab Returns an array containing metadata of the resources associated with the target backup plan\cr #' \link[paws.storage:backup_list_backup_vaults]{list_backup_vaults} \tab Returns a list of recovery point storage containers along with information about them\cr @@ -3978,7 +3991,7 @@ serverlessapplicationrepository <- function(config = list(), credentials = list( #' \link[paws.storage:backup_list_protected_resources_by_backup_vault]{list_protected_resources_by_backup_vault} \tab This request lists the protected resources corresponding to each backup vault\cr #' \link[paws.storage:backup_list_recovery_points_by_backup_vault]{list_recovery_points_by_backup_vault} \tab Returns detailed information about the recovery points stored in a backup vault\cr #' \link[paws.storage:backup_list_recovery_points_by_legal_hold]{list_recovery_points_by_legal_hold} \tab This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold\cr -#' \link[paws.storage:backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr +#' \link[paws.storage:backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr #' \link[paws.storage:backup_list_report_jobs]{list_report_jobs} \tab Returns details about your report jobs\cr #' \link[paws.storage:backup_list_report_plans]{list_report_plans} \tab Returns a list of your report plans\cr #' \link[paws.storage:backup_list_restore_jobs]{list_restore_jobs} \tab Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process\cr @@ -3986,7 +3999,7 @@ serverlessapplicationrepository <- function(config = list(), credentials = list( #' \link[paws.storage:backup_list_restore_job_summaries]{list_restore_job_summaries} \tab This request obtains a summary of restore jobs created or running within the the most recent 30 days\cr #' \link[paws.storage:backup_list_restore_testing_plans]{list_restore_testing_plans} \tab Returns a list of restore testing plans\cr #' \link[paws.storage:backup_list_restore_testing_selections]{list_restore_testing_selections} \tab Returns a list of restore testing selections\cr -#' \link[paws.storage:backup_list_tags]{list_tags} \tab Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault\cr +#' \link[paws.storage:backup_list_tags]{list_tags} \tab Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault\cr #' \link[paws.storage:backup_put_backup_vault_access_policy]{put_backup_vault_access_policy} \tab Sets a resource-based policy that is used to manage access permissions on the target backup vault\cr #' \link[paws.storage:backup_put_backup_vault_lock_configuration]{put_backup_vault_lock_configuration} \tab Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault\cr #' \link[paws.storage:backup_put_backup_vault_notifications]{put_backup_vault_notifications} \tab Turns on notifications on a backup vault for the specified topic and events\cr @@ -3998,14 +4011,14 @@ serverlessapplicationrepository <- function(config = list(), credentials = list( #' \link[paws.storage:backup_stop_backup_job]{stop_backup_job} \tab Attempts to cancel a job to create a one-time backup of a resource\cr #' \link[paws.storage:backup_tag_resource]{tag_resource} \tab Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr #' \link[paws.storage:backup_untag_resource]{untag_resource} \tab Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr -#' \link[paws.storage:backup_update_backup_plan]{update_backup_plan} \tab Updates an existing backup plan identified by its backupPlanId with the input document in JSON format\cr -#' \link[paws.storage:backup_update_framework]{update_framework} \tab Updates an existing framework identified by its FrameworkName with the input document in JSON format\cr +#' \link[paws.storage:backup_update_backup_plan]{update_backup_plan} \tab Updates the specified backup plan\cr +#' \link[paws.storage:backup_update_framework]{update_framework} \tab Updates the specified framework\cr #' \link[paws.storage:backup_update_global_settings]{update_global_settings} \tab Updates whether the Amazon Web Services account is opted in to cross-account backup\cr #' \link[paws.storage:backup_update_recovery_point_lifecycle]{update_recovery_point_lifecycle} \tab Sets the transition lifecycle of a recovery point\cr #' \link[paws.storage:backup_update_region_settings]{update_region_settings} \tab Updates the current service opt-in settings for the Region\cr -#' \link[paws.storage:backup_update_report_plan]{update_report_plan} \tab Updates an existing report plan identified by its ReportPlanName with the input document in JSON format\cr +#' \link[paws.storage:backup_update_report_plan]{update_report_plan} \tab Updates the specified report plan\cr #' \link[paws.storage:backup_update_restore_testing_plan]{update_restore_testing_plan} \tab This request will send changes to your specified restore testing plan\cr -#' \link[paws.storage:backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Most elements except the RestoreTestingSelectionName can be updated with this request +#' \link[paws.storage:backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Updates the specified restore testing selection #' } #' #' @return @@ -5020,7 +5033,7 @@ glacier <- function(config = list(), credentials = list(), endpoint = NULL, regi #' \link[paws.storage:omics_create_annotation_store_version]{create_annotation_store_version} \tab Creates a new version of an annotation store\cr #' \link[paws.storage:omics_create_multipart_read_set_upload]{create_multipart_read_set_upload} \tab Begins a multipart read set upload\cr #' \link[paws.storage:omics_create_reference_store]{create_reference_store} \tab Creates a reference store\cr -#' \link[paws.storage:omics_create_run_group]{create_run_group} \tab Creates a run group\cr +#' \link[paws.storage:omics_create_run_group]{create_run_group} \tab You can optionally create a run group to limit the compute resources for the runs that you add to the group\cr #' \link[paws.storage:omics_create_sequence_store]{create_sequence_store} \tab Creates a sequence store\cr #' \link[paws.storage:omics_create_share]{create_share} \tab Creates a cross-account shared resource\cr #' \link[paws.storage:omics_create_variant_store]{create_variant_store} \tab Creates a variant store\cr @@ -5130,7 +5143,7 @@ omics <- function(config = list(), credentials = list(), endpoint = NULL, region #' restored, the resource is permanently deleted from the Recycle Bin and #' is no longer available for recovery. For more information about Recycle #' Bin, see [Recycle -#' Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +#' Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' @param @@ -6295,6 +6308,7 @@ dax <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.database:docdb_describe_orderable_db_instance_options]{describe_orderable_db_instance_options} \tab Returns a list of orderable instance options for the specified engine\cr #' \link[paws.database:docdb_describe_pending_maintenance_actions]{describe_pending_maintenance_actions} \tab Returns a list of resources (for example, instances) that have at least one pending maintenance action\cr #' \link[paws.database:docdb_failover_db_cluster]{failover_db_cluster} \tab Forces a failover for a cluster\cr +#' \link[paws.database:docdb_failover_global_cluster]{failover_global_cluster} \tab Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs\cr #' \link[paws.database:docdb_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags on an Amazon DocumentDB resource\cr #' \link[paws.database:docdb_modify_db_cluster]{modify_db_cluster} \tab Modifies a setting for an Amazon DocumentDB cluster\cr #' \link[paws.database:docdb_modify_db_cluster_parameter_group]{modify_db_cluster_parameter_group} \tab Modifies the parameters of a cluster parameter group\cr @@ -6916,15 +6930,15 @@ dynamodbstreams <- function(config = list(), credentials = list(), endpoint = NU #' \link[paws.database:elasticache_create_cache_parameter_group]{create_cache_parameter_group} \tab Creates a new Amazon ElastiCache cache parameter group\cr #' \link[paws.database:elasticache_create_cache_security_group]{create_cache_security_group} \tab Creates a new cache security group\cr #' \link[paws.database:elasticache_create_cache_subnet_group]{create_cache_subnet_group} \tab Creates a new cache subnet group\cr -#' \link[paws.database:elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication\cr -#' \link[paws.database:elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group\cr +#' \link[paws.database:elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication\cr +#' \link[paws.database:elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group\cr #' \link[paws.database:elasticache_create_serverless_cache]{create_serverless_cache} \tab Creates a serverless cache\cr #' \link[paws.database:elasticache_create_serverless_cache_snapshot]{create_serverless_cache_snapshot} \tab This API creates a copy of an entire ServerlessCache at a specific moment in time\cr #' \link[paws.database:elasticache_create_snapshot]{create_snapshot} \tab Creates a copy of an entire cluster or replication group at a specific moment in time\cr -#' \link[paws.database:elasticache_create_user]{create_user} \tab For Redis engine version 6\cr -#' \link[paws.database:elasticache_create_user_group]{create_user_group} \tab For Redis engine version 6\cr +#' \link[paws.database:elasticache_create_user]{create_user} \tab For Redis OSS engine version 6\cr +#' \link[paws.database:elasticache_create_user_group]{create_user_group} \tab For Redis OSS engine version 6\cr #' \link[paws.database:elasticache_decrease_node_groups_in_global_replication_group]{decrease_node_groups_in_global_replication_group} \tab Decreases the number of node groups in a Global datastore\cr -#' \link[paws.database:elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr +#' \link[paws.database:elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr #' \link[paws.database:elasticache_delete_cache_cluster]{delete_cache_cluster} \tab Deletes a previously provisioned cluster\cr #' \link[paws.database:elasticache_delete_cache_parameter_group]{delete_cache_parameter_group} \tab Deletes the specified cache parameter group\cr #' \link[paws.database:elasticache_delete_cache_security_group]{delete_cache_security_group} \tab Deletes a cache security group\cr @@ -6934,8 +6948,8 @@ dynamodbstreams <- function(config = list(), credentials = list(), endpoint = NU #' \link[paws.database:elasticache_delete_serverless_cache]{delete_serverless_cache} \tab Deletes a specified existing serverless cache\cr #' \link[paws.database:elasticache_delete_serverless_cache_snapshot]{delete_serverless_cache_snapshot} \tab Deletes an existing serverless cache snapshot\cr #' \link[paws.database:elasticache_delete_snapshot]{delete_snapshot} \tab Deletes an existing snapshot\cr -#' \link[paws.database:elasticache_delete_user]{delete_user} \tab For Redis engine version 6\cr -#' \link[paws.database:elasticache_delete_user_group]{delete_user_group} \tab For Redis engine version 6\cr +#' \link[paws.database:elasticache_delete_user]{delete_user} \tab For Redis OSS engine version 6\cr +#' \link[paws.database:elasticache_delete_user_group]{delete_user_group} \tab For Redis OSS engine version 6\cr #' \link[paws.database:elasticache_describe_cache_clusters]{describe_cache_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied\cr #' \link[paws.database:elasticache_describe_cache_engine_versions]{describe_cache_engine_versions} \tab Returns a list of the available cache engines and their versions\cr #' \link[paws.database:elasticache_describe_cache_parameter_groups]{describe_cache_parameter_groups} \tab Returns a list of cache parameter group descriptions\cr @@ -6959,8 +6973,8 @@ dynamodbstreams <- function(config = list(), credentials = list(), endpoint = NU #' \link[paws.database:elasticache_export_serverless_cache_snapshot]{export_serverless_cache_snapshot} \tab Provides the functionality to export the serverless cache snapshot data to Amazon S3\cr #' \link[paws.database:elasticache_failover_global_replication_group]{failover_global_replication_group} \tab Used to failover the primary region to a secondary region\cr #' \link[paws.database:elasticache_increase_node_groups_in_global_replication_group]{increase_node_groups_in_global_replication_group} \tab Increase the number of node groups in the Global datastore\cr -#' \link[paws.database:elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr -#' \link[paws.database:elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis cluster's or replication group's current node type\cr +#' \link[paws.database:elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr +#' \link[paws.database:elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type\cr #' \link[paws.database:elasticache_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags currently on a named resource\cr #' \link[paws.database:elasticache_modify_cache_cluster]{modify_cache_cluster} \tab Modifies the settings for a cluster\cr #' \link[paws.database:elasticache_modify_cache_parameter_group]{modify_cache_parameter_group} \tab Modifies the parameters of a cache parameter group\cr @@ -7316,13 +7330,13 @@ lakeformation <- function(config = list(), credentials = list(), endpoint = NULL #' Amazon MemoryDB #' #' @description -#' MemoryDB for Redis is a fully managed, Redis-compatible, in-memory -#' database that delivers ultra-fast performance and Multi-AZ durability -#' for modern applications built using microservices architectures. -#' MemoryDB stores the entire database in-memory, enabling low latency and -#' high throughput data access. It is compatible with Redis, a popular open -#' source data store, enabling you to leverage Redis’ flexible and friendly -#' data structures, APIs, and commands. +#' MemoryDB is a fully managed, Redis OSS-compatible, in-memory database +#' that delivers ultra-fast performance and Multi-AZ durability for modern +#' applications built using microservices architectures. MemoryDB stores +#' the entire database in-memory, enabling low latency and high throughput +#' data access. It is compatible with Redis OSS, a popular open source data +#' store, enabling you to leverage Redis OSS’ flexible and friendly data +#' structures, APIs, and commands. #' #' @param #' config @@ -7423,7 +7437,7 @@ lakeformation <- function(config = list(), credentials = list(), endpoint = NULL #' \link[paws.database:memorydb_delete_user]{delete_user} \tab Deletes a user\cr #' \link[paws.database:memorydb_describe_ac_ls]{describe_ac_ls} \tab Returns a list of ACLs\cr #' \link[paws.database:memorydb_describe_clusters]{describe_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied\cr -#' \link[paws.database:memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis engine versions\cr +#' \link[paws.database:memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis OSS engine versions\cr #' \link[paws.database:memorydb_describe_events]{describe_events} \tab Returns events related to clusters, security groups, and parameter groups\cr #' \link[paws.database:memorydb_describe_parameter_groups]{describe_parameter_groups} \tab Returns a list of parameter group descriptions\cr #' \link[paws.database:memorydb_describe_parameters]{describe_parameters} \tab Returns the detailed parameter list for a particular parameter group\cr @@ -11360,6 +11374,7 @@ elb <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.networking:elbv2_delete_listener]{delete_listener} \tab Deletes the specified listener\cr #' \link[paws.networking:elbv2_delete_load_balancer]{delete_load_balancer} \tab Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer\cr #' \link[paws.networking:elbv2_delete_rule]{delete_rule} \tab Deletes the specified rule\cr +#' \link[paws.networking:elbv2_delete_shared_trust_store_association]{delete_shared_trust_store_association} \tab Deletes a shared trust store association\cr #' \link[paws.networking:elbv2_delete_target_group]{delete_target_group} \tab Deletes the specified target group\cr #' \link[paws.networking:elbv2_delete_trust_store]{delete_trust_store} \tab Deletes a trust store\cr #' \link[paws.networking:elbv2_deregister_targets]{deregister_targets} \tab Deregisters the specified targets from the specified target group\cr @@ -11375,8 +11390,9 @@ elb <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.networking:elbv2_describe_target_groups]{describe_target_groups} \tab Describes the specified target groups or all of your target groups\cr #' \link[paws.networking:elbv2_describe_target_health]{describe_target_health} \tab Describes the health of the specified targets or all of your targets\cr #' \link[paws.networking:elbv2_describe_trust_store_associations]{describe_trust_store_associations} \tab Describes all resources associated with the specified trust store\cr -#' \link[paws.networking:elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store arn, or revocation ID\cr -#' \link[paws.networking:elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for a given account by trust store arn’s or name\cr +#' \link[paws.networking:elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store or revocation files\cr +#' \link[paws.networking:elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for the specified account\cr +#' \link[paws.networking:elbv2_get_resource_policy]{get_resource_policy} \tab Retrieves the resource policy for a specified resource\cr #' \link[paws.networking:elbv2_get_trust_store_ca_certificates_bundle]{get_trust_store_ca_certificates_bundle} \tab Retrieves the ca certificate bundle\cr #' \link[paws.networking:elbv2_get_trust_store_revocation_content]{get_trust_store_revocation_content} \tab Retrieves the specified revocation file\cr #' \link[paws.networking:elbv2_modify_listener]{modify_listener} \tab Replaces the specified properties of the specified listener\cr @@ -11384,7 +11400,7 @@ elb <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.networking:elbv2_modify_rule]{modify_rule} \tab Replaces the specified properties of the specified rule\cr #' \link[paws.networking:elbv2_modify_target_group]{modify_target_group} \tab Modifies the health checks used when evaluating the health state of the targets in the specified target group\cr #' \link[paws.networking:elbv2_modify_target_group_attributes]{modify_target_group_attributes} \tab Modifies the specified attributes of the specified target group\cr -#' \link[paws.networking:elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for a given trust store\cr +#' \link[paws.networking:elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for the specified trust store\cr #' \link[paws.networking:elbv2_register_targets]{register_targets} \tab Registers the specified targets with the specified target group\cr #' \link[paws.networking:elbv2_remove_listener_certificates]{remove_listener_certificates} \tab Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener\cr #' \link[paws.networking:elbv2_remove_tags]{remove_tags} \tab Removes the specified tags from the specified Elastic Load Balancing resources\cr @@ -13296,7 +13312,7 @@ servicediscovery <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.networking:telconetworkbuilder_delete_sol_function_package]{delete_sol_function_package} \tab Deletes a function package\cr #' \link[paws.networking:telconetworkbuilder_delete_sol_network_instance]{delete_sol_network_instance} \tab Deletes a network instance\cr #' \link[paws.networking:telconetworkbuilder_delete_sol_network_package]{delete_sol_network_package} \tab Deletes network package\cr -#' \link[paws.networking:telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package\cr +#' \link[paws.networking:telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package\cr #' \link[paws.networking:telconetworkbuilder_get_sol_function_package]{get_sol_function_package} \tab Gets the details of an individual function package, such as the operational state and whether the package is in use\cr #' \link[paws.networking:telconetworkbuilder_get_sol_function_package_content]{get_sol_function_package_content} \tab Gets the contents of a function package\cr #' \link[paws.networking:telconetworkbuilder_get_sol_function_package_descriptor]{get_sol_function_package_descriptor} \tab Gets a function package descriptor in a function package\cr @@ -13921,7 +13937,7 @@ cloudcontrolapi <- function(config = list(), credentials = list(), endpoint = NU #' \link[paws.developer.tools:codebuild_describe_test_cases]{describe_test_cases} \tab Returns a list of details about test cases for a report\cr #' \link[paws.developer.tools:codebuild_get_report_group_trend]{get_report_group_trend} \tab Analyzes and accumulates test report values for the specified test reports\cr #' \link[paws.developer.tools:codebuild_get_resource_policy]{get_resource_policy} \tab Gets a resource policy that is identified by its resource ARN\cr -#' \link[paws.developer.tools:codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository\cr +#' \link[paws.developer.tools:codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository\cr #' \link[paws.developer.tools:codebuild_invalidate_project_cache]{invalidate_project_cache} \tab Resets the cache for a project\cr #' \link[paws.developer.tools:codebuild_list_build_batches]{list_build_batches} \tab Retrieves the identifiers of your build batches in the current region\cr #' \link[paws.developer.tools:codebuild_list_build_batches_for_project]{list_build_batches_for_project} \tab Retrieves the identifiers of the build batches for a specific project\cr @@ -16092,8 +16108,11 @@ codegurusecurity <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.developer.tools:codepipeline_list_action_types]{list_action_types} \tab Gets a summary of all CodePipeline action types associated with your account\cr #' \link[paws.developer.tools:codepipeline_list_pipeline_executions]{list_pipeline_executions} \tab Gets a summary of the most recent executions for a pipeline\cr #' \link[paws.developer.tools:codepipeline_list_pipelines]{list_pipelines} \tab Gets a summary of all of the pipelines associated with your account\cr +#' \link[paws.developer.tools:codepipeline_list_rule_executions]{list_rule_executions} \tab Lists the rule executions that have occurred in a pipeline configured for conditions with rules\cr +#' \link[paws.developer.tools:codepipeline_list_rule_types]{list_rule_types} \tab Lists the rules for the condition\cr #' \link[paws.developer.tools:codepipeline_list_tags_for_resource]{list_tags_for_resource} \tab Gets the set of key-value pairs (metadata) that are used to manage the resource\cr #' \link[paws.developer.tools:codepipeline_list_webhooks]{list_webhooks} \tab Gets a listing of all the webhooks in this Amazon Web Services Region for this account\cr +#' \link[paws.developer.tools:codepipeline_override_stage_condition]{override_stage_condition} \tab Used to override a stage condition\cr #' \link[paws.developer.tools:codepipeline_poll_for_jobs]{poll_for_jobs} \tab Returns information about any jobs for CodePipeline to act on\cr #' \link[paws.developer.tools:codepipeline_poll_for_third_party_jobs]{poll_for_third_party_jobs} \tab Determines whether there are any third party jobs for a job worker to act on\cr #' \link[paws.developer.tools:codepipeline_put_action_revision]{put_action_revision} \tab Provides information to CodePipeline about new revisions to a source\cr @@ -16131,193 +16150,6 @@ codepipeline <- function(config = list(), credentials = list(), endpoint = NULL, ) } -#' AWS CodeStar -#' -#' @description -#' This is the API reference for AWS CodeStar. This reference provides -#' descriptions of the operations and data types for the AWS CodeStar API -#' along with usage examples. -#' -#' You can use the AWS CodeStar API to work with: -#' -#' Projects and their resources, by calling the following: -#' -#' - `delete_project`, which deletes a -#' project. -#' -#' - `describe_project`, which lists the -#' attributes of a project. -#' -#' - `list_projects`, which lists all projects -#' associated with your AWS account. -#' -#' - `list_resources`, which lists the -#' resources associated with a project. -#' -#' - `list_tags_for_project`, which -#' lists the tags associated with a project. -#' -#' - `tag_project`, which adds tags to a project. -#' -#' - `untag_project`, which removes tags from a -#' project. -#' -#' - `update_project`, which updates the -#' attributes of a project. -#' -#' Teams and team members, by calling the following: -#' -#' - `associate_team_member`, which -#' adds an IAM user to the team for a project. -#' -#' - `disassociate_team_member`, -#' which removes an IAM user from the team for a project. -#' -#' - `list_team_members`, which lists all -#' the IAM users in the team for a project, including their roles and -#' attributes. -#' -#' - `update_team_member`, which updates a -#' team member's attributes in a project. -#' -#' Users, by calling the following: -#' -#' - `create_user_profile`, which creates -#' a user profile that contains data associated with the user across -#' all projects. -#' -#' - `delete_user_profile`, which deletes -#' all user profile information across all projects. -#' -#' - `describe_user_profile`, which -#' describes the profile of a user. -#' -#' - `list_user_profiles`, which lists all -#' user profiles. -#' -#' - `update_user_profile`, which updates -#' the profile for a user. -#' -#' @param -#' config -#' Optional configuration of credentials, endpoint, and/or region. -#' \itemize{ -#' \item{\strong{credentials}: \itemize{ -#' \item{\strong{creds}: \itemize{ -#' \item{\strong{access_key_id}: AWS access key ID} -#' \item{\strong{secret_access_key}: AWS secret access key} -#' \item{\strong{session_token}: AWS temporary session token} -#' }} -#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -#' \item{\strong{anonymous}: Set anonymous credentials.} -#' }} -#' \item{\strong{endpoint}: The complete URL to use for the constructed client.} -#' \item{\strong{region}: The AWS Region used in instantiating the client.} -#' \item{\strong{close_connection}: Immediately close all HTTP connections.} -#' \item{\strong{timeout}: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.} -#' \item{\strong{s3_force_path_style}: Set this to `true` to force the request to use path-style addressing, i.e. `http://s3.amazonaws.com/BUCKET/KEY`.} -#' \item{\strong{sts_regional_endpoint}: Set sts regional endpoint resolver to regional or legacy \url{https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html}} -#' } -#' @param -#' credentials -#' Optional credentials shorthand for the config parameter -#' \itemize{ -#' \item{\strong{creds}: \itemize{ -#' \item{\strong{access_key_id}: AWS access key ID} -#' \item{\strong{secret_access_key}: AWS secret access key} -#' \item{\strong{session_token}: AWS temporary session token} -#' }} -#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -#' \item{\strong{anonymous}: Set anonymous credentials.} -#' } -#' @param -#' endpoint -#' Optional shorthand for complete URL to use for the constructed client. -#' @param -#' region -#' Optional shorthand for AWS Region used in instantiating the client. -#' -#' @section Service syntax: -#' ``` -#' svc <- codestar( -#' config = list( -#' credentials = list( -#' creds = list( -#' access_key_id = "string", -#' secret_access_key = "string", -#' session_token = "string" -#' ), -#' profile = "string", -#' anonymous = "logical" -#' ), -#' endpoint = "string", -#' region = "string", -#' close_connection = "logical", -#' timeout = "numeric", -#' s3_force_path_style = "logical", -#' sts_regional_endpoint = "string" -#' ), -#' credentials = list( -#' creds = list( -#' access_key_id = "string", -#' secret_access_key = "string", -#' session_token = "string" -#' ), -#' profile = "string", -#' anonymous = "logical" -#' ), -#' endpoint = "string", -#' region = "string" -#' ) -#' ``` -#' -#' @examples -#' \dontrun{ -#' svc <- codestar() -#' svc$associate_team_member( -#' Foo = 123 -#' ) -#' } -#' -#' @section Operations: -#' \tabular{ll}{ -#' \link[paws.developer.tools:codestar_associate_team_member]{associate_team_member} \tab Adds an IAM user to the team for an AWS CodeStar project\cr -#' \link[paws.developer.tools:codestar_create_project]{create_project} \tab Creates a project, including project resources\cr -#' \link[paws.developer.tools:codestar_create_user_profile]{create_user_profile} \tab Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar\cr -#' \link[paws.developer.tools:codestar_delete_project]{delete_project} \tab Deletes a project, including project resources\cr -#' \link[paws.developer.tools:codestar_delete_user_profile]{delete_user_profile} \tab Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address\cr -#' \link[paws.developer.tools:codestar_describe_project]{describe_project} \tab Describes a project and its resources\cr -#' \link[paws.developer.tools:codestar_describe_user_profile]{describe_user_profile} \tab Describes a user in AWS CodeStar and the user attributes across all projects\cr -#' \link[paws.developer.tools:codestar_disassociate_team_member]{disassociate_team_member} \tab Removes a user from a project\cr -#' \link[paws.developer.tools:codestar_list_projects]{list_projects} \tab Lists all projects in AWS CodeStar associated with your AWS account\cr -#' \link[paws.developer.tools:codestar_list_resources]{list_resources} \tab Lists resources associated with a project in AWS CodeStar\cr -#' \link[paws.developer.tools:codestar_list_tags_for_project]{list_tags_for_project} \tab Gets the tags for a project\cr -#' \link[paws.developer.tools:codestar_list_team_members]{list_team_members} \tab Lists all team members associated with a project\cr -#' \link[paws.developer.tools:codestar_list_user_profiles]{list_user_profiles} \tab Lists all the user profiles configured for your AWS account in AWS CodeStar\cr -#' \link[paws.developer.tools:codestar_tag_project]{tag_project} \tab Adds tags to a project\cr -#' \link[paws.developer.tools:codestar_untag_project]{untag_project} \tab Removes tags from a project\cr -#' \link[paws.developer.tools:codestar_update_project]{update_project} \tab Updates a project in AWS CodeStar\cr -#' \link[paws.developer.tools:codestar_update_team_member]{update_team_member} \tab Updates a team member's attributes in an AWS CodeStar project\cr -#' \link[paws.developer.tools:codestar_update_user_profile]{update_user_profile} \tab Updates a user's profile in AWS CodeStar -#' } -#' -#' @return -#' A client for the service. You can call the service's operations using -#' syntax like `svc$operation(...)`, where `svc` is the name you've assigned -#' to the client. The available operations are listed in the -#' Operations section. -#' -#' @rdname codestar -#' @export -codestar <- function(config = list(), credentials = list(), endpoint = NULL, region = NULL) { - paws.developer.tools::codestar( - config = config, - credentials = credentials, - endpoint = endpoint, - region = region - ) -} - #' AWS CodeStar connections #' #' @description @@ -17021,10 +16853,10 @@ devopsguru <- function(config = list(), credentials = list(), endpoint = NULL, r #' AWS Fault Injection Simulator #' #' @description -#' Fault Injection Service is a managed service that enables you to perform -#' fault injection experiments on your Amazon Web Services workloads. For -#' more information, see the [Fault Injection Service User -#' Guide](https://docs.aws.amazon.com/fis/latest/userguide/). +#' Amazon Web Services Fault Injection Service is a managed service that +#' enables you to perform fault injection experiments on your Amazon Web +#' Services workloads. For more information, see the [Fault Injection +#' Service User Guide](https://docs.aws.amazon.com/fis/latest/userguide/). #' #' @param #' config @@ -19414,6 +19246,8 @@ configservice <- function(config = list(), credentials = list(), endpoint = NULL #' #' - `list_landing_zones` #' +#' - `list_landing_zone_operations` +#' #' - `reset_landing_zone` #' #' - `update_landing_zone` @@ -19438,7 +19272,7 @@ configservice <- function(config = list(), credentials = list(), endpoint = NULL #' #' - `update_enabled_baseline` #' -#' - [Tagging](https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html) +#' - [*Tagging*](https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html) #' #' - `list_tags_for_resource` #' @@ -19475,9 +19309,12 @@ configservice <- function(config = list(), credentials = list(), endpoint = NULL #' You can view the `controlIdentifier` in the console on the **Control #' details** page, as well as in the documentation. #' -#' The `controlIdentifier` is unique in each Amazon Web Services Region for -#' each control. You can find the `controlIdentifier` for each Region and -#' control in the [Tables of control +#' **About identifiers for Amazon Web Services Control Tower** +#' +#' The Amazon Web Services Control Tower `controlIdentifier` is unique in +#' each Amazon Web Services Region for each control. You can find the +#' `controlIdentifier` for each Region and control in the [Tables of +#' control #' metadata](https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html) #' or the [Control availability by Region #' tables](https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html) @@ -19491,11 +19328,28 @@ configservice <- function(config = list(), credentials = list(), endpoint = NULL #' Guide*](https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html) #' . Remember that *Mandatory* controls cannot be added or removed. #' -#' **ARN format:** `arn:aws:controltower:{REGION}::control/{CONTROL_NAME}` +#' **Some controls have two identifiers** #' -#' **Example:** +#' - **ARN format for Amazon Web Services Control Tower:** +#' `arn:aws:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}` #' -#' `arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED` +#' **Example:** +#' +#' `arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED` +#' +#' - **ARN format for Amazon Web Services Control Catalog:** +#' `arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}` +#' +#' You can find the `{CONTROL_CATALOG_OPAQUE_ID}` in the [*Amazon Web +#' Services Control Tower Controls Reference +#' Guide*](https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html) +#' , or in the Amazon Web Services Control Tower console, on the **Control +#' details** page. +#' +#' The Amazon Web Services Control Tower APIs for enabled controls, such as +#' `get_enabled_control` and +#' `list_enabled_controls` always +#' return an ARN of the same type given when the control was enabled. #' #' **To get the `targetIdentifier`:** #' @@ -19545,6 +19399,26 @@ configservice <- function(config = list(), credentials = list(), endpoint = NULL #' and output examples with #' CLI](https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html). #' +#' **About Amazon Web Services Control Catalog identifiers** +#' +#' - The `enable_control` and +#' `disable_control` API operations can +#' be called by specifying either the Amazon Web Services Control Tower +#' identifer or the Amazon Web Services Control Catalog identifier. The +#' API response returns the same type of identifier that you specified +#' when calling the API. +#' +#' - If you use an Amazon Web Services Control Tower identifier to call +#' the `enable_control` API, and then +#' call `enable_control` again with an +#' Amazon Web Services Control Catalog identifier, Amazon Web Services +#' Control Tower returns an error message stating that the control is +#' already enabled. Similar behavior applies to the +#' `disable_control` API operation. +#' +#' - Mandatory controls and the landing-zone-level Region deny control +#' have Amazon Web Services Control Tower identifiers only. +#' #' **Details and examples** #' #' - [Control API input and output examples with @@ -21620,7 +21494,7 @@ cloudwatchobservabilityaccessmanager <- function(config = list(), credentials = #' OpsWorks Stacks is an application management service that provides an #' integrated experience for managing the complete application lifecycle. #' For information about OpsWorks, see the -#' [OpsWorks](https://aws.amazon.com/opsworks/) information page. +#' [OpsWorks](https://aws.amazon.com/) information page. #' #' **SDKs and CLI** #' @@ -22537,13 +22411,14 @@ pi <- function(config = list(), credentials = list(), endpoint = NULL, region = #' @examples #' \dontrun{ #' svc <- resiliencehub() -#' svc$add_draft_app_version_resource_mappings( +#' svc$accept_resource_grouping_recommendations( #' Foo = 123 #' ) #' } #' #' @section Operations: #' \tabular{ll}{ +#' \link[paws.management:resiliencehub_accept_resource_grouping_recommendations]{accept_resource_grouping_recommendations} \tab Accepts the resource grouping recommendations suggested by Resilience Hub for your application\cr #' \link[paws.management:resiliencehub_add_draft_app_version_resource_mappings]{add_draft_app_version_resource_mappings} \tab Adds the source of resource-maps to the draft version of an application\cr #' \link[paws.management:resiliencehub_batch_update_recommendation_status]{batch_update_recommendation_status} \tab Enables you to include or exclude one or more operational recommendations\cr #' \link[paws.management:resiliencehub_create_app]{create_app} \tab Creates an Resilience Hub application\cr @@ -22567,6 +22442,7 @@ pi <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.management:resiliencehub_describe_app_version_template]{describe_app_version_template} \tab Describes details about an Resilience Hub application\cr #' \link[paws.management:resiliencehub_describe_draft_app_version_resources_import_status]{describe_draft_app_version_resources_import_status} \tab Describes the status of importing resources to an application version\cr #' \link[paws.management:resiliencehub_describe_resiliency_policy]{describe_resiliency_policy} \tab Describes a specified resiliency policy for an Resilience Hub application\cr +#' \link[paws.management:resiliencehub_describe_resource_grouping_recommendation_task]{describe_resource_grouping_recommendation_task} \tab Describes the resource grouping recommendation tasks run by Resilience Hub for your application\cr #' \link[paws.management:resiliencehub_import_resources_to_draft_app_version]{import_resources_to_draft_app_version} \tab Imports resources to Resilience Hub application draft version from different input sources\cr #' \link[paws.management:resiliencehub_list_alarm_recommendations]{list_alarm_recommendations} \tab Lists the alarm recommendations for an Resilience Hub application\cr #' \link[paws.management:resiliencehub_list_app_assessment_compliance_drifts]{list_app_assessment_compliance_drifts} \tab List of compliance drifts that were detected while running an assessment\cr @@ -22582,6 +22458,7 @@ pi <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.management:resiliencehub_list_app_versions]{list_app_versions} \tab Lists the different versions for the Resilience Hub applications\cr #' \link[paws.management:resiliencehub_list_recommendation_templates]{list_recommendation_templates} \tab Lists the recommendation templates for the Resilience Hub applications\cr #' \link[paws.management:resiliencehub_list_resiliency_policies]{list_resiliency_policies} \tab Lists the resiliency policies for the Resilience Hub applications\cr +#' \link[paws.management:resiliencehub_list_resource_grouping_recommendations]{list_resource_grouping_recommendations} \tab Lists the resource grouping recommendations suggested by Resilience Hub for your application\cr #' \link[paws.management:resiliencehub_list_sop_recommendations]{list_sop_recommendations} \tab Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications\cr #' \link[paws.management:resiliencehub_list_suggested_resiliency_policies]{list_suggested_resiliency_policies} \tab Lists the suggested resiliency policies for the Resilience Hub applications\cr #' \link[paws.management:resiliencehub_list_tags_for_resource]{list_tags_for_resource} \tab Lists the tags for your resources in your Resilience Hub applications\cr @@ -22589,9 +22466,11 @@ pi <- function(config = list(), credentials = list(), endpoint = NULL, region = #' \link[paws.management:resiliencehub_list_unsupported_app_version_resources]{list_unsupported_app_version_resources} \tab Lists the resources that are not currently supported in Resilience Hub\cr #' \link[paws.management:resiliencehub_publish_app_version]{publish_app_version} \tab Publishes a new version of a specific Resilience Hub application\cr #' \link[paws.management:resiliencehub_put_draft_app_version_template]{put_draft_app_version_template} \tab Adds or updates the app template for an Resilience Hub application draft version\cr +#' \link[paws.management:resiliencehub_reject_resource_grouping_recommendations]{reject_resource_grouping_recommendations} \tab Rejects resource grouping recommendations\cr #' \link[paws.management:resiliencehub_remove_draft_app_version_resource_mappings]{remove_draft_app_version_resource_mappings} \tab Removes resource mappings from a draft application version\cr #' \link[paws.management:resiliencehub_resolve_app_version_resources]{resolve_app_version_resources} \tab Resolves the resources for an application version\cr #' \link[paws.management:resiliencehub_start_app_assessment]{start_app_assessment} \tab Creates a new application assessment for an application\cr +#' \link[paws.management:resiliencehub_start_resource_grouping_recommendation_task]{start_resource_grouping_recommendation_task} \tab Starts grouping recommendation task\cr #' \link[paws.management:resiliencehub_tag_resource]{tag_resource} \tab Applies one or more tags to a resource\cr #' \link[paws.management:resiliencehub_untag_resource]{untag_resource} \tab Removes one or more tags from a resource\cr #' \link[paws.management:resiliencehub_update_app]{update_app} \tab Updates an application\cr @@ -24258,8 +24137,8 @@ ssmsap <- function(config = list(), credentials = list(), endpoint = NULL, regio #' #' You can also use the Amazon Web Services Support API to call the Trusted #' Advisor operations. For more information, see [Trusted -#' Advisor](https://docs.aws.amazon.com/) in the *Amazon Web Services -#' Support User Guide*. +#' Advisor](https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html) +#' in the *Amazon Web Services Support User Guide*. #' #' For authentication of requests, Amazon Web Services Support uses #' [Signature Version 4 Signing @@ -26914,7 +26793,7 @@ panorama <- function(config = list(), credentials = list(), endpoint = NULL, reg #' \link[paws.machine.learning:personalize_create_metric_attribution]{create_metric_attribution} \tab Creates a metric attribution\cr #' \link[paws.machine.learning:personalize_create_recommender]{create_recommender} \tab Creates a recommender with the recipe (a Domain dataset group use case) you specify\cr #' \link[paws.machine.learning:personalize_create_schema]{create_schema} \tab Creates an Amazon Personalize schema from the specified schema string\cr -#' \link[paws.machine.learning:personalize_create_solution]{create_solution} \tab After you create a solution, you can’t change its configuration\cr +#' \link[paws.machine.learning:personalize_create_solution]{create_solution} \tab By default, all new solutions use automatic training\cr #' \link[paws.machine.learning:personalize_create_solution_version]{create_solution_version} \tab Trains or retrains an active solution in a Custom dataset group\cr #' \link[paws.machine.learning:personalize_delete_campaign]{delete_campaign} \tab Removes a campaign by deleting the solution deployment\cr #' \link[paws.machine.learning:personalize_delete_dataset]{delete_dataset} \tab Deletes a dataset\cr @@ -26970,7 +26849,8 @@ panorama <- function(config = list(), credentials = list(), endpoint = NULL, reg #' \link[paws.machine.learning:personalize_update_campaign]{update_campaign} \tab Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign's minProvisionedTPS, or modify your campaign's configuration\cr #' \link[paws.machine.learning:personalize_update_dataset]{update_dataset} \tab Update a dataset to replace its schema with a new or existing one\cr #' \link[paws.machine.learning:personalize_update_metric_attribution]{update_metric_attribution} \tab Updates a metric attribution\cr -#' \link[paws.machine.learning:personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration +#' \link[paws.machine.learning:personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration\cr +#' \link[paws.machine.learning:personalize_update_solution]{update_solution} \tab Updates an Amazon Personalize solution to use a different automatic training configuration #' } #' #' @return @@ -29512,39 +29392,55 @@ voiceid <- function(config = list(), credentials = list(), endpoint = NULL, regi #' @examples #' \dontrun{ #' svc <- bedrock() -#' svc$create_evaluation_job( +#' svc$batch_delete_evaluation_job( #' Foo = 123 #' ) #' } #' #' @section Operations: #' \tabular{ll}{ +#' \link[paws.machine.learning:bedrock_batch_delete_evaluation_job]{batch_delete_evaluation_job} \tab Creates a batch deletion job\cr #' \link[paws.machine.learning:bedrock_create_evaluation_job]{create_evaluation_job} \tab API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers\cr #' \link[paws.machine.learning:bedrock_create_guardrail]{create_guardrail} \tab Creates a guardrail to block topics and to implement safeguards for your generative AI applications\cr #' \link[paws.machine.learning:bedrock_create_guardrail_version]{create_guardrail_version} \tab Creates a version of the guardrail\cr +#' \link[paws.machine.learning:bedrock_create_model_copy_job]{create_model_copy_job} \tab Copies a model to another region so that it can be used there\cr #' \link[paws.machine.learning:bedrock_create_model_customization_job]{create_model_customization_job} \tab Creates a fine-tuning job to customize a base model\cr +#' \link[paws.machine.learning:bedrock_create_model_import_job]{create_model_import_job} \tab Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker\cr +#' \link[paws.machine.learning:bedrock_create_model_invocation_job]{create_model_invocation_job} \tab Creates a batch inference job to invoke a model on multiple prompts\cr #' \link[paws.machine.learning:bedrock_create_provisioned_model_throughput]{create_provisioned_model_throughput} \tab Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify\cr #' \link[paws.machine.learning:bedrock_delete_custom_model]{delete_custom_model} \tab Deletes a custom model that you created earlier\cr #' \link[paws.machine.learning:bedrock_delete_guardrail]{delete_guardrail} \tab Deletes a guardrail\cr +#' \link[paws.machine.learning:bedrock_delete_imported_model]{delete_imported_model} \tab Deletes a custom model that you imported earlier\cr #' \link[paws.machine.learning:bedrock_delete_model_invocation_logging_configuration]{delete_model_invocation_logging_configuration} \tab Delete the invocation logging\cr #' \link[paws.machine.learning:bedrock_delete_provisioned_model_throughput]{delete_provisioned_model_throughput} \tab Deletes a Provisioned Throughput\cr #' \link[paws.machine.learning:bedrock_get_custom_model]{get_custom_model} \tab Get the properties associated with a Amazon Bedrock custom model that you have created\cr #' \link[paws.machine.learning:bedrock_get_evaluation_job]{get_evaluation_job} \tab Retrieves the properties associated with a model evaluation job, including the status of the job\cr #' \link[paws.machine.learning:bedrock_get_foundation_model]{get_foundation_model} \tab Get details about a Amazon Bedrock foundation model\cr #' \link[paws.machine.learning:bedrock_get_guardrail]{get_guardrail} \tab Gets details about a guardrail\cr +#' \link[paws.machine.learning:bedrock_get_imported_model]{get_imported_model} \tab Gets properties associated with a customized model you imported\cr +#' \link[paws.machine.learning:bedrock_get_inference_profile]{get_inference_profile} \tab Gets information about an inference profile\cr +#' \link[paws.machine.learning:bedrock_get_model_copy_job]{get_model_copy_job} \tab Retrieves information about a model copy job\cr #' \link[paws.machine.learning:bedrock_get_model_customization_job]{get_model_customization_job} \tab Retrieves the properties associated with a model-customization job, including the status of the job\cr +#' \link[paws.machine.learning:bedrock_get_model_import_job]{get_model_import_job} \tab Retrieves the properties associated with import model job, including the status of the job\cr +#' \link[paws.machine.learning:bedrock_get_model_invocation_job]{get_model_invocation_job} \tab Gets details about a batch inference job\cr #' \link[paws.machine.learning:bedrock_get_model_invocation_logging_configuration]{get_model_invocation_logging_configuration} \tab Get the current configuration values for model invocation logging\cr #' \link[paws.machine.learning:bedrock_get_provisioned_model_throughput]{get_provisioned_model_throughput} \tab Returns details for a Provisioned Throughput\cr #' \link[paws.machine.learning:bedrock_list_custom_models]{list_custom_models} \tab Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation\cr #' \link[paws.machine.learning:bedrock_list_evaluation_jobs]{list_evaluation_jobs} \tab Lists model evaluation jobs\cr #' \link[paws.machine.learning:bedrock_list_foundation_models]{list_foundation_models} \tab Lists Amazon Bedrock foundation models that you can use\cr #' \link[paws.machine.learning:bedrock_list_guardrails]{list_guardrails} \tab Lists details about all the guardrails in an account\cr +#' \link[paws.machine.learning:bedrock_list_imported_models]{list_imported_models} \tab Returns a list of models you've imported\cr +#' \link[paws.machine.learning:bedrock_list_inference_profiles]{list_inference_profiles} \tab Returns a list of inference profiles that you can use\cr +#' \link[paws.machine.learning:bedrock_list_model_copy_jobs]{list_model_copy_jobs} \tab Returns a list of model copy jobs that you have submitted\cr #' \link[paws.machine.learning:bedrock_list_model_customization_jobs]{list_model_customization_jobs} \tab Returns a list of model customization jobs that you have submitted\cr +#' \link[paws.machine.learning:bedrock_list_model_import_jobs]{list_model_import_jobs} \tab Returns a list of import jobs you've submitted\cr +#' \link[paws.machine.learning:bedrock_list_model_invocation_jobs]{list_model_invocation_jobs} \tab Lists all batch inference jobs in the account\cr #' \link[paws.machine.learning:bedrock_list_provisioned_model_throughputs]{list_provisioned_model_throughputs} \tab Lists the Provisioned Throughputs in the account\cr #' \link[paws.machine.learning:bedrock_list_tags_for_resource]{list_tags_for_resource} \tab List the tags associated with the specified resource\cr #' \link[paws.machine.learning:bedrock_put_model_invocation_logging_configuration]{put_model_invocation_logging_configuration} \tab Set the configuration values for model invocation logging\cr #' \link[paws.machine.learning:bedrock_stop_evaluation_job]{stop_evaluation_job} \tab Stops an in progress model evaluation job\cr #' \link[paws.machine.learning:bedrock_stop_model_customization_job]{stop_model_customization_job} \tab Stops an active model customization job\cr +#' \link[paws.machine.learning:bedrock_stop_model_invocation_job]{stop_model_invocation_job} \tab Stops a batch inference job\cr #' \link[paws.machine.learning:bedrock_tag_resource]{tag_resource} \tab Associate tags with a resource\cr #' \link[paws.machine.learning:bedrock_untag_resource]{untag_resource} \tab Remove one or more tags from a resource\cr #' \link[paws.machine.learning:bedrock_update_guardrail]{update_guardrail} \tab Updates a guardrail with the values you specify\cr @@ -30384,14 +30280,20 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \tabular{ll}{ #' \link[paws.analytics:datazone_accept_predictions]{accept_predictions} \tab Accepts automatically generated business-friendly metadata for your Amazon DataZone assets\cr #' \link[paws.analytics:datazone_accept_subscription_request]{accept_subscription_request} \tab Accepts a subscription request to a specific asset\cr +#' \link[paws.analytics:datazone_add_entity_owner]{add_entity_owner} \tab Adds the owner of an entity (a domain unit)\cr +#' \link[paws.analytics:datazone_add_policy_grant]{add_policy_grant} \tab Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles\cr #' \link[paws.analytics:datazone_associate_environment_role]{associate_environment_role} \tab Associates the environment role in Amazon DataZone\cr #' \link[paws.analytics:datazone_cancel_metadata_generation_run]{cancel_metadata_generation_run} \tab Cancels the metadata generation run\cr #' \link[paws.analytics:datazone_cancel_subscription]{cancel_subscription} \tab Cancels the subscription to the specified asset\cr #' \link[paws.analytics:datazone_create_asset]{create_asset} \tab Creates an asset in Amazon DataZone catalog\cr +#' \link[paws.analytics:datazone_create_asset_filter]{create_asset_filter} \tab Creates a data asset filter\cr #' \link[paws.analytics:datazone_create_asset_revision]{create_asset_revision} \tab Creates a revision of the asset\cr #' \link[paws.analytics:datazone_create_asset_type]{create_asset_type} \tab Creates a custom asset type\cr +#' \link[paws.analytics:datazone_create_data_product]{create_data_product} \tab Creates a data product\cr +#' \link[paws.analytics:datazone_create_data_product_revision]{create_data_product_revision} \tab Creates a data product revision\cr #' \link[paws.analytics:datazone_create_data_source]{create_data_source} \tab Creates an Amazon DataZone data source\cr #' \link[paws.analytics:datazone_create_domain]{create_domain} \tab Creates an Amazon DataZone domain\cr +#' \link[paws.analytics:datazone_create_domain_unit]{create_domain_unit} \tab Creates a domain unit in Amazon DataZone\cr #' \link[paws.analytics:datazone_create_environment]{create_environment} \tab Create an Amazon DataZone environment\cr #' \link[paws.analytics:datazone_create_environment_action]{create_environment_action} \tab Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment\cr #' \link[paws.analytics:datazone_create_environment_profile]{create_environment_profile} \tab Creates an Amazon DataZone environment profile\cr @@ -30406,10 +30308,13 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.analytics:datazone_create_subscription_request]{create_subscription_request} \tab Creates a subscription request in Amazon DataZone\cr #' \link[paws.analytics:datazone_create_subscription_target]{create_subscription_target} \tab Creates a subscription target in Amazon DataZone\cr #' \link[paws.analytics:datazone_create_user_profile]{create_user_profile} \tab Creates a user profile in Amazon DataZone\cr -#' \link[paws.analytics:datazone_delete_asset]{delete_asset} \tab Delets an asset in Amazon DataZone\cr +#' \link[paws.analytics:datazone_delete_asset]{delete_asset} \tab Deletes an asset in Amazon DataZone\cr +#' \link[paws.analytics:datazone_delete_asset_filter]{delete_asset_filter} \tab Deletes an asset filter\cr #' \link[paws.analytics:datazone_delete_asset_type]{delete_asset_type} \tab Deletes an asset type in Amazon DataZone\cr +#' \link[paws.analytics:datazone_delete_data_product]{delete_data_product} \tab Deletes a data product in Amazon DataZone\cr #' \link[paws.analytics:datazone_delete_data_source]{delete_data_source} \tab Deletes a data source in Amazon DataZone\cr #' \link[paws.analytics:datazone_delete_domain]{delete_domain} \tab Deletes a Amazon DataZone domain\cr +#' \link[paws.analytics:datazone_delete_domain_unit]{delete_domain_unit} \tab Deletes a domain unit\cr #' \link[paws.analytics:datazone_delete_environment]{delete_environment} \tab Deletes an environment in Amazon DataZone\cr #' \link[paws.analytics:datazone_delete_environment_action]{delete_environment_action} \tab Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment\cr #' \link[paws.analytics:datazone_delete_environment_blueprint_configuration]{delete_environment_blueprint_configuration} \tab Deletes the blueprint configuration in Amazon DataZone\cr @@ -30426,14 +30331,18 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.analytics:datazone_delete_time_series_data_points]{delete_time_series_data_points} \tab Deletes the specified time series form for the specified asset\cr #' \link[paws.analytics:datazone_disassociate_environment_role]{disassociate_environment_role} \tab Disassociates the environment role in Amazon DataZone\cr #' \link[paws.analytics:datazone_get_asset]{get_asset} \tab Gets an Amazon DataZone asset\cr +#' \link[paws.analytics:datazone_get_asset_filter]{get_asset_filter} \tab Gets an asset filter\cr #' \link[paws.analytics:datazone_get_asset_type]{get_asset_type} \tab Gets an Amazon DataZone asset type\cr +#' \link[paws.analytics:datazone_get_data_product]{get_data_product} \tab Gets the data product\cr #' \link[paws.analytics:datazone_get_data_source]{get_data_source} \tab Gets an Amazon DataZone data source\cr #' \link[paws.analytics:datazone_get_data_source_run]{get_data_source_run} \tab Gets an Amazon DataZone data source run\cr #' \link[paws.analytics:datazone_get_domain]{get_domain} \tab Gets an Amazon DataZone domain\cr +#' \link[paws.analytics:datazone_get_domain_unit]{get_domain_unit} \tab Gets the details of the specified domain unit\cr #' \link[paws.analytics:datazone_get_environment]{get_environment} \tab Gets an Amazon DataZone environment\cr #' \link[paws.analytics:datazone_get_environment_action]{get_environment_action} \tab Gets the specified environment action\cr #' \link[paws.analytics:datazone_get_environment_blueprint]{get_environment_blueprint} \tab Gets an Amazon DataZone blueprint\cr #' \link[paws.analytics:datazone_get_environment_blueprint_configuration]{get_environment_blueprint_configuration} \tab Gets the blueprint configuration in Amazon DataZone\cr +#' \link[paws.analytics:datazone_get_environment_credentials]{get_environment_credentials} \tab Gets the credentials of an environment in Amazon DataZone\cr #' \link[paws.analytics:datazone_get_environment_profile]{get_environment_profile} \tab Gets an evinronment profile in Amazon DataZone\cr #' \link[paws.analytics:datazone_get_form_type]{get_form_type} \tab Gets a metadata form type in Amazon DataZone\cr #' \link[paws.analytics:datazone_get_glossary]{get_glossary} \tab Gets a business glossary in Amazon DataZone\cr @@ -30450,11 +30359,15 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.analytics:datazone_get_subscription_target]{get_subscription_target} \tab Gets the subscription target in Amazon DataZone\cr #' \link[paws.analytics:datazone_get_time_series_data_point]{get_time_series_data_point} \tab Gets the existing data point for the asset\cr #' \link[paws.analytics:datazone_get_user_profile]{get_user_profile} \tab Gets a user profile in Amazon DataZone\cr +#' \link[paws.analytics:datazone_list_asset_filters]{list_asset_filters} \tab Lists asset filters\cr #' \link[paws.analytics:datazone_list_asset_revisions]{list_asset_revisions} \tab Lists the revisions for the asset\cr +#' \link[paws.analytics:datazone_list_data_product_revisions]{list_data_product_revisions} \tab Lists data product revisions\cr #' \link[paws.analytics:datazone_list_data_source_run_activities]{list_data_source_run_activities} \tab Lists data source run activities\cr #' \link[paws.analytics:datazone_list_data_source_runs]{list_data_source_runs} \tab Lists data source runs in Amazon DataZone\cr #' \link[paws.analytics:datazone_list_data_sources]{list_data_sources} \tab Lists data sources in Amazon DataZone\cr #' \link[paws.analytics:datazone_list_domains]{list_domains} \tab Lists Amazon DataZone domains\cr +#' \link[paws.analytics:datazone_list_domain_units_for_parent]{list_domain_units_for_parent} \tab Lists child domain units for the specified parent domain unit\cr +#' \link[paws.analytics:datazone_list_entity_owners]{list_entity_owners} \tab Lists the entity (domain units) owners\cr #' \link[paws.analytics:datazone_list_environment_actions]{list_environment_actions} \tab Lists existing environment actions\cr #' \link[paws.analytics:datazone_list_environment_blueprint_configurations]{list_environment_blueprint_configurations} \tab Lists blueprint configurations for a Amazon DataZone environment\cr #' \link[paws.analytics:datazone_list_environment_blueprints]{list_environment_blueprints} \tab Lists blueprints in an Amazon DataZone environment\cr @@ -30463,6 +30376,7 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.analytics:datazone_list_lineage_node_history]{list_lineage_node_history} \tab Lists the history of the specified data lineage node\cr #' \link[paws.analytics:datazone_list_metadata_generation_runs]{list_metadata_generation_runs} \tab Lists all metadata generation runs\cr #' \link[paws.analytics:datazone_list_notifications]{list_notifications} \tab Lists all Amazon DataZone notifications\cr +#' \link[paws.analytics:datazone_list_policy_grants]{list_policy_grants} \tab Lists policy grants\cr #' \link[paws.analytics:datazone_list_project_memberships]{list_project_memberships} \tab Lists all members of the specified project\cr #' \link[paws.analytics:datazone_list_projects]{list_projects} \tab Lists Amazon DataZone projects\cr #' \link[paws.analytics:datazone_list_subscription_grants]{list_subscription_grants} \tab Lists subscription grants\cr @@ -30476,6 +30390,8 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.analytics:datazone_put_environment_blueprint_configuration]{put_environment_blueprint_configuration} \tab Writes the configuration for the specified environment blueprint in Amazon DataZone\cr #' \link[paws.analytics:datazone_reject_predictions]{reject_predictions} \tab Rejects automatically generated business-friendly metadata for your Amazon DataZone assets\cr #' \link[paws.analytics:datazone_reject_subscription_request]{reject_subscription_request} \tab Rejects the specified subscription request\cr +#' \link[paws.analytics:datazone_remove_entity_owner]{remove_entity_owner} \tab Removes an owner from an entity\cr +#' \link[paws.analytics:datazone_remove_policy_grant]{remove_policy_grant} \tab Removes a policy grant\cr #' \link[paws.analytics:datazone_revoke_subscription]{revoke_subscription} \tab Revokes a specified subscription in Amazon DataZone\cr #' \link[paws.analytics:datazone_search]{search} \tab Searches for assets in Amazon DataZone\cr #' \link[paws.analytics:datazone_search_group_profiles]{search_group_profiles} \tab Searches group profiles in Amazon DataZone\cr @@ -30486,8 +30402,10 @@ datapipeline <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.analytics:datazone_start_metadata_generation_run]{start_metadata_generation_run} \tab Starts the metadata generation run\cr #' \link[paws.analytics:datazone_tag_resource]{tag_resource} \tab Tags a resource in Amazon DataZone\cr #' \link[paws.analytics:datazone_untag_resource]{untag_resource} \tab Untags a resource in Amazon DataZone\cr +#' \link[paws.analytics:datazone_update_asset_filter]{update_asset_filter} \tab Updates an asset filter\cr #' \link[paws.analytics:datazone_update_data_source]{update_data_source} \tab Updates the specified data source in Amazon DataZone\cr #' \link[paws.analytics:datazone_update_domain]{update_domain} \tab Updates a Amazon DataZone domain\cr +#' \link[paws.analytics:datazone_update_domain_unit]{update_domain_unit} \tab Updates the domain unit\cr #' \link[paws.analytics:datazone_update_environment]{update_environment} \tab Updates the specified environment in Amazon DataZone\cr #' \link[paws.analytics:datazone_update_environment_action]{update_environment_action} \tab Updates an environment action\cr #' \link[paws.analytics:datazone_update_environment_profile]{update_environment_profile} \tab Updates the specified environment profile in Amazon DataZone\cr @@ -31251,6 +31169,7 @@ firehose <- function(config = list(), credentials = list(), endpoint = NULL, reg #' \link[paws.analytics:glue_batch_get_table_optimizer]{batch_get_table_optimizer} \tab Returns the configuration for the specified table optimizers\cr #' \link[paws.analytics:glue_batch_get_triggers]{batch_get_triggers} \tab Returns a list of resource metadata for a given list of trigger names\cr #' \link[paws.analytics:glue_batch_get_workflows]{batch_get_workflows} \tab Returns a list of resource metadata for a given list of workflow names\cr +#' \link[paws.analytics:glue_batch_put_data_quality_statistic_annotation]{batch_put_data_quality_statistic_annotation} \tab Annotate datapoints over time for a specific data quality statistic\cr #' \link[paws.analytics:glue_batch_stop_job_run]{batch_stop_job_run} \tab Stops one or more job runs for a specified job definition\cr #' \link[paws.analytics:glue_batch_update_partition]{batch_update_partition} \tab Updates one or more partitions in a batch operation\cr #' \link[paws.analytics:glue_cancel_data_quality_rule_recommendation_run]{cancel_data_quality_rule_recommendation_run} \tab Cancels the specified recommendation run that was being used to generate rules\cr @@ -31328,6 +31247,8 @@ firehose <- function(config = list(), credentials = list(), endpoint = NULL, reg #' \link[paws.analytics:glue_get_databases]{get_databases} \tab Retrieves all databases defined in a given Data Catalog\cr #' \link[paws.analytics:glue_get_data_catalog_encryption_settings]{get_data_catalog_encryption_settings} \tab Retrieves the security configuration for a specified catalog\cr #' \link[paws.analytics:glue_get_dataflow_graph]{get_dataflow_graph} \tab Transforms a Python script into a directed acyclic graph (DAG)\cr +#' \link[paws.analytics:glue_get_data_quality_model]{get_data_quality_model} \tab Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason)\cr +#' \link[paws.analytics:glue_get_data_quality_model_result]{get_data_quality_model_result} \tab Retrieve a statistic's predictions for a given Profile ID\cr #' \link[paws.analytics:glue_get_data_quality_result]{get_data_quality_result} \tab Retrieves the result of a data quality rule evaluation\cr #' \link[paws.analytics:glue_get_data_quality_rule_recommendation_run]{get_data_quality_rule_recommendation_run} \tab Gets the specified recommendation run that was used to generate rules\cr #' \link[paws.analytics:glue_get_data_quality_ruleset]{get_data_quality_ruleset} \tab Returns an existing ruleset by identifier or name\cr @@ -31387,6 +31308,8 @@ firehose <- function(config = list(), credentials = list(), endpoint = NULL, reg #' \link[paws.analytics:glue_list_data_quality_rule_recommendation_runs]{list_data_quality_rule_recommendation_runs} \tab Lists the recommendation runs meeting the filter criteria\cr #' \link[paws.analytics:glue_list_data_quality_ruleset_evaluation_runs]{list_data_quality_ruleset_evaluation_runs} \tab Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source\cr #' \link[paws.analytics:glue_list_data_quality_rulesets]{list_data_quality_rulesets} \tab Returns a paginated list of rulesets for the specified list of Glue tables\cr +#' \link[paws.analytics:glue_list_data_quality_statistic_annotations]{list_data_quality_statistic_annotations} \tab Retrieve annotations for a data quality statistic\cr +#' \link[paws.analytics:glue_list_data_quality_statistics]{list_data_quality_statistics} \tab Retrieves a list of data quality statistics\cr #' \link[paws.analytics:glue_list_dev_endpoints]{list_dev_endpoints} \tab Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag\cr #' \link[paws.analytics:glue_list_jobs]{list_jobs} \tab Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag\cr #' \link[paws.analytics:glue_list_ml_transforms]{list_ml_transforms} \tab Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag\cr @@ -31400,6 +31323,7 @@ firehose <- function(config = list(), credentials = list(), endpoint = NULL, reg #' \link[paws.analytics:glue_list_usage_profiles]{list_usage_profiles} \tab List all the Glue usage profiles\cr #' \link[paws.analytics:glue_list_workflows]{list_workflows} \tab Lists names of workflows created in the account\cr #' \link[paws.analytics:glue_put_data_catalog_encryption_settings]{put_data_catalog_encryption_settings} \tab Sets the security configuration for a specified catalog\cr +#' \link[paws.analytics:glue_put_data_quality_profile_annotation]{put_data_quality_profile_annotation} \tab Annotate all datapoints for a Profile\cr #' \link[paws.analytics:glue_put_resource_policy]{put_resource_policy} \tab Sets the Data Catalog resource policy for access control\cr #' \link[paws.analytics:glue_put_schema_version_metadata]{put_schema_version_metadata} \tab Puts the metadata key value pair for a specified schema version ID\cr #' \link[paws.analytics:glue_put_workflow_run_properties]{put_workflow_run_properties} \tab Puts the specified workflow run properties for the given workflow run\cr @@ -31878,160 +31802,6 @@ healthlake <- function(config = list(), credentials = list(), endpoint = NULL, r #' policies and API calls. For more information, see [Amazon Resource #' Names](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *AWS General Reference*. -#' -#' **Channel Endpoints** -#' -#' - `create_channel` — Creates a new channel and -#' an associated stream key to start streaming. -#' -#' - `get_channel` — Gets the channel configuration -#' for the specified channel ARN. -#' -#' - `batch_get_channel` — Performs -#' `get_channel` on multiple ARNs simultaneously. -#' -#' - `list_channels` — Gets summary information -#' about all channels in your account, in the Amazon Web Services -#' region where the API request is processed. This list can be filtered -#' to match a specified name or recording-configuration ARN. Filters -#' are mutually exclusive and cannot be used together. If you try to -#' use both filters, you will get an error (409 Conflict Exception). -#' -#' - `update_channel` — Updates a channel's -#' configuration. This does not affect an ongoing stream of this -#' channel. You must stop and restart the stream for the changes to -#' take effect. -#' -#' - `delete_channel` — Deletes the specified -#' channel. -#' -#' **Playback Restriction Policy Endpoints** -#' -#' - `create_playback_restriction_policy` -#' — Creates a new playback restriction policy, for constraining -#' playback by countries and/or origins. -#' -#' - `delete_playback_restriction_policy` -#' — Deletes the specified playback restriction policy -#' -#' - `get_playback_restriction_policy` -#' — Gets the specified playback restriction policy. -#' -#' - `list_playback_restriction_policies` -#' — Gets summary information about playback restriction policies. -#' -#' - `update_playback_restriction_policy` -#' — Updates a specified playback restriction policy. -#' -#' **Private Channel Endpoints** -#' -#' For more information, see [Setting Up Private -#' Channels](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/private-channels.html) -#' in the *Amazon IVS User Guide*. -#' -#' - `import_playback_key_pair` — Imports -#' the public portion of a new key pair and returns its `arn` and -#' `fingerprint`. The `privateKey` can then be used to generate viewer -#' authorization tokens, to grant viewers access to private channels -#' (channels enabled for playback authorization). -#' -#' - `get_playback_key_pair` — Gets a -#' specified playback authorization key pair and returns the `arn` and -#' `fingerprint`. The `privateKey` held by the caller can be used to -#' generate viewer authorization tokens, to grant viewers access to -#' private channels. -#' -#' - `list_playback_key_pairs` — Gets -#' summary information about playback key pairs. -#' -#' - `delete_playback_key_pair` — Deletes -#' a specified authorization key pair. This invalidates future viewer -#' tokens generated using the key pair’s `privateKey`. -#' -#' - `start_viewer_session_revocation` -#' — Starts the process of revoking the viewer session associated with -#' a specified channel ARN and viewer ID. Optionally, you can provide a -#' version to revoke viewer sessions less than and including that -#' version. -#' -#' - `batch_start_viewer_session_revocation` -#' — Performs -#' `start_viewer_session_revocation` -#' on multiple channel ARN and viewer ID pairs simultaneously. -#' -#' **Recording Configuration Endpoints** -#' -#' - `create_recording_configuration` -#' — Creates a new recording configuration, used to enable recording to -#' Amazon S3. -#' -#' - `get_recording_configuration` — -#' Gets the recording-configuration metadata for the specified ARN. -#' -#' - `list_recording_configurations` -#' — Gets summary information about all recording configurations in -#' your account, in the Amazon Web Services region where the API -#' request is processed. -#' -#' - `delete_recording_configuration` -#' — Deletes the recording configuration for the specified ARN. -#' -#' **Stream Endpoints** -#' -#' - `get_stream` — Gets information about the active -#' (live) stream on a specified channel. -#' -#' - `get_stream_session` — Gets metadata on a -#' specified stream. -#' -#' - `list_streams` — Gets summary information about -#' live streams in your account, in the Amazon Web Services region -#' where the API request is processed. -#' -#' - `list_stream_sessions` — Gets a summary -#' of current and previous streams for a specified channel in your -#' account, in the AWS region where the API request is processed. -#' -#' - `stop_stream` — Disconnects the incoming RTMPS -#' stream for the specified channel. Can be used in conjunction with -#' `delete_stream_key` to prevent further -#' streaming to a channel. -#' -#' - `put_metadata` — Inserts metadata into the -#' active stream of the specified channel. At most 5 requests per -#' second per channel are allowed, each with a maximum 1 KB payload. -#' (If 5 TPS is not sufficient for your needs, we recommend batching -#' your data into a single PutMetadata call.) At most 155 requests per -#' second per account are allowed. -#' -#' **Stream Key Endpoints** -#' -#' - `create_stream_key` — Creates a stream key, -#' used to initiate a stream, for the specified channel ARN. -#' -#' - `get_stream_key` — Gets stream key information -#' for the specified ARN. -#' -#' - `batch_get_stream_key` — Performs -#' `get_stream_key` on multiple ARNs -#' simultaneously. -#' -#' - `list_stream_keys` — Gets summary -#' information about stream keys for the specified channel. -#' -#' - `delete_stream_key` — Deletes the stream -#' key for the specified ARN, so it can no longer be used to stream. -#' -#' **Amazon Web Services Tags Endpoints** -#' -#' - `tag_resource` — Adds or updates tags for the -#' Amazon Web Services resource with the specified ARN. -#' -#' - `untag_resource` — Removes tags from the -#' resource with the specified ARN. -#' -#' - `list_tags_for_resource` — Gets -#' information about Amazon Web Services tags for the specified ARN. #' #' @param #' config @@ -35617,7 +35387,7 @@ cognitoidentity <- function(config = list(), credentials = list(), endpoint = NU #' \tabular{ll}{ #' \link[paws.security.identity:cognitoidentityprovider_add_custom_attributes]{add_custom_attributes} \tab Adds additional user attributes to the user pool schema\cr #' \link[paws.security.identity:cognitoidentityprovider_admin_add_user_to_group]{admin_add_user_to_group} \tab Adds a user to a group\cr -#' \link[paws.security.identity:cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool\cr +#' \link[paws.security.identity:cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation confirms user sign-up as an administrator\cr #' \link[paws.security.identity:cognitoidentityprovider_admin_create_user]{admin_create_user} \tab Creates a new user in the specified user pool\cr #' \link[paws.security.identity:cognitoidentityprovider_admin_delete_user]{admin_delete_user} \tab Deletes a user as an administrator\cr #' \link[paws.security.identity:cognitoidentityprovider_admin_delete_user_attributes]{admin_delete_user_attributes} \tab Deletes the user attributes in a user pool as an administrator\cr @@ -35675,7 +35445,7 @@ cognitoidentity <- function(config = list(), credentials = list(), endpoint = NU #' \link[paws.security.identity:cognitoidentityprovider_get_device]{get_device} \tab Gets the device\cr #' \link[paws.security.identity:cognitoidentityprovider_get_group]{get_group} \tab Gets a group\cr #' \link[paws.security.identity:cognitoidentityprovider_get_identity_provider_by_identifier]{get_identity_provider_by_identifier} \tab Gets the specified IdP\cr -#' \link[paws.security.identity:cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the detailed activity logging configuration for a user pool\cr +#' \link[paws.security.identity:cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the logging configuration of a user pool\cr #' \link[paws.security.identity:cognitoidentityprovider_get_signing_certificate]{get_signing_certificate} \tab This method takes a user pool ID, and returns the signing certificate\cr #' \link[paws.security.identity:cognitoidentityprovider_get_ui_customization]{get_ui_customization} \tab Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client\cr #' \link[paws.security.identity:cognitoidentityprovider_get_user]{get_user} \tab Gets the user attributes and metadata for a user\cr @@ -35696,7 +35466,7 @@ cognitoidentity <- function(config = list(), credentials = list(), endpoint = NU #' \link[paws.security.identity:cognitoidentityprovider_resend_confirmation_code]{resend_confirmation_code} \tab Resends the confirmation (for confirmation of registration) to a specific user in the user pool\cr #' \link[paws.security.identity:cognitoidentityprovider_respond_to_auth_challenge]{respond_to_auth_challenge} \tab Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge\cr #' \link[paws.security.identity:cognitoidentityprovider_revoke_token]{revoke_token} \tab Revokes all of the access tokens generated by, and at the same time as, the specified refresh token\cr -#' \link[paws.security.identity:cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the detailed activity logging configuration of a user pool\cr +#' \link[paws.security.identity:cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the logging configuration of a user pool\cr #' \link[paws.security.identity:cognitoidentityprovider_set_risk_configuration]{set_risk_configuration} \tab Configures actions on detected risks\cr #' \link[paws.security.identity:cognitoidentityprovider_set_ui_customization]{set_ui_customization} \tab Sets the user interface (UI) customization information for a user pool's built-in app UI\cr #' \link[paws.security.identity:cognitoidentityprovider_set_user_mfa_preference]{set_user_mfa_preference} \tab Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred\cr @@ -38462,9 +38232,9 @@ secretsmanager <- function(config = list(), credentials = list(), endpoint = NUL #' practices. #' #' Security Hub collects security data across Amazon Web Services accounts, -#' Amazon Web Services, and supported third-party products and helps you -#' analyze your security trends and identify the highest priority security -#' issues. +#' Amazon Web Servicesservices, and supported third-party products and +#' helps you analyze your security trends and identify the highest priority +#' security issues. #' #' To help you manage the security state of your organization, Security Hub #' supports multiple security standards. These include the Amazon Web @@ -38478,11 +38248,11 @@ secretsmanager <- function(config = list(), credentials = list(), endpoint = NUL #' you assess your compliance against security best practices. #' #' In addition to generating control findings, Security Hub also receives -#' findings from other Amazon Web Services, such as Amazon GuardDuty and -#' Amazon Inspector, and supported third-party products. This gives you a -#' single pane of glass into a variety of security-related issues. You can -#' also send Security Hub findings to other Amazon Web Services and -#' supported third-party products. +#' findings from other Amazon Web Servicesservices, such as Amazon +#' GuardDuty and Amazon Inspector, and supported third-party products. This +#' gives you a single pane of glass into a variety of security-related +#' issues. You can also send Security Hub findings to other Amazon Web +#' Servicesservices and supported third-party products. #' #' Security Hub offers automation features that help you triage and #' remediate security issues. For example, you can use automation rules to @@ -38498,7 +38268,7 @@ secretsmanager <- function(config = list(), credentials = list(), endpoint = NUL #' . The user guide explains key concepts and provides procedures that #' demonstrate how to use Security Hub features. It also provides #' information about topics such as integrating Security Hub with other -#' Amazon Web Services. +#' Amazon Web Servicesservices. #' #' In addition to interacting with Security Hub by making calls to the #' Security Hub API, you can use a current version of an Amazon Web @@ -38506,10 +38276,10 @@ secretsmanager <- function(config = list(), credentials = list(), endpoint = NUL #' and SDKs that consist of libraries and sample code for various languages #' and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. #' These tools and SDKs provide convenient, programmatic access to Security -#' Hub and other Amazon Web Services . They also handle tasks such as -#' signing requests, managing errors, and retrying requests automatically. -#' For information about installing and using the Amazon Web Services tools -#' and SDKs, see [Tools to Build on Amazon Web +#' Hub and other Amazon Web Servicesservices . They also handle tasks such +#' as signing requests, managing errors, and retrying requests +#' automatically. For information about installing and using the Amazon Web +#' Services tools and SDKs, see [Tools to Build on Amazon Web #' Services](https://aws.amazon.com/developer/tools/). #' #' With the exception of operations that are related to central @@ -40526,7 +40296,7 @@ wafregional <- function(config = list(), credentials = list(), endpoint = NULL, #' \link[paws.security.identity:wafv2_list_web_ac_ls]{list_web_ac_ls} \tab Retrieves an array of WebACLSummary objects for the web ACLs that you manage\cr #' \link[paws.security.identity:wafv2_put_logging_configuration]{put_logging_configuration} \tab Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided\cr #' \link[paws.security.identity:wafv2_put_managed_rule_set_versions]{put_managed_rule_set_versions} \tab Defines the versions of your managed rule set that you are offering to the customers\cr -#' \link[paws.security.identity:wafv2_put_permission_policy]{put_permission_policy} \tab Attaches an IAM policy to the specified resource\cr +#' \link[paws.security.identity:wafv2_put_permission_policy]{put_permission_policy} \tab Use this to share a rule group with other accounts\cr #' \link[paws.security.identity:wafv2_tag_resource]{tag_resource} \tab Associates tags with the specified Amazon Web Services resource\cr #' \link[paws.security.identity:wafv2_untag_resource]{untag_resource} \tab Disassociates tags from an Amazon Web Services resource\cr #' \link[paws.security.identity:wafv2_update_ip_set]{update_ip_set} \tab Updates the specified IPSet\cr @@ -41746,8 +41516,8 @@ eventbridgescheduler <- function(config = list(), credentials = list(), endpoint #' @description #' Step Functions #' -#' Step Functions is a service that lets you coordinate the components of -#' distributed applications and microservices using visual workflows. +#' Step Functions coordinates the components of distributed applications +#' and microservices using visual workflows. #' #' You can use Step Functions to build applications from individual #' components, each of which performs a discrete function, or *task*, @@ -41889,7 +41659,7 @@ eventbridgescheduler <- function(config = list(), credentials = list(), endpoint #' \link[paws.application.integration:sfn_test_state]{test_state} \tab Accepts the definition of a single state and executes it\cr #' \link[paws.application.integration:sfn_untag_resource]{untag_resource} \tab Remove a tag from a Step Functions resource\cr #' \link[paws.application.integration:sfn_update_map_run]{update_map_run} \tab Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure\cr -#' \link[paws.application.integration:sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration\cr +#' \link[paws.application.integration:sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, loggingConfiguration, or EncryptionConfiguration\cr #' \link[paws.application.integration:sfn_update_state_machine_alias]{update_state_machine_alias} \tab Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration\cr #' \link[paws.application.integration:sfn_validate_state_machine_definition]{validate_state_machine_definition} \tab Validates the syntax of a state machine definition #' } @@ -44312,7 +44082,7 @@ paymentcryptographydataplane <- function(config = list(), credentials = list(), #' \link[paws.customer.engagement:connect_describe_quick_connect]{describe_quick_connect} \tab Describes the quick connect\cr #' \link[paws.customer.engagement:connect_describe_routing_profile]{describe_routing_profile} \tab Describes the specified routing profile\cr #' \link[paws.customer.engagement:connect_describe_rule]{describe_rule} \tab Describes a rule for the specified Amazon Connect instance\cr -#' \link[paws.customer.engagement:connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profle\cr +#' \link[paws.customer.engagement:connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profile\cr #' \link[paws.customer.engagement:connect_describe_traffic_distribution_group]{describe_traffic_distribution_group} \tab Gets details and status of a traffic distribution group\cr #' \link[paws.customer.engagement:connect_describe_user]{describe_user} \tab Describes the specified user\cr #' \link[paws.customer.engagement:connect_describe_user_hierarchy_group]{describe_user_hierarchy_group} \tab Describes the specified hierarchy group\cr @@ -44397,18 +44167,20 @@ paymentcryptographydataplane <- function(config = list(), credentials = list(), #' \link[paws.customer.engagement:connect_replicate_instance]{replicate_instance} \tab Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions\cr #' \link[paws.customer.engagement:connect_resume_contact]{resume_contact} \tab Allows resuming a task contact in a paused state\cr #' \link[paws.customer.engagement:connect_resume_contact_recording]{resume_contact_recording} \tab When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both\cr +#' \link[paws.customer.engagement:connect_search_agent_statuses]{search_agent_statuses} \tab Searches AgentStatuses in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_available_phone_numbers]{search_available_phone_numbers} \tab Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group\cr #' \link[paws.customer.engagement:connect_search_contact_flow_modules]{search_contact_flow_modules} \tab Searches the flow modules in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_contact_flows]{search_contact_flows} \tab Searches the contact flows in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_contacts]{search_contacts} \tab Searches contacts in an Amazon Connect instance\cr #' \link[paws.customer.engagement:connect_search_hours_of_operations]{search_hours_of_operations} \tab Searches the hours of operation in an Amazon Connect instance, with optional filtering\cr -#' \link[paws.customer.engagement:connect_search_predefined_attributes]{search_predefined_attributes} \tab Predefined attributes that meet certain criteria\cr +#' \link[paws.customer.engagement:connect_search_predefined_attributes]{search_predefined_attributes} \tab Searches predefined attributes that meet certain criteria\cr #' \link[paws.customer.engagement:connect_search_prompts]{search_prompts} \tab Searches prompts in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_queues]{search_queues} \tab Searches queues in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_quick_connects]{search_quick_connects} \tab Searches quick connects in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_resource_tags]{search_resource_tags} \tab Searches tags used in an Amazon Connect instance using optional search criteria\cr #' \link[paws.customer.engagement:connect_search_routing_profiles]{search_routing_profiles} \tab Searches routing profiles in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_security_profiles]{search_security_profiles} \tab Searches security profiles in an Amazon Connect instance, with optional filtering\cr +#' \link[paws.customer.engagement:connect_search_user_hierarchy_groups]{search_user_hierarchy_groups} \tab Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_users]{search_users} \tab Searches users in an Amazon Connect instance, with optional filtering\cr #' \link[paws.customer.engagement:connect_search_vocabularies]{search_vocabularies} \tab Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode\cr #' \link[paws.customer.engagement:connect_send_chat_integration_event]{send_chat_integration_event} \tab Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect\cr @@ -44775,16 +44547,22 @@ connectcases <- function(config = list(), credentials = list(), endpoint = NULL, #' Amazon Connect Contact Lens #' #' @description -#' Contact Lens for Amazon Connect enables you to analyze conversations -#' between customer and agents, by using speech transcription, natural -#' language processing, and intelligent search capabilities. It performs -#' sentiment analysis, detects issues, and enables you to automatically -#' categorize contacts. +#' - [Contact Lens +#' actions](https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Contact_Lens.html) #' -#' Contact Lens for Amazon Connect provides both real-time and post-call +#' - [Contact Lens data +#' types](https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Contact_Lens.html) +#' +#' Amazon Connect Contact Lens enables you to analyze conversations between +#' customer and agents, by using speech transcription, natural language +#' processing, and intelligent search capabilities. It performs sentiment +#' analysis, detects issues, and enables you to automatically categorize +#' contacts. +#' +#' Amazon Connect Contact Lens provides both real-time and post-call #' analytics of customer-agent conversations. For more information, see -#' [Analyze conversations using Contact -#' Lens](https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html) +#' [Analyze conversations using speech +#' analytics](https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html) #' in the *Amazon Connect Administrator Guide*. #' #' @param @@ -45969,31 +45747,32 @@ pinpointemail <- function(config = list(), credentials = list(), endpoint = NULL #' Amazon Pinpoint SMS Voice V2 #' #' @description -#' Welcome to the *Amazon Pinpoint SMS and Voice, version 2 API Reference*. -#' This guide provides information about Amazon Pinpoint SMS and Voice, -#' version 2 API resources, including supported HTTP methods, parameters, -#' and schemas. +#' Welcome to the *AWS End User Messaging SMS and Voice, version 2 API +#' Reference*. This guide provides information about AWS End User Messaging +#' SMS and Voice, version 2 API resources, including supported HTTP +#' methods, parameters, and schemas. #' #' Amazon Pinpoint is an Amazon Web Services service that you can use to -#' engage with your recipients across multiple messaging channels. The -#' Amazon Pinpoint SMS and Voice, version 2 API provides programmatic -#' access to options that are unique to the SMS and voice channels. Amazon -#' Pinpoint SMS and Voice, version 2 resources such as phone numbers, +#' engage with your recipients across multiple messaging channels. The AWS +#' End User Messaging SMS and Voice, version 2 API provides programmatic +#' access to options that are unique to the SMS and voice channels. AWS End +#' User Messaging SMS and Voice, version 2 resources such as phone numbers, #' sender IDs, and opt-out lists can be used by the Amazon Pinpoint API. #' -#' If you're new to Amazon Pinpoint SMS, it's also helpful to review the -#' [Amazon Pinpoint SMS User +#' If you're new to AWS End User Messaging SMS and Voice, it's also helpful +#' to review the [AWS End User Messaging SMS User #' Guide](https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html). -#' The *Amazon Pinpoint Developer Guide* provides tutorials, code samples, -#' and procedures that demonstrate how to use Amazon Pinpoint SMS features -#' programmatically and how to integrate Amazon Pinpoint functionality into -#' mobile apps and other types of applications. The guide also provides key -#' information, such as Amazon Pinpoint integration with other Amazon Web -#' Services services, and the quotas that apply to use of the service. +#' The *AWS End User Messaging SMS User Guide* provides tutorials, code +#' samples, and procedures that demonstrate how to use AWS End User +#' Messaging SMS and Voice features programmatically and how to integrate +#' functionality into mobile apps and other types of applications. The +#' guide also provides key information, such as AWS End User Messaging SMS +#' and Voice integration with other Amazon Web Services services, and the +#' quotas that apply to use of the service. #' #' **Regional availability** #' -#' The *Amazon Pinpoint SMS and Voice, version 2 API Reference* is +#' The *AWS End User Messaging SMS and Voice version 2 API Reference* is #' available in several Amazon Web Services Regions and it provides an #' endpoint for each of these Regions. For a list of all the Regions and #' endpoints where the API is currently available, see [Amazon Web Services @@ -46128,7 +45907,7 @@ pinpointemail <- function(config = list(), credentials = list(), endpoint = NULL #' \link[paws.customer.engagement:pinpointsmsvoicev2_delete_verified_destination_number]{delete_verified_destination_number} \tab Delete a verified destination phone number\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_delete_voice_message_spend_limit_override]{delete_voice_message_spend_limit_override} \tab Deletes an account level monthly spend limit override for sending voice messages\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_account_attributes]{describe_account_attributes} \tab Describes attributes of your Amazon Web Services account\cr -#' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account\cr +#' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_configuration_sets]{describe_configuration_sets} \tab Describes the specified configuration sets or all in your account\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_keywords]{describe_keywords} \tab Describes the specified keywords or all keywords on your origination phone number or pool\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_opted_out_numbers]{describe_opted_out_numbers} \tab Describes the specified opted out destination numbers or all opted out destination numbers in an opt-out list\cr @@ -46144,7 +45923,7 @@ pinpointemail <- function(config = list(), credentials = list(), endpoint = NULL #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_registration_type_definitions]{describe_registration_type_definitions} \tab Retrieves the specified registration type definitions\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_registration_versions]{describe_registration_versions} \tab Retrieves the specified registration version\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_sender_ids]{describe_sender_ids} \tab Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account\cr -#' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages\cr +#' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current monthly spend limits for sending voice and text messages\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_describe_verified_destination_numbers]{describe_verified_destination_numbers} \tab Retrieves the specified verified destiona numbers\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_disassociate_origination_identity]{disassociate_origination_identity} \tab Removes the specified origination identity from an existing pool\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_disassociate_protect_configuration]{disassociate_protect_configuration} \tab Disassociate a protect configuration from a configuration set\cr @@ -46163,7 +45942,7 @@ pinpointemail <- function(config = list(), credentials = list(), endpoint = NULL #' \link[paws.customer.engagement:pinpointsmsvoicev2_send_destination_number_verification_code]{send_destination_number_verification_code} \tab Before you can send test messages to a verified destination phone number you need to opt-in the verified destination phone number\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_send_media_message]{send_media_message} \tab Creates a new multimedia message (MMS) and sends it to a recipient's phone number\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_send_text_message]{send_text_message} \tab Creates a new text message and sends it to a recipient's phone number\cr -#' \link[paws.customer.engagement:pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message through Amazon Pinpoint\cr +#' \link[paws.customer.engagement:pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_set_account_default_protect_configuration]{set_account_default_protect_configuration} \tab Set a protect configuration as your account default\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_set_default_message_type]{set_default_message_type} \tab Sets the default message type on a configuration set\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_set_default_sender_id]{set_default_sender_id} \tab Sets default sender ID on a configuration set\cr @@ -46171,8 +45950,8 @@ pinpointemail <- function(config = list(), credentials = list(), endpoint = NULL #' \link[paws.customer.engagement:pinpointsmsvoicev2_set_text_message_spend_limit_override]{set_text_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending text messages\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_set_voice_message_spend_limit_override]{set_voice_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending voice messages\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_submit_registration_version]{submit_registration_version} \tab Submit the specified registration for review and approval\cr -#' \link[paws.customer.engagement:pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource\cr -#' \link[paws.customer.engagement:pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource\cr +#' \link[paws.customer.engagement:pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified resource\cr +#' \link[paws.customer.engagement:pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from a resource\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_update_event_destination]{update_event_destination} \tab Updates an existing event destination in a configuration set\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_update_phone_number]{update_phone_number} \tab Updates the configuration of an existing origination phone number\cr #' \link[paws.customer.engagement:pinpointsmsvoicev2_update_pool]{update_pool} \tab Updates the configuration of an existing pool\cr @@ -46651,6 +46430,7 @@ pinpointsmsvoice <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.end.user.computing:appstream_create_image_builder_streaming_url]{create_image_builder_streaming_url} \tab Creates a URL to start an image builder streaming session\cr #' \link[paws.end.user.computing:appstream_create_stack]{create_stack} \tab Creates a stack to start streaming applications to users\cr #' \link[paws.end.user.computing:appstream_create_streaming_url]{create_streaming_url} \tab Creates a temporary URL to start an AppStream 2\cr +#' \link[paws.end.user.computing:appstream_create_theme_for_stack]{create_theme_for_stack} \tab Creates custom branding that customizes the appearance of the streaming application catalog page\cr #' \link[paws.end.user.computing:appstream_create_updated_image]{create_updated_image} \tab Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2\cr #' \link[paws.end.user.computing:appstream_create_usage_report_subscription]{create_usage_report_subscription} \tab Creates a usage report subscription\cr #' \link[paws.end.user.computing:appstream_create_user]{create_user} \tab Creates a new user in the user pool\cr @@ -46664,6 +46444,7 @@ pinpointsmsvoice <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.end.user.computing:appstream_delete_image_builder]{delete_image_builder} \tab Deletes the specified image builder and releases the capacity\cr #' \link[paws.end.user.computing:appstream_delete_image_permissions]{delete_image_permissions} \tab Deletes permissions for the specified private image\cr #' \link[paws.end.user.computing:appstream_delete_stack]{delete_stack} \tab Deletes the specified stack\cr +#' \link[paws.end.user.computing:appstream_delete_theme_for_stack]{delete_theme_for_stack} \tab Deletes custom branding that customizes the appearance of the streaming application catalog page\cr #' \link[paws.end.user.computing:appstream_delete_usage_report_subscription]{delete_usage_report_subscription} \tab Disables usage report generation\cr #' \link[paws.end.user.computing:appstream_delete_user]{delete_user} \tab Deletes a user from the user pool\cr #' \link[paws.end.user.computing:appstream_describe_app_block_builder_app_block_associations]{describe_app_block_builder_app_block_associations} \tab Retrieves a list that describes one or more app block builder associations\cr @@ -46679,6 +46460,7 @@ pinpointsmsvoice <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.end.user.computing:appstream_describe_images]{describe_images} \tab Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided\cr #' \link[paws.end.user.computing:appstream_describe_sessions]{describe_sessions} \tab Retrieves a list that describes the streaming sessions for a specified stack and fleet\cr #' \link[paws.end.user.computing:appstream_describe_stacks]{describe_stacks} \tab Retrieves a list that describes one or more specified stacks, if the stack names are provided\cr +#' \link[paws.end.user.computing:appstream_describe_theme_for_stack]{describe_theme_for_stack} \tab Retrieves a list that describes the theme for a specified stack\cr #' \link[paws.end.user.computing:appstream_describe_usage_report_subscriptions]{describe_usage_report_subscriptions} \tab Retrieves a list that describes one or more usage report subscriptions\cr #' \link[paws.end.user.computing:appstream_describe_users]{describe_users} \tab Retrieves a list that describes one or more specified users in the user pool\cr #' \link[paws.end.user.computing:appstream_describe_user_stack_associations]{describe_user_stack_associations} \tab Retrieves a list that describes the UserStackAssociation objects\cr @@ -46707,7 +46489,8 @@ pinpointsmsvoice <- function(config = list(), credentials = list(), endpoint = N #' \link[paws.end.user.computing:appstream_update_entitlement]{update_entitlement} \tab Updates the specified entitlement\cr #' \link[paws.end.user.computing:appstream_update_fleet]{update_fleet} \tab Updates the specified fleet\cr #' \link[paws.end.user.computing:appstream_update_image_permissions]{update_image_permissions} \tab Adds or updates permissions for the specified private image\cr -#' \link[paws.end.user.computing:appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack +#' \link[paws.end.user.computing:appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack\cr +#' \link[paws.end.user.computing:appstream_update_theme_for_stack]{update_theme_for_stack} \tab Updates custom branding that customizes the appearance of the streaming application catalog page #' } #' #' @return @@ -46744,6 +46527,10 @@ appstream <- function(config = list(), credentials = list(), endpoint = NULL, re #' page](https://docs.aws.amazon.com/general/latest/gr/ivs.html) in the #' *AWS General Reference*. #' +#' This document describes HTTP operations. There is a separate *messaging* +#' API for managing Chat resources; see the [Amazon IVS Chat Messaging API +#' Reference](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/). +#' #' **Notes on terminology:** #' #' - You create service applications using the Amazon IVS Chat API. We @@ -46753,13 +46540,17 @@ appstream <- function(config = list(), credentials = list(), endpoint = NULL, re #' apps) using the Amazon IVS Chat Messaging API. We refer to these as #' *clients*. #' -#' **Key Concepts** +#' **Resources** +#' +#' The following resources are part of Amazon IVS Chat: #' #' - **LoggingConfiguration** — A configuration that allows customers to -#' store and record sent messages in a chat room. +#' store and record sent messages in a chat room. See the Logging +#' Configuration endpoints for more information. #' #' - **Room** — The central Amazon IVS Chat resource through which -#' clients connect to and exchange chat messages. +#' clients connect to and exchange chat messages. See the Room +#' endpoints for more information. #' #' **Tagging** #' @@ -46834,85 +46625,6 @@ appstream <- function(config = list(), credentials = list(), endpoint = NULL, re #' policies and API calls. For more information, see [Amazon Resource #' Names](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *AWS General Reference*. -#' -#' **Messaging Endpoints** -#' -#' - `delete_message` — Sends an event to a -#' specific room which directs clients to delete a specific message; -#' that is, unrender it from view and delete it from the client’s chat -#' history. This event’s `EventName` is `aws:DELETE_MESSAGE`. This -#' replicates the -#' [DeleteMessage](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html) -#' WebSocket operation in the Amazon IVS Chat Messaging API. -#' -#' - `disconnect_user` — Disconnects all -#' connections using a specified user ID from a room. This replicates -#' the -#' [DisconnectUser](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html) -#' WebSocket operation in the Amazon IVS Chat Messaging API. -#' -#' - `send_event` — Sends an event to a room. Use -#' this within your application’s business logic to send events to -#' clients of a room; e.g., to notify clients to change the way the -#' chat UI is rendered. -#' -#' **Chat Token Endpoint** -#' -#' - `create_chat_token` — Creates an -#' encrypted token that is used by a chat participant to establish an -#' individual WebSocket chat connection to a room. When the token is -#' used to connect to chat, the connection is valid for the session -#' duration specified in the request. The token becomes invalid at the -#' token-expiration timestamp included in the response. -#' -#' **Room Endpoints** -#' -#' - `create_room` — Creates a room that allows -#' clients to connect and pass messages. -#' -#' - `delete_room` — Deletes the specified room. -#' -#' - `get_room` — Gets the specified room. -#' -#' - `list_rooms` — Gets summary information about -#' all your rooms in the AWS region where the API request is processed. -#' -#' - `update_room` — Updates a room’s -#' configuration. -#' -#' **Logging Configuration Endpoints** -#' -#' - `create_logging_configuration` -#' — Creates a logging configuration that allows clients to store and -#' record sent messages. -#' -#' - `delete_logging_configuration` -#' — Deletes the specified logging configuration. -#' -#' - `get_logging_configuration` — -#' Gets the specified logging configuration. -#' -#' - `list_logging_configurations` -#' — Gets summary information about all your logging configurations in -#' the AWS region where the API request is processed. -#' -#' - `update_logging_configuration` -#' — Updates a specified logging configuration. -#' -#' **Tags Endpoints** -#' -#' - `list_tags_for_resource` — Gets -#' information about AWS tags for the specified ARN. -#' -#' - `tag_resource` — Adds or updates tags for -#' the AWS resource with the specified ARN. -#' -#' - `untag_resource` — Removes tags from the -#' resource with the specified ARN. -#' -#' All the above are HTTP operations. There is a separate *messaging* API -#' for managing Chat resources; see the [Amazon IVS Chat Messaging API -#' Reference](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/). #' #' @param #' config diff --git a/cran/paws/man/appstream.Rd b/cran/paws/man/appstream.Rd index 8cddfe5157..ab5c4acc19 100644 --- a/cran/paws/man/appstream.Rd +++ b/cran/paws/man/appstream.Rd @@ -130,6 +130,7 @@ To learn more about AppStream 2.0, see the following resources: \link[paws.end.user.computing:appstream_create_image_builder_streaming_url]{create_image_builder_streaming_url} \tab Creates a URL to start an image builder streaming session\cr \link[paws.end.user.computing:appstream_create_stack]{create_stack} \tab Creates a stack to start streaming applications to users\cr \link[paws.end.user.computing:appstream_create_streaming_url]{create_streaming_url} \tab Creates a temporary URL to start an AppStream 2\cr +\link[paws.end.user.computing:appstream_create_theme_for_stack]{create_theme_for_stack} \tab Creates custom branding that customizes the appearance of the streaming application catalog page\cr \link[paws.end.user.computing:appstream_create_updated_image]{create_updated_image} \tab Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2\cr \link[paws.end.user.computing:appstream_create_usage_report_subscription]{create_usage_report_subscription} \tab Creates a usage report subscription\cr \link[paws.end.user.computing:appstream_create_user]{create_user} \tab Creates a new user in the user pool\cr @@ -143,6 +144,7 @@ To learn more about AppStream 2.0, see the following resources: \link[paws.end.user.computing:appstream_delete_image_builder]{delete_image_builder} \tab Deletes the specified image builder and releases the capacity\cr \link[paws.end.user.computing:appstream_delete_image_permissions]{delete_image_permissions} \tab Deletes permissions for the specified private image\cr \link[paws.end.user.computing:appstream_delete_stack]{delete_stack} \tab Deletes the specified stack\cr +\link[paws.end.user.computing:appstream_delete_theme_for_stack]{delete_theme_for_stack} \tab Deletes custom branding that customizes the appearance of the streaming application catalog page\cr \link[paws.end.user.computing:appstream_delete_usage_report_subscription]{delete_usage_report_subscription} \tab Disables usage report generation\cr \link[paws.end.user.computing:appstream_delete_user]{delete_user} \tab Deletes a user from the user pool\cr \link[paws.end.user.computing:appstream_describe_app_block_builder_app_block_associations]{describe_app_block_builder_app_block_associations} \tab Retrieves a list that describes one or more app block builder associations\cr @@ -158,6 +160,7 @@ To learn more about AppStream 2.0, see the following resources: \link[paws.end.user.computing:appstream_describe_images]{describe_images} \tab Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided\cr \link[paws.end.user.computing:appstream_describe_sessions]{describe_sessions} \tab Retrieves a list that describes the streaming sessions for a specified stack and fleet\cr \link[paws.end.user.computing:appstream_describe_stacks]{describe_stacks} \tab Retrieves a list that describes one or more specified stacks, if the stack names are provided\cr +\link[paws.end.user.computing:appstream_describe_theme_for_stack]{describe_theme_for_stack} \tab Retrieves a list that describes the theme for a specified stack\cr \link[paws.end.user.computing:appstream_describe_usage_report_subscriptions]{describe_usage_report_subscriptions} \tab Retrieves a list that describes one or more usage report subscriptions\cr \link[paws.end.user.computing:appstream_describe_users]{describe_users} \tab Retrieves a list that describes one or more specified users in the user pool\cr \link[paws.end.user.computing:appstream_describe_user_stack_associations]{describe_user_stack_associations} \tab Retrieves a list that describes the UserStackAssociation objects\cr @@ -186,7 +189,8 @@ To learn more about AppStream 2.0, see the following resources: \link[paws.end.user.computing:appstream_update_entitlement]{update_entitlement} \tab Updates the specified entitlement\cr \link[paws.end.user.computing:appstream_update_fleet]{update_fleet} \tab Updates the specified fleet\cr \link[paws.end.user.computing:appstream_update_image_permissions]{update_image_permissions} \tab Adds or updates permissions for the specified private image\cr -\link[paws.end.user.computing:appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack +\link[paws.end.user.computing:appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack\cr +\link[paws.end.user.computing:appstream_update_theme_for_stack]{update_theme_for_stack} \tab Updates custom branding that customizes the appearance of the streaming application catalog page } } diff --git a/cran/paws/man/backup.Rd b/cran/paws/man/backup.Rd index 00220ed64c..8fa3340242 100644 --- a/cran/paws/man/backup.Rd +++ b/cran/paws/man/backup.Rd @@ -94,15 +94,15 @@ providing reporting and auditing. \section{Operations}{ \tabular{ll}{ -\link[paws.storage:backup_cancel_legal_hold]{cancel_legal_hold} \tab This action removes the specified legal hold on a recovery point\cr +\link[paws.storage:backup_cancel_legal_hold]{cancel_legal_hold} \tab Removes the specified legal hold on a recovery point\cr \link[paws.storage:backup_create_backup_plan]{create_backup_plan} \tab Creates a backup plan using a backup plan name and backup rules\cr \link[paws.storage:backup_create_backup_selection]{create_backup_selection} \tab Creates a JSON document that specifies a set of resources to assign to a backup plan\cr \link[paws.storage:backup_create_backup_vault]{create_backup_vault} \tab Creates a logical container where backups are stored\cr \link[paws.storage:backup_create_framework]{create_framework} \tab Creates a framework with one or more controls\cr -\link[paws.storage:backup_create_legal_hold]{create_legal_hold} \tab This action creates a legal hold on a recovery point (backup)\cr -\link[paws.storage:backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab This request creates a logical container to where backups may be copied\cr +\link[paws.storage:backup_create_legal_hold]{create_legal_hold} \tab Creates a legal hold on a recovery point (backup)\cr +\link[paws.storage:backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab Creates a logical container to where backups may be copied\cr \link[paws.storage:backup_create_report_plan]{create_report_plan} \tab Creates a report plan\cr -\link[paws.storage:backup_create_restore_testing_plan]{create_restore_testing_plan} \tab This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection\cr +\link[paws.storage:backup_create_restore_testing_plan]{create_restore_testing_plan} \tab Creates a restore testing plan\cr \link[paws.storage:backup_create_restore_testing_selection]{create_restore_testing_selection} \tab This request can be sent after CreateRestoreTestingPlan request returns successfully\cr \link[paws.storage:backup_delete_backup_plan]{delete_backup_plan} \tab Deletes a backup plan\cr \link[paws.storage:backup_delete_backup_selection]{delete_backup_selection} \tab Deletes the resource selection associated with a backup plan that is specified by the SelectionId\cr @@ -144,8 +144,8 @@ providing reporting and auditing. \link[paws.storage:backup_get_supported_resource_types]{get_supported_resource_types} \tab Returns the Amazon Web Services resource types supported by Backup\cr \link[paws.storage:backup_list_backup_jobs]{list_backup_jobs} \tab Returns a list of existing backup jobs for an authenticated account for the last 30 days\cr \link[paws.storage:backup_list_backup_job_summaries]{list_backup_job_summaries} \tab This is a request for a summary of backup jobs created or running within the most recent 30 days\cr -\link[paws.storage:backup_list_backup_plans]{list_backup_plans} \tab Returns a list of all active backup plans for an authenticated account\cr -\link[paws.storage:backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates\cr +\link[paws.storage:backup_list_backup_plans]{list_backup_plans} \tab Lists the active backup plans for the account\cr +\link[paws.storage:backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Lists the backup plan templates\cr \link[paws.storage:backup_list_backup_plan_versions]{list_backup_plan_versions} \tab Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs\cr \link[paws.storage:backup_list_backup_selections]{list_backup_selections} \tab Returns an array containing metadata of the resources associated with the target backup plan\cr \link[paws.storage:backup_list_backup_vaults]{list_backup_vaults} \tab Returns a list of recovery point storage containers along with information about them\cr @@ -157,7 +157,7 @@ providing reporting and auditing. \link[paws.storage:backup_list_protected_resources_by_backup_vault]{list_protected_resources_by_backup_vault} \tab This request lists the protected resources corresponding to each backup vault\cr \link[paws.storage:backup_list_recovery_points_by_backup_vault]{list_recovery_points_by_backup_vault} \tab Returns detailed information about the recovery points stored in a backup vault\cr \link[paws.storage:backup_list_recovery_points_by_legal_hold]{list_recovery_points_by_legal_hold} \tab This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold\cr -\link[paws.storage:backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr +\link[paws.storage:backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr \link[paws.storage:backup_list_report_jobs]{list_report_jobs} \tab Returns details about your report jobs\cr \link[paws.storage:backup_list_report_plans]{list_report_plans} \tab Returns a list of your report plans\cr \link[paws.storage:backup_list_restore_jobs]{list_restore_jobs} \tab Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process\cr @@ -165,7 +165,7 @@ providing reporting and auditing. \link[paws.storage:backup_list_restore_job_summaries]{list_restore_job_summaries} \tab This request obtains a summary of restore jobs created or running within the the most recent 30 days\cr \link[paws.storage:backup_list_restore_testing_plans]{list_restore_testing_plans} \tab Returns a list of restore testing plans\cr \link[paws.storage:backup_list_restore_testing_selections]{list_restore_testing_selections} \tab Returns a list of restore testing selections\cr -\link[paws.storage:backup_list_tags]{list_tags} \tab Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault\cr +\link[paws.storage:backup_list_tags]{list_tags} \tab Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault\cr \link[paws.storage:backup_put_backup_vault_access_policy]{put_backup_vault_access_policy} \tab Sets a resource-based policy that is used to manage access permissions on the target backup vault\cr \link[paws.storage:backup_put_backup_vault_lock_configuration]{put_backup_vault_lock_configuration} \tab Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault\cr \link[paws.storage:backup_put_backup_vault_notifications]{put_backup_vault_notifications} \tab Turns on notifications on a backup vault for the specified topic and events\cr @@ -177,14 +177,14 @@ providing reporting and auditing. \link[paws.storage:backup_stop_backup_job]{stop_backup_job} \tab Attempts to cancel a job to create a one-time backup of a resource\cr \link[paws.storage:backup_tag_resource]{tag_resource} \tab Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr \link[paws.storage:backup_untag_resource]{untag_resource} \tab Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr -\link[paws.storage:backup_update_backup_plan]{update_backup_plan} \tab Updates an existing backup plan identified by its backupPlanId with the input document in JSON format\cr -\link[paws.storage:backup_update_framework]{update_framework} \tab Updates an existing framework identified by its FrameworkName with the input document in JSON format\cr +\link[paws.storage:backup_update_backup_plan]{update_backup_plan} \tab Updates the specified backup plan\cr +\link[paws.storage:backup_update_framework]{update_framework} \tab Updates the specified framework\cr \link[paws.storage:backup_update_global_settings]{update_global_settings} \tab Updates whether the Amazon Web Services account is opted in to cross-account backup\cr \link[paws.storage:backup_update_recovery_point_lifecycle]{update_recovery_point_lifecycle} \tab Sets the transition lifecycle of a recovery point\cr \link[paws.storage:backup_update_region_settings]{update_region_settings} \tab Updates the current service opt-in settings for the Region\cr -\link[paws.storage:backup_update_report_plan]{update_report_plan} \tab Updates an existing report plan identified by its ReportPlanName with the input document in JSON format\cr +\link[paws.storage:backup_update_report_plan]{update_report_plan} \tab Updates the specified report plan\cr \link[paws.storage:backup_update_restore_testing_plan]{update_restore_testing_plan} \tab This request will send changes to your specified restore testing plan\cr -\link[paws.storage:backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Most elements except the RestoreTestingSelectionName can be updated with this request +\link[paws.storage:backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Updates the specified restore testing selection } } diff --git a/cran/paws/man/bedrock.Rd b/cran/paws/man/bedrock.Rd index 7bbb433d10..3cbb33ec2a 100644 --- a/cran/paws/man/bedrock.Rd +++ b/cran/paws/man/bedrock.Rd @@ -90,32 +90,48 @@ evaluating Amazon Bedrock models. \section{Operations}{ \tabular{ll}{ +\link[paws.machine.learning:bedrock_batch_delete_evaluation_job]{batch_delete_evaluation_job} \tab Creates a batch deletion job\cr \link[paws.machine.learning:bedrock_create_evaluation_job]{create_evaluation_job} \tab API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers\cr \link[paws.machine.learning:bedrock_create_guardrail]{create_guardrail} \tab Creates a guardrail to block topics and to implement safeguards for your generative AI applications\cr \link[paws.machine.learning:bedrock_create_guardrail_version]{create_guardrail_version} \tab Creates a version of the guardrail\cr +\link[paws.machine.learning:bedrock_create_model_copy_job]{create_model_copy_job} \tab Copies a model to another region so that it can be used there\cr \link[paws.machine.learning:bedrock_create_model_customization_job]{create_model_customization_job} \tab Creates a fine-tuning job to customize a base model\cr +\link[paws.machine.learning:bedrock_create_model_import_job]{create_model_import_job} \tab Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker\cr +\link[paws.machine.learning:bedrock_create_model_invocation_job]{create_model_invocation_job} \tab Creates a batch inference job to invoke a model on multiple prompts\cr \link[paws.machine.learning:bedrock_create_provisioned_model_throughput]{create_provisioned_model_throughput} \tab Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify\cr \link[paws.machine.learning:bedrock_delete_custom_model]{delete_custom_model} \tab Deletes a custom model that you created earlier\cr \link[paws.machine.learning:bedrock_delete_guardrail]{delete_guardrail} \tab Deletes a guardrail\cr +\link[paws.machine.learning:bedrock_delete_imported_model]{delete_imported_model} \tab Deletes a custom model that you imported earlier\cr \link[paws.machine.learning:bedrock_delete_model_invocation_logging_configuration]{delete_model_invocation_logging_configuration} \tab Delete the invocation logging\cr \link[paws.machine.learning:bedrock_delete_provisioned_model_throughput]{delete_provisioned_model_throughput} \tab Deletes a Provisioned Throughput\cr \link[paws.machine.learning:bedrock_get_custom_model]{get_custom_model} \tab Get the properties associated with a Amazon Bedrock custom model that you have created\cr \link[paws.machine.learning:bedrock_get_evaluation_job]{get_evaluation_job} \tab Retrieves the properties associated with a model evaluation job, including the status of the job\cr \link[paws.machine.learning:bedrock_get_foundation_model]{get_foundation_model} \tab Get details about a Amazon Bedrock foundation model\cr \link[paws.machine.learning:bedrock_get_guardrail]{get_guardrail} \tab Gets details about a guardrail\cr +\link[paws.machine.learning:bedrock_get_imported_model]{get_imported_model} \tab Gets properties associated with a customized model you imported\cr +\link[paws.machine.learning:bedrock_get_inference_profile]{get_inference_profile} \tab Gets information about an inference profile\cr +\link[paws.machine.learning:bedrock_get_model_copy_job]{get_model_copy_job} \tab Retrieves information about a model copy job\cr \link[paws.machine.learning:bedrock_get_model_customization_job]{get_model_customization_job} \tab Retrieves the properties associated with a model-customization job, including the status of the job\cr +\link[paws.machine.learning:bedrock_get_model_import_job]{get_model_import_job} \tab Retrieves the properties associated with import model job, including the status of the job\cr +\link[paws.machine.learning:bedrock_get_model_invocation_job]{get_model_invocation_job} \tab Gets details about a batch inference job\cr \link[paws.machine.learning:bedrock_get_model_invocation_logging_configuration]{get_model_invocation_logging_configuration} \tab Get the current configuration values for model invocation logging\cr \link[paws.machine.learning:bedrock_get_provisioned_model_throughput]{get_provisioned_model_throughput} \tab Returns details for a Provisioned Throughput\cr \link[paws.machine.learning:bedrock_list_custom_models]{list_custom_models} \tab Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation\cr \link[paws.machine.learning:bedrock_list_evaluation_jobs]{list_evaluation_jobs} \tab Lists model evaluation jobs\cr \link[paws.machine.learning:bedrock_list_foundation_models]{list_foundation_models} \tab Lists Amazon Bedrock foundation models that you can use\cr \link[paws.machine.learning:bedrock_list_guardrails]{list_guardrails} \tab Lists details about all the guardrails in an account\cr +\link[paws.machine.learning:bedrock_list_imported_models]{list_imported_models} \tab Returns a list of models you've imported\cr +\link[paws.machine.learning:bedrock_list_inference_profiles]{list_inference_profiles} \tab Returns a list of inference profiles that you can use\cr +\link[paws.machine.learning:bedrock_list_model_copy_jobs]{list_model_copy_jobs} \tab Returns a list of model copy jobs that you have submitted\cr \link[paws.machine.learning:bedrock_list_model_customization_jobs]{list_model_customization_jobs} \tab Returns a list of model customization jobs that you have submitted\cr +\link[paws.machine.learning:bedrock_list_model_import_jobs]{list_model_import_jobs} \tab Returns a list of import jobs you've submitted\cr +\link[paws.machine.learning:bedrock_list_model_invocation_jobs]{list_model_invocation_jobs} \tab Lists all batch inference jobs in the account\cr \link[paws.machine.learning:bedrock_list_provisioned_model_throughputs]{list_provisioned_model_throughputs} \tab Lists the Provisioned Throughputs in the account\cr \link[paws.machine.learning:bedrock_list_tags_for_resource]{list_tags_for_resource} \tab List the tags associated with the specified resource\cr \link[paws.machine.learning:bedrock_put_model_invocation_logging_configuration]{put_model_invocation_logging_configuration} \tab Set the configuration values for model invocation logging\cr \link[paws.machine.learning:bedrock_stop_evaluation_job]{stop_evaluation_job} \tab Stops an in progress model evaluation job\cr \link[paws.machine.learning:bedrock_stop_model_customization_job]{stop_model_customization_job} \tab Stops an active model customization job\cr +\link[paws.machine.learning:bedrock_stop_model_invocation_job]{stop_model_invocation_job} \tab Stops a batch inference job\cr \link[paws.machine.learning:bedrock_tag_resource]{tag_resource} \tab Associate tags with a resource\cr \link[paws.machine.learning:bedrock_untag_resource]{untag_resource} \tab Remove one or more tags from a resource\cr \link[paws.machine.learning:bedrock_update_guardrail]{update_guardrail} \tab Updates a guardrail with the values you specify\cr @@ -126,7 +142,7 @@ evaluating Amazon Bedrock models. \examples{ \dontrun{ svc <- bedrock() -svc$create_evaluation_job( +svc$batch_delete_evaluation_job( Foo = 123 ) } diff --git a/cran/paws/man/codebuild.Rd b/cran/paws/man/codebuild.Rd index 32e9b70c93..a31e09296f 100644 --- a/cran/paws/man/codebuild.Rd +++ b/cran/paws/man/codebuild.Rd @@ -128,7 +128,7 @@ build time you consume. For more information about CodeBuild, see the \link[paws.developer.tools:codebuild_describe_test_cases]{describe_test_cases} \tab Returns a list of details about test cases for a report\cr \link[paws.developer.tools:codebuild_get_report_group_trend]{get_report_group_trend} \tab Analyzes and accumulates test report values for the specified test reports\cr \link[paws.developer.tools:codebuild_get_resource_policy]{get_resource_policy} \tab Gets a resource policy that is identified by its resource ARN\cr -\link[paws.developer.tools:codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository\cr +\link[paws.developer.tools:codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository\cr \link[paws.developer.tools:codebuild_invalidate_project_cache]{invalidate_project_cache} \tab Resets the cache for a project\cr \link[paws.developer.tools:codebuild_list_build_batches]{list_build_batches} \tab Retrieves the identifiers of your build batches in the current region\cr \link[paws.developer.tools:codebuild_list_build_batches_for_project]{list_build_batches_for_project} \tab Retrieves the identifiers of the build batches for a specific project\cr diff --git a/cran/paws/man/codepipeline.Rd b/cran/paws/man/codepipeline.Rd index 5024ca6e57..e4a03b2fe2 100644 --- a/cran/paws/man/codepipeline.Rd +++ b/cran/paws/man/codepipeline.Rd @@ -246,8 +246,11 @@ which provides details of a job success. \link[paws.developer.tools:codepipeline_list_action_types]{list_action_types} \tab Gets a summary of all CodePipeline action types associated with your account\cr \link[paws.developer.tools:codepipeline_list_pipeline_executions]{list_pipeline_executions} \tab Gets a summary of the most recent executions for a pipeline\cr \link[paws.developer.tools:codepipeline_list_pipelines]{list_pipelines} \tab Gets a summary of all of the pipelines associated with your account\cr +\link[paws.developer.tools:codepipeline_list_rule_executions]{list_rule_executions} \tab Lists the rule executions that have occurred in a pipeline configured for conditions with rules\cr +\link[paws.developer.tools:codepipeline_list_rule_types]{list_rule_types} \tab Lists the rules for the condition\cr \link[paws.developer.tools:codepipeline_list_tags_for_resource]{list_tags_for_resource} \tab Gets the set of key-value pairs (metadata) that are used to manage the resource\cr \link[paws.developer.tools:codepipeline_list_webhooks]{list_webhooks} \tab Gets a listing of all the webhooks in this Amazon Web Services Region for this account\cr +\link[paws.developer.tools:codepipeline_override_stage_condition]{override_stage_condition} \tab Used to override a stage condition\cr \link[paws.developer.tools:codepipeline_poll_for_jobs]{poll_for_jobs} \tab Returns information about any jobs for CodePipeline to act on\cr \link[paws.developer.tools:codepipeline_poll_for_third_party_jobs]{poll_for_third_party_jobs} \tab Determines whether there are any third party jobs for a job worker to act on\cr \link[paws.developer.tools:codepipeline_put_action_revision]{put_action_revision} \tab Provides information to CodePipeline about new revisions to a source\cr diff --git a/cran/paws/man/codestar.Rd b/cran/paws/man/codestar.Rd deleted file mode 100644 index 2fdd4a4cad..0000000000 --- a/cran/paws/man/codestar.Rd +++ /dev/null @@ -1,172 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/paws.R -\name{codestar} -\alias{codestar} -\title{AWS CodeStar} -\usage{ -codestar(config = list(), credentials = list(), endpoint = NULL, region = NULL) -} -\arguments{ -\item{config}{Optional configuration of credentials, endpoint, and/or region. -\itemize{ -\item{\strong{credentials}: \itemize{ -\item{\strong{creds}: \itemize{ -\item{\strong{access_key_id}: AWS access key ID} -\item{\strong{secret_access_key}: AWS secret access key} -\item{\strong{session_token}: AWS temporary session token} -}} -\item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -\item{\strong{anonymous}: Set anonymous credentials.} -}} -\item{\strong{endpoint}: The complete URL to use for the constructed client.} -\item{\strong{region}: The AWS Region used in instantiating the client.} -\item{\strong{close_connection}: Immediately close all HTTP connections.} -\item{\strong{timeout}: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.} -\item{\strong{s3_force_path_style}: Set this to \code{true} to force the request to use path-style addressing, i.e. \verb{http://s3.amazonaws.com/BUCKET/KEY}.} -\item{\strong{sts_regional_endpoint}: Set sts regional endpoint resolver to regional or legacy \url{https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html}} -}} - -\item{credentials}{Optional credentials shorthand for the config parameter -\itemize{ -\item{\strong{creds}: \itemize{ -\item{\strong{access_key_id}: AWS access key ID} -\item{\strong{secret_access_key}: AWS secret access key} -\item{\strong{session_token}: AWS temporary session token} -}} -\item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -\item{\strong{anonymous}: Set anonymous credentials.} -}} - -\item{endpoint}{Optional shorthand for complete URL to use for the constructed client.} - -\item{region}{Optional shorthand for AWS Region used in instantiating the client.} -} -\value{ -A client for the service. You can call the service's operations using -syntax like \code{svc$operation(...)}, where \code{svc} is the name you've assigned -to the client. The available operations are listed in the -Operations section. -} -\description{ -This is the API reference for AWS CodeStar. This reference provides -descriptions of the operations and data types for the AWS CodeStar API -along with usage examples. - -You can use the AWS CodeStar API to work with: - -Projects and their resources, by calling the following: -\itemize{ -\item \code{delete_project}, which deletes a -project. -\item \code{describe_project}, which lists the -attributes of a project. -\item \code{list_projects}, which lists all projects -associated with your AWS account. -\item \code{list_resources}, which lists the -resources associated with a project. -\item \code{list_tags_for_project}, which -lists the tags associated with a project. -\item \code{tag_project}, which adds tags to a project. -\item \code{untag_project}, which removes tags from a -project. -\item \code{update_project}, which updates the -attributes of a project. -} - -Teams and team members, by calling the following: -\itemize{ -\item \code{associate_team_member}, which -adds an IAM user to the team for a project. -\item \code{disassociate_team_member}, -which removes an IAM user from the team for a project. -\item \code{list_team_members}, which lists all -the IAM users in the team for a project, including their roles and -attributes. -\item \code{update_team_member}, which updates a -team member's attributes in a project. -} - -Users, by calling the following: -\itemize{ -\item \code{create_user_profile}, which creates -a user profile that contains data associated with the user across -all projects. -\item \code{delete_user_profile}, which deletes -all user profile information across all projects. -\item \code{describe_user_profile}, which -describes the profile of a user. -\item \code{list_user_profiles}, which lists all -user profiles. -\item \code{update_user_profile}, which updates -the profile for a user. -} -} -\section{Service syntax}{ - - -\if{html}{\out{
}}\preformatted{svc <- codestar( - config = list( - credentials = list( - creds = list( - access_key_id = "string", - secret_access_key = "string", - session_token = "string" - ), - profile = "string", - anonymous = "logical" - ), - endpoint = "string", - region = "string", - close_connection = "logical", - timeout = "numeric", - s3_force_path_style = "logical", - sts_regional_endpoint = "string" - ), - credentials = list( - creds = list( - access_key_id = "string", - secret_access_key = "string", - session_token = "string" - ), - profile = "string", - anonymous = "logical" - ), - endpoint = "string", - region = "string" -) -}\if{html}{\out{
}} -} - -\section{Operations}{ - -\tabular{ll}{ -\link[paws.developer.tools:codestar_associate_team_member]{associate_team_member} \tab Adds an IAM user to the team for an AWS CodeStar project\cr -\link[paws.developer.tools:codestar_create_project]{create_project} \tab Creates a project, including project resources\cr -\link[paws.developer.tools:codestar_create_user_profile]{create_user_profile} \tab Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar\cr -\link[paws.developer.tools:codestar_delete_project]{delete_project} \tab Deletes a project, including project resources\cr -\link[paws.developer.tools:codestar_delete_user_profile]{delete_user_profile} \tab Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address\cr -\link[paws.developer.tools:codestar_describe_project]{describe_project} \tab Describes a project and its resources\cr -\link[paws.developer.tools:codestar_describe_user_profile]{describe_user_profile} \tab Describes a user in AWS CodeStar and the user attributes across all projects\cr -\link[paws.developer.tools:codestar_disassociate_team_member]{disassociate_team_member} \tab Removes a user from a project\cr -\link[paws.developer.tools:codestar_list_projects]{list_projects} \tab Lists all projects in AWS CodeStar associated with your AWS account\cr -\link[paws.developer.tools:codestar_list_resources]{list_resources} \tab Lists resources associated with a project in AWS CodeStar\cr -\link[paws.developer.tools:codestar_list_tags_for_project]{list_tags_for_project} \tab Gets the tags for a project\cr -\link[paws.developer.tools:codestar_list_team_members]{list_team_members} \tab Lists all team members associated with a project\cr -\link[paws.developer.tools:codestar_list_user_profiles]{list_user_profiles} \tab Lists all the user profiles configured for your AWS account in AWS CodeStar\cr -\link[paws.developer.tools:codestar_tag_project]{tag_project} \tab Adds tags to a project\cr -\link[paws.developer.tools:codestar_untag_project]{untag_project} \tab Removes tags from a project\cr -\link[paws.developer.tools:codestar_update_project]{update_project} \tab Updates a project in AWS CodeStar\cr -\link[paws.developer.tools:codestar_update_team_member]{update_team_member} \tab Updates a team member's attributes in an AWS CodeStar project\cr -\link[paws.developer.tools:codestar_update_user_profile]{update_user_profile} \tab Updates a user's profile in AWS CodeStar -} -} - -\examples{ -\dontrun{ -svc <- codestar() -svc$associate_team_member( - Foo = 123 -) -} - -} diff --git a/cran/paws/man/cognitoidentityprovider.Rd b/cran/paws/man/cognitoidentityprovider.Rd index 7ab4c96791..601ee22c88 100644 --- a/cran/paws/man/cognitoidentityprovider.Rd +++ b/cran/paws/man/cognitoidentityprovider.Rd @@ -144,7 +144,7 @@ example actions and scenarios, see \href{https://docs.aws.amazon.com/cognito/lat \tabular{ll}{ \link[paws.security.identity:cognitoidentityprovider_add_custom_attributes]{add_custom_attributes} \tab Adds additional user attributes to the user pool schema\cr \link[paws.security.identity:cognitoidentityprovider_admin_add_user_to_group]{admin_add_user_to_group} \tab Adds a user to a group\cr -\link[paws.security.identity:cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool\cr +\link[paws.security.identity:cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation confirms user sign-up as an administrator\cr \link[paws.security.identity:cognitoidentityprovider_admin_create_user]{admin_create_user} \tab Creates a new user in the specified user pool\cr \link[paws.security.identity:cognitoidentityprovider_admin_delete_user]{admin_delete_user} \tab Deletes a user as an administrator\cr \link[paws.security.identity:cognitoidentityprovider_admin_delete_user_attributes]{admin_delete_user_attributes} \tab Deletes the user attributes in a user pool as an administrator\cr @@ -202,7 +202,7 @@ example actions and scenarios, see \href{https://docs.aws.amazon.com/cognito/lat \link[paws.security.identity:cognitoidentityprovider_get_device]{get_device} \tab Gets the device\cr \link[paws.security.identity:cognitoidentityprovider_get_group]{get_group} \tab Gets a group\cr \link[paws.security.identity:cognitoidentityprovider_get_identity_provider_by_identifier]{get_identity_provider_by_identifier} \tab Gets the specified IdP\cr -\link[paws.security.identity:cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the detailed activity logging configuration for a user pool\cr +\link[paws.security.identity:cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the logging configuration of a user pool\cr \link[paws.security.identity:cognitoidentityprovider_get_signing_certificate]{get_signing_certificate} \tab This method takes a user pool ID, and returns the signing certificate\cr \link[paws.security.identity:cognitoidentityprovider_get_ui_customization]{get_ui_customization} \tab Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client\cr \link[paws.security.identity:cognitoidentityprovider_get_user]{get_user} \tab Gets the user attributes and metadata for a user\cr @@ -223,7 +223,7 @@ example actions and scenarios, see \href{https://docs.aws.amazon.com/cognito/lat \link[paws.security.identity:cognitoidentityprovider_resend_confirmation_code]{resend_confirmation_code} \tab Resends the confirmation (for confirmation of registration) to a specific user in the user pool\cr \link[paws.security.identity:cognitoidentityprovider_respond_to_auth_challenge]{respond_to_auth_challenge} \tab Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge\cr \link[paws.security.identity:cognitoidentityprovider_revoke_token]{revoke_token} \tab Revokes all of the access tokens generated by, and at the same time as, the specified refresh token\cr -\link[paws.security.identity:cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the detailed activity logging configuration of a user pool\cr +\link[paws.security.identity:cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the logging configuration of a user pool\cr \link[paws.security.identity:cognitoidentityprovider_set_risk_configuration]{set_risk_configuration} \tab Configures actions on detected risks\cr \link[paws.security.identity:cognitoidentityprovider_set_ui_customization]{set_ui_customization} \tab Sets the user interface (UI) customization information for a user pool's built-in app UI\cr \link[paws.security.identity:cognitoidentityprovider_set_user_mfa_preference]{set_user_mfa_preference} \tab Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred\cr diff --git a/cran/paws/man/connect.Rd b/cran/paws/man/connect.Rd index 097827e127..b1015a52f6 100644 --- a/cran/paws/man/connect.Rd +++ b/cran/paws/man/connect.Rd @@ -196,7 +196,7 @@ using an endpoint. For a list of Amazon Connect endpoints, see \href{https://doc \link[paws.customer.engagement:connect_describe_quick_connect]{describe_quick_connect} \tab Describes the quick connect\cr \link[paws.customer.engagement:connect_describe_routing_profile]{describe_routing_profile} \tab Describes the specified routing profile\cr \link[paws.customer.engagement:connect_describe_rule]{describe_rule} \tab Describes a rule for the specified Amazon Connect instance\cr -\link[paws.customer.engagement:connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profle\cr +\link[paws.customer.engagement:connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profile\cr \link[paws.customer.engagement:connect_describe_traffic_distribution_group]{describe_traffic_distribution_group} \tab Gets details and status of a traffic distribution group\cr \link[paws.customer.engagement:connect_describe_user]{describe_user} \tab Describes the specified user\cr \link[paws.customer.engagement:connect_describe_user_hierarchy_group]{describe_user_hierarchy_group} \tab Describes the specified hierarchy group\cr @@ -281,18 +281,20 @@ using an endpoint. For a list of Amazon Connect endpoints, see \href{https://doc \link[paws.customer.engagement:connect_replicate_instance]{replicate_instance} \tab Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions\cr \link[paws.customer.engagement:connect_resume_contact]{resume_contact} \tab Allows resuming a task contact in a paused state\cr \link[paws.customer.engagement:connect_resume_contact_recording]{resume_contact_recording} \tab When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both\cr +\link[paws.customer.engagement:connect_search_agent_statuses]{search_agent_statuses} \tab Searches AgentStatuses in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_available_phone_numbers]{search_available_phone_numbers} \tab Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group\cr \link[paws.customer.engagement:connect_search_contact_flow_modules]{search_contact_flow_modules} \tab Searches the flow modules in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_contact_flows]{search_contact_flows} \tab Searches the contact flows in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_contacts]{search_contacts} \tab Searches contacts in an Amazon Connect instance\cr \link[paws.customer.engagement:connect_search_hours_of_operations]{search_hours_of_operations} \tab Searches the hours of operation in an Amazon Connect instance, with optional filtering\cr -\link[paws.customer.engagement:connect_search_predefined_attributes]{search_predefined_attributes} \tab Predefined attributes that meet certain criteria\cr +\link[paws.customer.engagement:connect_search_predefined_attributes]{search_predefined_attributes} \tab Searches predefined attributes that meet certain criteria\cr \link[paws.customer.engagement:connect_search_prompts]{search_prompts} \tab Searches prompts in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_queues]{search_queues} \tab Searches queues in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_quick_connects]{search_quick_connects} \tab Searches quick connects in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_resource_tags]{search_resource_tags} \tab Searches tags used in an Amazon Connect instance using optional search criteria\cr \link[paws.customer.engagement:connect_search_routing_profiles]{search_routing_profiles} \tab Searches routing profiles in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_security_profiles]{search_security_profiles} \tab Searches security profiles in an Amazon Connect instance, with optional filtering\cr +\link[paws.customer.engagement:connect_search_user_hierarchy_groups]{search_user_hierarchy_groups} \tab Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_users]{search_users} \tab Searches users in an Amazon Connect instance, with optional filtering\cr \link[paws.customer.engagement:connect_search_vocabularies]{search_vocabularies} \tab Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode\cr \link[paws.customer.engagement:connect_send_chat_integration_event]{send_chat_integration_event} \tab Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect\cr diff --git a/cran/paws/man/connectcontactlens.Rd b/cran/paws/man/connectcontactlens.Rd index 4354f6ca1c..4842327eb8 100644 --- a/cran/paws/man/connectcontactlens.Rd +++ b/cran/paws/man/connectcontactlens.Rd @@ -53,15 +53,20 @@ to the client. The available operations are listed in the Operations section. } \description{ -Contact Lens for Amazon Connect enables you to analyze conversations -between customer and agents, by using speech transcription, natural -language processing, and intelligent search capabilities. It performs -sentiment analysis, detects issues, and enables you to automatically -categorize contacts. +\itemize{ +\item \href{https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Contact_Lens.html}{Contact Lens actions} +\item \href{https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Contact_Lens.html}{Contact Lens data types} +} + +Amazon Connect Contact Lens enables you to analyze conversations between +customer and agents, by using speech transcription, natural language +processing, and intelligent search capabilities. It performs sentiment +analysis, detects issues, and enables you to automatically categorize +contacts. -Contact Lens for Amazon Connect provides both real-time and post-call +Amazon Connect Contact Lens provides both real-time and post-call analytics of customer-agent conversations. For more information, see -\href{https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html}{Analyze conversations using Contact Lens} +\href{https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html}{Analyze conversations using speech analytics} in the \emph{Amazon Connect Administrator Guide}. } \section{Service syntax}{ diff --git a/cran/paws/man/controltower.Rd b/cran/paws/man/controltower.Rd index 51cf1c6a3c..8e7102b89d 100644 --- a/cran/paws/man/controltower.Rd +++ b/cran/paws/man/controltower.Rd @@ -73,6 +73,7 @@ these types of resources: \item \code{get_landing_zone} \item \code{get_landing_zone_operation} \item \code{list_landing_zones} +\item \code{list_landing_zone_operations} \item \code{reset_landing_zone} \item \code{update_landing_zone} } @@ -88,7 +89,7 @@ these types of resources: \item \code{reset_enabled_baseline} \item \code{update_enabled_baseline} } -\item \href{https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html}{Tagging} +\item \href{https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html}{\emph{Tagging}} \itemize{ \item \code{list_tags_for_resource} \item \code{tag_resource} @@ -122,9 +123,11 @@ The \code{controlIdentifier} is an ARN that is specified for each control. You can view the \code{controlIdentifier} in the console on the \strong{Control details} page, as well as in the documentation. -The \code{controlIdentifier} is unique in each Amazon Web Services Region for -each control. You can find the \code{controlIdentifier} for each Region and -control in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html}{Tables of control metadata} +\strong{About identifiers for Amazon Web Services Control Tower} + +The Amazon Web Services Control Tower \code{controlIdentifier} is unique in +each Amazon Web Services Region for each control. You can find the +\code{controlIdentifier} for each Region and control in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html}{Tables of control metadata} or the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html}{Control availability by Region tables} in the \emph{Amazon Web Services Control Tower Controls Reference Guide}. @@ -134,11 +137,26 @@ given in \href{https://docs.aws.amazon.com/controltower/latest/controlreference/ in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html}{\emph{Amazon Web Services Control Tower Controls Reference Guide}} . Remember that \emph{Mandatory} controls cannot be added or removed. -\strong{ARN format:} \verb{arn:aws:controltower:\{REGION\}::control/\{CONTROL_NAME\}} +\strong{Some controls have two identifiers} +\itemize{ +\item \strong{ARN format for Amazon Web Services Control Tower:} +\verb{arn:aws:controltower:\{REGION\}::control/\{CONTROL_TOWER_OPAQUE_ID\}} \strong{Example:} \verb{arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED} +\item \strong{ARN format for Amazon Web Services Control Catalog:} +\code{arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}} +} + +You can find the \code{{CONTROL_CATALOG_OPAQUE_ID}} in the \href{https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html}{\emph{Amazon Web Services Control Tower Controls Reference Guide}} +, or in the Amazon Web Services Control Tower console, on the \strong{Control +details} page. + +The Amazon Web Services Control Tower APIs for enabled controls, such as +\code{get_enabled_control} and +\code{list_enabled_controls} always +return an ARN of the same type given when the control was enabled. \strong{To get the \code{targetIdentifier}:} @@ -178,6 +196,25 @@ The individual API operations for baselines are detailed in this document, the \href{https://docs.aws.amazon.com/controltower/latest/APIReference/API_Operations.html}{API reference manual}, in the "Actions" section. For usage examples, see \href{https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html}{Baseline API input and output examples with CLI}. +\strong{About Amazon Web Services Control Catalog identifiers} +\itemize{ +\item The \code{enable_control} and +\code{disable_control} API operations can +be called by specifying either the Amazon Web Services Control Tower +identifer or the Amazon Web Services Control Catalog identifier. The +API response returns the same type of identifier that you specified +when calling the API. +\item If you use an Amazon Web Services Control Tower identifier to call +the \code{enable_control} API, and then +call \code{enable_control} again with an +Amazon Web Services Control Catalog identifier, Amazon Web Services +Control Tower returns an error message stating that the control is +already enabled. Similar behavior applies to the +\code{disable_control} API operation. +\item Mandatory controls and the landing-zone-level Region deny control +have Amazon Web Services Control Tower identifiers only. +} + \strong{Details and examples} \itemize{ \item \href{https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html}{Control API input and output examples with CLI} diff --git a/cran/paws/man/datazone.Rd b/cran/paws/man/datazone.Rd index fe634f606c..a0eb46f17d 100644 --- a/cran/paws/man/datazone.Rd +++ b/cran/paws/man/datazone.Rd @@ -97,14 +97,20 @@ Services Lake Formation. \tabular{ll}{ \link[paws.analytics:datazone_accept_predictions]{accept_predictions} \tab Accepts automatically generated business-friendly metadata for your Amazon DataZone assets\cr \link[paws.analytics:datazone_accept_subscription_request]{accept_subscription_request} \tab Accepts a subscription request to a specific asset\cr +\link[paws.analytics:datazone_add_entity_owner]{add_entity_owner} \tab Adds the owner of an entity (a domain unit)\cr +\link[paws.analytics:datazone_add_policy_grant]{add_policy_grant} \tab Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles\cr \link[paws.analytics:datazone_associate_environment_role]{associate_environment_role} \tab Associates the environment role in Amazon DataZone\cr \link[paws.analytics:datazone_cancel_metadata_generation_run]{cancel_metadata_generation_run} \tab Cancels the metadata generation run\cr \link[paws.analytics:datazone_cancel_subscription]{cancel_subscription} \tab Cancels the subscription to the specified asset\cr \link[paws.analytics:datazone_create_asset]{create_asset} \tab Creates an asset in Amazon DataZone catalog\cr +\link[paws.analytics:datazone_create_asset_filter]{create_asset_filter} \tab Creates a data asset filter\cr \link[paws.analytics:datazone_create_asset_revision]{create_asset_revision} \tab Creates a revision of the asset\cr \link[paws.analytics:datazone_create_asset_type]{create_asset_type} \tab Creates a custom asset type\cr +\link[paws.analytics:datazone_create_data_product]{create_data_product} \tab Creates a data product\cr +\link[paws.analytics:datazone_create_data_product_revision]{create_data_product_revision} \tab Creates a data product revision\cr \link[paws.analytics:datazone_create_data_source]{create_data_source} \tab Creates an Amazon DataZone data source\cr \link[paws.analytics:datazone_create_domain]{create_domain} \tab Creates an Amazon DataZone domain\cr +\link[paws.analytics:datazone_create_domain_unit]{create_domain_unit} \tab Creates a domain unit in Amazon DataZone\cr \link[paws.analytics:datazone_create_environment]{create_environment} \tab Create an Amazon DataZone environment\cr \link[paws.analytics:datazone_create_environment_action]{create_environment_action} \tab Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment\cr \link[paws.analytics:datazone_create_environment_profile]{create_environment_profile} \tab Creates an Amazon DataZone environment profile\cr @@ -119,10 +125,13 @@ Services Lake Formation. \link[paws.analytics:datazone_create_subscription_request]{create_subscription_request} \tab Creates a subscription request in Amazon DataZone\cr \link[paws.analytics:datazone_create_subscription_target]{create_subscription_target} \tab Creates a subscription target in Amazon DataZone\cr \link[paws.analytics:datazone_create_user_profile]{create_user_profile} \tab Creates a user profile in Amazon DataZone\cr -\link[paws.analytics:datazone_delete_asset]{delete_asset} \tab Delets an asset in Amazon DataZone\cr +\link[paws.analytics:datazone_delete_asset]{delete_asset} \tab Deletes an asset in Amazon DataZone\cr +\link[paws.analytics:datazone_delete_asset_filter]{delete_asset_filter} \tab Deletes an asset filter\cr \link[paws.analytics:datazone_delete_asset_type]{delete_asset_type} \tab Deletes an asset type in Amazon DataZone\cr +\link[paws.analytics:datazone_delete_data_product]{delete_data_product} \tab Deletes a data product in Amazon DataZone\cr \link[paws.analytics:datazone_delete_data_source]{delete_data_source} \tab Deletes a data source in Amazon DataZone\cr \link[paws.analytics:datazone_delete_domain]{delete_domain} \tab Deletes a Amazon DataZone domain\cr +\link[paws.analytics:datazone_delete_domain_unit]{delete_domain_unit} \tab Deletes a domain unit\cr \link[paws.analytics:datazone_delete_environment]{delete_environment} \tab Deletes an environment in Amazon DataZone\cr \link[paws.analytics:datazone_delete_environment_action]{delete_environment_action} \tab Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment\cr \link[paws.analytics:datazone_delete_environment_blueprint_configuration]{delete_environment_blueprint_configuration} \tab Deletes the blueprint configuration in Amazon DataZone\cr @@ -139,14 +148,18 @@ Services Lake Formation. \link[paws.analytics:datazone_delete_time_series_data_points]{delete_time_series_data_points} \tab Deletes the specified time series form for the specified asset\cr \link[paws.analytics:datazone_disassociate_environment_role]{disassociate_environment_role} \tab Disassociates the environment role in Amazon DataZone\cr \link[paws.analytics:datazone_get_asset]{get_asset} \tab Gets an Amazon DataZone asset\cr +\link[paws.analytics:datazone_get_asset_filter]{get_asset_filter} \tab Gets an asset filter\cr \link[paws.analytics:datazone_get_asset_type]{get_asset_type} \tab Gets an Amazon DataZone asset type\cr +\link[paws.analytics:datazone_get_data_product]{get_data_product} \tab Gets the data product\cr \link[paws.analytics:datazone_get_data_source]{get_data_source} \tab Gets an Amazon DataZone data source\cr \link[paws.analytics:datazone_get_data_source_run]{get_data_source_run} \tab Gets an Amazon DataZone data source run\cr \link[paws.analytics:datazone_get_domain]{get_domain} \tab Gets an Amazon DataZone domain\cr +\link[paws.analytics:datazone_get_domain_unit]{get_domain_unit} \tab Gets the details of the specified domain unit\cr \link[paws.analytics:datazone_get_environment]{get_environment} \tab Gets an Amazon DataZone environment\cr \link[paws.analytics:datazone_get_environment_action]{get_environment_action} \tab Gets the specified environment action\cr \link[paws.analytics:datazone_get_environment_blueprint]{get_environment_blueprint} \tab Gets an Amazon DataZone blueprint\cr \link[paws.analytics:datazone_get_environment_blueprint_configuration]{get_environment_blueprint_configuration} \tab Gets the blueprint configuration in Amazon DataZone\cr +\link[paws.analytics:datazone_get_environment_credentials]{get_environment_credentials} \tab Gets the credentials of an environment in Amazon DataZone\cr \link[paws.analytics:datazone_get_environment_profile]{get_environment_profile} \tab Gets an evinronment profile in Amazon DataZone\cr \link[paws.analytics:datazone_get_form_type]{get_form_type} \tab Gets a metadata form type in Amazon DataZone\cr \link[paws.analytics:datazone_get_glossary]{get_glossary} \tab Gets a business glossary in Amazon DataZone\cr @@ -163,11 +176,15 @@ Services Lake Formation. \link[paws.analytics:datazone_get_subscription_target]{get_subscription_target} \tab Gets the subscription target in Amazon DataZone\cr \link[paws.analytics:datazone_get_time_series_data_point]{get_time_series_data_point} \tab Gets the existing data point for the asset\cr \link[paws.analytics:datazone_get_user_profile]{get_user_profile} \tab Gets a user profile in Amazon DataZone\cr +\link[paws.analytics:datazone_list_asset_filters]{list_asset_filters} \tab Lists asset filters\cr \link[paws.analytics:datazone_list_asset_revisions]{list_asset_revisions} \tab Lists the revisions for the asset\cr +\link[paws.analytics:datazone_list_data_product_revisions]{list_data_product_revisions} \tab Lists data product revisions\cr \link[paws.analytics:datazone_list_data_source_run_activities]{list_data_source_run_activities} \tab Lists data source run activities\cr \link[paws.analytics:datazone_list_data_source_runs]{list_data_source_runs} \tab Lists data source runs in Amazon DataZone\cr \link[paws.analytics:datazone_list_data_sources]{list_data_sources} \tab Lists data sources in Amazon DataZone\cr \link[paws.analytics:datazone_list_domains]{list_domains} \tab Lists Amazon DataZone domains\cr +\link[paws.analytics:datazone_list_domain_units_for_parent]{list_domain_units_for_parent} \tab Lists child domain units for the specified parent domain unit\cr +\link[paws.analytics:datazone_list_entity_owners]{list_entity_owners} \tab Lists the entity (domain units) owners\cr \link[paws.analytics:datazone_list_environment_actions]{list_environment_actions} \tab Lists existing environment actions\cr \link[paws.analytics:datazone_list_environment_blueprint_configurations]{list_environment_blueprint_configurations} \tab Lists blueprint configurations for a Amazon DataZone environment\cr \link[paws.analytics:datazone_list_environment_blueprints]{list_environment_blueprints} \tab Lists blueprints in an Amazon DataZone environment\cr @@ -176,6 +193,7 @@ Services Lake Formation. \link[paws.analytics:datazone_list_lineage_node_history]{list_lineage_node_history} \tab Lists the history of the specified data lineage node\cr \link[paws.analytics:datazone_list_metadata_generation_runs]{list_metadata_generation_runs} \tab Lists all metadata generation runs\cr \link[paws.analytics:datazone_list_notifications]{list_notifications} \tab Lists all Amazon DataZone notifications\cr +\link[paws.analytics:datazone_list_policy_grants]{list_policy_grants} \tab Lists policy grants\cr \link[paws.analytics:datazone_list_project_memberships]{list_project_memberships} \tab Lists all members of the specified project\cr \link[paws.analytics:datazone_list_projects]{list_projects} \tab Lists Amazon DataZone projects\cr \link[paws.analytics:datazone_list_subscription_grants]{list_subscription_grants} \tab Lists subscription grants\cr @@ -189,6 +207,8 @@ Services Lake Formation. \link[paws.analytics:datazone_put_environment_blueprint_configuration]{put_environment_blueprint_configuration} \tab Writes the configuration for the specified environment blueprint in Amazon DataZone\cr \link[paws.analytics:datazone_reject_predictions]{reject_predictions} \tab Rejects automatically generated business-friendly metadata for your Amazon DataZone assets\cr \link[paws.analytics:datazone_reject_subscription_request]{reject_subscription_request} \tab Rejects the specified subscription request\cr +\link[paws.analytics:datazone_remove_entity_owner]{remove_entity_owner} \tab Removes an owner from an entity\cr +\link[paws.analytics:datazone_remove_policy_grant]{remove_policy_grant} \tab Removes a policy grant\cr \link[paws.analytics:datazone_revoke_subscription]{revoke_subscription} \tab Revokes a specified subscription in Amazon DataZone\cr \link[paws.analytics:datazone_search]{search} \tab Searches for assets in Amazon DataZone\cr \link[paws.analytics:datazone_search_group_profiles]{search_group_profiles} \tab Searches group profiles in Amazon DataZone\cr @@ -199,8 +219,10 @@ Services Lake Formation. \link[paws.analytics:datazone_start_metadata_generation_run]{start_metadata_generation_run} \tab Starts the metadata generation run\cr \link[paws.analytics:datazone_tag_resource]{tag_resource} \tab Tags a resource in Amazon DataZone\cr \link[paws.analytics:datazone_untag_resource]{untag_resource} \tab Untags a resource in Amazon DataZone\cr +\link[paws.analytics:datazone_update_asset_filter]{update_asset_filter} \tab Updates an asset filter\cr \link[paws.analytics:datazone_update_data_source]{update_data_source} \tab Updates the specified data source in Amazon DataZone\cr \link[paws.analytics:datazone_update_domain]{update_domain} \tab Updates a Amazon DataZone domain\cr +\link[paws.analytics:datazone_update_domain_unit]{update_domain_unit} \tab Updates the domain unit\cr \link[paws.analytics:datazone_update_environment]{update_environment} \tab Updates the specified environment in Amazon DataZone\cr \link[paws.analytics:datazone_update_environment_action]{update_environment_action} \tab Updates an environment action\cr \link[paws.analytics:datazone_update_environment_profile]{update_environment_profile} \tab Updates the specified environment profile in Amazon DataZone\cr diff --git a/cran/paws/man/docdb.Rd b/cran/paws/man/docdb.Rd index 13271c676f..5b91ae72b0 100644 --- a/cran/paws/man/docdb.Rd +++ b/cran/paws/man/docdb.Rd @@ -129,6 +129,7 @@ that you use with MongoDB. \link[paws.database:docdb_describe_orderable_db_instance_options]{describe_orderable_db_instance_options} \tab Returns a list of orderable instance options for the specified engine\cr \link[paws.database:docdb_describe_pending_maintenance_actions]{describe_pending_maintenance_actions} \tab Returns a list of resources (for example, instances) that have at least one pending maintenance action\cr \link[paws.database:docdb_failover_db_cluster]{failover_db_cluster} \tab Forces a failover for a cluster\cr +\link[paws.database:docdb_failover_global_cluster]{failover_global_cluster} \tab Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs\cr \link[paws.database:docdb_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags on an Amazon DocumentDB resource\cr \link[paws.database:docdb_modify_db_cluster]{modify_db_cluster} \tab Modifies a setting for an Amazon DocumentDB cluster\cr \link[paws.database:docdb_modify_db_cluster_parameter_group]{modify_db_cluster_parameter_group} \tab Modifies the parameters of a cluster parameter group\cr diff --git a/cran/paws/man/ec2.Rd b/cran/paws/man/ec2.Rd index e45745edf4..c4e9338550 100644 --- a/cran/paws/man/ec2.Rd +++ b/cran/paws/man/ec2.Rd @@ -143,9 +143,10 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[paws.compute:ec2_cancel_spot_instance_requests]{cancel_spot_instance_requests} \tab Cancels one or more Spot Instance requests\cr \link[paws.compute:ec2_confirm_product_instance]{confirm_product_instance} \tab Determines whether a product code is associated with an instance\cr \link[paws.compute:ec2_copy_fpga_image]{copy_fpga_image} \tab Copies the specified Amazon FPGA Image (AFI) to the current Region\cr -\link[paws.compute:ec2_copy_image]{copy_image} \tab Initiates the copy of an AMI\cr +\link[paws.compute:ec2_copy_image]{copy_image} \tab Initiates an AMI copy operation\cr \link[paws.compute:ec2_copy_snapshot]{copy_snapshot} \tab Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3\cr \link[paws.compute:ec2_create_capacity_reservation]{create_capacity_reservation} \tab Creates a new Capacity Reservation with the specified attributes\cr +\link[paws.compute:ec2_create_capacity_reservation_by_splitting]{create_capacity_reservation_by_splitting} \tab Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation\cr \link[paws.compute:ec2_create_capacity_reservation_fleet]{create_capacity_reservation_fleet} \tab Creates a Capacity Reservation Fleet\cr \link[paws.compute:ec2_create_carrier_gateway]{create_carrier_gateway} \tab Creates a carrier gateway\cr \link[paws.compute:ec2_create_client_vpn_endpoint]{create_client_vpn_endpoint} \tab Creates a Client VPN endpoint\cr @@ -166,6 +167,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[paws.compute:ec2_create_instance_export_task]{create_instance_export_task} \tab Exports a running or stopped instance to an Amazon S3 bucket\cr \link[paws.compute:ec2_create_internet_gateway]{create_internet_gateway} \tab Creates an internet gateway for use with a VPC\cr \link[paws.compute:ec2_create_ipam]{create_ipam} \tab Create an IPAM\cr +\link[paws.compute:ec2_create_ipam_external_resource_verification_token]{create_ipam_external_resource_verification_token} \tab Create a verification token\cr \link[paws.compute:ec2_create_ipam_pool]{create_ipam_pool} \tab Create an IP address pool for Amazon VPC IP Address Manager (IPAM)\cr \link[paws.compute:ec2_create_ipam_resource_discovery]{create_ipam_resource_discovery} \tab Creates an IPAM resource discovery\cr \link[paws.compute:ec2_create_ipam_scope]{create_ipam_scope} \tab Create an IPAM scope\cr @@ -242,6 +244,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[paws.compute:ec2_delete_instance_event_window]{delete_instance_event_window} \tab Deletes the specified event window\cr \link[paws.compute:ec2_delete_internet_gateway]{delete_internet_gateway} \tab Deletes the specified internet gateway\cr \link[paws.compute:ec2_delete_ipam]{delete_ipam} \tab Delete an IPAM\cr +\link[paws.compute:ec2_delete_ipam_external_resource_verification_token]{delete_ipam_external_resource_verification_token} \tab Delete a verification token\cr \link[paws.compute:ec2_delete_ipam_pool]{delete_ipam_pool} \tab Delete an IPAM pool\cr \link[paws.compute:ec2_delete_ipam_resource_discovery]{delete_ipam_resource_discovery} \tab Deletes an IPAM resource discovery\cr \link[paws.compute:ec2_delete_ipam_scope]{delete_ipam_scope} \tab Delete the scope for an IPAM\cr @@ -366,6 +369,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[paws.compute:ec2_describe_instance_types]{describe_instance_types} \tab Describes the specified instance types\cr \link[paws.compute:ec2_describe_internet_gateways]{describe_internet_gateways} \tab Describes your internet gateways\cr \link[paws.compute:ec2_describe_ipam_byoasn]{describe_ipam_byoasn} \tab Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated\cr +\link[paws.compute:ec2_describe_ipam_external_resource_verification_tokens]{describe_ipam_external_resource_verification_tokens} \tab Describe verification tokens\cr \link[paws.compute:ec2_describe_ipam_pools]{describe_ipam_pools} \tab Get information about your IPAM pools\cr \link[paws.compute:ec2_describe_ipam_resource_discoveries]{describe_ipam_resource_discoveries} \tab Describes IPAM resource discoveries\cr \link[paws.compute:ec2_describe_ipam_resource_discovery_associations]{describe_ipam_resource_discovery_associations} \tab Describes resource discovery association with an Amazon VPC IPAM\cr @@ -579,7 +583,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[paws.compute:ec2_lock_snapshot]{lock_snapshot} \tab Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration\cr \link[paws.compute:ec2_modify_address_attribute]{modify_address_attribute} \tab Modifies an attribute of the specified Elastic IP address\cr \link[paws.compute:ec2_modify_availability_zone_group]{modify_availability_zone_group} \tab Changes the opt-in status of the specified zone group for your account\cr -\link[paws.compute:ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity and the conditions under which it is to be released\cr +\link[paws.compute:ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released\cr \link[paws.compute:ec2_modify_capacity_reservation_fleet]{modify_capacity_reservation_fleet} \tab Modifies a Capacity Reservation Fleet\cr \link[paws.compute:ec2_modify_client_vpn_endpoint]{modify_client_vpn_endpoint} \tab Modifies the specified Client VPN endpoint\cr \link[paws.compute:ec2_modify_default_credit_specification]{modify_default_credit_specification} \tab Modifies the default credit option for CPU usage of burstable performance instances\cr @@ -645,6 +649,7 @@ programmatically. For more information, see the \href{https://docs.aws.amazon.co \link[paws.compute:ec2_monitor_instances]{monitor_instances} \tab Enables detailed monitoring for a running instance\cr \link[paws.compute:ec2_move_address_to_vpc]{move_address_to_vpc} \tab This action is deprecated\cr \link[paws.compute:ec2_move_byoip_cidr_to_ipam]{move_byoip_cidr_to_ipam} \tab Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool\cr +\link[paws.compute:ec2_move_capacity_reservation_instances]{move_capacity_reservation_instances} \tab Move available capacity from a source Capacity Reservation to a destination Capacity Reservation\cr \link[paws.compute:ec2_provision_byoip_cidr]{provision_byoip_cidr} \tab Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool\cr \link[paws.compute:ec2_provision_ipam_byoasn]{provision_ipam_byoasn} \tab Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account\cr \link[paws.compute:ec2_provision_ipam_pool_cidr]{provision_ipam_pool_cidr} \tab Provision a CIDR to an IPAM pool\cr diff --git a/cran/paws/man/ecr.Rd b/cran/paws/man/ecr.Rd index e213bb88d1..f5069e9cfe 100644 --- a/cran/paws/man/ecr.Rd +++ b/cran/paws/man/ecr.Rd @@ -108,10 +108,12 @@ the \emph{Amazon Web Services General Reference}. \link[paws.compute:ecr_complete_layer_upload]{complete_layer_upload} \tab Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID\cr \link[paws.compute:ecr_create_pull_through_cache_rule]{create_pull_through_cache_rule} \tab Creates a pull through cache rule\cr \link[paws.compute:ecr_create_repository]{create_repository} \tab Creates a repository\cr +\link[paws.compute:ecr_create_repository_creation_template]{create_repository_creation_template} \tab Creates a repository creation template\cr \link[paws.compute:ecr_delete_lifecycle_policy]{delete_lifecycle_policy} \tab Deletes the lifecycle policy associated with the specified repository\cr \link[paws.compute:ecr_delete_pull_through_cache_rule]{delete_pull_through_cache_rule} \tab Deletes a pull through cache rule\cr \link[paws.compute:ecr_delete_registry_policy]{delete_registry_policy} \tab Deletes the registry permissions policy\cr \link[paws.compute:ecr_delete_repository]{delete_repository} \tab Deletes a repository\cr +\link[paws.compute:ecr_delete_repository_creation_template]{delete_repository_creation_template} \tab Deletes a repository creation template\cr \link[paws.compute:ecr_delete_repository_policy]{delete_repository_policy} \tab Deletes the repository policy associated with the specified repository\cr \link[paws.compute:ecr_describe_image_replication_status]{describe_image_replication_status} \tab Returns the replication status for a specified image\cr \link[paws.compute:ecr_describe_images]{describe_images} \tab Returns metadata about the images in a repository\cr @@ -119,6 +121,8 @@ the \emph{Amazon Web Services General Reference}. \link[paws.compute:ecr_describe_pull_through_cache_rules]{describe_pull_through_cache_rules} \tab Returns the pull through cache rules for a registry\cr \link[paws.compute:ecr_describe_registry]{describe_registry} \tab Describes the settings for a registry\cr \link[paws.compute:ecr_describe_repositories]{describe_repositories} \tab Describes image repositories in a registry\cr +\link[paws.compute:ecr_describe_repository_creation_templates]{describe_repository_creation_templates} \tab Returns details about the repository creation templates in a registry\cr +\link[paws.compute:ecr_get_account_setting]{get_account_setting} \tab Retrieves the basic scan type version name\cr \link[paws.compute:ecr_get_authorization_token]{get_authorization_token} \tab Retrieves an authorization token\cr \link[paws.compute:ecr_get_download_url_for_layer]{get_download_url_for_layer} \tab Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer\cr \link[paws.compute:ecr_get_lifecycle_policy]{get_lifecycle_policy} \tab Retrieves the lifecycle policy for the specified repository\cr @@ -129,6 +133,7 @@ the \emph{Amazon Web Services General Reference}. \link[paws.compute:ecr_initiate_layer_upload]{initiate_layer_upload} \tab Notifies Amazon ECR that you intend to upload an image layer\cr \link[paws.compute:ecr_list_images]{list_images} \tab Lists all the image IDs for the specified repository\cr \link[paws.compute:ecr_list_tags_for_resource]{list_tags_for_resource} \tab List the tags for an Amazon ECR resource\cr +\link[paws.compute:ecr_put_account_setting]{put_account_setting} \tab Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE\cr \link[paws.compute:ecr_put_image]{put_image} \tab Creates or updates the image manifest and tags associated with an image\cr \link[paws.compute:ecr_put_image_scanning_configuration]{put_image_scanning_configuration} \tab The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level\cr \link[paws.compute:ecr_put_image_tag_mutability]{put_image_tag_mutability} \tab Updates the image tag mutability settings for the specified repository\cr @@ -142,6 +147,7 @@ the \emph{Amazon Web Services General Reference}. \link[paws.compute:ecr_tag_resource]{tag_resource} \tab Adds specified tags to a resource with the specified ARN\cr \link[paws.compute:ecr_untag_resource]{untag_resource} \tab Deletes specified tags from a resource\cr \link[paws.compute:ecr_update_pull_through_cache_rule]{update_pull_through_cache_rule} \tab Updates an existing pull through cache rule\cr +\link[paws.compute:ecr_update_repository_creation_template]{update_repository_creation_template} \tab Updates an existing repository creation template\cr \link[paws.compute:ecr_upload_layer_part]{upload_layer_part} \tab Uploads an image layer part to Amazon ECR\cr \link[paws.compute:ecr_validate_pull_through_cache_rule]{validate_pull_through_cache_rule} \tab Validates an existing pull through cache rule for an upstream registry that requires authentication } diff --git a/cran/paws/man/elasticache.Rd b/cran/paws/man/elasticache.Rd index 475df2773f..9798a616a4 100644 --- a/cran/paws/man/elasticache.Rd +++ b/cran/paws/man/elasticache.Rd @@ -116,15 +116,15 @@ their cache and can receive alarms if a part of their cache runs hot. \link[paws.database:elasticache_create_cache_parameter_group]{create_cache_parameter_group} \tab Creates a new Amazon ElastiCache cache parameter group\cr \link[paws.database:elasticache_create_cache_security_group]{create_cache_security_group} \tab Creates a new cache security group\cr \link[paws.database:elasticache_create_cache_subnet_group]{create_cache_subnet_group} \tab Creates a new cache subnet group\cr -\link[paws.database:elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication\cr -\link[paws.database:elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group\cr +\link[paws.database:elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication\cr +\link[paws.database:elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group\cr \link[paws.database:elasticache_create_serverless_cache]{create_serverless_cache} \tab Creates a serverless cache\cr \link[paws.database:elasticache_create_serverless_cache_snapshot]{create_serverless_cache_snapshot} \tab This API creates a copy of an entire ServerlessCache at a specific moment in time\cr \link[paws.database:elasticache_create_snapshot]{create_snapshot} \tab Creates a copy of an entire cluster or replication group at a specific moment in time\cr -\link[paws.database:elasticache_create_user]{create_user} \tab For Redis engine version 6\cr -\link[paws.database:elasticache_create_user_group]{create_user_group} \tab For Redis engine version 6\cr +\link[paws.database:elasticache_create_user]{create_user} \tab For Redis OSS engine version 6\cr +\link[paws.database:elasticache_create_user_group]{create_user_group} \tab For Redis OSS engine version 6\cr \link[paws.database:elasticache_decrease_node_groups_in_global_replication_group]{decrease_node_groups_in_global_replication_group} \tab Decreases the number of node groups in a Global datastore\cr -\link[paws.database:elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr +\link[paws.database:elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr \link[paws.database:elasticache_delete_cache_cluster]{delete_cache_cluster} \tab Deletes a previously provisioned cluster\cr \link[paws.database:elasticache_delete_cache_parameter_group]{delete_cache_parameter_group} \tab Deletes the specified cache parameter group\cr \link[paws.database:elasticache_delete_cache_security_group]{delete_cache_security_group} \tab Deletes a cache security group\cr @@ -134,8 +134,8 @@ their cache and can receive alarms if a part of their cache runs hot. \link[paws.database:elasticache_delete_serverless_cache]{delete_serverless_cache} \tab Deletes a specified existing serverless cache\cr \link[paws.database:elasticache_delete_serverless_cache_snapshot]{delete_serverless_cache_snapshot} \tab Deletes an existing serverless cache snapshot\cr \link[paws.database:elasticache_delete_snapshot]{delete_snapshot} \tab Deletes an existing snapshot\cr -\link[paws.database:elasticache_delete_user]{delete_user} \tab For Redis engine version 6\cr -\link[paws.database:elasticache_delete_user_group]{delete_user_group} \tab For Redis engine version 6\cr +\link[paws.database:elasticache_delete_user]{delete_user} \tab For Redis OSS engine version 6\cr +\link[paws.database:elasticache_delete_user_group]{delete_user_group} \tab For Redis OSS engine version 6\cr \link[paws.database:elasticache_describe_cache_clusters]{describe_cache_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied\cr \link[paws.database:elasticache_describe_cache_engine_versions]{describe_cache_engine_versions} \tab Returns a list of the available cache engines and their versions\cr \link[paws.database:elasticache_describe_cache_parameter_groups]{describe_cache_parameter_groups} \tab Returns a list of cache parameter group descriptions\cr @@ -159,8 +159,8 @@ their cache and can receive alarms if a part of their cache runs hot. \link[paws.database:elasticache_export_serverless_cache_snapshot]{export_serverless_cache_snapshot} \tab Provides the functionality to export the serverless cache snapshot data to Amazon S3\cr \link[paws.database:elasticache_failover_global_replication_group]{failover_global_replication_group} \tab Used to failover the primary region to a secondary region\cr \link[paws.database:elasticache_increase_node_groups_in_global_replication_group]{increase_node_groups_in_global_replication_group} \tab Increase the number of node groups in the Global datastore\cr -\link[paws.database:elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr -\link[paws.database:elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis cluster's or replication group's current node type\cr +\link[paws.database:elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr +\link[paws.database:elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type\cr \link[paws.database:elasticache_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags currently on a named resource\cr \link[paws.database:elasticache_modify_cache_cluster]{modify_cache_cluster} \tab Modifies the settings for a cluster\cr \link[paws.database:elasticache_modify_cache_parameter_group]{modify_cache_parameter_group} \tab Modifies the parameters of a cache parameter group\cr diff --git a/cran/paws/man/elbv2.Rd b/cran/paws/man/elbv2.Rd index d089133cf8..94a830c9f1 100644 --- a/cran/paws/man/elbv2.Rd +++ b/cran/paws/man/elbv2.Rd @@ -126,6 +126,7 @@ they complete at most one time. If you repeat an operation, it succeeds. \link[paws.networking:elbv2_delete_listener]{delete_listener} \tab Deletes the specified listener\cr \link[paws.networking:elbv2_delete_load_balancer]{delete_load_balancer} \tab Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer\cr \link[paws.networking:elbv2_delete_rule]{delete_rule} \tab Deletes the specified rule\cr +\link[paws.networking:elbv2_delete_shared_trust_store_association]{delete_shared_trust_store_association} \tab Deletes a shared trust store association\cr \link[paws.networking:elbv2_delete_target_group]{delete_target_group} \tab Deletes the specified target group\cr \link[paws.networking:elbv2_delete_trust_store]{delete_trust_store} \tab Deletes a trust store\cr \link[paws.networking:elbv2_deregister_targets]{deregister_targets} \tab Deregisters the specified targets from the specified target group\cr @@ -141,8 +142,9 @@ they complete at most one time. If you repeat an operation, it succeeds. \link[paws.networking:elbv2_describe_target_groups]{describe_target_groups} \tab Describes the specified target groups or all of your target groups\cr \link[paws.networking:elbv2_describe_target_health]{describe_target_health} \tab Describes the health of the specified targets or all of your targets\cr \link[paws.networking:elbv2_describe_trust_store_associations]{describe_trust_store_associations} \tab Describes all resources associated with the specified trust store\cr -\link[paws.networking:elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store arn, or revocation ID\cr -\link[paws.networking:elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for a given account by trust store arn’s or name\cr +\link[paws.networking:elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store or revocation files\cr +\link[paws.networking:elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for the specified account\cr +\link[paws.networking:elbv2_get_resource_policy]{get_resource_policy} \tab Retrieves the resource policy for a specified resource\cr \link[paws.networking:elbv2_get_trust_store_ca_certificates_bundle]{get_trust_store_ca_certificates_bundle} \tab Retrieves the ca certificate bundle\cr \link[paws.networking:elbv2_get_trust_store_revocation_content]{get_trust_store_revocation_content} \tab Retrieves the specified revocation file\cr \link[paws.networking:elbv2_modify_listener]{modify_listener} \tab Replaces the specified properties of the specified listener\cr @@ -150,7 +152,7 @@ they complete at most one time. If you repeat an operation, it succeeds. \link[paws.networking:elbv2_modify_rule]{modify_rule} \tab Replaces the specified properties of the specified rule\cr \link[paws.networking:elbv2_modify_target_group]{modify_target_group} \tab Modifies the health checks used when evaluating the health state of the targets in the specified target group\cr \link[paws.networking:elbv2_modify_target_group_attributes]{modify_target_group_attributes} \tab Modifies the specified attributes of the specified target group\cr -\link[paws.networking:elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for a given trust store\cr +\link[paws.networking:elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for the specified trust store\cr \link[paws.networking:elbv2_register_targets]{register_targets} \tab Registers the specified targets with the specified target group\cr \link[paws.networking:elbv2_remove_listener_certificates]{remove_listener_certificates} \tab Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener\cr \link[paws.networking:elbv2_remove_tags]{remove_tags} \tab Removes the specified tags from the specified Elastic Load Balancing resources\cr diff --git a/cran/paws/man/fis.Rd b/cran/paws/man/fis.Rd index 9def633012..4fc9ed5643 100644 --- a/cran/paws/man/fis.Rd +++ b/cran/paws/man/fis.Rd @@ -48,9 +48,9 @@ to the client. The available operations are listed in the Operations section. } \description{ -Fault Injection Service is a managed service that enables you to perform -fault injection experiments on your Amazon Web Services workloads. For -more information, see the \href{https://docs.aws.amazon.com/fis/latest/userguide/}{Fault Injection Service User Guide}. +Amazon Web Services Fault Injection Service is a managed service that +enables you to perform fault injection experiments on your Amazon Web +Services workloads. For more information, see the \href{https://docs.aws.amazon.com/fis/latest/userguide/}{Fault Injection Service User Guide}. } \section{Service syntax}{ diff --git a/cran/paws/man/glue.Rd b/cran/paws/man/glue.Rd index 6be33f893c..6f80bce015 100644 --- a/cran/paws/man/glue.Rd +++ b/cran/paws/man/glue.Rd @@ -106,6 +106,7 @@ Defines the public endpoint for the Glue service. \link[paws.analytics:glue_batch_get_table_optimizer]{batch_get_table_optimizer} \tab Returns the configuration for the specified table optimizers\cr \link[paws.analytics:glue_batch_get_triggers]{batch_get_triggers} \tab Returns a list of resource metadata for a given list of trigger names\cr \link[paws.analytics:glue_batch_get_workflows]{batch_get_workflows} \tab Returns a list of resource metadata for a given list of workflow names\cr +\link[paws.analytics:glue_batch_put_data_quality_statistic_annotation]{batch_put_data_quality_statistic_annotation} \tab Annotate datapoints over time for a specific data quality statistic\cr \link[paws.analytics:glue_batch_stop_job_run]{batch_stop_job_run} \tab Stops one or more job runs for a specified job definition\cr \link[paws.analytics:glue_batch_update_partition]{batch_update_partition} \tab Updates one or more partitions in a batch operation\cr \link[paws.analytics:glue_cancel_data_quality_rule_recommendation_run]{cancel_data_quality_rule_recommendation_run} \tab Cancels the specified recommendation run that was being used to generate rules\cr @@ -183,6 +184,8 @@ Defines the public endpoint for the Glue service. \link[paws.analytics:glue_get_databases]{get_databases} \tab Retrieves all databases defined in a given Data Catalog\cr \link[paws.analytics:glue_get_data_catalog_encryption_settings]{get_data_catalog_encryption_settings} \tab Retrieves the security configuration for a specified catalog\cr \link[paws.analytics:glue_get_dataflow_graph]{get_dataflow_graph} \tab Transforms a Python script into a directed acyclic graph (DAG)\cr +\link[paws.analytics:glue_get_data_quality_model]{get_data_quality_model} \tab Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason)\cr +\link[paws.analytics:glue_get_data_quality_model_result]{get_data_quality_model_result} \tab Retrieve a statistic's predictions for a given Profile ID\cr \link[paws.analytics:glue_get_data_quality_result]{get_data_quality_result} \tab Retrieves the result of a data quality rule evaluation\cr \link[paws.analytics:glue_get_data_quality_rule_recommendation_run]{get_data_quality_rule_recommendation_run} \tab Gets the specified recommendation run that was used to generate rules\cr \link[paws.analytics:glue_get_data_quality_ruleset]{get_data_quality_ruleset} \tab Returns an existing ruleset by identifier or name\cr @@ -242,6 +245,8 @@ Defines the public endpoint for the Glue service. \link[paws.analytics:glue_list_data_quality_rule_recommendation_runs]{list_data_quality_rule_recommendation_runs} \tab Lists the recommendation runs meeting the filter criteria\cr \link[paws.analytics:glue_list_data_quality_ruleset_evaluation_runs]{list_data_quality_ruleset_evaluation_runs} \tab Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source\cr \link[paws.analytics:glue_list_data_quality_rulesets]{list_data_quality_rulesets} \tab Returns a paginated list of rulesets for the specified list of Glue tables\cr +\link[paws.analytics:glue_list_data_quality_statistic_annotations]{list_data_quality_statistic_annotations} \tab Retrieve annotations for a data quality statistic\cr +\link[paws.analytics:glue_list_data_quality_statistics]{list_data_quality_statistics} \tab Retrieves a list of data quality statistics\cr \link[paws.analytics:glue_list_dev_endpoints]{list_dev_endpoints} \tab Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag\cr \link[paws.analytics:glue_list_jobs]{list_jobs} \tab Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag\cr \link[paws.analytics:glue_list_ml_transforms]{list_ml_transforms} \tab Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag\cr @@ -255,6 +260,7 @@ Defines the public endpoint for the Glue service. \link[paws.analytics:glue_list_usage_profiles]{list_usage_profiles} \tab List all the Glue usage profiles\cr \link[paws.analytics:glue_list_workflows]{list_workflows} \tab Lists names of workflows created in the account\cr \link[paws.analytics:glue_put_data_catalog_encryption_settings]{put_data_catalog_encryption_settings} \tab Sets the security configuration for a specified catalog\cr +\link[paws.analytics:glue_put_data_quality_profile_annotation]{put_data_quality_profile_annotation} \tab Annotate all datapoints for a Profile\cr \link[paws.analytics:glue_put_resource_policy]{put_resource_policy} \tab Sets the Data Catalog resource policy for access control\cr \link[paws.analytics:glue_put_schema_version_metadata]{put_schema_version_metadata} \tab Puts the metadata key value pair for a specified schema version ID\cr \link[paws.analytics:glue_put_workflow_run_properties]{put_workflow_run_properties} \tab Puts the specified workflow run properties for the given workflow run\cr diff --git a/cran/paws/man/ivs.Rd b/cran/paws/man/ivs.Rd index fa49e2766f..dbf462aa63 100644 --- a/cran/paws/man/ivs.Rd +++ b/cran/paws/man/ivs.Rd @@ -158,138 +158,6 @@ ARNs uniquely identify AWS resources. An ARN is required when you need to specify a resource unambiguously across all of AWS, such as in IAM policies and API calls. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names} in the \emph{AWS General Reference}. - -\strong{Channel Endpoints} -\itemize{ -\item \code{create_channel} — Creates a new channel and -an associated stream key to start streaming. -\item \code{get_channel} — Gets the channel configuration -for the specified channel ARN. -\item \code{batch_get_channel} — Performs -\code{get_channel} on multiple ARNs simultaneously. -\item \code{list_channels} — Gets summary information -about all channels in your account, in the Amazon Web Services -region where the API request is processed. This list can be filtered -to match a specified name or recording-configuration ARN. Filters -are mutually exclusive and cannot be used together. If you try to -use both filters, you will get an error (409 Conflict Exception). -\item \code{update_channel} — Updates a channel's -configuration. This does not affect an ongoing stream of this -channel. You must stop and restart the stream for the changes to -take effect. -\item \code{delete_channel} — Deletes the specified -channel. -} - -\strong{Playback Restriction Policy Endpoints} -\itemize{ -\item \code{create_playback_restriction_policy} -— Creates a new playback restriction policy, for constraining -playback by countries and/or origins. -\item \code{delete_playback_restriction_policy} -— Deletes the specified playback restriction policy -\item \code{get_playback_restriction_policy} -— Gets the specified playback restriction policy. -\item \code{list_playback_restriction_policies} -— Gets summary information about playback restriction policies. -\item \code{update_playback_restriction_policy} -— Updates a specified playback restriction policy. -} - -\strong{Private Channel Endpoints} - -For more information, see \href{https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/private-channels.html}{Setting Up Private Channels} -in the \emph{Amazon IVS User Guide}. -\itemize{ -\item \code{import_playback_key_pair} — Imports -the public portion of a new key pair and returns its \code{arn} and -\code{fingerprint}. The \code{privateKey} can then be used to generate viewer -authorization tokens, to grant viewers access to private channels -(channels enabled for playback authorization). -\item \code{get_playback_key_pair} — Gets a -specified playback authorization key pair and returns the \code{arn} and -\code{fingerprint}. The \code{privateKey} held by the caller can be used to -generate viewer authorization tokens, to grant viewers access to -private channels. -\item \code{list_playback_key_pairs} — Gets -summary information about playback key pairs. -\item \code{delete_playback_key_pair} — Deletes -a specified authorization key pair. This invalidates future viewer -tokens generated using the key pair’s \code{privateKey}. -\item \code{start_viewer_session_revocation} -— Starts the process of revoking the viewer session associated with -a specified channel ARN and viewer ID. Optionally, you can provide a -version to revoke viewer sessions less than and including that -version. -\item \code{batch_start_viewer_session_revocation} -— Performs -\code{start_viewer_session_revocation} -on multiple channel ARN and viewer ID pairs simultaneously. -} - -\strong{Recording Configuration Endpoints} -\itemize{ -\item \code{create_recording_configuration} -— Creates a new recording configuration, used to enable recording to -Amazon S3. -\item \code{get_recording_configuration} — -Gets the recording-configuration metadata for the specified ARN. -\item \code{list_recording_configurations} -— Gets summary information about all recording configurations in -your account, in the Amazon Web Services region where the API -request is processed. -\item \code{delete_recording_configuration} -— Deletes the recording configuration for the specified ARN. -} - -\strong{Stream Endpoints} -\itemize{ -\item \code{get_stream} — Gets information about the active -(live) stream on a specified channel. -\item \code{get_stream_session} — Gets metadata on a -specified stream. -\item \code{list_streams} — Gets summary information about -live streams in your account, in the Amazon Web Services region -where the API request is processed. -\item \code{list_stream_sessions} — Gets a summary -of current and previous streams for a specified channel in your -account, in the AWS region where the API request is processed. -\item \code{stop_stream} — Disconnects the incoming RTMPS -stream for the specified channel. Can be used in conjunction with -\code{delete_stream_key} to prevent further -streaming to a channel. -\item \code{put_metadata} — Inserts metadata into the -active stream of the specified channel. At most 5 requests per -second per channel are allowed, each with a maximum 1 KB payload. -(If 5 TPS is not sufficient for your needs, we recommend batching -your data into a single PutMetadata call.) At most 155 requests per -second per account are allowed. -} - -\strong{Stream Key Endpoints} -\itemize{ -\item \code{create_stream_key} — Creates a stream key, -used to initiate a stream, for the specified channel ARN. -\item \code{get_stream_key} — Gets stream key information -for the specified ARN. -\item \code{batch_get_stream_key} — Performs -\code{get_stream_key} on multiple ARNs -simultaneously. -\item \code{list_stream_keys} — Gets summary -information about stream keys for the specified channel. -\item \code{delete_stream_key} — Deletes the stream -key for the specified ARN, so it can no longer be used to stream. -} - -\strong{Amazon Web Services Tags Endpoints} -\itemize{ -\item \code{tag_resource} — Adds or updates tags for the -Amazon Web Services resource with the specified ARN. -\item \code{untag_resource} — Removes tags from the -resource with the specified ARN. -\item \code{list_tags_for_resource} — Gets -information about Amazon Web Services tags for the specified ARN. -} } \section{Service syntax}{ diff --git a/cran/paws/man/ivschat.Rd b/cran/paws/man/ivschat.Rd index 936448d2b5..2defade36d 100644 --- a/cran/paws/man/ivschat.Rd +++ b/cran/paws/man/ivschat.Rd @@ -59,6 +59,9 @@ Amazon IVS Chat HTTPS service endpoints, see the Amazon IVS Chat information on the \href{https://docs.aws.amazon.com/general/latest/gr/ivs.html}{Amazon IVS page} in the \emph{AWS General Reference}. +This document describes HTTP operations. There is a separate \emph{messaging} +API for managing Chat resources; see the \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/}{Amazon IVS Chat Messaging API Reference}. + \strong{Notes on terminology:} \itemize{ \item You create service applications using the Amazon IVS Chat API. We @@ -68,12 +71,16 @@ apps) using the Amazon IVS Chat Messaging API. We refer to these as \emph{clients}. } -\strong{Key Concepts} +\strong{Resources} + +The following resources are part of Amazon IVS Chat: \itemize{ \item \strong{LoggingConfiguration} — A configuration that allows customers to -store and record sent messages in a chat room. +store and record sent messages in a chat room. See the Logging +Configuration endpoints for more information. \item \strong{Room} — The central Amazon IVS Chat resource through which -clients connect to and exchange chat messages. +clients connect to and exchange chat messages. See the Room +endpoints for more information. } \strong{Tagging} @@ -143,77 +150,6 @@ ARNs uniquely identify AWS resources. An ARN is required when you need to specify a resource unambiguously across all of AWS, such as in IAM policies and API calls. For more information, see \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html}{Amazon Resource Names} in the \emph{AWS General Reference}. - -\strong{Messaging Endpoints} -\itemize{ -\item \code{delete_message} — Sends an event to a -specific room which directs clients to delete a specific message; -that is, unrender it from view and delete it from the client’s chat -history. This event’s \code{EventName} is \code{aws:DELETE_MESSAGE}. This -replicates the -\href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html}{DeleteMessage} -WebSocket operation in the Amazon IVS Chat Messaging API. -\item \code{disconnect_user} — Disconnects all -connections using a specified user ID from a room. This replicates -the -\href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html}{DisconnectUser} -WebSocket operation in the Amazon IVS Chat Messaging API. -\item \code{send_event} — Sends an event to a room. Use -this within your application’s business logic to send events to -clients of a room; e.g., to notify clients to change the way the -chat UI is rendered. -} - -\strong{Chat Token Endpoint} -\itemize{ -\item \code{create_chat_token} — Creates an -encrypted token that is used by a chat participant to establish an -individual WebSocket chat connection to a room. When the token is -used to connect to chat, the connection is valid for the session -duration specified in the request. The token becomes invalid at the -token-expiration timestamp included in the response. -} - -\strong{Room Endpoints} -\itemize{ -\item \code{create_room} — Creates a room that allows -clients to connect and pass messages. -\item \code{delete_room} — Deletes the specified room. -\item \code{get_room} — Gets the specified room. -\item \code{list_rooms} — Gets summary information about -all your rooms in the AWS region where the API request is processed. -\item \code{update_room} — Updates a room’s -configuration. -} - -\strong{Logging Configuration Endpoints} -\itemize{ -\item \code{create_logging_configuration} -— Creates a logging configuration that allows clients to store and -record sent messages. -\item \code{delete_logging_configuration} -— Deletes the specified logging configuration. -\item \code{get_logging_configuration} — -Gets the specified logging configuration. -\item \code{list_logging_configurations} -— Gets summary information about all your logging configurations in -the AWS region where the API request is processed. -\item \code{update_logging_configuration} -— Updates a specified logging configuration. -} - -\strong{Tags Endpoints} -\itemize{ -\item \code{list_tags_for_resource} — Gets -information about AWS tags for the specified ARN. -\item \code{tag_resource} — Adds or updates tags for -the AWS resource with the specified ARN. -\item \code{untag_resource} — Removes tags from the -resource with the specified ARN. -} - -All the above are HTTP operations. There is a separate \emph{messaging} API -for managing Chat resources; see the \href{https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/}{Amazon IVS Chat Messaging API Reference}. } \section{Service syntax}{ diff --git a/cran/paws/man/lambda.Rd b/cran/paws/man/lambda.Rd index 075bac1c5f..5b245315ee 100644 --- a/cran/paws/man/lambda.Rd +++ b/cran/paws/man/lambda.Rd @@ -157,7 +157,7 @@ To learn more about ACM-provided certificates, see \href{https://aws.amazon.com/ \tabular{ll}{ \link[paws.compute:lambda_add_layer_version_permission]{add_layer_version_permission} \tab Adds permissions to the resource-based policy of a version of an Lambda layer\cr -\link[paws.compute:lambda_add_permission]{add_permission} \tab Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr +\link[paws.compute:lambda_add_permission]{add_permission} \tab Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr \link[paws.compute:lambda_create_alias]{create_alias} \tab Creates an alias for a Lambda function version\cr \link[paws.compute:lambda_create_code_signing_config]{create_code_signing_config} \tab Creates a code signing configuration\cr \link[paws.compute:lambda_create_event_source_mapping]{create_event_source_mapping} \tab Creates a mapping between an event source and an Lambda function\cr @@ -182,6 +182,7 @@ To learn more about ACM-provided certificates, see \href{https://aws.amazon.com/ \link[paws.compute:lambda_get_function_concurrency]{get_function_concurrency} \tab Returns details about the reserved concurrency configuration for a function\cr \link[paws.compute:lambda_get_function_configuration]{get_function_configuration} \tab Returns the version-specific settings of a Lambda function or version\cr \link[paws.compute:lambda_get_function_event_invoke_config]{get_function_event_invoke_config} \tab Retrieves the configuration for asynchronous invocation for a function, version, or alias\cr +\link[paws.compute:lambda_get_function_recursion_config]{get_function_recursion_config} \tab Returns your function's recursive loop detection configuration\cr \link[paws.compute:lambda_get_function_url_config]{get_function_url_config} \tab Returns details about a Lambda function URL\cr \link[paws.compute:lambda_get_layer_version]{get_layer_version} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr \link[paws.compute:lambda_get_layer_version_by_arn]{get_layer_version_by_arn} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr @@ -209,10 +210,11 @@ To learn more about ACM-provided certificates, see \href{https://aws.amazon.com/ \link[paws.compute:lambda_put_function_code_signing_config]{put_function_code_signing_config} \tab Update the code signing configuration for the function\cr \link[paws.compute:lambda_put_function_concurrency]{put_function_concurrency} \tab Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level\cr \link[paws.compute:lambda_put_function_event_invoke_config]{put_function_event_invoke_config} \tab Configures options for asynchronous invocation on a function, version, or alias\cr +\link[paws.compute:lambda_put_function_recursion_config]{put_function_recursion_config} \tab Sets your function's recursive loop detection configuration\cr \link[paws.compute:lambda_put_provisioned_concurrency_config]{put_provisioned_concurrency_config} \tab Adds a provisioned concurrency configuration to a function's alias or version\cr \link[paws.compute:lambda_put_runtime_management_config]{put_runtime_management_config} \tab Sets the runtime management configuration for a function's version\cr \link[paws.compute:lambda_remove_layer_version_permission]{remove_layer_version_permission} \tab Removes a statement from the permissions policy for a version of an Lambda layer\cr -\link[paws.compute:lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account\cr +\link[paws.compute:lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account\cr \link[paws.compute:lambda_tag_resource]{tag_resource} \tab Adds tags to a function\cr \link[paws.compute:lambda_untag_resource]{untag_resource} \tab Removes tags from a function\cr \link[paws.compute:lambda_update_alias]{update_alias} \tab Updates the configuration of a Lambda function alias\cr diff --git a/cran/paws/man/memorydb.Rd b/cran/paws/man/memorydb.Rd index ff2588958d..bfbc1e983c 100644 --- a/cran/paws/man/memorydb.Rd +++ b/cran/paws/man/memorydb.Rd @@ -48,13 +48,13 @@ to the client. The available operations are listed in the Operations section. } \description{ -MemoryDB for Redis is a fully managed, Redis-compatible, in-memory -database that delivers ultra-fast performance and Multi-AZ durability -for modern applications built using microservices architectures. -MemoryDB stores the entire database in-memory, enabling low latency and -high throughput data access. It is compatible with Redis, a popular open -source data store, enabling you to leverage Redis’ flexible and friendly -data structures, APIs, and commands. +MemoryDB is a fully managed, Redis OSS-compatible, in-memory database +that delivers ultra-fast performance and Multi-AZ durability for modern +applications built using microservices architectures. MemoryDB stores +the entire database in-memory, enabling low latency and high throughput +data access. It is compatible with Redis OSS, a popular open source data +store, enabling you to leverage Redis OSS’ flexible and friendly data +structures, APIs, and commands. } \section{Service syntax}{ @@ -111,7 +111,7 @@ data structures, APIs, and commands. \link[paws.database:memorydb_delete_user]{delete_user} \tab Deletes a user\cr \link[paws.database:memorydb_describe_ac_ls]{describe_ac_ls} \tab Returns a list of ACLs\cr \link[paws.database:memorydb_describe_clusters]{describe_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied\cr -\link[paws.database:memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis engine versions\cr +\link[paws.database:memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis OSS engine versions\cr \link[paws.database:memorydb_describe_events]{describe_events} \tab Returns events related to clusters, security groups, and parameter groups\cr \link[paws.database:memorydb_describe_parameter_groups]{describe_parameter_groups} \tab Returns a list of parameter group descriptions\cr \link[paws.database:memorydb_describe_parameters]{describe_parameters} \tab Returns the detailed parameter list for a particular parameter group\cr diff --git a/cran/paws/man/omics.Rd b/cran/paws/man/omics.Rd index b98916ddbb..718d37cbed 100644 --- a/cran/paws/man/omics.Rd +++ b/cran/paws/man/omics.Rd @@ -102,7 +102,7 @@ HealthOmics User Guide}. \link[paws.storage:omics_create_annotation_store_version]{create_annotation_store_version} \tab Creates a new version of an annotation store\cr \link[paws.storage:omics_create_multipart_read_set_upload]{create_multipart_read_set_upload} \tab Begins a multipart read set upload\cr \link[paws.storage:omics_create_reference_store]{create_reference_store} \tab Creates a reference store\cr -\link[paws.storage:omics_create_run_group]{create_run_group} \tab Creates a run group\cr +\link[paws.storage:omics_create_run_group]{create_run_group} \tab You can optionally create a run group to limit the compute resources for the runs that you add to the group\cr \link[paws.storage:omics_create_sequence_store]{create_sequence_store} \tab Creates a sequence store\cr \link[paws.storage:omics_create_share]{create_share} \tab Creates a cross-account shared resource\cr \link[paws.storage:omics_create_variant_store]{create_variant_store} \tab Creates a variant store\cr diff --git a/cran/paws/man/opsworks.Rd b/cran/paws/man/opsworks.Rd index d93169e433..e03bab37b4 100644 --- a/cran/paws/man/opsworks.Rd +++ b/cran/paws/man/opsworks.Rd @@ -57,7 +57,7 @@ data types, including common parameters and error codes. OpsWorks Stacks is an application management service that provides an integrated experience for managing the complete application lifecycle. For information about OpsWorks, see the -\href{https://aws.amazon.com/opsworks/}{OpsWorks} information page. +\href{https://aws.amazon.com/}{OpsWorks} information page. \strong{SDKs and CLI} diff --git a/cran/paws/man/personalize.Rd b/cran/paws/man/personalize.Rd index 248135b7a4..5d4a101d97 100644 --- a/cran/paws/man/personalize.Rd +++ b/cran/paws/man/personalize.Rd @@ -108,7 +108,7 @@ add individualized recommendations to customers. \link[paws.machine.learning:personalize_create_metric_attribution]{create_metric_attribution} \tab Creates a metric attribution\cr \link[paws.machine.learning:personalize_create_recommender]{create_recommender} \tab Creates a recommender with the recipe (a Domain dataset group use case) you specify\cr \link[paws.machine.learning:personalize_create_schema]{create_schema} \tab Creates an Amazon Personalize schema from the specified schema string\cr -\link[paws.machine.learning:personalize_create_solution]{create_solution} \tab After you create a solution, you can’t change its configuration\cr +\link[paws.machine.learning:personalize_create_solution]{create_solution} \tab By default, all new solutions use automatic training\cr \link[paws.machine.learning:personalize_create_solution_version]{create_solution_version} \tab Trains or retrains an active solution in a Custom dataset group\cr \link[paws.machine.learning:personalize_delete_campaign]{delete_campaign} \tab Removes a campaign by deleting the solution deployment\cr \link[paws.machine.learning:personalize_delete_dataset]{delete_dataset} \tab Deletes a dataset\cr @@ -164,7 +164,8 @@ add individualized recommendations to customers. \link[paws.machine.learning:personalize_update_campaign]{update_campaign} \tab Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign's minProvisionedTPS, or modify your campaign's configuration\cr \link[paws.machine.learning:personalize_update_dataset]{update_dataset} \tab Update a dataset to replace its schema with a new or existing one\cr \link[paws.machine.learning:personalize_update_metric_attribution]{update_metric_attribution} \tab Updates a metric attribution\cr -\link[paws.machine.learning:personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration +\link[paws.machine.learning:personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration\cr +\link[paws.machine.learning:personalize_update_solution]{update_solution} \tab Updates an Amazon Personalize solution to use a different automatic training configuration } } diff --git a/cran/paws/man/pinpointsmsvoicev2.Rd b/cran/paws/man/pinpointsmsvoicev2.Rd index c74da0a96d..2816302b3d 100644 --- a/cran/paws/man/pinpointsmsvoicev2.Rd +++ b/cran/paws/man/pinpointsmsvoicev2.Rd @@ -53,30 +53,31 @@ to the client. The available operations are listed in the Operations section. } \description{ -Welcome to the \emph{Amazon Pinpoint SMS and Voice, version 2 API Reference}. -This guide provides information about Amazon Pinpoint SMS and Voice, -version 2 API resources, including supported HTTP methods, parameters, -and schemas. +Welcome to the \emph{AWS End User Messaging SMS and Voice, version 2 API +Reference}. This guide provides information about AWS End User Messaging +SMS and Voice, version 2 API resources, including supported HTTP +methods, parameters, and schemas. Amazon Pinpoint is an Amazon Web Services service that you can use to -engage with your recipients across multiple messaging channels. The -Amazon Pinpoint SMS and Voice, version 2 API provides programmatic -access to options that are unique to the SMS and voice channels. Amazon -Pinpoint SMS and Voice, version 2 resources such as phone numbers, +engage with your recipients across multiple messaging channels. The AWS +End User Messaging SMS and Voice, version 2 API provides programmatic +access to options that are unique to the SMS and voice channels. AWS End +User Messaging SMS and Voice, version 2 resources such as phone numbers, sender IDs, and opt-out lists can be used by the Amazon Pinpoint API. -If you're new to Amazon Pinpoint SMS, it's also helpful to review the -\href{https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html}{Amazon Pinpoint SMS User Guide}. -The \emph{Amazon Pinpoint Developer Guide} provides tutorials, code samples, -and procedures that demonstrate how to use Amazon Pinpoint SMS features -programmatically and how to integrate Amazon Pinpoint functionality into -mobile apps and other types of applications. The guide also provides key -information, such as Amazon Pinpoint integration with other Amazon Web -Services services, and the quotas that apply to use of the service. +If you're new to AWS End User Messaging SMS and Voice, it's also helpful +to review the \href{https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html}{AWS End User Messaging SMS User Guide}. +The \emph{AWS End User Messaging SMS User Guide} provides tutorials, code +samples, and procedures that demonstrate how to use AWS End User +Messaging SMS and Voice features programmatically and how to integrate +functionality into mobile apps and other types of applications. The +guide also provides key information, such as AWS End User Messaging SMS +and Voice integration with other Amazon Web Services services, and the +quotas that apply to use of the service. \strong{Regional availability} -The \emph{Amazon Pinpoint SMS and Voice, version 2 API Reference} is +The \emph{AWS End User Messaging SMS and Voice version 2 API Reference} is available in several Amazon Web Services Regions and it provides an endpoint for each of these Regions. For a list of all the Regions and endpoints where the API is currently available, see \href{https://docs.aws.amazon.com/general/latest/gr/rande.html#pinpoint_region}{Amazon Web Services Service Endpoints} @@ -162,7 +163,7 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[paws.customer.engagement:pinpointsmsvoicev2_delete_verified_destination_number]{delete_verified_destination_number} \tab Delete a verified destination phone number\cr \link[paws.customer.engagement:pinpointsmsvoicev2_delete_voice_message_spend_limit_override]{delete_voice_message_spend_limit_override} \tab Deletes an account level monthly spend limit override for sending voice messages\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_account_attributes]{describe_account_attributes} \tab Describes attributes of your Amazon Web Services account\cr -\link[paws.customer.engagement:pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account\cr +\link[paws.customer.engagement:pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_configuration_sets]{describe_configuration_sets} \tab Describes the specified configuration sets or all in your account\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_keywords]{describe_keywords} \tab Describes the specified keywords or all keywords on your origination phone number or pool\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_opted_out_numbers]{describe_opted_out_numbers} \tab Describes the specified opted out destination numbers or all opted out destination numbers in an opt-out list\cr @@ -178,7 +179,7 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[paws.customer.engagement:pinpointsmsvoicev2_describe_registration_type_definitions]{describe_registration_type_definitions} \tab Retrieves the specified registration type definitions\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_registration_versions]{describe_registration_versions} \tab Retrieves the specified registration version\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_sender_ids]{describe_sender_ids} \tab Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account\cr -\link[paws.customer.engagement:pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages\cr +\link[paws.customer.engagement:pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current monthly spend limits for sending voice and text messages\cr \link[paws.customer.engagement:pinpointsmsvoicev2_describe_verified_destination_numbers]{describe_verified_destination_numbers} \tab Retrieves the specified verified destiona numbers\cr \link[paws.customer.engagement:pinpointsmsvoicev2_disassociate_origination_identity]{disassociate_origination_identity} \tab Removes the specified origination identity from an existing pool\cr \link[paws.customer.engagement:pinpointsmsvoicev2_disassociate_protect_configuration]{disassociate_protect_configuration} \tab Disassociate a protect configuration from a configuration set\cr @@ -197,7 +198,7 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[paws.customer.engagement:pinpointsmsvoicev2_send_destination_number_verification_code]{send_destination_number_verification_code} \tab Before you can send test messages to a verified destination phone number you need to opt-in the verified destination phone number\cr \link[paws.customer.engagement:pinpointsmsvoicev2_send_media_message]{send_media_message} \tab Creates a new multimedia message (MMS) and sends it to a recipient's phone number\cr \link[paws.customer.engagement:pinpointsmsvoicev2_send_text_message]{send_text_message} \tab Creates a new text message and sends it to a recipient's phone number\cr -\link[paws.customer.engagement:pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message through Amazon Pinpoint\cr +\link[paws.customer.engagement:pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message\cr \link[paws.customer.engagement:pinpointsmsvoicev2_set_account_default_protect_configuration]{set_account_default_protect_configuration} \tab Set a protect configuration as your account default\cr \link[paws.customer.engagement:pinpointsmsvoicev2_set_default_message_type]{set_default_message_type} \tab Sets the default message type on a configuration set\cr \link[paws.customer.engagement:pinpointsmsvoicev2_set_default_sender_id]{set_default_sender_id} \tab Sets default sender ID on a configuration set\cr @@ -205,8 +206,8 @@ that are available in each Region, see \href{https://aws.amazon.com/about-aws/gl \link[paws.customer.engagement:pinpointsmsvoicev2_set_text_message_spend_limit_override]{set_text_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending text messages\cr \link[paws.customer.engagement:pinpointsmsvoicev2_set_voice_message_spend_limit_override]{set_voice_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending voice messages\cr \link[paws.customer.engagement:pinpointsmsvoicev2_submit_registration_version]{submit_registration_version} \tab Submit the specified registration for review and approval\cr -\link[paws.customer.engagement:pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource\cr -\link[paws.customer.engagement:pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource\cr +\link[paws.customer.engagement:pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified resource\cr +\link[paws.customer.engagement:pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from a resource\cr \link[paws.customer.engagement:pinpointsmsvoicev2_update_event_destination]{update_event_destination} \tab Updates an existing event destination in a configuration set\cr \link[paws.customer.engagement:pinpointsmsvoicev2_update_phone_number]{update_phone_number} \tab Updates the configuration of an existing origination phone number\cr \link[paws.customer.engagement:pinpointsmsvoicev2_update_pool]{update_pool} \tab Updates the configuration of an existing pool\cr diff --git a/cran/paws/man/recyclebin.Rd b/cran/paws/man/recyclebin.Rd index 0e9114c43f..91b869e3a0 100644 --- a/cran/paws/man/recyclebin.Rd +++ b/cran/paws/man/recyclebin.Rd @@ -69,7 +69,7 @@ it in the same way you use any other resource of that type in your account. If the retention period expires and the resource is not restored, the resource is permanently deleted from the Recycle Bin and is no longer available for recovery. For more information about Recycle -Bin, see \href{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html}{Recycle Bin} +Bin, see \href{https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html}{Recycle Bin} in the \emph{Amazon Elastic Compute Cloud User Guide}. } \section{Service syntax}{ diff --git a/cran/paws/man/resiliencehub.Rd b/cran/paws/man/resiliencehub.Rd index 4251ed8ed8..b2abe400f8 100644 --- a/cran/paws/man/resiliencehub.Rd +++ b/cran/paws/man/resiliencehub.Rd @@ -100,6 +100,7 @@ released into production. \section{Operations}{ \tabular{ll}{ +\link[paws.management:resiliencehub_accept_resource_grouping_recommendations]{accept_resource_grouping_recommendations} \tab Accepts the resource grouping recommendations suggested by Resilience Hub for your application\cr \link[paws.management:resiliencehub_add_draft_app_version_resource_mappings]{add_draft_app_version_resource_mappings} \tab Adds the source of resource-maps to the draft version of an application\cr \link[paws.management:resiliencehub_batch_update_recommendation_status]{batch_update_recommendation_status} \tab Enables you to include or exclude one or more operational recommendations\cr \link[paws.management:resiliencehub_create_app]{create_app} \tab Creates an Resilience Hub application\cr @@ -123,6 +124,7 @@ released into production. \link[paws.management:resiliencehub_describe_app_version_template]{describe_app_version_template} \tab Describes details about an Resilience Hub application\cr \link[paws.management:resiliencehub_describe_draft_app_version_resources_import_status]{describe_draft_app_version_resources_import_status} \tab Describes the status of importing resources to an application version\cr \link[paws.management:resiliencehub_describe_resiliency_policy]{describe_resiliency_policy} \tab Describes a specified resiliency policy for an Resilience Hub application\cr +\link[paws.management:resiliencehub_describe_resource_grouping_recommendation_task]{describe_resource_grouping_recommendation_task} \tab Describes the resource grouping recommendation tasks run by Resilience Hub for your application\cr \link[paws.management:resiliencehub_import_resources_to_draft_app_version]{import_resources_to_draft_app_version} \tab Imports resources to Resilience Hub application draft version from different input sources\cr \link[paws.management:resiliencehub_list_alarm_recommendations]{list_alarm_recommendations} \tab Lists the alarm recommendations for an Resilience Hub application\cr \link[paws.management:resiliencehub_list_app_assessment_compliance_drifts]{list_app_assessment_compliance_drifts} \tab List of compliance drifts that were detected while running an assessment\cr @@ -138,6 +140,7 @@ released into production. \link[paws.management:resiliencehub_list_app_versions]{list_app_versions} \tab Lists the different versions for the Resilience Hub applications\cr \link[paws.management:resiliencehub_list_recommendation_templates]{list_recommendation_templates} \tab Lists the recommendation templates for the Resilience Hub applications\cr \link[paws.management:resiliencehub_list_resiliency_policies]{list_resiliency_policies} \tab Lists the resiliency policies for the Resilience Hub applications\cr +\link[paws.management:resiliencehub_list_resource_grouping_recommendations]{list_resource_grouping_recommendations} \tab Lists the resource grouping recommendations suggested by Resilience Hub for your application\cr \link[paws.management:resiliencehub_list_sop_recommendations]{list_sop_recommendations} \tab Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications\cr \link[paws.management:resiliencehub_list_suggested_resiliency_policies]{list_suggested_resiliency_policies} \tab Lists the suggested resiliency policies for the Resilience Hub applications\cr \link[paws.management:resiliencehub_list_tags_for_resource]{list_tags_for_resource} \tab Lists the tags for your resources in your Resilience Hub applications\cr @@ -145,9 +148,11 @@ released into production. \link[paws.management:resiliencehub_list_unsupported_app_version_resources]{list_unsupported_app_version_resources} \tab Lists the resources that are not currently supported in Resilience Hub\cr \link[paws.management:resiliencehub_publish_app_version]{publish_app_version} \tab Publishes a new version of a specific Resilience Hub application\cr \link[paws.management:resiliencehub_put_draft_app_version_template]{put_draft_app_version_template} \tab Adds or updates the app template for an Resilience Hub application draft version\cr +\link[paws.management:resiliencehub_reject_resource_grouping_recommendations]{reject_resource_grouping_recommendations} \tab Rejects resource grouping recommendations\cr \link[paws.management:resiliencehub_remove_draft_app_version_resource_mappings]{remove_draft_app_version_resource_mappings} \tab Removes resource mappings from a draft application version\cr \link[paws.management:resiliencehub_resolve_app_version_resources]{resolve_app_version_resources} \tab Resolves the resources for an application version\cr \link[paws.management:resiliencehub_start_app_assessment]{start_app_assessment} \tab Creates a new application assessment for an application\cr +\link[paws.management:resiliencehub_start_resource_grouping_recommendation_task]{start_resource_grouping_recommendation_task} \tab Starts grouping recommendation task\cr \link[paws.management:resiliencehub_tag_resource]{tag_resource} \tab Applies one or more tags to a resource\cr \link[paws.management:resiliencehub_untag_resource]{untag_resource} \tab Removes one or more tags from a resource\cr \link[paws.management:resiliencehub_update_app]{update_app} \tab Updates an application\cr @@ -161,7 +166,7 @@ released into production. \examples{ \dontrun{ svc <- resiliencehub() -svc$add_draft_app_version_resource_mappings( +svc$accept_resource_grouping_recommendations( Foo = 123 ) } diff --git a/cran/paws/man/securityhub.Rd b/cran/paws/man/securityhub.Rd index 38040c5dbf..d31a452863 100644 --- a/cran/paws/man/securityhub.Rd +++ b/cran/paws/man/securityhub.Rd @@ -59,9 +59,9 @@ Services environment against security industry standards and best practices. Security Hub collects security data across Amazon Web Services accounts, -Amazon Web Services, and supported third-party products and helps you -analyze your security trends and identify the highest priority security -issues. +Amazon Web Servicesservices, and supported third-party products and +helps you analyze your security trends and identify the highest priority +security issues. To help you manage the security state of your organization, Security Hub supports multiple security standards. These include the Amazon Web @@ -75,11 +75,11 @@ checks against security controls and generates control findings to help you assess your compliance against security best practices. In addition to generating control findings, Security Hub also receives -findings from other Amazon Web Services, such as Amazon GuardDuty and -Amazon Inspector, and supported third-party products. This gives you a -single pane of glass into a variety of security-related issues. You can -also send Security Hub findings to other Amazon Web Services and -supported third-party products. +findings from other Amazon Web Servicesservices, such as Amazon +GuardDuty and Amazon Inspector, and supported third-party products. This +gives you a single pane of glass into a variety of security-related +issues. You can also send Security Hub findings to other Amazon Web +Servicesservices and supported third-party products. Security Hub offers automation features that help you triage and remediate security issues. For example, you can use automation rules to @@ -94,7 +94,7 @@ it helpful to also review the \href{https://docs.aws.amazon.com/securityhub/late . The user guide explains key concepts and provides procedures that demonstrate how to use Security Hub features. It also provides information about topics such as integrating Security Hub with other -Amazon Web Services. +Amazon Web Servicesservices. In addition to interacting with Security Hub by making calls to the Security Hub API, you can use a current version of an Amazon Web @@ -102,10 +102,10 @@ Services command line tool or SDK. Amazon Web Services provides tools and SDKs that consist of libraries and sample code for various languages and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. These tools and SDKs provide convenient, programmatic access to Security -Hub and other Amazon Web Services . They also handle tasks such as -signing requests, managing errors, and retrying requests automatically. -For information about installing and using the Amazon Web Services tools -and SDKs, see \href{https://aws.amazon.com/developer/tools/}{Tools to Build on Amazon Web Services}. +Hub and other Amazon Web Servicesservices . They also handle tasks such +as signing requests, managing errors, and retrying requests +automatically. For information about installing and using the Amazon Web +Services tools and SDKs, see \href{https://aws.amazon.com/developer/tools/}{Tools to Build on Amazon Web Services}. With the exception of operations that are related to central configuration, Security Hub API requests are executed only in the Amazon diff --git a/cran/paws/man/sfn.Rd b/cran/paws/man/sfn.Rd index af8eebff5a..15bd2ac843 100644 --- a/cran/paws/man/sfn.Rd +++ b/cran/paws/man/sfn.Rd @@ -50,8 +50,8 @@ Operations section. \description{ Step Functions -Step Functions is a service that lets you coordinate the components of -distributed applications and microservices using visual workflows. +Step Functions coordinates the components of distributed applications +and microservices using visual workflows. You can use Step Functions to build applications from individual components, each of which performs a discrete function, or \emph{task}, @@ -149,7 +149,7 @@ action \code{startSyncExecution} and specify its parameter as \link[paws.application.integration:sfn_test_state]{test_state} \tab Accepts the definition of a single state and executes it\cr \link[paws.application.integration:sfn_untag_resource]{untag_resource} \tab Remove a tag from a Step Functions resource\cr \link[paws.application.integration:sfn_update_map_run]{update_map_run} \tab Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure\cr -\link[paws.application.integration:sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration\cr +\link[paws.application.integration:sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, loggingConfiguration, or EncryptionConfiguration\cr \link[paws.application.integration:sfn_update_state_machine_alias]{update_state_machine_alias} \tab Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration\cr \link[paws.application.integration:sfn_validate_state_machine_definition]{validate_state_machine_definition} \tab Validates the syntax of a state machine definition } diff --git a/cran/paws/man/support.Rd b/cran/paws/man/support.Rd index 47ed66227a..027feb8763 100644 --- a/cran/paws/man/support.Rd +++ b/cran/paws/man/support.Rd @@ -92,8 +92,8 @@ you call the \code{create_case} operation. } You can also use the Amazon Web Services Support API to call the Trusted -Advisor operations. For more information, see \href{https://docs.aws.amazon.com/}{Trusted Advisor} in the \emph{Amazon Web Services -Support User Guide}. +Advisor operations. For more information, see \href{https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html}{Trusted Advisor} +in the \emph{Amazon Web Services Support User Guide}. For authentication of requests, Amazon Web Services Support uses \href{https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html}{Signature Version 4 Signing Process}. diff --git a/cran/paws/man/telconetworkbuilder.Rd b/cran/paws/man/telconetworkbuilder.Rd index 6198b64a6c..f803e77712 100644 --- a/cran/paws/man/telconetworkbuilder.Rd +++ b/cran/paws/man/telconetworkbuilder.Rd @@ -105,7 +105,7 @@ activities. \link[paws.networking:telconetworkbuilder_delete_sol_function_package]{delete_sol_function_package} \tab Deletes a function package\cr \link[paws.networking:telconetworkbuilder_delete_sol_network_instance]{delete_sol_network_instance} \tab Deletes a network instance\cr \link[paws.networking:telconetworkbuilder_delete_sol_network_package]{delete_sol_network_package} \tab Deletes network package\cr -\link[paws.networking:telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package\cr +\link[paws.networking:telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package\cr \link[paws.networking:telconetworkbuilder_get_sol_function_package]{get_sol_function_package} \tab Gets the details of an individual function package, such as the operational state and whether the package is in use\cr \link[paws.networking:telconetworkbuilder_get_sol_function_package_content]{get_sol_function_package_content} \tab Gets the contents of a function package\cr \link[paws.networking:telconetworkbuilder_get_sol_function_package_descriptor]{get_sol_function_package_descriptor} \tab Gets a function package descriptor in a function package\cr diff --git a/cran/paws/man/wafv2.Rd b/cran/paws/man/wafv2.Rd index 67a44ae36a..17ac90f726 100644 --- a/cran/paws/man/wafv2.Rd +++ b/cran/paws/man/wafv2.Rd @@ -198,7 +198,7 @@ it. \link[paws.security.identity:wafv2_list_web_ac_ls]{list_web_ac_ls} \tab Retrieves an array of WebACLSummary objects for the web ACLs that you manage\cr \link[paws.security.identity:wafv2_put_logging_configuration]{put_logging_configuration} \tab Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided\cr \link[paws.security.identity:wafv2_put_managed_rule_set_versions]{put_managed_rule_set_versions} \tab Defines the versions of your managed rule set that you are offering to the customers\cr -\link[paws.security.identity:wafv2_put_permission_policy]{put_permission_policy} \tab Attaches an IAM policy to the specified resource\cr +\link[paws.security.identity:wafv2_put_permission_policy]{put_permission_policy} \tab Use this to share a rule group with other accounts\cr \link[paws.security.identity:wafv2_tag_resource]{tag_resource} \tab Associates tags with the specified Amazon Web Services resource\cr \link[paws.security.identity:wafv2_untag_resource]{untag_resource} \tab Disassociates tags from an Amazon Web Services resource\cr \link[paws.security.identity:wafv2_update_ip_set]{update_ip_set} \tab Updates the specified IPSet\cr diff --git a/paws/R/applicationautoscaling_operations.R b/paws/R/applicationautoscaling_operations.R index 0ae135585b..bb7aaa0257 100644 --- a/paws/R/applicationautoscaling_operations.R +++ b/paws/R/applicationautoscaling_operations.R @@ -1402,7 +1402,7 @@ applicationautoscaling_describe_scaling_activities <- function(ServiceNamespace, #' TargetTrackingScalingPolicyConfiguration = list( #' TargetValue = 123.0, #' PredefinedMetricSpecification = list( -#' PredefinedMetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization", +#' PredefinedMetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization"|"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution"|"SageMakerVariantConcurrentRequestsPerModelHighResolution", #' ResourceLabel = "string" #' ), #' CustomizedMetricSpecification = list( @@ -2109,7 +2109,7 @@ applicationautoscaling_list_tags_for_resource <- function(ResourceARN) { #' TargetTrackingScalingPolicyConfiguration = list( #' TargetValue = 123.0, #' PredefinedMetricSpecification = list( -#' PredefinedMetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization", +#' PredefinedMetricType = "DynamoDBReadCapacityUtilization"|"DynamoDBWriteCapacityUtilization"|"ALBRequestCountPerTarget"|"RDSReaderAverageCPUUtilization"|"RDSReaderAverageDatabaseConnections"|"EC2SpotFleetRequestAverageCPUUtilization"|"EC2SpotFleetRequestAverageNetworkIn"|"EC2SpotFleetRequestAverageNetworkOut"|"SageMakerVariantInvocationsPerInstance"|"ECSServiceAverageCPUUtilization"|"ECSServiceAverageMemoryUtilization"|"AppStreamAverageCapacityUtilization"|"ComprehendInferenceUtilization"|"LambdaProvisionedConcurrencyUtilization"|"CassandraReadCapacityUtilization"|"CassandraWriteCapacityUtilization"|"KafkaBrokerStorageUtilization"|"ElastiCachePrimaryEngineCPUUtilization"|"ElastiCacheReplicaEngineCPUUtilization"|"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage"|"NeptuneReaderAverageCPUUtilization"|"SageMakerVariantProvisionedConcurrencyUtilization"|"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"|"SageMakerInferenceComponentInvocationsPerCopy"|"WorkSpacesAverageUserSessionsCapacityUtilization"|"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution"|"SageMakerVariantConcurrentRequestsPerModelHighResolution", #' ResourceLabel = "string" #' ), #' CustomizedMetricSpecification = list( diff --git a/paws/R/appstream_operations.R b/paws/R/appstream_operations.R index 012325ac58..8a850e6c3c 100644 --- a/paws/R/appstream_operations.R +++ b/paws/R/appstream_operations.R @@ -809,7 +809,7 @@ appstream_create_app_block_builder_streaming_url <- function(AppBlockBuilderName #' S3Key = "string" #' ), #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -835,7 +835,7 @@ appstream_create_app_block_builder_streaming_url <- function(AppBlockBuilderName #' WorkingDirectory = "string", #' LaunchParameters = "string", #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -1134,6 +1134,20 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' #' - stream.graphics.g4dn.16xlarge #' +#' - stream.graphics.g5.xlarge +#' +#' - stream.graphics.g5.2xlarge +#' +#' - stream.graphics.g5.4xlarge +#' +#' - stream.graphics.g5.8xlarge +#' +#' - stream.graphics.g5.12xlarge +#' +#' - stream.graphics.g5.16xlarge +#' +#' - stream.graphics.g5.24xlarge +#' #' - stream.graphics-pro.4xlarge #' #' - stream.graphics-pro.8xlarge @@ -1183,7 +1197,7 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' are connected to their previous session. Otherwise, they are connected #' to a new session with a new streaming instance. #' -#' Specify a value between 60 and 360000. +#' Specify a value between 60 and 36000. #' @param Description The description to display. #' @param DisplayName The fleet name to display. #' @param EnableDefaultInternetAccess Enables or disables default internet access for the fleet. @@ -1217,7 +1231,7 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected. #' #' To prevent users from being disconnected due to inactivity, specify a -#' value of 0. Otherwise, specify a value between 60 and 3600. The default +#' value of 0. Otherwise, specify a value between 60 and 36000. The default #' value is 0. #' #' If you enable this feature, we recommend that you specify a value that @@ -1308,7 +1322,7 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' IdleDisconnectTimeoutInSeconds = 123, #' IamRoleArn = "string", #' StreamView = "APP"|"DESKTOP", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' MaxConcurrentSessions = 123, #' UsbDeviceFilterStrings = list( #' "string" @@ -1357,7 +1371,7 @@ appstream_create_entitlement <- function(Name, StackName, Description = NULL, Ap #' IdleDisconnectTimeoutInSeconds = 123, #' IamRoleArn = "string", #' StreamView = "APP"|"DESKTOP", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' MaxConcurrentSessions = 123, #' UsbDeviceFilterStrings = list( #' "string" @@ -1537,7 +1551,7 @@ appstream_create_fleet <- function(Name, ImageName = NULL, ImageArn = NULL, Inst #' ) #' ), #' InstanceType = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' IamRoleArn = "string", #' State = "PENDING"|"UPDATING_AGENT"|"RUNNING"|"STOPPING"|"STOPPED"|"REBOOTING"|"SNAPSHOTTING"|"DELETING"|"FAILED"|"UPDATING"|"PENDING_QUALIFICATION", #' StateChangeReason = list( @@ -1571,7 +1585,8 @@ appstream_create_fleet <- function(Name, ImageName = NULL, ImageArn = NULL, Inst #' EndpointType = "STREAMING", #' VpceId = "string" #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE" #' ) #' ) #' ``` @@ -1935,6 +1950,103 @@ appstream_create_streaming_url <- function(StackName, FleetName, UserId, Applica } .appstream$operations$create_streaming_url <- appstream_create_streaming_url +#' Creates custom branding that customizes the appearance of the streaming +#' application catalog page +#' +#' @description +#' Creates custom branding that customizes the appearance of the streaming +#' application catalog page. +#' +#' @usage +#' appstream_create_theme_for_stack(StackName, FooterLinks, TitleText, +#' ThemeStyling, OrganizationLogoS3Location, FaviconS3Location) +#' +#' @param StackName [required] The name of the stack for the theme. +#' @param FooterLinks The links that are displayed in the footer of the streaming application +#' catalog page. These links are helpful resources for users, such as the +#' organization's IT support and product marketing sites. +#' @param TitleText [required] The title that is displayed at the top of the browser tab during users' +#' application streaming sessions. +#' @param ThemeStyling [required] The color theme that is applied to website links, text, and buttons. +#' These colors are also applied as accents in the background for the +#' streaming application catalog page. +#' @param OrganizationLogoS3Location [required] The organization logo that appears on the streaming application catalog +#' page. +#' @param FaviconS3Location [required] The S3 location of the favicon. The favicon enables users to recognize +#' their application streaming site in a browser full of tabs or bookmarks. +#' It is displayed at the top of the browser tab for the application +#' streaming site during users' streaming sessions. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Theme = list( +#' StackName = "string", +#' State = "ENABLED"|"DISABLED", +#' ThemeTitleText = "string", +#' ThemeStyling = "LIGHT_BLUE"|"BLUE"|"PINK"|"RED", +#' ThemeFooterLinks = list( +#' list( +#' DisplayName = "string", +#' FooterLinkURL = "string" +#' ) +#' ), +#' ThemeOrganizationLogoURL = "string", +#' ThemeFaviconURL = "string", +#' CreatedTime = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_theme_for_stack( +#' StackName = "string", +#' FooterLinks = list( +#' list( +#' DisplayName = "string", +#' FooterLinkURL = "string" +#' ) +#' ), +#' TitleText = "string", +#' ThemeStyling = "LIGHT_BLUE"|"BLUE"|"PINK"|"RED", +#' OrganizationLogoS3Location = list( +#' S3Bucket = "string", +#' S3Key = "string" +#' ), +#' FaviconS3Location = list( +#' S3Bucket = "string", +#' S3Key = "string" +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname appstream_create_theme_for_stack +#' +#' @aliases appstream_create_theme_for_stack +appstream_create_theme_for_stack <- function(StackName, FooterLinks = NULL, TitleText, ThemeStyling, OrganizationLogoS3Location, FaviconS3Location) { + op <- new_operation( + name = "CreateThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$create_theme_for_stack_input(StackName = StackName, FooterLinks = FooterLinks, TitleText = TitleText, ThemeStyling = ThemeStyling, OrganizationLogoS3Location = OrganizationLogoS3Location, FaviconS3Location = FaviconS3Location) + output <- .appstream$create_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$create_theme_for_stack <- appstream_create_theme_for_stack + #' Creates a new image with the latest Windows operating system updates, #' driver updates, and AppStream 2 #' @@ -1990,7 +2102,7 @@ appstream_create_streaming_url <- function(StackName, FleetName, UserId, Applica #' Visibility = "PUBLIC"|"PRIVATE"|"SHARED", #' ImageBuilderSupported = TRUE|FALSE, #' ImageBuilderName = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' Description = "string", #' StateChangeReason = list( #' Code = "INTERNAL_ERROR"|"IMAGE_BUILDER_NOT_AVAILABLE"|"IMAGE_COPY_FAILURE", @@ -2016,7 +2128,7 @@ appstream_create_streaming_url <- function(StackName, FleetName, UserId, Applica #' S3Key = "string" #' ), #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -2045,7 +2157,13 @@ appstream_create_streaming_url <- function(StackName, FleetName, UserId, Applica #' "2015-01-01" #' ) #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE", +#' SupportedInstanceFamilies = list( +#' "string" +#' ), +#' DynamicAppProvidersEnabled = "ENABLED"|"DISABLED", +#' ImageSharedWithOthers = "TRUE"|"FALSE" #' ), #' canUpdateImage = TRUE|FALSE #' ) @@ -2489,7 +2607,7 @@ appstream_delete_fleet <- function(Name) { #' Visibility = "PUBLIC"|"PRIVATE"|"SHARED", #' ImageBuilderSupported = TRUE|FALSE, #' ImageBuilderName = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' Description = "string", #' StateChangeReason = list( #' Code = "INTERNAL_ERROR"|"IMAGE_BUILDER_NOT_AVAILABLE"|"IMAGE_COPY_FAILURE", @@ -2515,7 +2633,7 @@ appstream_delete_fleet <- function(Name) { #' S3Key = "string" #' ), #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -2544,7 +2662,13 @@ appstream_delete_fleet <- function(Name) { #' "2015-01-01" #' ) #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE", +#' SupportedInstanceFamilies = list( +#' "string" +#' ), +#' DynamicAppProvidersEnabled = "ENABLED"|"DISABLED", +#' ImageSharedWithOthers = "TRUE"|"FALSE" #' ) #' ) #' ``` @@ -2608,7 +2732,7 @@ appstream_delete_image <- function(Name) { #' ) #' ), #' InstanceType = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' IamRoleArn = "string", #' State = "PENDING"|"UPDATING_AGENT"|"RUNNING"|"STOPPING"|"STOPPED"|"REBOOTING"|"SNAPSHOTTING"|"DELETING"|"FAILED"|"UPDATING"|"PENDING_QUALIFICATION", #' StateChangeReason = list( @@ -2642,7 +2766,8 @@ appstream_delete_image <- function(Name) { #' EndpointType = "STREAMING", #' VpceId = "string" #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE" #' ) #' ) #' ``` @@ -2771,6 +2896,51 @@ appstream_delete_stack <- function(Name) { } .appstream$operations$delete_stack <- appstream_delete_stack +#' Deletes custom branding that customizes the appearance of the streaming +#' application catalog page +#' +#' @description +#' Deletes custom branding that customizes the appearance of the streaming +#' application catalog page. +#' +#' @usage +#' appstream_delete_theme_for_stack(StackName) +#' +#' @param StackName [required] The name of the stack for the theme. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$delete_theme_for_stack( +#' StackName = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname appstream_delete_theme_for_stack +#' +#' @aliases appstream_delete_theme_for_stack +appstream_delete_theme_for_stack <- function(StackName) { + op <- new_operation( + name = "DeleteThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$delete_theme_for_stack_input(StackName = StackName) + output <- .appstream$delete_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$delete_theme_for_stack <- appstream_delete_theme_for_stack + #' Disables usage report generation #' #' @description @@ -3218,7 +3388,7 @@ appstream_describe_application_fleet_associations <- function(FleetName = NULL, #' S3Key = "string" #' ), #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -3491,7 +3661,7 @@ appstream_describe_entitlements <- function(Name = NULL, StackName, NextToken = #' IdleDisconnectTimeoutInSeconds = 123, #' IamRoleArn = "string", #' StreamView = "APP"|"DESKTOP", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' MaxConcurrentSessions = 123, #' UsbDeviceFilterStrings = list( #' "string" @@ -3576,7 +3746,7 @@ appstream_describe_fleets <- function(Names = NULL, NextToken = NULL) { #' ) #' ), #' InstanceType = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' IamRoleArn = "string", #' State = "PENDING"|"UPDATING_AGENT"|"RUNNING"|"STOPPING"|"STOPPED"|"REBOOTING"|"SNAPSHOTTING"|"DELETING"|"FAILED"|"UPDATING"|"PENDING_QUALIFICATION", #' StateChangeReason = list( @@ -3610,7 +3780,8 @@ appstream_describe_fleets <- function(Names = NULL, NextToken = NULL) { #' EndpointType = "STREAMING", #' VpceId = "string" #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE" #' ) #' ), #' NextToken = "string" @@ -3755,7 +3926,7 @@ appstream_describe_image_permissions <- function(Name, MaxResults = NULL, Shared #' Visibility = "PUBLIC"|"PRIVATE"|"SHARED", #' ImageBuilderSupported = TRUE|FALSE, #' ImageBuilderName = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' Description = "string", #' StateChangeReason = list( #' Code = "INTERNAL_ERROR"|"IMAGE_BUILDER_NOT_AVAILABLE"|"IMAGE_COPY_FAILURE", @@ -3781,7 +3952,7 @@ appstream_describe_image_permissions <- function(Name, MaxResults = NULL, Shared #' S3Key = "string" #' ), #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -3810,7 +3981,13 @@ appstream_describe_image_permissions <- function(Name, MaxResults = NULL, Shared #' "2015-01-01" #' ) #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE", +#' SupportedInstanceFamilies = list( +#' "string" +#' ), +#' DynamicAppProvidersEnabled = "ENABLED"|"DISABLED", +#' ImageSharedWithOthers = "TRUE"|"FALSE" #' ) #' ), #' NextToken = "string" @@ -4056,6 +4233,72 @@ appstream_describe_stacks <- function(Names = NULL, NextToken = NULL) { } .appstream$operations$describe_stacks <- appstream_describe_stacks +#' Retrieves a list that describes the theme for a specified stack +#' +#' @description +#' Retrieves a list that describes the theme for a specified stack. A theme +#' is custom branding that customizes the appearance of the streaming +#' application catalog page. +#' +#' @usage +#' appstream_describe_theme_for_stack(StackName) +#' +#' @param StackName [required] The name of the stack for the theme. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Theme = list( +#' StackName = "string", +#' State = "ENABLED"|"DISABLED", +#' ThemeTitleText = "string", +#' ThemeStyling = "LIGHT_BLUE"|"BLUE"|"PINK"|"RED", +#' ThemeFooterLinks = list( +#' list( +#' DisplayName = "string", +#' FooterLinkURL = "string" +#' ) +#' ), +#' ThemeOrganizationLogoURL = "string", +#' ThemeFaviconURL = "string", +#' CreatedTime = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$describe_theme_for_stack( +#' StackName = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname appstream_describe_theme_for_stack +#' +#' @aliases appstream_describe_theme_for_stack +appstream_describe_theme_for_stack <- function(StackName) { + op <- new_operation( + name = "DescribeThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$describe_theme_for_stack_input(StackName = StackName) + output <- .appstream$describe_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$describe_theme_for_stack <- appstream_describe_theme_for_stack + #' Retrieves a list that describes one or more usage report subscriptions #' #' @description @@ -4992,7 +5235,7 @@ appstream_start_fleet <- function(Name) { #' ) #' ), #' InstanceType = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' IamRoleArn = "string", #' State = "PENDING"|"UPDATING_AGENT"|"RUNNING"|"STOPPING"|"STOPPED"|"REBOOTING"|"SNAPSHOTTING"|"DELETING"|"FAILED"|"UPDATING"|"PENDING_QUALIFICATION", #' StateChangeReason = list( @@ -5026,7 +5269,8 @@ appstream_start_fleet <- function(Name) { #' EndpointType = "STREAMING", #' VpceId = "string" #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE" #' ) #' ) #' ``` @@ -5225,7 +5469,7 @@ appstream_stop_fleet <- function(Name) { #' ) #' ), #' InstanceType = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' IamRoleArn = "string", #' State = "PENDING"|"UPDATING_AGENT"|"RUNNING"|"STOPPING"|"STOPPED"|"REBOOTING"|"SNAPSHOTTING"|"DELETING"|"FAILED"|"UPDATING"|"PENDING_QUALIFICATION", #' StateChangeReason = list( @@ -5259,7 +5503,8 @@ appstream_stop_fleet <- function(Name) { #' EndpointType = "STREAMING", #' VpceId = "string" #' ) -#' ) +#' ), +#' LatestAppstreamAgentVersion = "TRUE"|"FALSE" #' ) #' ) #' ``` @@ -5529,7 +5774,7 @@ appstream_untag_resource <- function(ResourceArn, TagKeys) { #' Name = "string", #' Description = "string", #' DisplayName = "string", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' InstanceType = "string", #' VpcConfig = list( #' SubnetIds = list( @@ -5621,7 +5866,7 @@ appstream_update_app_block_builder <- function(Name, Description = NULL, Display #' S3Key = "string" #' ), #' Platforms = list( -#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2" +#' "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8" #' ), #' InstanceFamilies = list( #' "string" @@ -5988,7 +6233,7 @@ appstream_update_entitlement <- function(Name, StackName, Description = NULL, Ap #' are connected to their previous session. Otherwise, they are connected #' to a new session with a new streaming instance. #' -#' Specify a value between 60 and 360000. +#' Specify a value between 60 and 36000. #' @param DeleteVpcConfig Deletes the VPC association for the specified fleet. #' @param Description The description to display. #' @param DisplayName The fleet name to display. @@ -6008,7 +6253,7 @@ appstream_update_entitlement <- function(Name, StackName, Description = NULL, Ap #' `IdleDisconnectTimeoutInSeconds` elapses, they are disconnected. #' #' To prevent users from being disconnected due to inactivity, specify a -#' value of 0. Otherwise, specify a value between 60 and 3600. The default +#' value of 0. Otherwise, specify a value between 60 and 36000. The default #' value is 0. #' #' If you enable this feature, we recommend that you specify a value that @@ -6099,7 +6344,7 @@ appstream_update_entitlement <- function(Name, StackName, Description = NULL, Ap #' IdleDisconnectTimeoutInSeconds = 123, #' IamRoleArn = "string", #' StreamView = "APP"|"DESKTOP", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' MaxConcurrentSessions = 123, #' UsbDeviceFilterStrings = list( #' "string" @@ -6148,7 +6393,7 @@ appstream_update_entitlement <- function(Name, StackName, Description = NULL, Ap #' ), #' IamRoleArn = "string", #' StreamView = "APP"|"DESKTOP", -#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2", +#' Platform = "WINDOWS"|"WINDOWS_SERVER_2016"|"WINDOWS_SERVER_2019"|"WINDOWS_SERVER_2022"|"AMAZON_LINUX2"|"RHEL8", #' MaxConcurrentSessions = 123, #' UsbDeviceFilterStrings = list( #' "string" @@ -6397,3 +6642,108 @@ appstream_update_stack <- function(DisplayName = NULL, Description = NULL, Name, return(response) } .appstream$operations$update_stack <- appstream_update_stack + +#' Updates custom branding that customizes the appearance of the streaming +#' application catalog page +#' +#' @description +#' Updates custom branding that customizes the appearance of the streaming +#' application catalog page. +#' +#' @usage +#' appstream_update_theme_for_stack(StackName, FooterLinks, TitleText, +#' ThemeStyling, OrganizationLogoS3Location, FaviconS3Location, State, +#' AttributesToDelete) +#' +#' @param StackName [required] The name of the stack for the theme. +#' @param FooterLinks The links that are displayed in the footer of the streaming application +#' catalog page. These links are helpful resources for users, such as the +#' organization's IT support and product marketing sites. +#' @param TitleText The title that is displayed at the top of the browser tab during users' +#' application streaming sessions. +#' @param ThemeStyling The color theme that is applied to website links, text, and buttons. +#' These colors are also applied as accents in the background for the +#' streaming application catalog page. +#' @param OrganizationLogoS3Location The organization logo that appears on the streaming application catalog +#' page. +#' @param FaviconS3Location The S3 location of the favicon. The favicon enables users to recognize +#' their application streaming site in a browser full of tabs or bookmarks. +#' It is displayed at the top of the browser tab for the application +#' streaming site during users' streaming sessions. +#' @param State Specifies whether custom branding should be applied to catalog page or +#' not. +#' @param AttributesToDelete The attributes to delete. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Theme = list( +#' StackName = "string", +#' State = "ENABLED"|"DISABLED", +#' ThemeTitleText = "string", +#' ThemeStyling = "LIGHT_BLUE"|"BLUE"|"PINK"|"RED", +#' ThemeFooterLinks = list( +#' list( +#' DisplayName = "string", +#' FooterLinkURL = "string" +#' ) +#' ), +#' ThemeOrganizationLogoURL = "string", +#' ThemeFaviconURL = "string", +#' CreatedTime = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$update_theme_for_stack( +#' StackName = "string", +#' FooterLinks = list( +#' list( +#' DisplayName = "string", +#' FooterLinkURL = "string" +#' ) +#' ), +#' TitleText = "string", +#' ThemeStyling = "LIGHT_BLUE"|"BLUE"|"PINK"|"RED", +#' OrganizationLogoS3Location = list( +#' S3Bucket = "string", +#' S3Key = "string" +#' ), +#' FaviconS3Location = list( +#' S3Bucket = "string", +#' S3Key = "string" +#' ), +#' State = "ENABLED"|"DISABLED", +#' AttributesToDelete = list( +#' "FOOTER_LINKS" +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname appstream_update_theme_for_stack +#' +#' @aliases appstream_update_theme_for_stack +appstream_update_theme_for_stack <- function(StackName, FooterLinks = NULL, TitleText = NULL, ThemeStyling = NULL, OrganizationLogoS3Location = NULL, FaviconS3Location = NULL, State = NULL, AttributesToDelete = NULL) { + op <- new_operation( + name = "UpdateThemeForStack", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .appstream$update_theme_for_stack_input(StackName = StackName, FooterLinks = FooterLinks, TitleText = TitleText, ThemeStyling = ThemeStyling, OrganizationLogoS3Location = OrganizationLogoS3Location, FaviconS3Location = FaviconS3Location, State = State, AttributesToDelete = AttributesToDelete) + output <- .appstream$update_theme_for_stack_output() + config <- get_config() + svc <- .appstream$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.appstream$operations$update_theme_for_stack <- appstream_update_theme_for_stack diff --git a/paws/R/appstream_service.R b/paws/R/appstream_service.R index 5ec6e8fefd..cf40668af2 100644 --- a/paws/R/appstream_service.R +++ b/paws/R/appstream_service.R @@ -130,6 +130,7 @@ NULL #' \link[=appstream_create_image_builder_streaming_url]{create_image_builder_streaming_url} \tab Creates a URL to start an image builder streaming session\cr #' \link[=appstream_create_stack]{create_stack} \tab Creates a stack to start streaming applications to users\cr #' \link[=appstream_create_streaming_url]{create_streaming_url} \tab Creates a temporary URL to start an AppStream 2\cr +#' \link[=appstream_create_theme_for_stack]{create_theme_for_stack} \tab Creates custom branding that customizes the appearance of the streaming application catalog page\cr #' \link[=appstream_create_updated_image]{create_updated_image} \tab Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2\cr #' \link[=appstream_create_usage_report_subscription]{create_usage_report_subscription} \tab Creates a usage report subscription\cr #' \link[=appstream_create_user]{create_user} \tab Creates a new user in the user pool\cr @@ -143,6 +144,7 @@ NULL #' \link[=appstream_delete_image_builder]{delete_image_builder} \tab Deletes the specified image builder and releases the capacity\cr #' \link[=appstream_delete_image_permissions]{delete_image_permissions} \tab Deletes permissions for the specified private image\cr #' \link[=appstream_delete_stack]{delete_stack} \tab Deletes the specified stack\cr +#' \link[=appstream_delete_theme_for_stack]{delete_theme_for_stack} \tab Deletes custom branding that customizes the appearance of the streaming application catalog page\cr #' \link[=appstream_delete_usage_report_subscription]{delete_usage_report_subscription} \tab Disables usage report generation\cr #' \link[=appstream_delete_user]{delete_user} \tab Deletes a user from the user pool\cr #' \link[=appstream_describe_app_block_builder_app_block_associations]{describe_app_block_builder_app_block_associations} \tab Retrieves a list that describes one or more app block builder associations\cr @@ -158,6 +160,7 @@ NULL #' \link[=appstream_describe_images]{describe_images} \tab Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided\cr #' \link[=appstream_describe_sessions]{describe_sessions} \tab Retrieves a list that describes the streaming sessions for a specified stack and fleet\cr #' \link[=appstream_describe_stacks]{describe_stacks} \tab Retrieves a list that describes one or more specified stacks, if the stack names are provided\cr +#' \link[=appstream_describe_theme_for_stack]{describe_theme_for_stack} \tab Retrieves a list that describes the theme for a specified stack\cr #' \link[=appstream_describe_usage_report_subscriptions]{describe_usage_report_subscriptions} \tab Retrieves a list that describes one or more usage report subscriptions\cr #' \link[=appstream_describe_users]{describe_users} \tab Retrieves a list that describes one or more specified users in the user pool\cr #' \link[=appstream_describe_user_stack_associations]{describe_user_stack_associations} \tab Retrieves a list that describes the UserStackAssociation objects\cr @@ -186,7 +189,8 @@ NULL #' \link[=appstream_update_entitlement]{update_entitlement} \tab Updates the specified entitlement\cr #' \link[=appstream_update_fleet]{update_fleet} \tab Updates the specified fleet\cr #' \link[=appstream_update_image_permissions]{update_image_permissions} \tab Adds or updates permissions for the specified private image\cr -#' \link[=appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack +#' \link[=appstream_update_stack]{update_stack} \tab Updates the specified fields for the specified stack\cr +#' \link[=appstream_update_theme_for_stack]{update_theme_for_stack} \tab Updates custom branding that customizes the appearance of the streaming application catalog page #' } #' #' @return diff --git a/paws/R/autoscaling_operations.R b/paws/R/autoscaling_operations.R index dea088d15d..18d025e5a2 100644 --- a/paws/R/autoscaling_operations.R +++ b/paws/R/autoscaling_operations.R @@ -783,9 +783,9 @@ autoscaling_complete_lifecycle_action <- function(LifecycleHookName, AutoScaling #' in the *Amazon EC2 Auto Scaling User Guide*. #' @param HealthCheckType A comma-separated value string of one or more health check types. #' -#' The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the -#' default health check and cannot be disabled. For more information, see -#' [Health checks for instances in an Auto Scaling +#' The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is +#' the default health check and cannot be disabled. For more information, +#' see [Health checks for instances in an Auto Scaling #' group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) #' in the *Amazon EC2 Auto Scaling User Guide*. #' @@ -6551,9 +6551,9 @@ autoscaling_set_desired_capacity <- function(AutoScalingGroupName, DesiredCapaci #' @description #' Sets the health status of the specified instance. #' -#' For more information, see [Health checks for instances in an Auto +#' For more information, see [Set up a custom health check for your Auto #' Scaling -#' group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) +#' group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/set-up-a-custom-health-check.html) #' in the *Amazon EC2 Auto Scaling User Guide*. #' #' @usage @@ -7249,9 +7249,9 @@ autoscaling_terminate_instance_in_auto_scaling_group <- function(InstanceId, Sho #' @param AvailabilityZones One or more Availability Zones for the group. #' @param HealthCheckType A comma-separated value string of one or more health check types. #' -#' The valid values are `EC2`, `ELB`, and `VPC_LATTICE`. `EC2` is the -#' default health check and cannot be disabled. For more information, see -#' [Health checks for instances in an Auto Scaling +#' The valid values are `EC2`, `EBS`, `ELB`, and `VPC_LATTICE`. `EC2` is +#' the default health check and cannot be disabled. For more information, +#' see [Health checks for instances in an Auto Scaling #' group](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html) #' in the *Amazon EC2 Auto Scaling User Guide*. #' diff --git a/paws/R/backup_operations.R b/paws/R/backup_operations.R index 70bb44f5d9..caeb0d7afd 100644 --- a/paws/R/backup_operations.R +++ b/paws/R/backup_operations.R @@ -3,21 +3,19 @@ #' @include backup_service.R NULL -#' This action removes the specified legal hold on a recovery point +#' Removes the specified legal hold on a recovery point #' #' @description -#' This action removes the specified legal hold on a recovery point. This -#' action can only be performed by a user with sufficient permissions. +#' Removes the specified legal hold on a recovery point. This action can +#' only be performed by a user with sufficient permissions. #' #' @usage #' backup_cancel_legal_hold(LegalHoldId, CancelDescription, #' RetainRecordInDays) #' -#' @param LegalHoldId [required] Legal hold ID required to remove the specified legal hold on a recovery -#' point. -#' @param CancelDescription [required] String describing the reason for removing the legal hold. -#' @param RetainRecordInDays The integer amount in days specifying amount of days after this API -#' operation to remove legal hold. +#' @param LegalHoldId [required] The ID of the legal hold. +#' @param CancelDescription [required] A string the describes the reason for removing the legal hold. +#' @param RetainRecordInDays The integer amount, in days, after which to remove legal hold. #' #' @return #' An empty list. @@ -68,11 +66,9 @@ backup_cancel_legal_hold <- function(LegalHoldId, CancelDescription, RetainRecor #' @usage #' backup_create_backup_plan(BackupPlan, BackupPlanTags, CreatorRequestId) #' -#' @param BackupPlan [required] Specifies the body of a backup plan. Includes a `BackupPlanName` and one -#' or more sets of `Rules`. -#' @param BackupPlanTags To help organize your resources, you can assign your own metadata to the -#' resources that you create. Each tag is a key-value pair. The specified -#' tags are assigned to all backups created with this plan. +#' @param BackupPlan [required] The body of a backup plan. Includes a `BackupPlanName` and one or more +#' sets of `Rules`. +#' @param BackupPlanTags The tags to assign to the backup plan. #' @param CreatorRequestId Identifies the request and allows failed requests to be retried without #' the risk of running the operation twice. If the request includes a #' `CreatorRequestId` that matches an existing backup plan, that plan is @@ -187,10 +183,8 @@ backup_create_backup_plan <- function(BackupPlan, BackupPlanTags = NULL, Creator #' backup_create_backup_selection(BackupPlanId, BackupSelection, #' CreatorRequestId) #' -#' @param BackupPlanId [required] Uniquely identifies the backup plan to be associated with the selection -#' of resources. -#' @param BackupSelection [required] Specifies the body of a request to assign a set of resources to a backup -#' plan. +#' @param BackupPlanId [required] The ID of the backup plan. +#' @param BackupSelection [required] The body of a request to assign a set of resources to a backup plan. #' @param CreatorRequestId A unique string that identifies the request and allows failed requests #' to be retried without the risk of running the operation twice. This #' parameter is optional. @@ -303,8 +297,7 @@ backup_create_backup_selection <- function(BackupPlanId, BackupSelection, Creato #' are identified by names that are unique to the account used to create #' them and the Amazon Web Services Region where they are created. They #' consist of letters, numbers, and hyphens. -#' @param BackupVaultTags Metadata that you can assign to help organize the resources that you -#' create. Each tag is a key-value pair. +#' @param BackupVaultTags The tags to assign to the backup vault. #' @param EncryptionKeyArn The server-side encryption key that is used to protect your backups; for #' example, #' `arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`. @@ -380,14 +373,13 @@ backup_create_backup_vault <- function(BackupVaultName, BackupVaultTags = NULL, #' A-Z), numbers (0-9), and underscores (_). #' @param FrameworkDescription An optional description of the framework with a maximum of 1,024 #' characters. -#' @param FrameworkControls [required] A list of the controls that make up the framework. Each control in the -#' list has a name, input parameters, and scope. +#' @param FrameworkControls [required] The controls that make up the framework. Each control in the list has a +#' name, input parameters, and scope. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between #' otherwise identical calls to `CreateFrameworkInput`. Retrying a #' successful request with the same idempotency token results in a success #' message with no action taken. -#' @param FrameworkTags Metadata that you can assign to help organize the frameworks that you -#' create. Each tag is a key-value pair. +#' @param FrameworkTags The tags to assign to the framework. #' #' @return #' A list with the following syntax: @@ -455,26 +447,26 @@ backup_create_framework <- function(FrameworkName, FrameworkDescription = NULL, } .backup$operations$create_framework <- backup_create_framework -#' This action creates a legal hold on a recovery point (backup) +#' Creates a legal hold on a recovery point (backup) #' #' @description -#' This action creates a legal hold on a recovery point (backup). A legal -#' hold is a restraint on altering or deleting a backup until an authorized -#' user cancels the legal hold. Any actions to delete or disassociate a -#' recovery point will fail with an error if one or more active legal holds -#' are on the recovery point. +#' Creates a legal hold on a recovery point (backup). A legal hold is a +#' restraint on altering or deleting a backup until an authorized user +#' cancels the legal hold. Any actions to delete or disassociate a recovery +#' point will fail with an error if one or more active legal holds are on +#' the recovery point. #' #' @usage #' backup_create_legal_hold(Title, Description, IdempotencyToken, #' RecoveryPointSelection, Tags) #' -#' @param Title [required] This is the string title of the legal hold. -#' @param Description [required] This is the string description of the legal hold. +#' @param Title [required] The title of the legal hold. +#' @param Description [required] The description of the legal hold. #' @param IdempotencyToken This is a user-chosen string used to distinguish between otherwise #' identical calls. Retrying a successful request with the same idempotency #' token results in a success message with no action taken. -#' @param RecoveryPointSelection This specifies criteria to assign a set of resources, such as resource -#' types or backup vaults. +#' @param RecoveryPointSelection The criteria to assign a set of resources, such as resource types or +#' backup vaults. #' @param Tags Optional tags to include. A tag is a key-value pair you can use to #' manage, filter, and search for your resources. Allowed characters #' include UTF-8 letters, numbers, spaces, and the following @@ -562,10 +554,10 @@ backup_create_legal_hold <- function(Title, Description, IdempotencyToken = NULL } .backup$operations$create_legal_hold <- backup_create_legal_hold -#' This request creates a logical container to where backups may be copied +#' Creates a logical container to where backups may be copied #' #' @description -#' This request creates a logical container to where backups may be copied. +#' Creates a logical container to where backups may be copied. #' #' This request includes a name, the Region, the maximum number of #' retention days, the minimum number of retention days, and optionally can @@ -578,32 +570,19 @@ backup_create_legal_hold <- function(Title, Description, IdempotencyToken = NULL #' backup_create_logically_air_gapped_backup_vault(BackupVaultName, #' BackupVaultTags, CreatorRequestId, MinRetentionDays, MaxRetentionDays) #' -#' @param BackupVaultName [required] This is the name of the vault that is being created. -#' @param BackupVaultTags These are the tags that will be included in the newly-created vault. -#' @param CreatorRequestId This is the ID of the creation request. +#' @param BackupVaultName [required] The name of a logical container where backups are stored. Logically +#' air-gapped backup vaults are identified by names that are unique to the +#' account used to create them and the Region where they are created. +#' @param BackupVaultTags The tags to assign to the vault. +#' @param CreatorRequestId The ID of the creation request. #' #' This parameter is optional. If used, this parameter must contain 1 to 50 #' alphanumeric or '-_.' characters. #' @param MinRetentionDays [required] This setting specifies the minimum retention period that the vault -#' retains its recovery points. If this parameter is not specified, no -#' minimum retention period is enforced. -#' -#' If specified, any backup or copy job to the vault must have a lifecycle -#' policy with a retention period equal to or longer than the minimum -#' retention period. If a job retention period is shorter than that minimum -#' retention period, then the vault fails the backup or copy job, and you -#' should either modify your lifecycle settings or use a different vault. -#' @param MaxRetentionDays [required] This is the setting that specifies the maximum retention period that the -#' vault retains its recovery points. If this parameter is not specified, -#' Backup does not enforce a maximum retention period on the recovery -#' points in the vault (allowing indefinite storage). -#' -#' If specified, any backup or copy job to the vault must have a lifecycle -#' policy with a retention period equal to or shorter than the maximum -#' retention period. If the job retention period is longer than that -#' maximum retention period, then the vault fails the backup or copy job, -#' and you should either modify your lifecycle settings or use a different -#' vault. +#' retains its recovery points. +#' +#' The minimum value accepted is 7 days. +#' @param MaxRetentionDays [required] The maximum retention period that the vault retains its recovery points. #' #' @return #' A list with the following syntax: @@ -685,8 +664,7 @@ backup_create_logically_air_gapped_backup_vault <- function(BackupVaultName, Bac #' If the report template is `RESOURCE_COMPLIANCE_REPORT` or #' `CONTROL_COMPLIANCE_REPORT`, this API resource also describes the report #' coverage by Amazon Web Services Regions and frameworks. -#' @param ReportPlanTags Metadata that you can assign to help organize the report plans that you -#' create. Each tag is a key-value pair. +#' @param ReportPlanTags The tags to assign to the report plan. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between #' otherwise identical calls to `CreateReportPlanInput`. Retrying a #' successful request with the same idempotency token results in a success @@ -762,17 +740,14 @@ backup_create_report_plan <- function(ReportPlanName, ReportPlanDescription = NU } .backup$operations$create_report_plan <- backup_create_report_plan -#' This is the first of two steps to create a restore testing plan; once -#' this request is successful, finish the procedure with request -#' CreateRestoreTestingSelection +#' Creates a restore testing plan #' #' @description -#' This is the first of two steps to create a restore testing plan; once -#' this request is successful, finish the procedure with request -#' CreateRestoreTestingSelection. +#' Creates a restore testing plan. #' -#' You must include the parameter RestoreTestingPlan. You may optionally -#' include CreatorRequestId and Tags. +#' The first of two steps to create a restore testing plan. After this +#' request is successful, finish the procedure using +#' CreateRestoreTestingSelection. #' #' @usage #' backup_create_restore_testing_plan(CreatorRequestId, RestoreTestingPlan, @@ -790,10 +765,7 @@ backup_create_report_plan <- function(ReportPlanName, ReportPlanDescription = NU #' The `RestoreTestingPlanName` is a unique string that is the name of the #' restore testing plan. This cannot be changed after creation, and it must #' consist of only alphanumeric characters and underscores. -#' @param Tags Optional tags to include. A tag is a key-value pair you can use to -#' manage, filter, and search for your resources. Allowed characters -#' include UTF-8 letters,numbers, spaces, and the following characters: + - -#' = . _ : /. +#' @param Tags The tags to assign to the restore testing plan. #' #' @return #' A list with the following syntax: @@ -1093,8 +1065,7 @@ backup_delete_backup_selection <- function(BackupPlanId, SelectionId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' @return #' An empty list. @@ -1237,8 +1208,7 @@ backup_delete_backup_vault_lock_configuration <- function(BackupVaultName) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Region where they are created. They consist of lowercase -#' letters, numbers, and hyphens. +#' them and the Region where they are created. #' #' @return #' An empty list. @@ -1343,8 +1313,7 @@ backup_delete_framework <- function(FrameworkName) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. @@ -1626,9 +1595,8 @@ backup_describe_backup_job <- function(BackupJobId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' them and the Amazon Web Services Region where they are created. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' #' @return #' A list with the following syntax: @@ -1637,6 +1605,7 @@ backup_describe_backup_job <- function(BackupJobId) { #' BackupVaultName = "string", #' BackupVaultArn = "string", #' VaultType = "BACKUP_VAULT"|"LOGICALLY_AIR_GAPPED_BACKUP_VAULT", +#' VaultState = "CREATING"|"AVAILABLE"|"FAILED", #' EncryptionKeyArn = "string", #' CreationDate = as.POSIXct( #' "2015-01-01" @@ -1978,12 +1947,11 @@ backup_describe_protected_resource <- function(ResourceArn) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' #' @return #' A list with the following syntax: @@ -2425,13 +2393,12 @@ backup_disassociate_recovery_point <- function(BackupVaultName, RecoveryPointArn #' backup_disassociate_recovery_point_from_parent(BackupVaultName, #' RecoveryPointArn) #' -#' @param BackupVaultName [required] This is the name of a logical container where the child (nested) -#' recovery point is stored. Backup vaults are identified by names that are -#' unique to the account used to create them and the Amazon Web Services -#' Region where they are created. They consist of lowercase letters, -#' numbers, and hyphens. -#' @param RecoveryPointArn [required] This is the Amazon Resource Name (ARN) that uniquely identifies the -#' child (nested) recovery point; for example, +#' @param BackupVaultName [required] The name of a logical container where the child (nested) recovery point +#' is stored. Backup vaults are identified by names that are unique to the +#' account used to create them and the Amazon Web Services Region where +#' they are created. +#' @param RecoveryPointArn [required] The Amazon Resource Name (ARN) that uniquely identifies the child +#' (nested) recovery point; for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.` #' #' @return @@ -2921,8 +2888,7 @@ backup_get_backup_selection <- function(BackupPlanId, SelectionId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' @return #' A list with the following syntax: @@ -2974,8 +2940,7 @@ backup_get_backup_vault_access_policy <- function(BackupVaultName) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' @return #' A list with the following syntax: @@ -3029,9 +2994,7 @@ backup_get_backup_vault_notifications <- function(BackupVaultName) { #' @usage #' backup_get_legal_hold(LegalHoldId) #' -#' @param LegalHoldId [required] This is the ID required to use -#' [`get_legal_hold`][backup_get_legal_hold]. This unique ID is associated -#' with a specific legal hold. +#' @param LegalHoldId [required] The ID of the legal hold. #' #' @return #' A list with the following syntax: @@ -3114,12 +3077,11 @@ backup_get_legal_hold <- function(LegalHoldId) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' #' @return #' A list with the following syntax: @@ -3230,7 +3192,7 @@ backup_get_restore_job_metadata <- function(RestoreJobId) { #' backup_get_restore_testing_inferred_metadata(BackupVaultAccountId, #' BackupVaultName, RecoveryPointArn) #' -#' @param BackupVaultAccountId This is the account ID of the specified backup vault. +#' @param BackupVaultAccountId The account ID of the specified backup vault. #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create #' them and the Amazon Web ServicesRegion where they are created. They @@ -3559,16 +3521,14 @@ backup_get_supported_resource_types <- function() { #' #' `AGGREGATE_ALL` aggregates job counts for all message categories and #' returns the sum. -#' @param AggregationPeriod This is the period that sets the boundaries for returned results. -#' -#' Acceptable values include +#' @param AggregationPeriod The period for the returned results. #' -#' - `ONE_DAY` for daily job count for the prior 14 days. +#' - `ONE_DAY` - The daily job count for the prior 14 days. #' -#' - `SEVEN_DAYS` for the aggregated job count for the prior 7 days. +#' - `SEVEN_DAYS` - The aggregated job count for the prior 7 days. #' -#' - `FOURTEEN_DAYS` for aggregated job count for prior 14 days. -#' @param MaxResults This parameter sets the maximum number of items to be returned. +#' - `FOURTEEN_DAYS` - The aggregated job count for prior 14 days. +#' @param MaxResults The maximum number of items to be returned. #' #' The value is an integer. Range of accepted values is from 1 to 500. #' @param NextToken The next item following a partial list of returned resources. For @@ -3675,8 +3635,7 @@ backup_list_backup_job_summaries <- function(AccountId = NULL, State = NULL, Res #' @param ByBackupVaultName Returns only backup jobs that will be stored in the specified backup #' vault. Backup vaults are identified by names that are unique to the #' account used to create them and the Amazon Web Services Region where -#' they are created. They consist of lowercase letters, numbers, and -#' hyphens. +#' they are created. #' @param ByCreatedBefore Returns only backup jobs that were created before the specified date. #' @param ByCreatedAfter Returns only backup jobs that were created after the specified date. #' @param ByResourceType Returns only backup jobs for the specified resources: @@ -3699,19 +3658,20 @@ backup_list_backup_job_summaries <- function(AccountId = NULL, State = NULL, Res #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByAccountId The account ID to list the jobs from. Returns only backup jobs #' associated with the specified account ID. #' @@ -3840,12 +3800,10 @@ backup_list_backup_jobs <- function(NextToken = NULL, MaxResults = NULL, ByResou } .backup$operations$list_backup_jobs <- backup_list_backup_jobs -#' Returns metadata of your saved backup plan templates, including the -#' template ID, name, and the creation and deletion dates +#' Lists the backup plan templates #' #' @description -#' Returns metadata of your saved backup plan templates, including the -#' template ID, name, and the creation and deletion dates. +#' Lists the backup plan templates. #' #' @usage #' backup_list_backup_plan_templates(NextToken, MaxResults) @@ -3854,7 +3812,7 @@ backup_list_backup_jobs <- function(NextToken = NULL, MaxResults = NULL, ByResou #' if a request is made to return `MaxResults` number of items, `NextToken` #' allows you to return more items in your list starting at the location #' pointed to by the next token. -#' @param MaxResults The maximum number of items to be returned. +#' @param MaxResults The maximum number of items to return. #' #' @return #' A list with the following syntax: @@ -3986,13 +3944,10 @@ backup_list_backup_plan_versions <- function(BackupPlanId, NextToken = NULL, Max } .backup$operations$list_backup_plan_versions <- backup_list_backup_plan_versions -#' Returns a list of all active backup plans for an authenticated account +#' Lists the active backup plans for the account #' #' @description -#' Returns a list of all active backup plans for an authenticated account. -#' The list contains information such as Amazon Resource Names (ARNs), plan -#' IDs, creation and deletion dates, version IDs, plan names, and creator -#' request IDs. +#' Lists the active backup plans for the account. #' #' @usage #' backup_list_backup_plans(NextToken, MaxResults, IncludeDeleted) @@ -4166,6 +4121,8 @@ backup_list_backup_selections <- function(BackupPlanId, NextToken = NULL, MaxRes #' list( #' BackupVaultName = "string", #' BackupVaultArn = "string", +#' VaultType = "BACKUP_VAULT"|"LOGICALLY_AIR_GAPPED_BACKUP_VAULT", +#' VaultState = "CREATING"|"AVAILABLE"|"FAILED", #' CreationDate = as.POSIXct( #' "2015-01-01" #' ), @@ -4274,13 +4231,13 @@ backup_list_backup_vaults <- function(ByVaultType = NULL, ByShared = NULL, NextT #' #' `AGGREGATE_ALL` aggregates job counts for all message categories and #' returns the sum. -#' @param AggregationPeriod This is the period that sets the boundaries for returned results. +#' @param AggregationPeriod The period for the returned results. #' -#' - `ONE_DAY` for daily job count for the prior 14 days. +#' - `ONE_DAY` - The daily job count for the prior 14 days. #' -#' - `SEVEN_DAYS` for the aggregated job count for the prior 7 days. +#' - `SEVEN_DAYS` - The aggregated job count for the prior 7 days. #' -#' - `FOURTEEN_DAYS` for aggregated job count for prior 14 days. +#' - `FOURTEEN_DAYS` - The aggregated job count for prior 14 days. #' @param MaxResults This parameter sets the maximum number of items to be returned. #' #' The value is an integer. Range of accepted values is from 1 to 500. @@ -4391,22 +4348,23 @@ backup_list_copy_job_summaries <- function(AccountId = NULL, State = NULL, Resou #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByDestinationVaultArn An Amazon Resource Name (ARN) that uniquely identifies a source backup #' vault to copy from; for example, -#' `arn:aws:backup:us-east-1:123456789012:vault:aBackupVault`. +#' `arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`. #' @param ByAccountId The account ID to list the jobs from. Returns only copy jobs associated #' with the specified account ID. #' @param ByCompleteBefore Returns only copy jobs completed before a date expressed in Unix format @@ -4739,10 +4697,10 @@ backup_list_protected_resources <- function(NextToken = NULL, MaxResults = NULL) #' backup_list_protected_resources_by_backup_vault(BackupVaultName, #' BackupVaultAccountId, NextToken, MaxResults) #' -#' @param BackupVaultName [required] This is the list of protected resources by backup vault within the -#' vault(s) you specify by name. -#' @param BackupVaultAccountId This is the list of protected resources by backup vault within the -#' vault(s) you specify by account ID. +#' @param BackupVaultName [required] The list of protected resources by backup vault within the vault(s) you +#' specify by name. +#' @param BackupVaultAccountId The list of protected resources by backup vault within the vault(s) you +#' specify by account ID. #' @param NextToken The next item following a partial list of returned items. For example, #' if a request is made to return `MaxResults` number of items, `NextToken` #' allows you to return more items in your list starting at the location @@ -4817,8 +4775,7 @@ backup_list_protected_resources_by_backup_vault <- function(BackupVaultName, Bac #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' #' Backup vault name might not be available when a supported service #' creates the backup. @@ -4850,19 +4807,20 @@ backup_list_protected_resources_by_backup_vault <- function(BackupVaultName, Bac #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByBackupPlanId Returns only recovery points that match the specified backup plan ID. #' @param ByCreatedBefore Returns only recovery points that were created before the specified #' timestamp. @@ -4982,12 +4940,12 @@ backup_list_recovery_points_by_backup_vault <- function(BackupVaultName, BackupV #' backup_list_recovery_points_by_legal_hold(LegalHoldId, NextToken, #' MaxResults) #' -#' @param LegalHoldId [required] This is the ID of the legal hold. -#' @param NextToken This is the next item following a partial list of returned resources. -#' For example, if a request is made to return `MaxResults` number of +#' @param LegalHoldId [required] The ID of the legal hold. +#' @param NextToken The next item following a partial list of returned resources. For +#' example, if a request is made to return `MaxResults` number of #' resources, `NextToken` allows you to return more items in your list #' starting at the location pointed to by the next token. -#' @param MaxResults This is the maximum number of resource list items to be returned. +#' @param MaxResults The maximum number of resource list items to be returned. #' #' @return #' A list with the following syntax: @@ -5037,12 +4995,12 @@ backup_list_recovery_points_by_legal_hold <- function(LegalHoldId, NextToken = N } .backup$operations$list_recovery_points_by_legal_hold <- backup_list_recovery_points_by_legal_hold -#' Returns detailed information about all the recovery points of the type -#' specified by a resource Amazon Resource Name (ARN) +#' The information about the recovery points of the type specified by a +#' resource Amazon Resource Name (ARN) #' #' @description -#' Returns detailed information about all the recovery points of the type -#' specified by a resource Amazon Resource Name (ARN). +#' The information about the recovery points of the type specified by a +#' resource Amazon Resource Name (ARN). #' #' For Amazon EFS and Amazon EC2, this action only lists recovery points #' created by Backup. @@ -5365,15 +5323,13 @@ backup_list_report_plans <- function(MaxResults = NULL, NextToken = NULL) { #' The type of Amazon Web Services resource to be backed up; for example, #' an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon #' Relational Database Service (Amazon RDS) database. -#' @param AggregationPeriod This is the period that sets the boundaries for returned results. -#' -#' Acceptable values include +#' @param AggregationPeriod The period for the returned results. #' -#' - `ONE_DAY` for daily job count for the prior 14 days. +#' - `ONE_DAY` - The daily job count for the prior 14 days. #' -#' - `SEVEN_DAYS` for the aggregated job count for the prior 7 days. +#' - `SEVEN_DAYS` - The aggregated job count for the prior 7 days. #' -#' - `FOURTEEN_DAYS` for aggregated job count for prior 14 days. +#' - `FOURTEEN_DAYS` - The aggregated job count for prior 14 days. #' @param MaxResults This parameter sets the maximum number of items to be returned. #' #' The value is an integer. Range of accepted values is from 1 to 500. @@ -5481,19 +5437,20 @@ backup_list_restore_job_summaries <- function(AccountId = NULL, State = NULL, Re #' #' - `Neptune` for Amazon Neptune #' +#' - `RDS` for Amazon Relational Database Service +#' #' - `Redshift` for Amazon Redshift #' -#' - `RDS` for Amazon Relational Database Service +#' - `S3` for Amazon Simple Storage Service (Amazon S3) #' -#' - `SAP HANA on Amazon EC2` for SAP HANA databases +#' - `SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic +#' Compute Cloud instances #' #' - `Storage Gateway` for Storage Gateway #' -#' - `S3` for Amazon S3 -#' #' - `Timestream` for Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` for VMware virtual machines #' @param ByCreatedBefore Returns only restore jobs that were created before the specified date. #' @param ByCreatedAfter Returns only restore jobs that were created after the specified date. #' @param ByStatus Returns only restore jobs associated with the specified job status. @@ -5836,19 +5793,12 @@ backup_list_restore_testing_selections <- function(MaxResults = NULL, NextToken } .backup$operations$list_restore_testing_selections <- backup_list_restore_testing_selections -#' Returns a list of key-value pairs assigned to a target recovery point, -#' backup plan, or backup vault +#' Returns the tags assigned to the resource, such as a target recovery +#' point, backup plan, or backup vault #' #' @description -#' Returns a list of key-value pairs assigned to a target recovery point, -#' backup plan, or backup vault. -#' -#' [`list_tags`][backup_list_tags] only works for resource types that -#' support full Backup management of their backups. Those resource types -#' are listed in the "Full Backup management" section of the [Feature -#' availability by -#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) -#' table. +#' Returns the tags assigned to the resource, such as a target recovery +#' point, backup plan, or backup vault. #' #' @usage #' backup_list_tags(ResourceArn, NextToken, MaxResults) @@ -5919,8 +5869,7 @@ backup_list_tags <- function(ResourceArn, NextToken = NULL, MaxResults = NULL) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param Policy The backup vault access policy document in JSON format. #' #' @return @@ -5971,7 +5920,11 @@ backup_put_backup_vault_access_policy <- function(BackupVaultName, Policy = NULL #' Backup Vault Lock has been assessed by Cohasset Associates for use in #' environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. #' For more information about how Backup Vault Lock relates to these -#' regulations, see the Cohasset Associates Compliance Assessment. +#' regulations, see the [Cohasset Associates Compliance +#' Assessment.](https://docs.aws.amazon.com/aws-backup/latest/devguide/samples/cohassetreport.zip) +#' +#' For more information, see [Backup Vault +#' Lock](https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html). #' #' @usage #' backup_put_backup_vault_lock_configuration(BackupVaultName, @@ -5984,8 +5937,10 @@ backup_put_backup_vault_access_policy <- function(BackupVaultName, Policy = NULL #' useful if, for example, your organization's policies require you to #' retain certain data for at least seven years (2555 days). #' -#' If this parameter is not specified, Vault Lock will not enforce a -#' minimum retention period. +#' This parameter is required when a vault lock is created through +#' CloudFormation; otherwise, this parameter is optional. If this parameter +#' is not specified, Vault Lock will not enforce a minimum retention +#' period. #' #' If this parameter is specified, any backup or copy job to the vault must #' have a lifecycle policy with a retention period equal to or longer than @@ -6085,8 +6040,7 @@ backup_put_backup_vault_lock_configuration <- function(BackupVaultName, MinReten #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param SNSTopicArn [required] The Amazon Resource Name (ARN) that specifies the topic for a backup #' vault’s events; for example, #' `arn:aws:sns:us-west-2:111122223333:MyVaultTopic`. @@ -6107,10 +6061,10 @@ backup_put_backup_vault_lock_configuration <- function(BackupVaultName, MinReten #' #' - `S3_BACKUP_OBJECT_FAILED` | `S3_RESTORE_OBJECT_FAILED` #' -#' The list below shows items that are deprecated events (for reference) -#' and are no longer in use. They are no longer supported and will not -#' return statuses or notifications. Refer to the list above for current -#' supported events. +#' The list below includes both supported events and deprecated events that +#' are no longer in use (for reference). Deprecated events do not return +#' statuses or notifications. Refer to the list above for the supported +#' events. #' #' @return #' An empty list. @@ -6162,7 +6116,7 @@ backup_put_backup_vault_notifications <- function(BackupVaultName, SNSTopicArn, #' ValidationStatusMessage) #' #' @param RestoreJobId [required] This is a unique identifier of a restore job within Backup. -#' @param ValidationStatus [required] This is the status of your restore validation. +#' @param ValidationStatus [required] The status of your restore validation. #' @param ValidationStatusMessage This is an optional message string you can input to describe the #' validation status for the restore test validation. #' @@ -6213,8 +6167,7 @@ backup_put_restore_validation_result <- function(RestoreJobId, ValidationStatus, #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param ResourceArn [required] An Amazon Resource Name (ARN) that uniquely identifies a resource. The #' format of the ARN depends on the resource type. #' @param IamRoleArn [required] Specifies the IAM role ARN used to create the target recovery point; for @@ -6257,17 +6210,15 @@ backup_put_restore_validation_result <- function(RestoreJobId, ValidationStatus, #' “transition to cold after days” setting cannot be changed after a backup #' has been transitioned to cold. #' -#' Resource types that are able to be transitioned to cold storage are -#' listed in the "Lifecycle to cold storage" section of the [Feature -#' availability by -#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) +#' Resource types that can transition to cold storage are listed in the +#' [Feature availability by +#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource) #' table. Backup ignores this expression for other resource types. #' #' This parameter has a maximum value of 100 years (36,500 days). -#' @param RecoveryPointTags To help organize your resources, you can assign your own metadata to the -#' resources that you create. Each tag is a key-value pair. -#' @param BackupOptions Specifies the backup option for a selected resource. This option is only -#' available for Windows Volume Shadow Copy Service (VSS) backup jobs. +#' @param RecoveryPointTags The tags to assign to the resources. +#' @param BackupOptions The backup option for a selected resource. This option is only available +#' for Windows Volume Shadow Copy Service (VSS) backup jobs. #' #' Valid values: Set to `"WindowsVSS":"enabled"` to enable the `WindowsVSS` #' backup option and create a Windows VSS backup. Set to @@ -6350,10 +6301,9 @@ backup_start_backup_job <- function(BackupVaultName, ResourceArn, IamRoleArn, Id #' @param SourceBackupVaultName [required] The name of a logical source container where backups are stored. Backup #' vaults are identified by names that are unique to the account used to #' create them and the Amazon Web Services Region where they are created. -#' They consist of lowercase letters, numbers, and hyphens. #' @param DestinationBackupVaultArn [required] An Amazon Resource Name (ARN) that uniquely identifies a destination #' backup vault to copy to; for example, -#' `arn:aws:backup:us-east-1:123456789012:vault:aBackupVault`. +#' `arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`. #' @param IamRoleArn [required] Specifies the IAM role ARN used to copy the target recovery point; for #' example, `arn:aws:iam::123456789012:role/S3Access`. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between @@ -6477,8 +6427,7 @@ backup_start_report_job <- function(ReportPlanName, IdempotencyToken = NULL) { #' #' @param RecoveryPointArn [required] An ARN that uniquely identifies a recovery point; for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. -#' @param Metadata [required] A set of metadata key-value pairs. Contains information, such as a -#' resource name, required to restore a recovery point. +#' @param Metadata [required] A set of metadata key-value pairs. #' #' You can get configuration metadata about a resource at the time it was #' backed up by calling @@ -6488,34 +6437,53 @@ backup_start_report_job <- function(ReportPlanName, IdempotencyToken = NULL) { #' might be required to restore a resource. For example, you might need to #' provide a new resource name if the original already exists. #' -#' You need to specify specific metadata to restore an Amazon Elastic File -#' System (Amazon EFS) instance: +#' For more information about the metadata for each resource, see the +#' following: +#' +#' - [Metadata for Amazon +#' Aurora](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-aur.html#aur-restore-cli) #' -#' - `file-system-id`: The ID of the Amazon EFS file system that is -#' backed up by Backup. Returned in -#' [`get_recovery_point_restore_metadata`][backup_get_recovery_point_restore_metadata]. +#' - [Metadata for Amazon +#' DocumentDB](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-docdb.html#docdb-restore-cli) #' -#' - `Encrypted`: A Boolean value that, if true, specifies that the file -#' system is encrypted. If `KmsKeyId` is specified, `Encrypted` must be -#' set to `true`. +#' - [Metadata for +#' CloudFormation](https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-application-stacks.html#restoring-cfn-cli) #' -#' - `KmsKeyId`: Specifies the Amazon Web Services KMS key that is used -#' to encrypt the restored file system. You can specify a key from -#' another Amazon Web Services account provided that key it is properly -#' shared with your account via Amazon Web Services KMS. +#' - [Metadata for Amazon +#' DynamoDB](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-dynamodb.html#ddb-restore-cli) #' -#' - `PerformanceMode`: Specifies the throughput mode of the file system. +#' - [Metadata for Amazon +#' EBS](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ebs.html#ebs-restore-cli) #' -#' - `CreationToken`: A user-supplied value that ensures the uniqueness -#' (idempotency) of the request. +#' - [Metadata for Amazon +#' EC2](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-ec2.html#restoring-ec2-cli) #' -#' - `newFileSystem`: A Boolean value that, if true, specifies that the -#' recovery point is restored to a new Amazon EFS file system. +#' - [Metadata for Amazon +#' EFS](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-efs.html#efs-restore-cli) #' -#' - `ItemsToRestore`: An array of one to five strings where each string -#' is a file path. Use `ItemsToRestore` to restore specific files or -#' directories rather than the entire file system. This parameter is -#' optional. For example, `"itemsToRestore":"[\"/my.test\"]"`. +#' - [Metadata for Amazon +#' FSx](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-fsx.html#fsx-restore-cli) +#' +#' - [Metadata for Amazon +#' Neptune](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-nep.html#nep-restore-cli) +#' +#' - [Metadata for Amazon +#' RDS](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-rds.html#rds-restore-cli) +#' +#' - [Metadata for Amazon +#' Redshift](https://docs.aws.amazon.com/aws-backup/latest/devguide/redshift-restores.html#redshift-restore-api) +#' +#' - [Metadata for Storage +#' Gateway](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-storage-gateway.html#restoring-sgw-cli) +#' +#' - [Metadata for Amazon +#' S3](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html#s3-restore-cli) +#' +#' - [Metadata for Amazon +#' Timestream](https://docs.aws.amazon.com/aws-backup/latest/devguide/timestream-restore.html#timestream-restore-api) +#' +#' - [Metadata for virtual +#' machines](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-vm.html#vm-restore-cli) #' @param IamRoleArn The Amazon Resource Name (ARN) of the IAM role that Backup uses to #' create the target resource; for example: #' `arn:aws:iam::123456789012:role/S3Access`. @@ -6527,35 +6495,35 @@ backup_start_report_job <- function(ReportPlanName, IdempotencyToken = NULL) { #' @param ResourceType Starts a job to restore a recovery point for one of the following #' resources: #' -#' - `Aurora` for Amazon Aurora +#' - `Aurora` - Amazon Aurora #' -#' - `DocumentDB` for Amazon DocumentDB (with MongoDB compatibility) +#' - `DocumentDB` - Amazon DocumentDB #' -#' - `CloudFormation` for CloudFormation +#' - `CloudFormation` - CloudFormation #' -#' - `DynamoDB` for Amazon DynamoDB +#' - `DynamoDB` - Amazon DynamoDB #' -#' - `EBS` for Amazon Elastic Block Store +#' - `EBS` - Amazon Elastic Block Store #' -#' - `EC2` for Amazon Elastic Compute Cloud +#' - `EC2` - Amazon Elastic Compute Cloud #' -#' - `EFS` for Amazon Elastic File System +#' - `EFS` - Amazon Elastic File System #' -#' - `FSx` for Amazon FSx +#' - `FSx` - Amazon FSx #' -#' - `Neptune` for Amazon Neptune +#' - `Neptune` - Amazon Neptune #' -#' - `RDS` for Amazon Relational Database Service +#' - `RDS` - Amazon Relational Database Service #' -#' - `Redshift` for Amazon Redshift +#' - `Redshift` - Amazon Redshift #' -#' - `Storage Gateway` for Storage Gateway +#' - `Storage Gateway` - Storage Gateway #' -#' - `S3` for Amazon S3 +#' - `S3` - Amazon Simple Storage Service #' -#' - `Timestream` for Amazon Timestream +#' - `Timestream` - Amazon Timestream #' -#' - `VirtualMachine` for virtual machines +#' - `VirtualMachine` - Virtual machines #' @param CopySourceTagsToRestoredResource This is an optional parameter. If this equals `True`, tags included in #' the backup will be copied to the restored resource. #' @@ -6612,9 +6580,9 @@ backup_start_restore_job <- function(RecoveryPointArn, Metadata, IamRoleArn = NU #' Attempts to cancel a job to create a one-time backup of a resource. #' #' This action is not supported for the following services: Amazon FSx for -#' Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP -#' , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB -#' compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune. +#' Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP, +#' Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), +#' Amazon RDS, Amazon Aurora, and Amazon Neptune. #' #' @usage #' backup_stop_backup_job(BackupJobId) @@ -6660,12 +6628,23 @@ backup_stop_backup_job <- function(BackupJobId) { #' @description #' Assigns a set of key-value pairs to a recovery point, backup plan, or #' backup vault identified by an Amazon Resource Name (ARN). +#' +#' This API is supported for recovery points for resource types including +#' Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, and Amazon +#' RDS. #' #' @usage #' backup_tag_resource(ResourceArn, Tags) #' #' @param ResourceArn [required] An ARN that uniquely identifies a resource. The format of the ARN #' depends on the type of the tagged resource. +#' +#' ARNs that do not include `backup` are incompatible with tagging. +#' [`tag_resource`][backup_tag_resource] and +#' [`untag_resource`][backup_untag_resource] with invalid ARNs will result +#' in an error. Acceptable ARN content can include +#' `arn:aws:backup:us-east`. Invalid ARN content may look like +#' `arn:aws:ec2:us-east`. #' @param Tags [required] Key-value pairs that are used to help organize your resources. You can #' assign your own metadata to the resources you create. For clarity, this #' is the structure to assign tags: `[{"Key":"string","Value":"string"}]`. @@ -6712,14 +6691,24 @@ backup_tag_resource <- function(ResourceArn, Tags) { #' @description #' Removes a set of key-value pairs from a recovery point, backup plan, or #' backup vault identified by an Amazon Resource Name (ARN) +#' +#' This API is not supported for recovery points for resource types +#' including Aurora, Amazon DocumentDB. Amazon EBS, Amazon FSx, Neptune, +#' and Amazon RDS. #' #' @usage #' backup_untag_resource(ResourceArn, TagKeyList) #' #' @param ResourceArn [required] An ARN that uniquely identifies a resource. The format of the ARN #' depends on the type of the tagged resource. -#' @param TagKeyList [required] A list of keys to identify which key-value tags to remove from a -#' resource. +#' +#' ARNs that do not include `backup` are incompatible with tagging. +#' [`tag_resource`][backup_tag_resource] and +#' [`untag_resource`][backup_untag_resource] with invalid ARNs will result +#' in an error. Acceptable ARN content can include +#' `arn:aws:backup:us-east`. Invalid ARN content may look like +#' `arn:aws:ec2:us-east`. +#' @param TagKeyList [required] The keys to identify which key-value tags to remove from a resource. #' #' @return #' An empty list. @@ -6757,20 +6746,18 @@ backup_untag_resource <- function(ResourceArn, TagKeyList) { } .backup$operations$untag_resource <- backup_untag_resource -#' Updates an existing backup plan identified by its backupPlanId with the -#' input document in JSON format +#' Updates the specified backup plan #' #' @description -#' Updates an existing backup plan identified by its `backupPlanId` with -#' the input document in JSON format. The new version is uniquely -#' identified by a `VersionId`. +#' Updates the specified backup plan. The new version is uniquely +#' identified by its ID. #' #' @usage #' backup_update_backup_plan(BackupPlanId, BackupPlan) #' -#' @param BackupPlanId [required] Uniquely identifies a backup plan. -#' @param BackupPlan [required] Specifies the body of a backup plan. Includes a `BackupPlanName` and one -#' or more sets of `Rules`. +#' @param BackupPlanId [required] The ID of the backup plan. +#' @param BackupPlan [required] The body of a backup plan. Includes a `BackupPlanName` and one or more +#' sets of `Rules`. #' #' @return #' A list with the following syntax: @@ -6863,12 +6850,10 @@ backup_update_backup_plan <- function(BackupPlanId, BackupPlan) { } .backup$operations$update_backup_plan <- backup_update_backup_plan -#' Updates an existing framework identified by its FrameworkName with the -#' input document in JSON format +#' Updates the specified framework #' #' @description -#' Updates an existing framework identified by its `FrameworkName` with the -#' input document in JSON format. +#' Updates the specified framework. #' #' @usage #' backup_update_framework(FrameworkName, FrameworkDescription, @@ -6879,8 +6864,8 @@ backup_update_backup_plan <- function(BackupPlanId, BackupPlan) { #' A-Z), numbers (0-9), and underscores (_). #' @param FrameworkDescription An optional description of the framework with a maximum 1,024 #' characters. -#' @param FrameworkControls A list of the controls that make up the framework. Each control in the -#' list has a name, input parameters, and scope. +#' @param FrameworkControls The controls that make up the framework. Each control in the list has a +#' name, input parameters, and scope. #' @param IdempotencyToken A customer-chosen string that you can use to distinguish between #' otherwise identical calls to `UpdateFrameworkInput`. Retrying a #' successful request with the same idempotency token results in a success @@ -7012,17 +6997,21 @@ backup_update_global_settings <- function(GlobalSettings = NULL) { #' storage and when it expires. Backup transitions and expires backups #' automatically according to the lifecycle that you define. #' +#' Resource types that can transition to cold storage are listed in the +#' [Feature availability by +#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource) +#' table. Backup ignores this expression for other resource types. +#' #' Backups transitioned to cold storage must be stored in cold storage for #' a minimum of 90 days. Therefore, the “retention” setting must be 90 days #' greater than the “transition to cold after days” setting. The #' “transition to cold after days” setting cannot be changed after a backup #' has been transitioned to cold. #' -#' Resource types that are able to be transitioned to cold storage are -#' listed in the "Lifecycle to cold storage" section of the [Feature -#' availability by -#' resource](https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) -#' table. Backup ignores this expression for other resource types. +#' If your lifecycle currently uses the parameters `DeleteAfterDays` and +#' `MoveToColdStorageAfterDays`, include these parameters and their values +#' when you call this operation. Not including them may result in your plan +#' updating with null values. #' #' This operation does not support continuous backups. #' @@ -7032,8 +7021,7 @@ backup_update_global_settings <- function(GlobalSettings = NULL) { #' #' @param BackupVaultName [required] The name of a logical container where backups are stored. Backup vaults #' are identified by names that are unique to the account used to create -#' them and the Amazon Web Services Region where they are created. They -#' consist of lowercase letters, numbers, and hyphens. +#' them and the Amazon Web Services Region where they are created. #' @param RecoveryPointArn [required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point; #' for example, #' `arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`. @@ -7173,12 +7161,10 @@ backup_update_region_settings <- function(ResourceTypeOptInPreference = NULL, Re } .backup$operations$update_region_settings <- backup_update_region_settings -#' Updates an existing report plan identified by its ReportPlanName with -#' the input document in JSON format +#' Updates the specified report plan #' #' @description -#' Updates an existing report plan identified by its `ReportPlanName` with -#' the input document in JSON format. +#' Updates the specified report plan. #' #' @usage #' backup_update_report_plan(ReportPlanName, ReportPlanDescription, @@ -7189,11 +7175,10 @@ backup_update_region_settings <- function(ResourceTypeOptInPreference = NULL, Re #' A-Z), numbers (0-9), and underscores (_). #' @param ReportPlanDescription An optional description of the report plan with a maximum 1,024 #' characters. -#' @param ReportDeliveryChannel A structure that contains information about where to deliver your -#' reports, specifically your Amazon S3 bucket name, S3 key prefix, and the -#' formats of your reports. -#' @param ReportSetting Identifies the report template for the report. Reports are built using a -#' report template. The report templates are: +#' @param ReportDeliveryChannel The information about where to deliver your reports, specifically your +#' Amazon S3 bucket name, S3 key prefix, and the formats of your reports. +#' @param ReportSetting The report template for the report. Reports are built using a report +#' template. The report templates are: #' #' `RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT` #' @@ -7295,7 +7280,7 @@ backup_update_report_plan <- function(ReportPlanName, ReportPlanDescription = NU #' RestoreTestingPlanName) #' #' @param RestoreTestingPlan [required] Specifies the body of a restore testing plan. -#' @param RestoreTestingPlanName [required] This is the restore testing plan name you wish to update. +#' @param RestoreTestingPlanName [required] The name of the restore testing plan name. #' #' @return #' A list with the following syntax: @@ -7360,17 +7345,15 @@ backup_update_restore_testing_plan <- function(RestoreTestingPlan, RestoreTestin } .backup$operations$update_restore_testing_plan <- backup_update_restore_testing_plan -#' Most elements except the RestoreTestingSelectionName can be updated with -#' this request +#' Updates the specified restore testing selection #' #' @description +#' Updates the specified restore testing selection. +#' #' Most elements except the `RestoreTestingSelectionName` can be updated #' with this request. #' -#' `RestoreTestingSelection` can use either protected resource ARNs or -#' conditions, but not both. That is, if your selection has -#' `ProtectedResourceArns`, requesting an update with the parameter -#' `ProtectedResourceConditions` will be unsuccessful. +#' You can use either protected resource ARNs or conditions, but not both. #' #' @usage #' backup_update_restore_testing_selection(RestoreTestingPlanName, @@ -7382,8 +7365,8 @@ backup_update_restore_testing_plan <- function(RestoreTestingPlan, RestoreTestin #' resource ARNs or conditions, but not both. That is, if your selection #' has `ProtectedResourceArns`, requesting an update with the parameter #' `ProtectedResourceConditions` will be unsuccessful. -#' @param RestoreTestingSelectionName [required] This is the required restore testing selection name of the restore -#' testing selection you wish to update. +#' @param RestoreTestingSelectionName [required] The required restore testing selection name of the restore testing +#' selection you wish to update. #' #' @return #' A list with the following syntax: diff --git a/paws/R/backup_service.R b/paws/R/backup_service.R index db99f7f840..3313c3000e 100644 --- a/paws/R/backup_service.R +++ b/paws/R/backup_service.R @@ -95,15 +95,15 @@ NULL #' #' @section Operations: #' \tabular{ll}{ -#' \link[=backup_cancel_legal_hold]{cancel_legal_hold} \tab This action removes the specified legal hold on a recovery point\cr +#' \link[=backup_cancel_legal_hold]{cancel_legal_hold} \tab Removes the specified legal hold on a recovery point\cr #' \link[=backup_create_backup_plan]{create_backup_plan} \tab Creates a backup plan using a backup plan name and backup rules\cr #' \link[=backup_create_backup_selection]{create_backup_selection} \tab Creates a JSON document that specifies a set of resources to assign to a backup plan\cr #' \link[=backup_create_backup_vault]{create_backup_vault} \tab Creates a logical container where backups are stored\cr #' \link[=backup_create_framework]{create_framework} \tab Creates a framework with one or more controls\cr -#' \link[=backup_create_legal_hold]{create_legal_hold} \tab This action creates a legal hold on a recovery point (backup)\cr -#' \link[=backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab This request creates a logical container to where backups may be copied\cr +#' \link[=backup_create_legal_hold]{create_legal_hold} \tab Creates a legal hold on a recovery point (backup)\cr +#' \link[=backup_create_logically_air_gapped_backup_vault]{create_logically_air_gapped_backup_vault} \tab Creates a logical container to where backups may be copied\cr #' \link[=backup_create_report_plan]{create_report_plan} \tab Creates a report plan\cr -#' \link[=backup_create_restore_testing_plan]{create_restore_testing_plan} \tab This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection\cr +#' \link[=backup_create_restore_testing_plan]{create_restore_testing_plan} \tab Creates a restore testing plan\cr #' \link[=backup_create_restore_testing_selection]{create_restore_testing_selection} \tab This request can be sent after CreateRestoreTestingPlan request returns successfully\cr #' \link[=backup_delete_backup_plan]{delete_backup_plan} \tab Deletes a backup plan\cr #' \link[=backup_delete_backup_selection]{delete_backup_selection} \tab Deletes the resource selection associated with a backup plan that is specified by the SelectionId\cr @@ -145,8 +145,8 @@ NULL #' \link[=backup_get_supported_resource_types]{get_supported_resource_types} \tab Returns the Amazon Web Services resource types supported by Backup\cr #' \link[=backup_list_backup_jobs]{list_backup_jobs} \tab Returns a list of existing backup jobs for an authenticated account for the last 30 days\cr #' \link[=backup_list_backup_job_summaries]{list_backup_job_summaries} \tab This is a request for a summary of backup jobs created or running within the most recent 30 days\cr -#' \link[=backup_list_backup_plans]{list_backup_plans} \tab Returns a list of all active backup plans for an authenticated account\cr -#' \link[=backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates\cr +#' \link[=backup_list_backup_plans]{list_backup_plans} \tab Lists the active backup plans for the account\cr +#' \link[=backup_list_backup_plan_templates]{list_backup_plan_templates} \tab Lists the backup plan templates\cr #' \link[=backup_list_backup_plan_versions]{list_backup_plan_versions} \tab Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs\cr #' \link[=backup_list_backup_selections]{list_backup_selections} \tab Returns an array containing metadata of the resources associated with the target backup plan\cr #' \link[=backup_list_backup_vaults]{list_backup_vaults} \tab Returns a list of recovery point storage containers along with information about them\cr @@ -158,7 +158,7 @@ NULL #' \link[=backup_list_protected_resources_by_backup_vault]{list_protected_resources_by_backup_vault} \tab This request lists the protected resources corresponding to each backup vault\cr #' \link[=backup_list_recovery_points_by_backup_vault]{list_recovery_points_by_backup_vault} \tab Returns detailed information about the recovery points stored in a backup vault\cr #' \link[=backup_list_recovery_points_by_legal_hold]{list_recovery_points_by_legal_hold} \tab This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold\cr -#' \link[=backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr +#' \link[=backup_list_recovery_points_by_resource]{list_recovery_points_by_resource} \tab The information about the recovery points of the type specified by a resource Amazon Resource Name (ARN)\cr #' \link[=backup_list_report_jobs]{list_report_jobs} \tab Returns details about your report jobs\cr #' \link[=backup_list_report_plans]{list_report_plans} \tab Returns a list of your report plans\cr #' \link[=backup_list_restore_jobs]{list_restore_jobs} \tab Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process\cr @@ -166,7 +166,7 @@ NULL #' \link[=backup_list_restore_job_summaries]{list_restore_job_summaries} \tab This request obtains a summary of restore jobs created or running within the the most recent 30 days\cr #' \link[=backup_list_restore_testing_plans]{list_restore_testing_plans} \tab Returns a list of restore testing plans\cr #' \link[=backup_list_restore_testing_selections]{list_restore_testing_selections} \tab Returns a list of restore testing selections\cr -#' \link[=backup_list_tags]{list_tags} \tab Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault\cr +#' \link[=backup_list_tags]{list_tags} \tab Returns the tags assigned to the resource, such as a target recovery point, backup plan, or backup vault\cr #' \link[=backup_put_backup_vault_access_policy]{put_backup_vault_access_policy} \tab Sets a resource-based policy that is used to manage access permissions on the target backup vault\cr #' \link[=backup_put_backup_vault_lock_configuration]{put_backup_vault_lock_configuration} \tab Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault\cr #' \link[=backup_put_backup_vault_notifications]{put_backup_vault_notifications} \tab Turns on notifications on a backup vault for the specified topic and events\cr @@ -178,14 +178,14 @@ NULL #' \link[=backup_stop_backup_job]{stop_backup_job} \tab Attempts to cancel a job to create a one-time backup of a resource\cr #' \link[=backup_tag_resource]{tag_resource} \tab Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr #' \link[=backup_untag_resource]{untag_resource} \tab Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)\cr -#' \link[=backup_update_backup_plan]{update_backup_plan} \tab Updates an existing backup plan identified by its backupPlanId with the input document in JSON format\cr -#' \link[=backup_update_framework]{update_framework} \tab Updates an existing framework identified by its FrameworkName with the input document in JSON format\cr +#' \link[=backup_update_backup_plan]{update_backup_plan} \tab Updates the specified backup plan\cr +#' \link[=backup_update_framework]{update_framework} \tab Updates the specified framework\cr #' \link[=backup_update_global_settings]{update_global_settings} \tab Updates whether the Amazon Web Services account is opted in to cross-account backup\cr #' \link[=backup_update_recovery_point_lifecycle]{update_recovery_point_lifecycle} \tab Sets the transition lifecycle of a recovery point\cr #' \link[=backup_update_region_settings]{update_region_settings} \tab Updates the current service opt-in settings for the Region\cr -#' \link[=backup_update_report_plan]{update_report_plan} \tab Updates an existing report plan identified by its ReportPlanName with the input document in JSON format\cr +#' \link[=backup_update_report_plan]{update_report_plan} \tab Updates the specified report plan\cr #' \link[=backup_update_restore_testing_plan]{update_restore_testing_plan} \tab This request will send changes to your specified restore testing plan\cr -#' \link[=backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Most elements except the RestoreTestingSelectionName can be updated with this request +#' \link[=backup_update_restore_testing_selection]{update_restore_testing_selection} \tab Updates the specified restore testing selection #' } #' #' @return diff --git a/paws/R/batch_operations.R b/paws/R/batch_operations.R index bdf5772f46..9d33daa85b 100644 --- a/paws/R/batch_operations.R +++ b/paws/R/batch_operations.R @@ -6,10 +6,9 @@ NULL #' Cancels a job in an Batch job queue #' #' @description -#' Cancels a job in an Batch job queue. Jobs that are in the `SUBMITTED` or -#' `PENDING` are canceled. A job in`RUNNABLE` remains in `RUNNABLE` until -#' it reaches the head of the job queue. Then the job status is updated to -#' `FAILED`. +#' Cancels a job in an Batch job queue. Jobs that are in a `SUBMITTED`, +#' `PENDING`, or `RUNNABLE` state are cancelled and the job status is +#' updated to `FAILED`. #' #' A `PENDING` job is canceled after all dependency jobs are completed. #' Therefore, it may take longer than expected to cancel a job in `PENDING` @@ -178,7 +177,8 @@ batch_cancel_job <- function(jobId, reason) { #' #' @usage #' batch_create_compute_environment(computeEnvironmentName, type, state, -#' unmanagedvCpus, computeResources, serviceRole, tags, eksConfiguration) +#' unmanagedvCpus, computeResources, serviceRole, tags, eksConfiguration, +#' context) #' #' @param computeEnvironmentName [required] The name for your compute environment. It can be up to 128 characters #' long. It can contain uppercase and lowercase letters, numbers, hyphens @@ -263,6 +263,7 @@ batch_cancel_job <- function(jobId, reason) { #' don't propagate to the underlying compute resources. #' @param eksConfiguration The details for the Amazon EKS cluster that supports the compute #' environment. +#' @param context Reserved. #' #' @return #' A list with the following syntax: @@ -324,7 +325,8 @@ batch_cancel_job <- function(jobId, reason) { #' eksConfiguration = list( #' eksClusterArn = "string", #' kubernetesNamespace = "string" -#' ) +#' ), +#' context = "string" #' ) #' ``` #' @@ -407,7 +409,7 @@ batch_cancel_job <- function(jobId, reason) { #' @rdname batch_create_compute_environment #' #' @aliases batch_create_compute_environment -batch_create_compute_environment <- function(computeEnvironmentName, type, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, tags = NULL, eksConfiguration = NULL) { +batch_create_compute_environment <- function(computeEnvironmentName, type, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, tags = NULL, eksConfiguration = NULL, context = NULL) { op <- new_operation( name = "CreateComputeEnvironment", http_method = "POST", @@ -415,7 +417,7 @@ batch_create_compute_environment <- function(computeEnvironmentName, type, state host_prefix = "", paginator = list() ) - input <- .batch$create_compute_environment_input(computeEnvironmentName = computeEnvironmentName, type = type, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, tags = tags, eksConfiguration = eksConfiguration) + input <- .batch$create_compute_environment_input(computeEnvironmentName = computeEnvironmentName, type = type, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, tags = tags, eksConfiguration = eksConfiguration, context = context) output <- .batch$create_compute_environment_output() config <- get_config() svc <- .batch$service(config, op) @@ -973,7 +975,8 @@ batch_deregister_job_definition <- function(jobDefinition) { #' kubernetesNamespace = "string" #' ), #' containerOrchestrationType = "ECS"|"EKS", -#' uuid = "string" +#' uuid = "string", +#' context = "string" #' ) #' ), #' nextToken = "string" @@ -4991,7 +4994,7 @@ batch_untag_resource <- function(resourceArn, tagKeys) { #' #' @usage #' batch_update_compute_environment(computeEnvironment, state, -#' unmanagedvCpus, computeResources, serviceRole, updatePolicy) +#' unmanagedvCpus, computeResources, serviceRole, updatePolicy, context) #' #' @param computeEnvironment [required] The name or full Amazon Resource Name (ARN) of the compute environment #' to update. @@ -5061,6 +5064,7 @@ batch_untag_resource <- function(resourceArn, tagKeys) { #' [Updating compute #' environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) #' in the *Batch User Guide*. +#' @param context Reserved. #' #' @return #' A list with the following syntax: @@ -5118,7 +5122,8 @@ batch_untag_resource <- function(resourceArn, tagKeys) { #' updatePolicy = list( #' terminateJobsOnUpdate = TRUE|FALSE, #' jobExecutionTimeoutMinutes = 123 -#' ) +#' ), +#' context = "string" #' ) #' ``` #' @@ -5137,7 +5142,7 @@ batch_untag_resource <- function(resourceArn, tagKeys) { #' @rdname batch_update_compute_environment #' #' @aliases batch_update_compute_environment -batch_update_compute_environment <- function(computeEnvironment, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, updatePolicy = NULL) { +batch_update_compute_environment <- function(computeEnvironment, state = NULL, unmanagedvCpus = NULL, computeResources = NULL, serviceRole = NULL, updatePolicy = NULL, context = NULL) { op <- new_operation( name = "UpdateComputeEnvironment", http_method = "POST", @@ -5145,7 +5150,7 @@ batch_update_compute_environment <- function(computeEnvironment, state = NULL, u host_prefix = "", paginator = list() ) - input <- .batch$update_compute_environment_input(computeEnvironment = computeEnvironment, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, updatePolicy = updatePolicy) + input <- .batch$update_compute_environment_input(computeEnvironment = computeEnvironment, state = state, unmanagedvCpus = unmanagedvCpus, computeResources = computeResources, serviceRole = serviceRole, updatePolicy = updatePolicy, context = context) output <- .batch$update_compute_environment_output() config <- get_config() svc <- .batch$service(config, op) diff --git a/paws/R/bedrock_operations.R b/paws/R/bedrock_operations.R index 2a49274819..5b3da79403 100644 --- a/paws/R/bedrock_operations.R +++ b/paws/R/bedrock_operations.R @@ -3,6 +3,70 @@ #' @include bedrock_service.R NULL +#' Creates a batch deletion job +#' +#' @description +#' Creates a batch deletion job. A model evaluation job can only be deleted +#' if it has following status `FAILED`, `COMPLETED`, and `STOPPED`. You can +#' request up to 25 model evaluation jobs be deleted in a single request. +#' +#' @usage +#' bedrock_batch_delete_evaluation_job(jobIdentifiers) +#' +#' @param jobIdentifiers [required] An array of model evaluation job ARNs to be deleted. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' errors = list( +#' list( +#' jobIdentifier = "string", +#' code = "string", +#' message = "string" +#' ) +#' ), +#' evaluationJobs = list( +#' list( +#' jobIdentifier = "string", +#' jobStatus = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"Deleting" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$batch_delete_evaluation_job( +#' jobIdentifiers = list( +#' "string" +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_batch_delete_evaluation_job +#' +#' @aliases bedrock_batch_delete_evaluation_job +bedrock_batch_delete_evaluation_job <- function(jobIdentifiers) { + op <- new_operation( + name = "BatchDeleteEvaluationJob", + http_method = "POST", + http_path = "/evaluation-jobs/batch-delete", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$batch_delete_evaluation_job_input(jobIdentifiers = jobIdentifiers) + output <- .bedrock$batch_delete_evaluation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$batch_delete_evaluation_job <- bedrock_batch_delete_evaluation_job + #' API operation for creating and managing Amazon Bedrock automatic model #' evaluation jobs and model evaluation jobs that use human workers #' @@ -11,7 +75,7 @@ NULL #' evaluation jobs and model evaluation jobs that use human workers. To #' learn more about the requirements for creating a model evaluation job #' see, [Model -#' evaluations](https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html). +#' evaluation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html). #' #' @usage #' bedrock_create_evaluation_job(jobName, jobDescription, @@ -382,6 +446,79 @@ bedrock_create_guardrail_version <- function(guardrailIdentifier, description = } .bedrock$operations$create_guardrail_version <- bedrock_create_guardrail_version +#' Copies a model to another region so that it can be used there +#' +#' @description +#' Copies a model to another region so that it can be used there. For more +#' information, see [Copy models to be used in other +#' regions](https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_create_model_copy_job(sourceModelArn, targetModelName, +#' modelKmsKeyId, targetModelTags, clientRequestToken) +#' +#' @param sourceModelArn [required] The Amazon Resource Name (ARN) of the model to be copied. +#' @param targetModelName [required] A name for the copied model. +#' @param modelKmsKeyId The ARN of the KMS key that you use to encrypt the model copy. +#' @param targetModelTags Tags to associate with the target model. For more information, see [Tag +#' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' @param clientRequestToken A unique, case-sensitive identifier to ensure that the API request +#' completes no more than one time. If this token matches a previous +#' request, Amazon Bedrock ignores the request, but does not return an +#' error. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_model_copy_job( +#' sourceModelArn = "string", +#' targetModelName = "string", +#' modelKmsKeyId = "string", +#' targetModelTags = list( +#' list( +#' key = "string", +#' value = "string" +#' ) +#' ), +#' clientRequestToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_create_model_copy_job +#' +#' @aliases bedrock_create_model_copy_job +bedrock_create_model_copy_job <- function(sourceModelArn, targetModelName, modelKmsKeyId = NULL, targetModelTags = NULL, clientRequestToken = NULL) { + op <- new_operation( + name = "CreateModelCopyJob", + http_method = "POST", + http_path = "/model-copy-jobs", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$create_model_copy_job_input(sourceModelArn = sourceModelArn, targetModelName = targetModelName, modelKmsKeyId = modelKmsKeyId, targetModelTags = targetModelTags, clientRequestToken = clientRequestToken) + output <- .bedrock$create_model_copy_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$create_model_copy_job <- bedrock_create_model_copy_job + #' Creates a fine-tuning job to customize a base model #' #' @description @@ -404,7 +541,8 @@ bedrock_create_guardrail_version <- function(guardrailIdentifier, description = #' #' For more information, see [Custom #' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_create_model_customization_job(jobName, customModelName, @@ -520,6 +658,201 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol } .bedrock$operations$create_model_customization_job <- bedrock_create_model_customization_job +#' Creates a model import job to import model that you have customized in +#' other environments, such as Amazon SageMaker +#' +#' @description +#' Creates a model import job to import model that you have customized in +#' other environments, such as Amazon SageMaker. For more information, see +#' [Import a customized +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) +#' +#' @usage +#' bedrock_create_model_import_job(jobName, importedModelName, roleArn, +#' modelDataSource, jobTags, importedModelTags, clientRequestToken, +#' vpcConfig, importedModelKmsKeyId) +#' +#' @param jobName [required] The name of the import job. +#' @param importedModelName [required] The name of the imported model. +#' @param roleArn [required] The Amazon Resource Name (ARN) of the model import job. +#' @param modelDataSource [required] The data source for the imported model. +#' @param jobTags Tags to attach to this import job. +#' @param importedModelTags Tags to attach to the imported model. +#' @param clientRequestToken A unique, case-sensitive identifier to ensure that the API request +#' completes no more than one time. If this token matches a previous +#' request, Amazon Bedrock ignores the request, but does not return an +#' error. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param vpcConfig VPC configuration parameters for the private Virtual Private Cloud (VPC) +#' that contains the resources you are using for the import job. +#' @param importedModelKmsKeyId The imported model is encrypted at rest using this key. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_model_import_job( +#' jobName = "string", +#' importedModelName = "string", +#' roleArn = "string", +#' modelDataSource = list( +#' s3DataSource = list( +#' s3Uri = "string" +#' ) +#' ), +#' jobTags = list( +#' list( +#' key = "string", +#' value = "string" +#' ) +#' ), +#' importedModelTags = list( +#' list( +#' key = "string", +#' value = "string" +#' ) +#' ), +#' clientRequestToken = "string", +#' vpcConfig = list( +#' subnetIds = list( +#' "string" +#' ), +#' securityGroupIds = list( +#' "string" +#' ) +#' ), +#' importedModelKmsKeyId = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_create_model_import_job +#' +#' @aliases bedrock_create_model_import_job +bedrock_create_model_import_job <- function(jobName, importedModelName, roleArn, modelDataSource, jobTags = NULL, importedModelTags = NULL, clientRequestToken = NULL, vpcConfig = NULL, importedModelKmsKeyId = NULL) { + op <- new_operation( + name = "CreateModelImportJob", + http_method = "POST", + http_path = "/model-import-jobs", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$create_model_import_job_input(jobName = jobName, importedModelName = importedModelName, roleArn = roleArn, modelDataSource = modelDataSource, jobTags = jobTags, importedModelTags = importedModelTags, clientRequestToken = clientRequestToken, vpcConfig = vpcConfig, importedModelKmsKeyId = importedModelKmsKeyId) + output <- .bedrock$create_model_import_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$create_model_import_job <- bedrock_create_model_import_job + +#' Creates a batch inference job to invoke a model on multiple prompts +#' +#' @description +#' Creates a batch inference job to invoke a model on multiple prompts. +#' Format your data according to [Format your inference +#' data](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-data.html) +#' and upload it to an Amazon S3 bucket. For more information, see [Process +#' multiple prompts with batch +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference.html). +#' +#' The response returns a `jobArn` that you can use to stop or get details +#' about the job. +#' +#' @usage +#' bedrock_create_model_invocation_job(jobName, roleArn, +#' clientRequestToken, modelId, inputDataConfig, outputDataConfig, +#' timeoutDurationInHours, tags) +#' +#' @param jobName [required] A name to give the batch inference job. +#' @param roleArn [required] The Amazon Resource Name (ARN) of the service role with permissions to +#' carry out and manage batch inference. You can use the console to create +#' a default service role or follow the steps at [Create a service role for +#' batch +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-iam-sr.html). +#' @param clientRequestToken A unique, case-sensitive identifier to ensure that the API request +#' completes no more than one time. If this token matches a previous +#' request, Amazon Bedrock ignores the request, but does not return an +#' error. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param modelId [required] The unique identifier of the foundation model to use for the batch +#' inference job. +#' @param inputDataConfig [required] Details about the location of the input to the batch inference job. +#' @param outputDataConfig [required] Details about the location of the output of the batch inference job. +#' @param timeoutDurationInHours The number of hours after which to force the batch inference job to time +#' out. +#' @param tags Any tags to associate with the batch inference job. For more +#' information, see [Tagging Amazon Bedrock +#' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html). +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_model_invocation_job( +#' jobName = "string", +#' roleArn = "string", +#' clientRequestToken = "string", +#' modelId = "string", +#' inputDataConfig = list( +#' s3InputDataConfig = list( +#' s3InputFormat = "JSONL", +#' s3Uri = "string" +#' ) +#' ), +#' outputDataConfig = list( +#' s3OutputDataConfig = list( +#' s3Uri = "string", +#' s3EncryptionKeyId = "string" +#' ) +#' ), +#' timeoutDurationInHours = 123, +#' tags = list( +#' list( +#' key = "string", +#' value = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_create_model_invocation_job +#' +#' @aliases bedrock_create_model_invocation_job +bedrock_create_model_invocation_job <- function(jobName, roleArn, clientRequestToken = NULL, modelId, inputDataConfig, outputDataConfig, timeoutDurationInHours = NULL, tags = NULL) { + op <- new_operation( + name = "CreateModelInvocationJob", + http_method = "POST", + http_path = "/model-invocation-job", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$create_model_invocation_job_input(jobName = jobName, roleArn = roleArn, clientRequestToken = clientRequestToken, modelId = modelId, inputDataConfig = inputDataConfig, outputDataConfig = outputDataConfig, timeoutDurationInHours = timeoutDurationInHours, tags = tags) + output <- .bedrock$create_model_invocation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$create_model_invocation_job <- bedrock_create_model_invocation_job + #' Creates dedicated throughput for a base or custom model with the model #' units and for the duration that you specify #' @@ -529,7 +862,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' [Amazon Bedrock Pricing](https://aws.amazon.com/bedrock/pricing/). For #' more information, see [Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_create_provisioned_model_throughput(clientRequestToken, @@ -551,7 +885,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' #' For model unit quotas, see [Provisioned Throughput #' quotas](https://docs.aws.amazon.com/bedrock/latest/userguide/quotas.html#prov-thru-quotas) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' For more information about what an MU specifies, contact your Amazon Web #' Services account manager. @@ -561,7 +896,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' purchase Provisioned Throughput, see [Amazon Bedrock model IDs for #' purchasing Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#prov-throughput-models) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' @param commitmentDuration The commitment duration requested for the Provisioned Throughput. #' Billing occurs hourly and is discounted for longer commitment terms. To #' request a no-commit Provisioned Throughput, omit this field. @@ -569,7 +905,8 @@ bedrock_create_model_customization_job <- function(jobName, customModelName, rol #' Custom models support all levels of commitment. To see which base models #' support no commitment, see [Supported regions and models for Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/pt-supported.html) -#' in the Amazon Bedrock User Guide +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html) #' @param tags Tags to associate with this Provisioned Throughput. #' #' @return @@ -626,7 +963,8 @@ bedrock_create_provisioned_model_throughput <- function(clientRequestToken = NUL #' Deletes a custom model that you created earlier. For more information, #' see [Custom #' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_delete_custom_model(modelIdentifier) @@ -719,6 +1057,53 @@ bedrock_delete_guardrail <- function(guardrailIdentifier, guardrailVersion = NUL } .bedrock$operations$delete_guardrail <- bedrock_delete_guardrail +#' Deletes a custom model that you imported earlier +#' +#' @description +#' Deletes a custom model that you imported earlier. For more information, +#' see [Import a customized +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_delete_imported_model(modelIdentifier) +#' +#' @param modelIdentifier [required] Name of the imported model to delete. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$delete_imported_model( +#' modelIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_delete_imported_model +#' +#' @aliases bedrock_delete_imported_model +bedrock_delete_imported_model <- function(modelIdentifier) { + op <- new_operation( + name = "DeleteImportedModel", + http_method = "DELETE", + http_path = "/imported-models/{modelIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$delete_imported_model_input(modelIdentifier = modelIdentifier) + output <- .bedrock$delete_imported_model_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$delete_imported_model <- bedrock_delete_imported_model + #' Delete the invocation logging #' #' @description @@ -767,7 +1152,8 @@ bedrock_delete_model_invocation_logging_configuration <- function() { #' Throughput before the commitment term is over. For more information, see #' [Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_delete_provisioned_model_throughput(provisionedModelId) @@ -814,7 +1200,8 @@ bedrock_delete_provisioned_model_throughput <- function(provisionedModelId) { #' Get the properties associated with a Amazon Bedrock custom model that #' you have created.For more information, see [Custom #' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_get_custom_model(modelIdentifier) @@ -897,8 +1284,8 @@ bedrock_get_custom_model <- function(modelIdentifier) { #' #' @description #' Retrieves the properties associated with a model evaluation job, -#' including the status of the job. For more information, see Model -#' evaluations. +#' including the status of the job. For more information, see [Model +#' evaluation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-evaluation.html). #' #' @usage #' bedrock_get_evaluation_job(jobIdentifier) @@ -910,7 +1297,7 @@ bedrock_get_custom_model <- function(modelIdentifier) { #' ``` #' list( #' jobName = "string", -#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", +#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"Deleting", #' jobArn = "string", #' jobDescription = "string", #' roleArn = "string", @@ -1215,36 +1602,232 @@ bedrock_get_guardrail <- function(guardrailIdentifier, guardrailVersion = NULL) } .bedrock$operations$get_guardrail <- bedrock_get_guardrail -#' Retrieves the properties associated with a model-customization job, -#' including the status of the job +#' Gets properties associated with a customized model you imported #' #' @description -#' Retrieves the properties associated with a model-customization job, -#' including the status of the job. For more information, see [Custom -#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' Gets properties associated with a customized model you imported. #' #' @usage -#' bedrock_get_model_customization_job(jobIdentifier) +#' bedrock_get_imported_model(modelIdentifier) #' -#' @param jobIdentifier [required] Identifier for the customization job. +#' @param modelIdentifier [required] Name or Amazon Resource Name (ARN) of the imported model. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' jobArn = "string", +#' modelArn = "string", +#' modelName = "string", #' jobName = "string", -#' outputModelName = "string", -#' outputModelArn = "string", -#' clientRequestToken = "string", -#' roleArn = "string", -#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", -#' failureMessage = "string", -#' creationTime = as.POSIXct( -#' "2015-01-01" +#' jobArn = "string", +#' modelDataSource = list( +#' s3DataSource = list( +#' s3Uri = "string" +#' ) #' ), -#' lastModifiedTime = as.POSIXct( +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' modelArchitecture = "string", +#' modelKmsKeyArn = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_imported_model( +#' modelIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_get_imported_model +#' +#' @aliases bedrock_get_imported_model +bedrock_get_imported_model <- function(modelIdentifier) { + op <- new_operation( + name = "GetImportedModel", + http_method = "GET", + http_path = "/imported-models/{modelIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_imported_model_input(modelIdentifier = modelIdentifier) + output <- .bedrock$get_imported_model_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_imported_model <- bedrock_get_imported_model + +#' Gets information about an inference profile +#' +#' @description +#' Gets information about an inference profile. For more information, see +#' the Amazon Bedrock User Guide. +#' +#' @usage +#' bedrock_get_inference_profile(inferenceProfileIdentifier) +#' +#' @param inferenceProfileIdentifier [required] The unique identifier of the inference profile. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' inferenceProfileName = "string", +#' models = list( +#' list( +#' modelArn = "string" +#' ) +#' ), +#' description = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' inferenceProfileArn = "string", +#' inferenceProfileId = "string", +#' status = "ACTIVE", +#' type = "SYSTEM_DEFINED" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_inference_profile( +#' inferenceProfileIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_get_inference_profile +#' +#' @aliases bedrock_get_inference_profile +bedrock_get_inference_profile <- function(inferenceProfileIdentifier) { + op <- new_operation( + name = "GetInferenceProfile", + http_method = "GET", + http_path = "/inference-profiles/{inferenceProfileIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_inference_profile_input(inferenceProfileIdentifier = inferenceProfileIdentifier) + output <- .bedrock$get_inference_profile_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_inference_profile <- bedrock_get_inference_profile + +#' Retrieves information about a model copy job +#' +#' @description +#' Retrieves information about a model copy job. For more information, see +#' [Copy models to be used in other +#' regions](https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_get_model_copy_job(jobArn) +#' +#' @param jobArn [required] The Amazon Resource Name (ARN) of the model copy job. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string", +#' status = "InProgress"|"Completed"|"Failed", +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' targetModelArn = "string", +#' targetModelName = "string", +#' sourceAccountId = "string", +#' sourceModelArn = "string", +#' targetModelKmsKeyArn = "string", +#' targetModelTags = list( +#' list( +#' key = "string", +#' value = "string" +#' ) +#' ), +#' failureMessage = "string", +#' sourceModelName = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_model_copy_job( +#' jobArn = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_get_model_copy_job +#' +#' @aliases bedrock_get_model_copy_job +bedrock_get_model_copy_job <- function(jobArn) { + op <- new_operation( + name = "GetModelCopyJob", + http_method = "GET", + http_path = "/model-copy-jobs/{jobArn}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_model_copy_job_input(jobArn = jobArn) + output <- .bedrock$get_model_copy_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_model_copy_job <- bedrock_get_model_copy_job + +#' Retrieves the properties associated with a model-customization job, +#' including the status of the job +#' +#' @description +#' Retrieves the properties associated with a model-customization job, +#' including the status of the job. For more information, see [Custom +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_get_model_customization_job(jobIdentifier) +#' +#' @param jobIdentifier [required] Identifier for the customization job. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string", +#' jobName = "string", +#' outputModelName = "string", +#' outputModelArn = "string", +#' clientRequestToken = "string", +#' roleArn = "string", +#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", +#' failureMessage = "string", +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastModifiedTime = as.POSIXct( #' "2015-01-01" #' ), #' endTime = as.POSIXct( @@ -1318,6 +1901,169 @@ bedrock_get_model_customization_job <- function(jobIdentifier) { } .bedrock$operations$get_model_customization_job <- bedrock_get_model_customization_job +#' Retrieves the properties associated with import model job, including the +#' status of the job +#' +#' @description +#' Retrieves the properties associated with import model job, including the +#' status of the job. For more information, see [Import a customized +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_get_model_import_job(jobIdentifier) +#' +#' @param jobIdentifier [required] The identifier of the import job. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string", +#' jobName = "string", +#' importedModelName = "string", +#' importedModelArn = "string", +#' roleArn = "string", +#' modelDataSource = list( +#' s3DataSource = list( +#' s3Uri = "string" +#' ) +#' ), +#' status = "InProgress"|"Completed"|"Failed", +#' failureMessage = "string", +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' endTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' vpcConfig = list( +#' subnetIds = list( +#' "string" +#' ), +#' securityGroupIds = list( +#' "string" +#' ) +#' ), +#' importedModelKmsKeyArn = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_model_import_job( +#' jobIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_get_model_import_job +#' +#' @aliases bedrock_get_model_import_job +bedrock_get_model_import_job <- function(jobIdentifier) { + op <- new_operation( + name = "GetModelImportJob", + http_method = "GET", + http_path = "/model-import-jobs/{jobIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_model_import_job_input(jobIdentifier = jobIdentifier) + output <- .bedrock$get_model_import_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_model_import_job <- bedrock_get_model_import_job + +#' Gets details about a batch inference job +#' +#' @description +#' Gets details about a batch inference job. For more information, see +#' [View details about a batch inference +#' job](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view) +#' +#' @usage +#' bedrock_get_model_invocation_job(jobIdentifier) +#' +#' @param jobIdentifier [required] The Amazon Resource Name (ARN) of the batch inference job. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' jobArn = "string", +#' jobName = "string", +#' modelId = "string", +#' clientRequestToken = "string", +#' roleArn = "string", +#' status = "Submitted"|"InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"PartiallyCompleted"|"Expired"|"Validating"|"Scheduled", +#' message = "string", +#' submitTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' endTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' inputDataConfig = list( +#' s3InputDataConfig = list( +#' s3InputFormat = "JSONL", +#' s3Uri = "string" +#' ) +#' ), +#' outputDataConfig = list( +#' s3OutputDataConfig = list( +#' s3Uri = "string", +#' s3EncryptionKeyId = "string" +#' ) +#' ), +#' timeoutDurationInHours = 123, +#' jobExpirationTime = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_model_invocation_job( +#' jobIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_get_model_invocation_job +#' +#' @aliases bedrock_get_model_invocation_job +bedrock_get_model_invocation_job <- function(jobIdentifier) { + op <- new_operation( + name = "GetModelInvocationJob", + http_method = "GET", + http_path = "/model-invocation-job/{jobIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$get_model_invocation_job_input(jobIdentifier = jobIdentifier) + output <- .bedrock$get_model_invocation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$get_model_invocation_job <- bedrock_get_model_invocation_job + #' Get the current configuration values for model invocation logging #' #' @description @@ -1386,7 +2132,8 @@ bedrock_get_model_invocation_logging_configuration <- function() { #' Returns details for a Provisioned Throughput. For more information, see #' [Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_get_provisioned_model_throughput(provisionedModelId) @@ -1459,12 +2206,13 @@ bedrock_get_provisioned_model_throughput <- function(provisionedModelId) { #' #' For more information, see [Custom #' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_list_custom_models(creationTimeBefore, creationTimeAfter, #' nameContains, baseModelArnEquals, foundationModelArnEquals, maxResults, -#' nextToken, sortBy, sortOrder) +#' nextToken, sortBy, sortOrder, isOwned) #' #' @param creationTimeBefore Return custom models created before the specified time. #' @param creationTimeAfter Return custom models created after the specified time. @@ -1473,11 +2221,17 @@ bedrock_get_provisioned_model_throughput <- function(provisionedModelId) { #' matches this parameter. #' @param foundationModelArnEquals Return custom models only if the foundation model Amazon Resource Name #' (ARN) matches this parameter. -#' @param maxResults Maximum number of results to return in the response. -#' @param nextToken Continuation token from the previous response, for Amazon Bedrock to -#' list the next set of results. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. #' @param sortBy The field to sort by in the returned list of models. #' @param sortOrder The sort order of the results. +#' @param isOwned Return custom models depending on if the current account owns them +#' (`true`) or if they were shared with the current account (`false`). #' #' @return #' A list with the following syntax: @@ -1493,7 +2247,8 @@ bedrock_get_provisioned_model_throughput <- function(provisionedModelId) { #' ), #' baseModelArn = "string", #' baseModelName = "string", -#' customizationType = "FINE_TUNING"|"CONTINUED_PRE_TRAINING" +#' customizationType = "FINE_TUNING"|"CONTINUED_PRE_TRAINING", +#' ownerAccountId = "string" #' ) #' ) #' ) @@ -1514,7 +2269,8 @@ bedrock_get_provisioned_model_throughput <- function(provisionedModelId) { #' maxResults = 123, #' nextToken = "string", #' sortBy = "CreationTime", -#' sortOrder = "Ascending"|"Descending" +#' sortOrder = "Ascending"|"Descending", +#' isOwned = TRUE|FALSE #' ) #' ``` #' @@ -1523,7 +2279,7 @@ bedrock_get_provisioned_model_throughput <- function(provisionedModelId) { #' @rdname bedrock_list_custom_models #' #' @aliases bedrock_list_custom_models -bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAfter = NULL, nameContains = NULL, baseModelArnEquals = NULL, foundationModelArnEquals = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { +bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAfter = NULL, nameContains = NULL, baseModelArnEquals = NULL, foundationModelArnEquals = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL, isOwned = NULL) { op <- new_operation( name = "ListCustomModels", http_method = "GET", @@ -1531,7 +2287,7 @@ bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAf host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelSummaries") ) - input <- .bedrock$list_custom_models_input(creationTimeBefore = creationTimeBefore, creationTimeAfter = creationTimeAfter, nameContains = nameContains, baseModelArnEquals = baseModelArnEquals, foundationModelArnEquals = foundationModelArnEquals, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + input <- .bedrock$list_custom_models_input(creationTimeBefore = creationTimeBefore, creationTimeAfter = creationTimeAfter, nameContains = nameContains, baseModelArnEquals = baseModelArnEquals, foundationModelArnEquals = foundationModelArnEquals, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder, isOwned = isOwned) output <- .bedrock$list_custom_models_output() config <- get_config() svc <- .bedrock$service(config, op) @@ -1571,7 +2327,7 @@ bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAf #' list( #' jobArn = "string", #' jobName = "string", -#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", +#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"Deleting", #' creationTime = as.POSIXct( #' "2015-01-01" #' ), @@ -1589,15 +2345,454 @@ bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAf #' #' @section Request syntax: #' ``` -#' svc$list_evaluation_jobs( +#' svc$list_evaluation_jobs( +#' creationTimeAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' creationTimeBefore = as.POSIXct( +#' "2015-01-01" +#' ), +#' statusEquals = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"Deleting", +#' nameContains = "string", +#' maxResults = 123, +#' nextToken = "string", +#' sortBy = "CreationTime", +#' sortOrder = "Ascending"|"Descending" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_list_evaluation_jobs +#' +#' @aliases bedrock_list_evaluation_jobs +bedrock_list_evaluation_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { + op <- new_operation( + name = "ListEvaluationJobs", + http_method = "GET", + http_path = "/evaluation-jobs", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "jobSummaries") + ) + input <- .bedrock$list_evaluation_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_evaluation_jobs_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_evaluation_jobs <- bedrock_list_evaluation_jobs + +#' Lists Amazon Bedrock foundation models that you can use +#' +#' @description +#' Lists Amazon Bedrock foundation models that you can use. You can filter +#' the results with the request parameters. For more information, see +#' [Foundation +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/) in the +#' [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_list_foundation_models(byProvider, byCustomizationType, +#' byOutputModality, byInferenceType) +#' +#' @param byProvider Return models belonging to the model provider that you specify. +#' @param byCustomizationType Return models that support the customization type that you specify. For +#' more information, see [Custom +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' @param byOutputModality Return models that support the output modality that you specify. +#' @param byInferenceType Return models that support the inference type that you specify. For more +#' information, see [Provisioned +#' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' modelSummaries = list( +#' list( +#' modelArn = "string", +#' modelId = "string", +#' modelName = "string", +#' providerName = "string", +#' inputModalities = list( +#' "TEXT"|"IMAGE"|"EMBEDDING" +#' ), +#' outputModalities = list( +#' "TEXT"|"IMAGE"|"EMBEDDING" +#' ), +#' responseStreamingSupported = TRUE|FALSE, +#' customizationsSupported = list( +#' "FINE_TUNING"|"CONTINUED_PRE_TRAINING" +#' ), +#' inferenceTypesSupported = list( +#' "ON_DEMAND"|"PROVISIONED" +#' ), +#' modelLifecycle = list( +#' status = "ACTIVE"|"LEGACY" +#' ) +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_foundation_models( +#' byProvider = "string", +#' byCustomizationType = "FINE_TUNING"|"CONTINUED_PRE_TRAINING", +#' byOutputModality = "TEXT"|"IMAGE"|"EMBEDDING", +#' byInferenceType = "ON_DEMAND"|"PROVISIONED" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_list_foundation_models +#' +#' @aliases bedrock_list_foundation_models +bedrock_list_foundation_models <- function(byProvider = NULL, byCustomizationType = NULL, byOutputModality = NULL, byInferenceType = NULL) { + op <- new_operation( + name = "ListFoundationModels", + http_method = "GET", + http_path = "/foundation-models", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$list_foundation_models_input(byProvider = byProvider, byCustomizationType = byCustomizationType, byOutputModality = byOutputModality, byInferenceType = byInferenceType) + output <- .bedrock$list_foundation_models_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_foundation_models <- bedrock_list_foundation_models + +#' Lists details about all the guardrails in an account +#' +#' @description +#' Lists details about all the guardrails in an account. To list the +#' `DRAFT` version of all your guardrails, don't specify the +#' `guardrailIdentifier` field. To list all versions of a guardrail, +#' specify the ARN of the guardrail in the `guardrailIdentifier` field. +#' +#' You can set the maximum number of results to return in a response in the +#' `maxResults` field. If there are more results than the number you set, +#' the response returns a `nextToken` that you can send in another +#' [`list_guardrails`][bedrock_list_guardrails] request to see the next +#' batch of results. +#' +#' @usage +#' bedrock_list_guardrails(guardrailIdentifier, maxResults, nextToken) +#' +#' @param guardrailIdentifier The unique identifier of the guardrail. This can be an ID or the ARN. +#' @param maxResults The maximum number of results to return in the response. +#' @param nextToken If there are more results than were returned in the response, the +#' response returns a `nextToken` that you can send in another +#' [`list_guardrails`][bedrock_list_guardrails] request to see the next +#' batch of results. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' guardrails = list( +#' list( +#' id = "string", +#' arn = "string", +#' status = "CREATING"|"UPDATING"|"VERSIONING"|"READY"|"FAILED"|"DELETING", +#' name = "string", +#' description = "string", +#' version = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_guardrails( +#' guardrailIdentifier = "string", +#' maxResults = 123, +#' nextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_list_guardrails +#' +#' @aliases bedrock_list_guardrails +bedrock_list_guardrails <- function(guardrailIdentifier = NULL, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListGuardrails", + http_method = "GET", + http_path = "/guardrails", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "guardrails") + ) + input <- .bedrock$list_guardrails_input(guardrailIdentifier = guardrailIdentifier, maxResults = maxResults, nextToken = nextToken) + output <- .bedrock$list_guardrails_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_guardrails <- bedrock_list_guardrails + +#' Returns a list of models you've imported +#' +#' @description +#' Returns a list of models you've imported. You can filter the results to +#' return based on one or more criteria. For more information, see [Import +#' a customized +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_list_imported_models(creationTimeBefore, creationTimeAfter, +#' nameContains, maxResults, nextToken, sortBy, sortOrder) +#' +#' @param creationTimeBefore Return imported models that created before the specified time. +#' @param creationTimeAfter Return imported models that were created after the specified time. +#' @param nameContains Return imported models only if the model name contains these characters. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of imported models. +#' @param sortOrder Specifies whetehr to sort the results in ascending or descending order. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' nextToken = "string", +#' modelSummaries = list( +#' list( +#' modelArn = "string", +#' modelName = "string", +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_imported_models( +#' creationTimeBefore = as.POSIXct( +#' "2015-01-01" +#' ), +#' creationTimeAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' nameContains = "string", +#' maxResults = 123, +#' nextToken = "string", +#' sortBy = "CreationTime", +#' sortOrder = "Ascending"|"Descending" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_list_imported_models +#' +#' @aliases bedrock_list_imported_models +bedrock_list_imported_models <- function(creationTimeBefore = NULL, creationTimeAfter = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { + op <- new_operation( + name = "ListImportedModels", + http_method = "GET", + http_path = "/imported-models", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelSummaries") + ) + input <- .bedrock$list_imported_models_input(creationTimeBefore = creationTimeBefore, creationTimeAfter = creationTimeAfter, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_imported_models_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_imported_models <- bedrock_list_imported_models + +#' Returns a list of inference profiles that you can use +#' +#' @description +#' Returns a list of inference profiles that you can use. +#' +#' @usage +#' bedrock_list_inference_profiles(maxResults, nextToken) +#' +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' inferenceProfileSummaries = list( +#' list( +#' inferenceProfileName = "string", +#' models = list( +#' list( +#' modelArn = "string" +#' ) +#' ), +#' description = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' inferenceProfileArn = "string", +#' inferenceProfileId = "string", +#' status = "ACTIVE", +#' type = "SYSTEM_DEFINED" +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_inference_profiles( +#' maxResults = 123, +#' nextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_list_inference_profiles +#' +#' @aliases bedrock_list_inference_profiles +bedrock_list_inference_profiles <- function(maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListInferenceProfiles", + http_method = "GET", + http_path = "/inference-profiles", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "inferenceProfileSummaries") + ) + input <- .bedrock$list_inference_profiles_input(maxResults = maxResults, nextToken = nextToken) + output <- .bedrock$list_inference_profiles_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$list_inference_profiles <- bedrock_list_inference_profiles + +#' Returns a list of model copy jobs that you have submitted +#' +#' @description +#' Returns a list of model copy jobs that you have submitted. You can +#' filter the jobs to return based on one or more criteria. For more +#' information, see [Copy models to be used in other +#' regions](https://docs.aws.amazon.com/bedrock/latest/userguide/copy-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). +#' +#' @usage +#' bedrock_list_model_copy_jobs(creationTimeAfter, creationTimeBefore, +#' statusEquals, sourceAccountEquals, sourceModelArnEquals, +#' targetModelNameContains, maxResults, nextToken, sortBy, sortOrder) +#' +#' @param creationTimeAfter Filters for model copy jobs created after the specified time. +#' @param creationTimeBefore Filters for model copy jobs created before the specified time. +#' @param statusEquals Filters for model copy jobs whose status matches the value that you +#' specify. +#' @param sourceAccountEquals Filters for model copy jobs in which the account that the source model +#' belongs to is equal to the value that you specify. +#' @param sourceModelArnEquals Filters for model copy jobs in which the Amazon Resource Name (ARN) of +#' the source model to is equal to the value that you specify. +#' @param targetModelNameContains Filters for model copy jobs in which the name of the copied model +#' contains the string that you specify. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of model copy jobs. +#' @param sortOrder Specifies whether to sort the results in ascending or descending order. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' nextToken = "string", +#' modelCopyJobSummaries = list( +#' list( +#' jobArn = "string", +#' status = "InProgress"|"Completed"|"Failed", +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' targetModelArn = "string", +#' targetModelName = "string", +#' sourceAccountId = "string", +#' sourceModelArn = "string", +#' targetModelKmsKeyArn = "string", +#' targetModelTags = list( +#' list( +#' key = "string", +#' value = "string" +#' ) +#' ), +#' failureMessage = "string", +#' sourceModelName = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_model_copy_jobs( #' creationTimeAfter = as.POSIXct( #' "2015-01-01" #' ), #' creationTimeBefore = as.POSIXct( #' "2015-01-01" #' ), -#' statusEquals = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", -#' nameContains = "string", +#' statusEquals = "InProgress"|"Completed"|"Failed", +#' sourceAccountEquals = "string", +#' sourceModelArnEquals = "string", +#' targetModelNameContains = "string", #' maxResults = 123, #' nextToken = "string", #' sortBy = "CreationTime", @@ -1607,77 +2802,81 @@ bedrock_list_custom_models <- function(creationTimeBefore = NULL, creationTimeAf #' #' @keywords internal #' -#' @rdname bedrock_list_evaluation_jobs +#' @rdname bedrock_list_model_copy_jobs #' -#' @aliases bedrock_list_evaluation_jobs -bedrock_list_evaluation_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { +#' @aliases bedrock_list_model_copy_jobs +bedrock_list_model_copy_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, sourceAccountEquals = NULL, sourceModelArnEquals = NULL, targetModelNameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { op <- new_operation( - name = "ListEvaluationJobs", + name = "ListModelCopyJobs", http_method = "GET", - http_path = "/evaluation-jobs", + http_path = "/model-copy-jobs", host_prefix = "", - paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "jobSummaries") + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelCopyJobSummaries") ) - input <- .bedrock$list_evaluation_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) - output <- .bedrock$list_evaluation_jobs_output() + input <- .bedrock$list_model_copy_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, sourceAccountEquals = sourceAccountEquals, sourceModelArnEquals = sourceModelArnEquals, targetModelNameContains = targetModelNameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_copy_jobs_output() config <- get_config() svc <- .bedrock$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.bedrock$operations$list_evaluation_jobs <- bedrock_list_evaluation_jobs +.bedrock$operations$list_model_copy_jobs <- bedrock_list_model_copy_jobs -#' Lists Amazon Bedrock foundation models that you can use +#' Returns a list of model customization jobs that you have submitted #' #' @description -#' Lists Amazon Bedrock foundation models that you can use. You can filter -#' the results with the request parameters. For more information, see -#' [Foundation -#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/) in the -#' Amazon Bedrock User Guide. +#' Returns a list of model customization jobs that you have submitted. You +#' can filter the jobs to return based on one or more criteria. +#' +#' For more information, see [Custom +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage -#' bedrock_list_foundation_models(byProvider, byCustomizationType, -#' byOutputModality, byInferenceType) +#' bedrock_list_model_customization_jobs(creationTimeAfter, +#' creationTimeBefore, statusEquals, nameContains, maxResults, nextToken, +#' sortBy, sortOrder) #' -#' @param byProvider Return models belonging to the model provider that you specify. -#' @param byCustomizationType Return models that support the customization type that you specify. For -#' more information, see [Custom -#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. -#' @param byOutputModality Return models that support the output modality that you specify. -#' @param byInferenceType Return models that support the inference type that you specify. For more -#' information, see [Provisioned -#' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' @param creationTimeAfter Return customization jobs created after the specified time. +#' @param creationTimeBefore Return customization jobs created before the specified time. +#' @param statusEquals Return customization jobs with the specified status. +#' @param nameContains Return customization jobs only if the job name contains these +#' characters. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of jobs. +#' @param sortOrder The sort order of the results. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' modelSummaries = list( +#' nextToken = "string", +#' modelCustomizationJobSummaries = list( #' list( -#' modelArn = "string", -#' modelId = "string", -#' modelName = "string", -#' providerName = "string", -#' inputModalities = list( -#' "TEXT"|"IMAGE"|"EMBEDDING" -#' ), -#' outputModalities = list( -#' "TEXT"|"IMAGE"|"EMBEDDING" +#' jobArn = "string", +#' baseModelArn = "string", +#' jobName = "string", +#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", +#' lastModifiedTime = as.POSIXct( +#' "2015-01-01" #' ), -#' responseStreamingSupported = TRUE|FALSE, -#' customizationsSupported = list( -#' "FINE_TUNING"|"CONTINUED_PRE_TRAINING" +#' creationTime = as.POSIXct( +#' "2015-01-01" #' ), -#' inferenceTypesSupported = list( -#' "ON_DEMAND"|"PROVISIONED" +#' endTime = as.POSIXct( +#' "2015-01-01" #' ), -#' modelLifecycle = list( -#' status = "ACTIVE"|"LEGACY" -#' ) +#' customModelArn = "string", +#' customModelName = "string", +#' customizationType = "FINE_TUNING"|"CONTINUED_PRE_TRAINING" #' ) #' ) #' ) @@ -1685,166 +2884,210 @@ bedrock_list_evaluation_jobs <- function(creationTimeAfter = NULL, creationTimeB #' #' @section Request syntax: #' ``` -#' svc$list_foundation_models( -#' byProvider = "string", -#' byCustomizationType = "FINE_TUNING"|"CONTINUED_PRE_TRAINING", -#' byOutputModality = "TEXT"|"IMAGE"|"EMBEDDING", -#' byInferenceType = "ON_DEMAND"|"PROVISIONED" +#' svc$list_model_customization_jobs( +#' creationTimeAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' creationTimeBefore = as.POSIXct( +#' "2015-01-01" +#' ), +#' statusEquals = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", +#' nameContains = "string", +#' maxResults = 123, +#' nextToken = "string", +#' sortBy = "CreationTime", +#' sortOrder = "Ascending"|"Descending" #' ) #' ``` #' #' @keywords internal #' -#' @rdname bedrock_list_foundation_models +#' @rdname bedrock_list_model_customization_jobs #' -#' @aliases bedrock_list_foundation_models -bedrock_list_foundation_models <- function(byProvider = NULL, byCustomizationType = NULL, byOutputModality = NULL, byInferenceType = NULL) { +#' @aliases bedrock_list_model_customization_jobs +bedrock_list_model_customization_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { op <- new_operation( - name = "ListFoundationModels", + name = "ListModelCustomizationJobs", http_method = "GET", - http_path = "/foundation-models", + http_path = "/model-customization-jobs", host_prefix = "", - paginator = list() + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelCustomizationJobSummaries") ) - input <- .bedrock$list_foundation_models_input(byProvider = byProvider, byCustomizationType = byCustomizationType, byOutputModality = byOutputModality, byInferenceType = byInferenceType) - output <- .bedrock$list_foundation_models_output() + input <- .bedrock$list_model_customization_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_customization_jobs_output() config <- get_config() svc <- .bedrock$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.bedrock$operations$list_foundation_models <- bedrock_list_foundation_models +.bedrock$operations$list_model_customization_jobs <- bedrock_list_model_customization_jobs -#' Lists details about all the guardrails in an account +#' Returns a list of import jobs you've submitted #' #' @description -#' Lists details about all the guardrails in an account. To list the -#' `DRAFT` version of all your guardrails, don't specify the -#' `guardrailIdentifier` field. To list all versions of a guardrail, -#' specify the ARN of the guardrail in the `guardrailIdentifier` field. -#' -#' You can set the maximum number of results to return in a response in the -#' `maxResults` field. If there are more results than the number you set, -#' the response returns a `nextToken` that you can send in another -#' [`list_guardrails`][bedrock_list_guardrails] request to see the next -#' batch of results. +#' Returns a list of import jobs you've submitted. You can filter the +#' results to return based on one or more criteria. For more information, +#' see [Import a customized +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html) +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage -#' bedrock_list_guardrails(guardrailIdentifier, maxResults, nextToken) +#' bedrock_list_model_import_jobs(creationTimeAfter, creationTimeBefore, +#' statusEquals, nameContains, maxResults, nextToken, sortBy, sortOrder) #' -#' @param guardrailIdentifier The unique identifier of the guardrail. This can be an ID or the ARN. -#' @param maxResults The maximum number of results to return in the response. -#' @param nextToken If there are more results than were returned in the response, the -#' response returns a `nextToken` that you can send in another -#' [`list_guardrails`][bedrock_list_guardrails] request to see the next -#' batch of results. +#' @param creationTimeAfter Return import jobs that were created after the specified time. +#' @param creationTimeBefore Return import jobs that were created before the specified time. +#' @param statusEquals Return imported jobs with the specified status. +#' @param nameContains Return imported jobs only if the job name contains these characters. +#' @param maxResults The maximum number of results to return in the response. If the total +#' number of results is greater than this value, use the token returned in +#' the response in the `nextToken` field when making another request to +#' return the next batch of results. +#' @param nextToken If the total number of results is greater than the `maxResults` value +#' provided in the request, enter the token returned in the `nextToken` +#' field in the response in this field to return the next batch of results. +#' @param sortBy The field to sort by in the returned list of imported jobs. +#' @param sortOrder Specifies whether to sort the results in ascending or descending order. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' guardrails = list( +#' nextToken = "string", +#' modelImportJobSummaries = list( #' list( -#' id = "string", -#' arn = "string", -#' status = "CREATING"|"UPDATING"|"VERSIONING"|"READY"|"FAILED"|"DELETING", -#' name = "string", -#' description = "string", -#' version = "string", -#' createdAt = as.POSIXct( +#' jobArn = "string", +#' jobName = "string", +#' status = "InProgress"|"Completed"|"Failed", +#' lastModifiedTime = as.POSIXct( #' "2015-01-01" #' ), -#' updatedAt = as.POSIXct( +#' creationTime = as.POSIXct( #' "2015-01-01" -#' ) +#' ), +#' endTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' importedModelArn = "string", +#' importedModelName = "string" #' ) -#' ), -#' nextToken = "string" +#' ) #' ) #' ``` #' #' @section Request syntax: #' ``` -#' svc$list_guardrails( -#' guardrailIdentifier = "string", +#' svc$list_model_import_jobs( +#' creationTimeAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' creationTimeBefore = as.POSIXct( +#' "2015-01-01" +#' ), +#' statusEquals = "InProgress"|"Completed"|"Failed", +#' nameContains = "string", #' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' sortBy = "CreationTime", +#' sortOrder = "Ascending"|"Descending" #' ) #' ``` #' #' @keywords internal #' -#' @rdname bedrock_list_guardrails +#' @rdname bedrock_list_model_import_jobs #' -#' @aliases bedrock_list_guardrails -bedrock_list_guardrails <- function(guardrailIdentifier = NULL, maxResults = NULL, nextToken = NULL) { +#' @aliases bedrock_list_model_import_jobs +bedrock_list_model_import_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { op <- new_operation( - name = "ListGuardrails", + name = "ListModelImportJobs", http_method = "GET", - http_path = "/guardrails", + http_path = "/model-import-jobs", host_prefix = "", - paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "guardrails") + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelImportJobSummaries") ) - input <- .bedrock$list_guardrails_input(guardrailIdentifier = guardrailIdentifier, maxResults = maxResults, nextToken = nextToken) - output <- .bedrock$list_guardrails_output() + input <- .bedrock$list_model_import_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_import_jobs_output() config <- get_config() svc <- .bedrock$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.bedrock$operations$list_guardrails <- bedrock_list_guardrails +.bedrock$operations$list_model_import_jobs <- bedrock_list_model_import_jobs -#' Returns a list of model customization jobs that you have submitted +#' Lists all batch inference jobs in the account #' #' @description -#' Returns a list of model customization jobs that you have submitted. You -#' can filter the jobs to return based on one or more criteria. -#' -#' For more information, see [Custom -#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' Lists all batch inference jobs in the account. For more information, see +#' [View details about a batch inference +#' job](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-view). #' #' @usage -#' bedrock_list_model_customization_jobs(creationTimeAfter, -#' creationTimeBefore, statusEquals, nameContains, maxResults, nextToken, -#' sortBy, sortOrder) +#' bedrock_list_model_invocation_jobs(submitTimeAfter, submitTimeBefore, +#' statusEquals, nameContains, maxResults, nextToken, sortBy, sortOrder) #' -#' @param creationTimeAfter Return customization jobs created after the specified time. -#' @param creationTimeBefore Return customization jobs created before the specified time. -#' @param statusEquals Return customization jobs with the specified status. -#' @param nameContains Return customization jobs only if the job name contains these -#' characters. -#' @param maxResults Maximum number of results to return in the response. -#' @param nextToken Continuation token from the previous response, for Amazon Bedrock to -#' list the next set of results. -#' @param sortBy The field to sort by in the returned list of jobs. -#' @param sortOrder The sort order of the results. +#' @param submitTimeAfter Specify a time to filter for batch inference jobs that were submitted +#' after the time you specify. +#' @param submitTimeBefore Specify a time to filter for batch inference jobs that were submitted +#' before the time you specify. +#' @param statusEquals Specify a status to filter for batch inference jobs whose statuses match +#' the string you specify. +#' @param nameContains Specify a string to filter for batch inference jobs whose names contain +#' the string. +#' @param maxResults The maximum number of results to return. If there are more results than +#' the number that you specify, a `nextToken` value is returned. Use the +#' `nextToken` in a request to return the next batch of results. +#' @param nextToken If there were more results than the value you specified in the +#' `maxResults` field in a previous +#' [`list_model_invocation_jobs`][bedrock_list_model_invocation_jobs] +#' request, the response would have returned a `nextToken` value. To see +#' the next batch of results, send the `nextToken` value in another +#' request. +#' @param sortBy An attribute by which to sort the results. +#' @param sortOrder Specifies whether to sort the results by ascending or descending order. #' #' @return #' A list with the following syntax: #' ``` #' list( #' nextToken = "string", -#' modelCustomizationJobSummaries = list( +#' invocationJobSummaries = list( #' list( #' jobArn = "string", -#' baseModelArn = "string", #' jobName = "string", -#' status = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", -#' lastModifiedTime = as.POSIXct( +#' modelId = "string", +#' clientRequestToken = "string", +#' roleArn = "string", +#' status = "Submitted"|"InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"PartiallyCompleted"|"Expired"|"Validating"|"Scheduled", +#' message = "string", +#' submitTime = as.POSIXct( #' "2015-01-01" #' ), -#' creationTime = as.POSIXct( +#' lastModifiedTime = as.POSIXct( #' "2015-01-01" #' ), #' endTime = as.POSIXct( #' "2015-01-01" #' ), -#' customModelArn = "string", -#' customModelName = "string", -#' customizationType = "FINE_TUNING"|"CONTINUED_PRE_TRAINING" +#' inputDataConfig = list( +#' s3InputDataConfig = list( +#' s3InputFormat = "JSONL", +#' s3Uri = "string" +#' ) +#' ), +#' outputDataConfig = list( +#' s3OutputDataConfig = list( +#' s3Uri = "string", +#' s3EncryptionKeyId = "string" +#' ) +#' ), +#' timeoutDurationInHours = 123, +#' jobExpirationTime = as.POSIXct( +#' "2015-01-01" +#' ) #' ) #' ) #' ) @@ -1852,14 +3095,14 @@ bedrock_list_guardrails <- function(guardrailIdentifier = NULL, maxResults = NUL #' #' @section Request syntax: #' ``` -#' svc$list_model_customization_jobs( -#' creationTimeAfter = as.POSIXct( +#' svc$list_model_invocation_jobs( +#' submitTimeAfter = as.POSIXct( #' "2015-01-01" #' ), -#' creationTimeBefore = as.POSIXct( +#' submitTimeBefore = as.POSIXct( #' "2015-01-01" #' ), -#' statusEquals = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped", +#' statusEquals = "Submitted"|"InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped"|"PartiallyCompleted"|"Expired"|"Validating"|"Scheduled", #' nameContains = "string", #' maxResults = 123, #' nextToken = "string", @@ -1870,26 +3113,26 @@ bedrock_list_guardrails <- function(guardrailIdentifier = NULL, maxResults = NUL #' #' @keywords internal #' -#' @rdname bedrock_list_model_customization_jobs +#' @rdname bedrock_list_model_invocation_jobs #' -#' @aliases bedrock_list_model_customization_jobs -bedrock_list_model_customization_jobs <- function(creationTimeAfter = NULL, creationTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { +#' @aliases bedrock_list_model_invocation_jobs +bedrock_list_model_invocation_jobs <- function(submitTimeAfter = NULL, submitTimeBefore = NULL, statusEquals = NULL, nameContains = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL) { op <- new_operation( - name = "ListModelCustomizationJobs", + name = "ListModelInvocationJobs", http_method = "GET", - http_path = "/model-customization-jobs", + http_path = "/model-invocation-jobs", host_prefix = "", - paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "modelCustomizationJobSummaries") + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "invocationJobSummaries") ) - input <- .bedrock$list_model_customization_jobs_input(creationTimeAfter = creationTimeAfter, creationTimeBefore = creationTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) - output <- .bedrock$list_model_customization_jobs_output() + input <- .bedrock$list_model_invocation_jobs_input(submitTimeAfter = submitTimeAfter, submitTimeBefore = submitTimeBefore, statusEquals = statusEquals, nameContains = nameContains, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder) + output <- .bedrock$list_model_invocation_jobs_output() config <- get_config() svc <- .bedrock$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.bedrock$operations$list_model_customization_jobs <- bedrock_list_model_customization_jobs +.bedrock$operations$list_model_invocation_jobs <- bedrock_list_model_invocation_jobs #' Lists the Provisioned Throughputs in the account #' @@ -1897,7 +3140,8 @@ bedrock_list_model_customization_jobs <- function(creationTimeAfter = NULL, crea #' Lists the Provisioned Throughputs in the account. For more information, #' see [Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_list_provisioned_model_throughputs(creationTimeAfter, @@ -2003,7 +3247,8 @@ bedrock_list_provisioned_model_throughputs <- function(creationTimeAfter = NULL, #' #' For more information, see [Tagging #' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_list_tags_for_resource(resourceARN) @@ -2161,7 +3406,8 @@ bedrock_stop_evaluation_job <- function(jobIdentifier) { #' Stops an active model customization job. For more information, see #' [Custom #' models](https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_stop_model_customization_job(jobIdentifier) @@ -2201,12 +3447,58 @@ bedrock_stop_model_customization_job <- function(jobIdentifier) { } .bedrock$operations$stop_model_customization_job <- bedrock_stop_model_customization_job +#' Stops a batch inference job +#' +#' @description +#' Stops a batch inference job. You're only charged for tokens that were +#' already processed. For more information, see [Stop a batch inference +#' job](https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-manage.html#batch-inference-stop). +#' +#' @usage +#' bedrock_stop_model_invocation_job(jobIdentifier) +#' +#' @param jobIdentifier [required] The Amazon Resource Name (ARN) of the batch inference job to stop. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$stop_model_invocation_job( +#' jobIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname bedrock_stop_model_invocation_job +#' +#' @aliases bedrock_stop_model_invocation_job +bedrock_stop_model_invocation_job <- function(jobIdentifier) { + op <- new_operation( + name = "StopModelInvocationJob", + http_method = "POST", + http_path = "/model-invocation-job/{jobIdentifier}/stop", + host_prefix = "", + paginator = list() + ) + input <- .bedrock$stop_model_invocation_job_input(jobIdentifier = jobIdentifier) + output <- .bedrock$stop_model_invocation_job_output() + config <- get_config() + svc <- .bedrock$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.bedrock$operations$stop_model_invocation_job <- bedrock_stop_model_invocation_job + #' Associate tags with a resource #' #' @description #' Associate tags with a resource. For more information, see [Tagging #' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_tag_resource(resourceARN, tags) @@ -2259,7 +3551,8 @@ bedrock_tag_resource <- function(resourceARN, tags) { #' Remove one or more tags from a resource. For more information, see #' [Tagging #' resources](https://docs.aws.amazon.com/bedrock/latest/userguide/tagging.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_untag_resource(resourceARN, tagKeys) @@ -2476,7 +3769,8 @@ bedrock_update_guardrail <- function(guardrailIdentifier, name, description = NU #' Updates the name or associated model for a Provisioned Throughput. For #' more information, see [Provisioned #' Throughput](https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html) -#' in the Amazon Bedrock User Guide. +#' in the [Amazon Bedrock User +#' Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html). #' #' @usage #' bedrock_update_provisioned_model_throughput(provisionedModelId, diff --git a/paws/R/bedrock_service.R b/paws/R/bedrock_service.R index 3889f8a6df..098827f0d5 100644 --- a/paws/R/bedrock_service.R +++ b/paws/R/bedrock_service.R @@ -84,39 +84,55 @@ NULL #' @examples #' \dontrun{ #' svc <- bedrock() -#' svc$create_evaluation_job( +#' svc$batch_delete_evaluation_job( #' Foo = 123 #' ) #' } #' #' @section Operations: #' \tabular{ll}{ +#' \link[=bedrock_batch_delete_evaluation_job]{batch_delete_evaluation_job} \tab Creates a batch deletion job\cr #' \link[=bedrock_create_evaluation_job]{create_evaluation_job} \tab API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers\cr #' \link[=bedrock_create_guardrail]{create_guardrail} \tab Creates a guardrail to block topics and to implement safeguards for your generative AI applications\cr #' \link[=bedrock_create_guardrail_version]{create_guardrail_version} \tab Creates a version of the guardrail\cr +#' \link[=bedrock_create_model_copy_job]{create_model_copy_job} \tab Copies a model to another region so that it can be used there\cr #' \link[=bedrock_create_model_customization_job]{create_model_customization_job} \tab Creates a fine-tuning job to customize a base model\cr +#' \link[=bedrock_create_model_import_job]{create_model_import_job} \tab Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker\cr +#' \link[=bedrock_create_model_invocation_job]{create_model_invocation_job} \tab Creates a batch inference job to invoke a model on multiple prompts\cr #' \link[=bedrock_create_provisioned_model_throughput]{create_provisioned_model_throughput} \tab Creates dedicated throughput for a base or custom model with the model units and for the duration that you specify\cr #' \link[=bedrock_delete_custom_model]{delete_custom_model} \tab Deletes a custom model that you created earlier\cr #' \link[=bedrock_delete_guardrail]{delete_guardrail} \tab Deletes a guardrail\cr +#' \link[=bedrock_delete_imported_model]{delete_imported_model} \tab Deletes a custom model that you imported earlier\cr #' \link[=bedrock_delete_model_invocation_logging_configuration]{delete_model_invocation_logging_configuration} \tab Delete the invocation logging\cr #' \link[=bedrock_delete_provisioned_model_throughput]{delete_provisioned_model_throughput} \tab Deletes a Provisioned Throughput\cr #' \link[=bedrock_get_custom_model]{get_custom_model} \tab Get the properties associated with a Amazon Bedrock custom model that you have created\cr #' \link[=bedrock_get_evaluation_job]{get_evaluation_job} \tab Retrieves the properties associated with a model evaluation job, including the status of the job\cr #' \link[=bedrock_get_foundation_model]{get_foundation_model} \tab Get details about a Amazon Bedrock foundation model\cr #' \link[=bedrock_get_guardrail]{get_guardrail} \tab Gets details about a guardrail\cr +#' \link[=bedrock_get_imported_model]{get_imported_model} \tab Gets properties associated with a customized model you imported\cr +#' \link[=bedrock_get_inference_profile]{get_inference_profile} \tab Gets information about an inference profile\cr +#' \link[=bedrock_get_model_copy_job]{get_model_copy_job} \tab Retrieves information about a model copy job\cr #' \link[=bedrock_get_model_customization_job]{get_model_customization_job} \tab Retrieves the properties associated with a model-customization job, including the status of the job\cr +#' \link[=bedrock_get_model_import_job]{get_model_import_job} \tab Retrieves the properties associated with import model job, including the status of the job\cr +#' \link[=bedrock_get_model_invocation_job]{get_model_invocation_job} \tab Gets details about a batch inference job\cr #' \link[=bedrock_get_model_invocation_logging_configuration]{get_model_invocation_logging_configuration} \tab Get the current configuration values for model invocation logging\cr #' \link[=bedrock_get_provisioned_model_throughput]{get_provisioned_model_throughput} \tab Returns details for a Provisioned Throughput\cr #' \link[=bedrock_list_custom_models]{list_custom_models} \tab Returns a list of the custom models that you have created with the CreateModelCustomizationJob operation\cr #' \link[=bedrock_list_evaluation_jobs]{list_evaluation_jobs} \tab Lists model evaluation jobs\cr #' \link[=bedrock_list_foundation_models]{list_foundation_models} \tab Lists Amazon Bedrock foundation models that you can use\cr #' \link[=bedrock_list_guardrails]{list_guardrails} \tab Lists details about all the guardrails in an account\cr +#' \link[=bedrock_list_imported_models]{list_imported_models} \tab Returns a list of models you've imported\cr +#' \link[=bedrock_list_inference_profiles]{list_inference_profiles} \tab Returns a list of inference profiles that you can use\cr +#' \link[=bedrock_list_model_copy_jobs]{list_model_copy_jobs} \tab Returns a list of model copy jobs that you have submitted\cr #' \link[=bedrock_list_model_customization_jobs]{list_model_customization_jobs} \tab Returns a list of model customization jobs that you have submitted\cr +#' \link[=bedrock_list_model_import_jobs]{list_model_import_jobs} \tab Returns a list of import jobs you've submitted\cr +#' \link[=bedrock_list_model_invocation_jobs]{list_model_invocation_jobs} \tab Lists all batch inference jobs in the account\cr #' \link[=bedrock_list_provisioned_model_throughputs]{list_provisioned_model_throughputs} \tab Lists the Provisioned Throughputs in the account\cr #' \link[=bedrock_list_tags_for_resource]{list_tags_for_resource} \tab List the tags associated with the specified resource\cr #' \link[=bedrock_put_model_invocation_logging_configuration]{put_model_invocation_logging_configuration} \tab Set the configuration values for model invocation logging\cr #' \link[=bedrock_stop_evaluation_job]{stop_evaluation_job} \tab Stops an in progress model evaluation job\cr #' \link[=bedrock_stop_model_customization_job]{stop_model_customization_job} \tab Stops an active model customization job\cr +#' \link[=bedrock_stop_model_invocation_job]{stop_model_invocation_job} \tab Stops a batch inference job\cr #' \link[=bedrock_tag_resource]{tag_resource} \tab Associate tags with a resource\cr #' \link[=bedrock_untag_resource]{untag_resource} \tab Remove one or more tags from a resource\cr #' \link[=bedrock_update_guardrail]{update_guardrail} \tab Updates a guardrail with the values you specify\cr @@ -156,7 +172,7 @@ bedrock <- function(config = list(), credentials = list(), endpoint = NULL, regi service_id = "Bedrock", api_version = "2023-04-20", signing_name = "bedrock", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/bedrockruntime_operations.R b/paws/R/bedrockruntime_operations.R index 2107966f89..15c0ddb7f3 100644 --- a/paws/R/bedrockruntime_operations.R +++ b/paws/R/bedrockruntime_operations.R @@ -150,9 +150,12 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' Sends messages to the specified Amazon Bedrock model. #' [`converse`][bedrockruntime_converse] provides a consistent interface #' that works with all models that support messages. This allows you to -#' write code once and use it with different models. Should a model have -#' unique inference parameters, you can also pass those unique parameters -#' to the model. +#' write code once and use it with different models. If a model has unique +#' inference parameters, you can also pass those unique parameters to the +#' model. +#' +#' Amazon Bedrock doesn't store any text, images, or documents that you +#' provide as content. The data is only used to generate the response. #' #' For information about the Converse API, see *Use the Converse API* in #' the *Amazon Bedrock User Guide*. To use a guardrail, see *Use a @@ -172,7 +175,8 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' #' @param modelId [required] The identifier for the model that you want to call. #' -#' The `modelId` to provide depends on the type of model that you use: +#' The `modelId` to provide depends on the type of model or throughput that +#' you use: #' #' - If you use a base model, specify the model ID or its ARN. For a list #' of model IDs for base models, see [Amazon Bedrock base model IDs @@ -180,6 +184,12 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' throughput)](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns) #' in the Amazon Bedrock User Guide. #' +#' - If you use an inference profile, specify the inference profile ID or +#' its ARN. For a list of inference profile IDs, see [Supported Regions +#' and models for cross-region +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html) +#' in the Amazon Bedrock User Guide. +#' #' - If you use a provisioned model, specify the ARN of the Provisioned #' Throughput. For more information, see [Run inference using a #' Provisioned @@ -191,6 +201,9 @@ bedrockruntime_apply_guardrail <- function(guardrailIdentifier, guardrailVersion #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' The Converse API doesn't support [imported +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html). #' @param messages [required] The messages that you want to send to the model. #' @param system A system prompt to pass to the model. #' @param inferenceConfig Inference parameters to pass to the model. @@ -593,6 +606,12 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' [GetFoundationModel](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetFoundationModel.html) #' and check the `responseStreamingSupported` field in the response. #' +#' The CLI doesn't support streaming operations in Amazon Bedrock, +#' including [`converse_stream`][bedrockruntime_converse_stream]. +#' +#' Amazon Bedrock doesn't store any text, images, or documents that you +#' provide as content. The data is only used to generate the response. +#' #' For information about the Converse API, see *Use the Converse API* in #' the *Amazon Bedrock User Guide*. To use a guardrail, see *Use a #' guardrail with the Converse API* in the *Amazon Bedrock User Guide*. To @@ -612,7 +631,8 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' #' @param modelId [required] The ID for the model. #' -#' The `modelId` to provide depends on the type of model that you use: +#' The `modelId` to provide depends on the type of model or throughput that +#' you use: #' #' - If you use a base model, specify the model ID or its ARN. For a list #' of model IDs for base models, see [Amazon Bedrock base model IDs @@ -620,6 +640,12 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' throughput)](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html#model-ids-arns) #' in the Amazon Bedrock User Guide. #' +#' - If you use an inference profile, specify the inference profile ID or +#' its ARN. For a list of inference profile IDs, see [Supported Regions +#' and models for cross-region +#' inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference-support.html) +#' in the Amazon Bedrock User Guide. +#' #' - If you use a provisioned model, specify the ARN of the Provisioned #' Throughput. For more information, see [Run inference using a #' Provisioned @@ -631,6 +657,9 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' The Converse API doesn't support [imported +#' models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html). #' @param messages [required] The messages that you want to send to the model. #' @param system A system prompt to send to the model. #' @param inferenceConfig Inference parameters to pass to the model. @@ -859,6 +888,9 @@ bedrockruntime_converse <- function(modelId, messages, system = NULL, inferenceC #' ), #' throttlingException = list( #' message = "string" +#' ), +#' serviceUnavailableException = list( +#' message = "string" #' ) #' ) #' ) @@ -1054,6 +1086,13 @@ bedrockruntime_converse_stream <- function(modelId, messages, system = NULL, inf #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' - If you use an [imported +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html), +#' specify the ARN of the imported model. You can get the model ARN +#' from a successful call to +#' [CreateModelImportJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html) +#' or from the Imported models page in the Amazon Bedrock console. #' @param trace Specifies whether to enable or disable the Bedrock trace. If enabled, #' you can see the full Bedrock trace. #' @param guardrailIdentifier The unique identifier of the guardrail that you want to use. If you @@ -1128,7 +1167,8 @@ bedrockruntime_invoke_model <- function(body, contentType = NULL, accept = NULL, #' [GetFoundationModel](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_GetFoundationModel.html) #' and check the `responseStreamingSupported` field in the response. #' -#' The CLI doesn't support +#' The CLI doesn't support streaming operations in Amazon Bedrock, +#' including #' [`invoke_model_with_response_stream`][bedrockruntime_invoke_model_with_response_stream]. #' #' For example code, see *Invoke model with streaming code example* in the @@ -1174,6 +1214,13 @@ bedrockruntime_invoke_model <- function(body, contentType = NULL, accept = NULL, #' more information, see [Use a custom model in Amazon #' Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-use.html) #' in the Amazon Bedrock User Guide. +#' +#' - If you use an [imported +#' model](https://docs.aws.amazon.com/bedrock/latest/userguide/model-customization-import-model.html), +#' specify the ARN of the imported model. You can get the model ARN +#' from a successful call to +#' [CreateModelImportJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelImportJob.html) +#' or from the Imported models page in the Amazon Bedrock console. #' @param trace Specifies whether to enable or disable the Bedrock trace. If enabled, #' you can see the full Bedrock trace. #' @param guardrailIdentifier The unique identifier of the guardrail that you want to use. If you @@ -1215,6 +1262,9 @@ bedrockruntime_invoke_model <- function(body, contentType = NULL, accept = NULL, #' ), #' modelTimeoutException = list( #' message = "string" +#' ), +#' serviceUnavailableException = list( +#' message = "string" #' ) #' ), #' contentType = "string" diff --git a/paws/R/bedrockruntime_service.R b/paws/R/bedrockruntime_service.R index 7f2fa12d90..53f08645d5 100644 --- a/paws/R/bedrockruntime_service.R +++ b/paws/R/bedrockruntime_service.R @@ -131,7 +131,7 @@ bedrockruntime <- function(config = list(), credentials = list(), endpoint = NUL service_id = "Bedrock Runtime", api_version = "2023-09-30", signing_name = "bedrock", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/cloudformation_operations.R b/paws/R/cloudformation_operations.R index 65c41a0daa..f20b785d04 100644 --- a/paws/R/cloudformation_operations.R +++ b/paws/R/cloudformation_operations.R @@ -652,7 +652,7 @@ cloudformation_continue_update_rollback <- function(StackName, RoleARN = NULL, R #' If you create a change set for a new stack, CloudFormation creates a #' stack with a unique stack ID, but no template or resources. The stack #' will be in the -#' [REVIEW_IN_PROGRESS](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html#d0e11995) +#' [REVIEW_IN_PROGRESS](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/service_code_examples.html#d0e11995) #' state until you execute the change set. #' #' By default, CloudFormation specifies `UPDATE`. You can't use the @@ -1950,7 +1950,7 @@ cloudformation_delete_stack <- function(StackName, RetainResources = NULL, RoleA #' existing, saved stack to a new stack set. #' #' For more information, see [Stack set operation -#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). +#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options). #' @param OperationId The unique identifier for this stack set operation. #' #' If you don't specify an operation ID, the SDK generates one @@ -4228,7 +4228,7 @@ cloudformation_detect_stack_resource_drift <- function(StackName, LogicalResourc #' #' For more information about maximum concurrent accounts and failure #' tolerance, see [Stack set operation -#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). +#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options). #' @param OperationId *The ID of the stack set operation.* #' @param CallAs \[Service-managed permissions\] Specifies whether you are acting as an #' account administrator in the organization's management account or as a @@ -4868,7 +4868,7 @@ cloudformation_get_template_summary <- function(TemplateBody = NULL, TemplateURL #' #' For more information about maximum concurrent accounts and failure #' tolerance, see [Stack set operation -#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options). +#' options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html#stackset-ops-options). #' @param OperationId A unique, user defined, identifier for the stack set operation. #' @param CallAs By default, `SELF` is specified. Use `SELF` for stack sets with #' self-managed permissions. @@ -6960,7 +6960,7 @@ cloudformation_register_publisher <- function(AcceptTermsAndConditions = NULL, C #' contain a trust relationship with the CloudFormation service principal #' (`resources.cloudformation.amazonaws.com`). For more information about #' adding trust relationships, see [Modifying a role trust -#' policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/roles-managingrole-editing-console.html#roles-managingrole_edit-trust-policy) +#' policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage.html#roles-managingrole_edit-trust-policy) #' in the *Identity and Access Management User Guide*. #' #' If your extension calls Amazon Web Services APIs in any of its handlers, @@ -7765,7 +7765,7 @@ cloudformation_update_generated_template <- function(GeneratedTemplateName, NewG #' #' For more information about creating an update template, updating a #' stack, and monitoring the progress of the update, see [Updating a -#' Stack](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html). +#' Stack](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html). #' #' @usage #' cloudformation_update_stack(StackName, TemplateBody, TemplateURL, diff --git a/paws/R/cloudwatch_operations.R b/paws/R/cloudwatch_operations.R index 4fc2ea0063..0d2f438c7d 100644 --- a/paws/R/cloudwatch_operations.R +++ b/paws/R/cloudwatch_operations.R @@ -3283,7 +3283,7 @@ cloudwatch_put_managed_insight_rules <- function(ManagedRules) { #' called `AWSServiceRoleForCloudWatchEvents` and #' `AWSServiceRoleForCloudWatchAlarms_ActionSSM`. For more information, see #' [Amazon Web Services service-linked -#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-linked-role). +#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#id_roles_terms-and-concepts). #' #' Each [`put_metric_alarm`][cloudwatch_put_metric_alarm] action has a #' maximum uncompressed payload of 120 KB. diff --git a/paws/R/cloudwatchinternetmonitor_operations.R b/paws/R/cloudwatchinternetmonitor_operations.R index 217856f978..3b966613b7 100644 --- a/paws/R/cloudwatchinternetmonitor_operations.R +++ b/paws/R/cloudwatchinternetmonitor_operations.R @@ -1074,6 +1074,15 @@ cloudwatchinternetmonitor_list_tags_for_resource <- function(ResourceArn) { #' current configuration, and the best performing EC2 configuration, at #' 1 hour intervals. #' +#' - `OVERALL_TRAFFIC_SUGGESTIONS`: Provides TTFB, using a 30-day +#' weighted average, for all traffic in each Amazon Web Services +#' location that is monitored. +#' +#' - `OVERALL_TRAFFIC_SUGGESTIONS_DETAILS`: Provides TTFB, using a 30-day +#' weighted average, for each top location, for a proposed Amazon Web +#' Services location. Must provide a Amazon Web Services location to +#' search. +#' #' For lists of the fields returned with each query type and more #' information about how each type of query is performed, see [Using the #' Amazon CloudWatch Internet Monitor query @@ -1114,7 +1123,7 @@ cloudwatchinternetmonitor_list_tags_for_resource <- function(ResourceArn) { #' EndTime = as.POSIXct( #' "2015-01-01" #' ), -#' QueryType = "MEASUREMENTS"|"TOP_LOCATIONS"|"TOP_LOCATION_DETAILS", +#' QueryType = "MEASUREMENTS"|"TOP_LOCATIONS"|"TOP_LOCATION_DETAILS"|"OVERALL_TRAFFIC_SUGGESTIONS"|"OVERALL_TRAFFIC_SUGGESTIONS_DETAILS", #' FilterParameters = list( #' list( #' Field = "string", diff --git a/paws/R/cloudwatchinternetmonitor_service.R b/paws/R/cloudwatchinternetmonitor_service.R index cefaf10fe1..80bd572c9d 100644 --- a/paws/R/cloudwatchinternetmonitor_service.R +++ b/paws/R/cloudwatchinternetmonitor_service.R @@ -173,7 +173,7 @@ cloudwatchinternetmonitor <- function(config = list(), credentials = list(), end service_id = "InternetMonitor", api_version = "2021-06-03", signing_name = "internetmonitor", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/cloudwatchlogs_operations.R b/paws/R/cloudwatchlogs_operations.R index 539310032b..7a41c7d42a 100644 --- a/paws/R/cloudwatchlogs_operations.R +++ b/paws/R/cloudwatchlogs_operations.R @@ -2586,16 +2586,15 @@ cloudwatchlogs_disassociate_kms_key <- function(logGroupName = NULL, resourceIde #' both. #' @param logStreamNames Filters the results to only logs from the log streams in this list. #' -#' If you specify a value for both `logStreamNamePrefix` and -#' `logStreamNames`, the action returns an `InvalidParameterException` +#' If you specify a value for both `logStreamNames` and +#' `logStreamNamePrefix`, the action returns an `InvalidParameterException` #' error. #' @param logStreamNamePrefix Filters the results to include only events from log streams that have #' names starting with this prefix. #' #' If you specify a value for both `logStreamNamePrefix` and -#' `logStreamNames`, but the value for `logStreamNamePrefix` does not match -#' any log stream names specified in `logStreamNames`, the action returns -#' an `InvalidParameterException` error. +#' `logStreamNames`, the action returns an `InvalidParameterException` +#' error. #' @param startTime The start of the time range, expressed as the number of milliseconds #' after `Jan 1, 1970 00:00:00 UTC`. Events with a timestamp before this #' time are not returned. @@ -3770,9 +3769,9 @@ cloudwatchlogs_list_tags_log_group <- function(logGroupName) { #' cross-account delivery. Kinesis Data Streams and Firehose are #' supported as logical destinations. #' -#' Each account can have one account-level subscription filter policy. If -#' you are updating an existing filter, you must specify the correct name -#' in `PolicyName`. To perform a +#' Each account can have one account-level subscription filter policy per +#' Region. If you are updating an existing filter, you must specify the +#' correct name in `PolicyName`. To perform a #' [`put_account_policy`][cloudwatchlogs_put_account_policy] subscription #' filter operation for any destination except a Lambda function, you must #' also have the `iam:PassRole` permission. @@ -3855,7 +3854,7 @@ cloudwatchlogs_list_tags_log_group <- function(logGroupName) { #' - **FilterPattern** A filter pattern for subscribing to a filtered #' stream of log events. #' -#' - **Distribution**The method used to distribute log data to the +#' - **Distribution** The method used to distribute log data to the #' destination. By default, log data is grouped by log stream, but the #' grouping can be set to `Random` for a more even distribution. This #' property is only applicable when the destination is an Kinesis Data @@ -4308,9 +4307,11 @@ cloudwatchlogs_put_delivery_destination_policy <- function(deliveryDestinationNa #' `arn:aws:workmail:us-east-1:123456789012:organization/m-1234EXAMPLEabcd1234abcd1234abcd1234` #' @param logType [required] Defines the type of log that the source is sending. #' +#' - For Amazon Bedrock, the valid value is `APPLICATION_LOGS`. +#' #' - For Amazon CodeWhisperer, the valid value is `EVENT_LOGS`. #' -#' - For IAM Identity Centerr, the valid value is `ERROR_LOGS`. +#' - For IAM Identity Center, the valid value is `ERROR_LOGS`. #' #' - For Amazon WorkMail, the valid values are `ACCESS_CONTROL_LOGS`, #' `AUTHENTICATION_LOGS`, `WORKMAIL_AVAILABILITY_PROVIDER_LOGS`, and @@ -4580,7 +4581,7 @@ cloudwatchlogs_put_destination_policy <- function(destinationName, accessPolicy, #' #' @usage #' cloudwatchlogs_put_log_events(logGroupName, logStreamName, logEvents, -#' sequenceToken) +#' sequenceToken, entity) #' #' @param logGroupName [required] The name of the log group. #' @param logStreamName [required] The name of the log stream. @@ -4593,6 +4594,7 @@ cloudwatchlogs_put_destination_policy <- function(destinationName, accessPolicy, #' [`put_log_events`][cloudwatchlogs_put_log_events] actions are now #' accepted and never return `InvalidSequenceTokenException` or #' `DataAlreadyAcceptedException` even if the sequence token is not valid. +#' @param entity Reserved for future use. #' #' @return #' A list with the following syntax: @@ -4603,6 +4605,9 @@ cloudwatchlogs_put_destination_policy <- function(destinationName, accessPolicy, #' tooNewLogEventStartIndex = 123, #' tooOldLogEventEndIndex = 123, #' expiredLogEventEndIndex = 123 +#' ), +#' rejectedEntityInfo = list( +#' errorType = "InvalidEntity"|"InvalidTypeValue"|"InvalidKeyAttributes"|"InvalidAttributes"|"EntitySizeTooLarge"|"UnsupportedLogGroupType"|"MissingRequiredFields" #' ) #' ) #' ``` @@ -4618,7 +4623,15 @@ cloudwatchlogs_put_destination_policy <- function(destinationName, accessPolicy, #' message = "string" #' ) #' ), -#' sequenceToken = "string" +#' sequenceToken = "string", +#' entity = list( +#' keyAttributes = list( +#' "string" +#' ), +#' attributes = list( +#' "string" +#' ) +#' ) #' ) #' ``` #' @@ -4627,7 +4640,7 @@ cloudwatchlogs_put_destination_policy <- function(destinationName, accessPolicy, #' @rdname cloudwatchlogs_put_log_events #' #' @aliases cloudwatchlogs_put_log_events -cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents, sequenceToken = NULL) { +cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents, sequenceToken = NULL, entity = NULL) { op <- new_operation( name = "PutLogEvents", http_method = "POST", @@ -4635,7 +4648,7 @@ cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents host_prefix = "", paginator = list() ) - input <- .cloudwatchlogs$put_log_events_input(logGroupName = logGroupName, logStreamName = logStreamName, logEvents = logEvents, sequenceToken = sequenceToken) + input <- .cloudwatchlogs$put_log_events_input(logGroupName = logGroupName, logStreamName = logStreamName, logEvents = logEvents, sequenceToken = sequenceToken, entity = entity) output <- .cloudwatchlogs$put_log_events_output() config <- get_config() svc <- .cloudwatchlogs$service(config, op) @@ -4657,6 +4670,14 @@ cloudwatchlogs_put_log_events <- function(logGroupName, logStreamName, logEvents #' The maximum number of metric filters that can be associated with a log #' group is 100. #' +#' Using regular expressions to create metric filters is supported. For +#' these filters, there is a quotas of quota of two regular expression +#' patterns within a single filter pattern. There is also a quota of five +#' regular expression patterns per log group. For more information about +#' using regular expressions in metric filters, see [Filter pattern syntax +#' for metric filters, subscription filters, filter log events, and Live +#' Tail](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html). +#' #' When you create a metric filter, you can also optionally assign a unit #' and dimensions to the metric that is created. #' @@ -4998,6 +5019,15 @@ cloudwatchlogs_put_retention_policy <- function(logGroupName, retentionInDays) { #' it. If you are updating an existing filter, you must specify the correct #' name in `filterName`. #' +#' Using regular expressions to create subscription filters is supported. +#' For these filters, there is a quotas of quota of two regular expression +#' patterns within a single filter pattern. There is also a quota of five +#' regular expression patterns per log group. For more information about +#' using regular expressions in subscription filters, see [Filter pattern +#' syntax for metric filters, subscription filters, filter log events, and +#' Live +#' Tail](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html). +#' #' To perform a #' [`put_subscription_filter`][cloudwatchlogs_put_subscription_filter] #' operation for any destination except a Lambda function, you must also @@ -5118,11 +5148,11 @@ cloudwatchlogs_put_subscription_filter <- function(logGroupName, filterName, fil #' starts dropping the oldest events. #' #' - A -#' [SessionStreamingException](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/) +#' [SessionStreamingException](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartLiveTailResponseStream.html#CWL-Type-StartLiveTailResponseStream-SessionStreamingException) #' object is returned if an unknown error occurs on the server side. #' #' - A -#' [SessionTimeoutException](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/) +#' [SessionTimeoutException](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartLiveTailResponseStream.html#CWL-Type-StartLiveTailResponseStream-SessionTimeoutException) #' object is returned when the session times out, after it has been #' kept open for three hours. #' diff --git a/paws/R/codeartifact_operations.R b/paws/R/codeartifact_operations.R index 90c50b2ecd..41cc6e0dfd 100644 --- a/paws/R/codeartifact_operations.R +++ b/paws/R/codeartifact_operations.R @@ -1865,7 +1865,7 @@ codeartifact_get_associated_package_group <- function(domain, domainOwner = NULL #' 15-minute session duration. #' #' See [Using IAM -#' Roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' Roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' for more information on controlling session duration. #' #' @usage diff --git a/paws/R/codebuild_operations.R b/paws/R/codebuild_operations.R index 6b407e65f8..f3ffd941d1 100644 --- a/paws/R/codebuild_operations.R +++ b/paws/R/codebuild_operations.R @@ -118,7 +118,7 @@ codebuild_batch_delete_builds <- function(ids) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -139,7 +139,7 @@ codebuild_batch_delete_builds <- function(ids) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -185,7 +185,7 @@ codebuild_batch_delete_builds <- function(ids) { #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -404,7 +404,7 @@ codebuild_batch_get_build_batches <- function(ids) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -425,7 +425,7 @@ codebuild_batch_get_build_batches <- function(ids) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -471,7 +471,7 @@ codebuild_batch_get_build_batches <- function(ids) { #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -620,11 +620,11 @@ codebuild_batch_get_builds <- function(ids) { #' ), #' status = list( #' statusCode = "CREATING"|"UPDATING"|"ROTATING"|"PENDING_DELETION"|"DELETING"|"CREATE_FAILED"|"UPDATE_ROLLBACK_FAILED"|"ACTIVE", -#' context = "CREATE_FAILED"|"UPDATE_FAILED"|"ACTION_REQUIRED", +#' context = "CREATE_FAILED"|"UPDATE_FAILED"|"ACTION_REQUIRED"|"PENDING_DELETION"|"INSUFFICIENT_CAPACITY", #' message = "string" #' ), #' baseCapacity = 123, -#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' scalingConfiguration = list( #' scalingType = "TARGET_TRACKING_SCALING", @@ -647,6 +647,7 @@ codebuild_batch_get_builds <- function(ids) { #' "string" #' ) #' ), +#' imageId = "string", #' fleetServiceRole = "string", #' tags = list( #' list( @@ -724,7 +725,7 @@ codebuild_batch_get_fleets <- function(names) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -745,7 +746,7 @@ codebuild_batch_get_fleets <- function(names) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -798,7 +799,7 @@ codebuild_batch_get_fleets <- function(names) { #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -1136,8 +1137,8 @@ codebuild_batch_get_reports <- function(reportArns) { #' #' @usage #' codebuild_create_fleet(name, baseCapacity, environmentType, computeType, -#' scalingConfiguration, overflowBehavior, vpcConfig, fleetServiceRole, -#' tags) +#' scalingConfiguration, overflowBehavior, vpcConfig, imageId, +#' fleetServiceRole, tags) #' #' @param name [required] The name of the compute fleet. #' @param baseCapacity [required] The initial number of machines allocated to the fleet, which defines the @@ -1161,6 +1162,14 @@ codebuild_batch_get_reports <- function(reportArns) { #' (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific #' (Sydney). #' +#' - The environment type `MAC_ARM` is available for Medium fleets only +#' in regions US East (N. Virginia), US East (Ohio), US West (Oregon), +#' Asia Pacific (Sydney), and EU (Frankfurt) +#' +#' - The environment type `MAC_ARM` is available for Large fleets only in +#' regions US East (N. Virginia), US East (Ohio), US West (Oregon), and +#' Asia Pacific (Sydney). +#' #' - The environment type `WINDOWS_SERVER_2019_CONTAINER` is available #' only in regions US East (N. Virginia), US East (Ohio), US West #' (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific @@ -1235,6 +1244,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' Web Services services required to create a VPC network #' interface](https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface). #' @param vpcConfig +#' @param imageId The Amazon Machine Image (AMI) of the compute fleet. #' @param fleetServiceRole The service role associated with the compute fleet. For more #' information, see [Allow a user to add a permission policy for a fleet #' service @@ -1261,11 +1271,11 @@ codebuild_batch_get_reports <- function(reportArns) { #' ), #' status = list( #' statusCode = "CREATING"|"UPDATING"|"ROTATING"|"PENDING_DELETION"|"DELETING"|"CREATE_FAILED"|"UPDATE_ROLLBACK_FAILED"|"ACTIVE", -#' context = "CREATE_FAILED"|"UPDATE_FAILED"|"ACTION_REQUIRED", +#' context = "CREATE_FAILED"|"UPDATE_FAILED"|"ACTION_REQUIRED"|"PENDING_DELETION"|"INSUFFICIENT_CAPACITY", #' message = "string" #' ), #' baseCapacity = 123, -#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' scalingConfiguration = list( #' scalingType = "TARGET_TRACKING_SCALING", @@ -1288,6 +1298,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' "string" #' ) #' ), +#' imageId = "string", #' fleetServiceRole = "string", #' tags = list( #' list( @@ -1304,7 +1315,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' svc$create_fleet( #' name = "string", #' baseCapacity = 123, -#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' scalingConfiguration = list( #' scalingType = "TARGET_TRACKING_SCALING", @@ -1326,6 +1337,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' "string" #' ) #' ), +#' imageId = "string", #' fleetServiceRole = "string", #' tags = list( #' list( @@ -1341,7 +1353,7 @@ codebuild_batch_get_reports <- function(reportArns) { #' @rdname codebuild_create_fleet #' #' @aliases codebuild_create_fleet -codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeType, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, fleetServiceRole = NULL, tags = NULL) { +codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeType, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, imageId = NULL, fleetServiceRole = NULL, tags = NULL) { op <- new_operation( name = "CreateFleet", http_method = "POST", @@ -1349,7 +1361,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT host_prefix = "", paginator = list() ) - input <- .codebuild$create_fleet_input(name = name, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, fleetServiceRole = fleetServiceRole, tags = tags) + input <- .codebuild$create_fleet_input(name = name, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, imageId = imageId, fleetServiceRole = fleetServiceRole, tags = tags) output <- .codebuild$create_fleet_output() config <- get_config() svc <- .codebuild$service(config, op) @@ -1469,7 +1481,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -1490,7 +1502,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -1543,7 +1555,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -1674,7 +1686,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -1695,7 +1707,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -1748,7 +1760,7 @@ codebuild_create_fleet <- function(name, baseCapacity, environmentType, computeT #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -2790,13 +2802,13 @@ codebuild_get_resource_policy <- function(resourceArn) { .codebuild$operations$get_resource_policy <- codebuild_get_resource_policy #' Imports the source repository credentials for an CodeBuild project that -#' has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket -#' repository +#' has its source code stored in a GitHub, GitHub Enterprise, GitLab, +#' GitLab Self Managed, or Bitbucket repository #' #' @description #' Imports the source repository credentials for an CodeBuild project that -#' has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket -#' repository. +#' has its source code stored in a GitHub, GitHub Enterprise, GitLab, +#' GitLab Self Managed, or Bitbucket repository. #' #' @usage #' codebuild_import_source_credentials(username, token, serverType, @@ -2806,13 +2818,13 @@ codebuild_get_resource_policy <- function(resourceArn) { #' is not valid for other types of source providers or connections. #' @param token [required] For GitHub or GitHub Enterprise, this is the personal access token. For #' Bitbucket, this is either the access token or the app password. For the -#' `authType` CODECONNECTIONS, this is the `connectionArn`. +#' `authType` CODECONNECTIONS, this is the `connectionArn`. For the +#' `authType` SECRETS_MANAGER, this is the `secretArn`. #' @param serverType [required] The source provider used for this project. #' @param authType [required] The type of authentication used to connect to a GitHub, GitHub #' Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository. An #' OAUTH connection is not supported by the API and must be created using -#' the CodeBuild console. Note that CODECONNECTIONS is only valid for -#' GitLab and GitLab Self Managed. +#' the CodeBuild console. #' @param shouldOverwrite Set to `false` to prevent overwriting the repository source credentials. #' Set to `true` to overwrite the repository source credentials. The #' default value is `true`. @@ -2831,7 +2843,7 @@ codebuild_get_resource_policy <- function(resourceArn) { #' username = "string", #' token = "string", #' serverType = "GITHUB"|"BITBUCKET"|"GITHUB_ENTERPRISE"|"GITLAB"|"GITLAB_SELF_MANAGED", -#' authType = "OAUTH"|"BASIC_AUTH"|"PERSONAL_ACCESS_TOKEN"|"CODECONNECTIONS", +#' authType = "OAUTH"|"BASIC_AUTH"|"PERSONAL_ACCESS_TOKEN"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' shouldOverwrite = TRUE|FALSE #' ) #' ``` @@ -3802,7 +3814,7 @@ codebuild_list_shared_report_groups <- function(sortOrder = NULL, sortBy = NULL, #' list( #' arn = "string", #' serverType = "GITHUB"|"BITBUCKET"|"GITHUB_ENTERPRISE"|"GITLAB"|"GITLAB_SELF_MANAGED", -#' authType = "OAUTH"|"BASIC_AUTH"|"PERSONAL_ACCESS_TOKEN"|"CODECONNECTIONS", +#' authType = "OAUTH"|"BASIC_AUTH"|"PERSONAL_ACCESS_TOKEN"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ) #' ) @@ -3956,7 +3968,7 @@ codebuild_put_resource_policy <- function(policy, resourceArn) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -3977,7 +3989,7 @@ codebuild_put_resource_policy <- function(policy, resourceArn) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -4023,7 +4035,7 @@ codebuild_put_resource_policy <- function(policy, resourceArn) { #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -4206,7 +4218,7 @@ codebuild_retry_build <- function(id = NULL, idempotencyToken = NULL) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -4227,7 +4239,7 @@ codebuild_retry_build <- function(id = NULL, idempotencyToken = NULL) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -4273,7 +4285,7 @@ codebuild_retry_build <- function(id = NULL, idempotencyToken = NULL) { #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -4662,7 +4674,7 @@ codebuild_retry_build_batch <- function(id = NULL, idempotencyToken = NULL, retr #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -4683,7 +4695,7 @@ codebuild_retry_build_batch <- function(id = NULL, idempotencyToken = NULL, retr #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -4729,7 +4741,7 @@ codebuild_retry_build_batch <- function(id = NULL, idempotencyToken = NULL, retr #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -4829,7 +4841,7 @@ codebuild_retry_build_batch <- function(id = NULL, idempotencyToken = NULL, retr #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -4884,7 +4896,7 @@ codebuild_retry_build_batch <- function(id = NULL, idempotencyToken = NULL, retr #' sourceTypeOverride = "CODECOMMIT"|"CODEPIPELINE"|"GITHUB"|"GITLAB"|"GITLAB_SELF_MANAGED"|"S3"|"BITBUCKET"|"GITHUB_ENTERPRISE"|"NO_SOURCE", #' sourceLocationOverride = "string", #' sourceAuthOverride = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' gitCloneDepthOverride = 123, @@ -4898,7 +4910,7 @@ codebuild_retry_build_batch <- function(id = NULL, idempotencyToken = NULL, retr #' context = "string", #' targetUrl = "string" #' ), -#' environmentTypeOverride = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentTypeOverride = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' imageOverride = "string", #' computeTypeOverride = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' certificateOverride = "string", @@ -5170,7 +5182,7 @@ codebuild_start_build <- function(projectName, secondarySourcesOverride = NULL, #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5191,7 +5203,7 @@ codebuild_start_build <- function(projectName, secondarySourcesOverride = NULL, #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5237,7 +5249,7 @@ codebuild_start_build <- function(projectName, secondarySourcesOverride = NULL, #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -5376,7 +5388,7 @@ codebuild_start_build <- function(projectName, secondarySourcesOverride = NULL, #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5431,7 +5443,7 @@ codebuild_start_build <- function(projectName, secondarySourcesOverride = NULL, #' sourceTypeOverride = "CODECOMMIT"|"CODEPIPELINE"|"GITHUB"|"GITLAB"|"GITLAB_SELF_MANAGED"|"S3"|"BITBUCKET"|"GITHUB_ENTERPRISE"|"NO_SOURCE", #' sourceLocationOverride = "string", #' sourceAuthOverride = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' gitCloneDepthOverride = 123, @@ -5441,7 +5453,7 @@ codebuild_start_build <- function(projectName, secondarySourcesOverride = NULL, #' buildspecOverride = "string", #' insecureSslOverride = TRUE|FALSE, #' reportBuildBatchStatusOverride = TRUE|FALSE, -#' environmentTypeOverride = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentTypeOverride = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' imageOverride = "string", #' computeTypeOverride = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' certificateOverride = "string", @@ -5572,7 +5584,7 @@ codebuild_start_build_batch <- function(projectName, secondarySourcesOverride = #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5593,7 +5605,7 @@ codebuild_start_build_batch <- function(projectName, secondarySourcesOverride = #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5639,7 +5651,7 @@ codebuild_start_build_batch <- function(projectName, secondarySourcesOverride = #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -5811,7 +5823,7 @@ codebuild_stop_build <- function(id) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5832,7 +5844,7 @@ codebuild_stop_build <- function(id) { #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -5878,7 +5890,7 @@ codebuild_stop_build <- function(id) { #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -6040,8 +6052,8 @@ codebuild_stop_build_batch <- function(id) { #' #' @usage #' codebuild_update_fleet(arn, baseCapacity, environmentType, computeType, -#' scalingConfiguration, overflowBehavior, vpcConfig, fleetServiceRole, -#' tags) +#' scalingConfiguration, overflowBehavior, vpcConfig, imageId, +#' fleetServiceRole, tags) #' #' @param arn [required] The ARN of the compute fleet. #' @param baseCapacity The initial number of machines allocated to the compute fleet, which @@ -6065,6 +6077,14 @@ codebuild_stop_build_batch <- function(id) { #' (Ireland), EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific #' (Sydney). #' +#' - The environment type `MAC_ARM` is available for Medium fleets only +#' in regions US East (N. Virginia), US East (Ohio), US West (Oregon), +#' Asia Pacific (Sydney), and EU (Frankfurt) +#' +#' - The environment type `MAC_ARM` is available for Large fleets only in +#' regions US East (N. Virginia), US East (Ohio), US West (Oregon), and +#' Asia Pacific (Sydney). +#' #' - The environment type `WINDOWS_SERVER_2019_CONTAINER` is available #' only in regions US East (N. Virginia), US East (Ohio), US West #' (Oregon), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific @@ -6139,6 +6159,7 @@ codebuild_stop_build_batch <- function(id) { #' Web Services services required to create a VPC network #' interface](https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface). #' @param vpcConfig +#' @param imageId The Amazon Machine Image (AMI) of the compute fleet. #' @param fleetServiceRole The service role associated with the compute fleet. For more #' information, see [Allow a user to add a permission policy for a fleet #' service @@ -6165,11 +6186,11 @@ codebuild_stop_build_batch <- function(id) { #' ), #' status = list( #' statusCode = "CREATING"|"UPDATING"|"ROTATING"|"PENDING_DELETION"|"DELETING"|"CREATE_FAILED"|"UPDATE_ROLLBACK_FAILED"|"ACTIVE", -#' context = "CREATE_FAILED"|"UPDATE_FAILED"|"ACTION_REQUIRED", +#' context = "CREATE_FAILED"|"UPDATE_FAILED"|"ACTION_REQUIRED"|"PENDING_DELETION"|"INSUFFICIENT_CAPACITY", #' message = "string" #' ), #' baseCapacity = 123, -#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' scalingConfiguration = list( #' scalingType = "TARGET_TRACKING_SCALING", @@ -6192,6 +6213,7 @@ codebuild_stop_build_batch <- function(id) { #' "string" #' ) #' ), +#' imageId = "string", #' fleetServiceRole = "string", #' tags = list( #' list( @@ -6208,7 +6230,7 @@ codebuild_stop_build_batch <- function(id) { #' svc$update_fleet( #' arn = "string", #' baseCapacity = 123, -#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' environmentType = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' scalingConfiguration = list( #' scalingType = "TARGET_TRACKING_SCALING", @@ -6230,6 +6252,7 @@ codebuild_stop_build_batch <- function(id) { #' "string" #' ) #' ), +#' imageId = "string", #' fleetServiceRole = "string", #' tags = list( #' list( @@ -6245,7 +6268,7 @@ codebuild_stop_build_batch <- function(id) { #' @rdname codebuild_update_fleet #' #' @aliases codebuild_update_fleet -codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = NULL, computeType = NULL, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, fleetServiceRole = NULL, tags = NULL) { +codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = NULL, computeType = NULL, scalingConfiguration = NULL, overflowBehavior = NULL, vpcConfig = NULL, imageId = NULL, fleetServiceRole = NULL, tags = NULL) { op <- new_operation( name = "UpdateFleet", http_method = "POST", @@ -6253,7 +6276,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N host_prefix = "", paginator = list() ) - input <- .codebuild$update_fleet_input(arn = arn, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, fleetServiceRole = fleetServiceRole, tags = tags) + input <- .codebuild$update_fleet_input(arn = arn, baseCapacity = baseCapacity, environmentType = environmentType, computeType = computeType, scalingConfiguration = scalingConfiguration, overflowBehavior = overflowBehavior, vpcConfig = vpcConfig, imageId = imageId, fleetServiceRole = fleetServiceRole, tags = tags) output <- .codebuild$update_fleet_output() config <- get_config() svc <- .codebuild$service(config, op) @@ -6377,7 +6400,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -6398,7 +6421,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -6451,7 +6474,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( @@ -6582,7 +6605,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -6603,7 +6626,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N #' ), #' buildspec = "string", #' auth = list( -#' type = "OAUTH"|"CODECONNECTIONS", +#' type = "OAUTH"|"CODECONNECTIONS"|"SECRETS_MANAGER", #' resource = "string" #' ), #' reportBuildStatus = TRUE|FALSE, @@ -6656,7 +6679,7 @@ codebuild_update_fleet <- function(arn, baseCapacity = NULL, environmentType = N #' ) #' ), #' environment = list( -#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER", +#' type = "WINDOWS_CONTAINER"|"LINUX_CONTAINER"|"LINUX_GPU_CONTAINER"|"ARM_CONTAINER"|"WINDOWS_SERVER_2019_CONTAINER"|"LINUX_LAMBDA_CONTAINER"|"ARM_LAMBDA_CONTAINER"|"MAC_ARM", #' image = "string", #' computeType = "BUILD_GENERAL1_SMALL"|"BUILD_GENERAL1_MEDIUM"|"BUILD_GENERAL1_LARGE"|"BUILD_GENERAL1_XLARGE"|"BUILD_GENERAL1_2XLARGE"|"BUILD_LAMBDA_1GB"|"BUILD_LAMBDA_2GB"|"BUILD_LAMBDA_4GB"|"BUILD_LAMBDA_8GB"|"BUILD_LAMBDA_10GB", #' fleet = list( diff --git a/paws/R/codebuild_service.R b/paws/R/codebuild_service.R index a1cfa72812..27d6519a1e 100644 --- a/paws/R/codebuild_service.R +++ b/paws/R/codebuild_service.R @@ -124,7 +124,7 @@ NULL #' \link[=codebuild_describe_test_cases]{describe_test_cases} \tab Returns a list of details about test cases for a report\cr #' \link[=codebuild_get_report_group_trend]{get_report_group_trend} \tab Analyzes and accumulates test report values for the specified test reports\cr #' \link[=codebuild_get_resource_policy]{get_resource_policy} \tab Gets a resource policy that is identified by its resource ARN\cr -#' \link[=codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository\cr +#' \link[=codebuild_import_source_credentials]{import_source_credentials} \tab Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository\cr #' \link[=codebuild_invalidate_project_cache]{invalidate_project_cache} \tab Resets the cache for a project\cr #' \link[=codebuild_list_build_batches]{list_build_batches} \tab Retrieves the identifiers of your build batches in the current region\cr #' \link[=codebuild_list_build_batches_for_project]{list_build_batches_for_project} \tab Retrieves the identifiers of the build batches for a specific project\cr diff --git a/paws/R/codecommit_operations.R b/paws/R/codecommit_operations.R index 8661672299..90d7af83af 100644 --- a/paws/R/codecommit_operations.R +++ b/paws/R/codecommit_operations.R @@ -1049,7 +1049,8 @@ codecommit_create_pull_request_approval_rule <- function(pullRequestId, approval #' @param kmsKeyId The ID of the encryption key. You can view the ID of an encryption key #' in the KMS console, or use the KMS APIs to programmatically retrieve a #' key ID. For more information about acceptable values for kmsKeyID, see -#' KeyId in the Decrypt API description in the *Key Management Service API +#' [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId) +#' in the Decrypt API description in the *Key Management Service API #' Reference*. #' #' If no key is specified, the default `aws/codecommit` Amazon Web Services @@ -6209,7 +6210,8 @@ codecommit_update_repository_description <- function(repositoryName, repositoryD #' @param kmsKeyId [required] The ID of the encryption key. You can view the ID of an encryption key #' in the KMS console, or use the KMS APIs to programmatically retrieve a #' key ID. For more information about acceptable values for keyID, see -#' KeyId in the Decrypt API description in the *Key Management Service API +#' [KeyId](https://docs.aws.amazon.com/kms/latest/APIReference/API_Decrypt.html#KMS-Decrypt-request-KeyId) +#' in the Decrypt API description in the *Key Management Service API #' Reference*. #' #' @return diff --git a/paws/R/codepipeline_operations.R b/paws/R/codepipeline_operations.R index 2544c2cdf0..e1d6beb55f 100644 --- a/paws/R/codepipeline_operations.R +++ b/paws/R/codepipeline_operations.R @@ -338,7 +338,92 @@ codepipeline_create_custom_action_type <- function(category, provider, version, #' ) #' ), #' onFailure = list( -#' result = "ROLLBACK" +#' result = "ROLLBACK"|"FAIL", +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' onSuccess = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' beforeEntry = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ), @@ -484,7 +569,92 @@ codepipeline_create_custom_action_type <- function(category, provider, version, #' ) #' ), #' onFailure = list( -#' result = "ROLLBACK" +#' result = "ROLLBACK"|"FAIL", +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' onSuccess = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' beforeEntry = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ), @@ -1223,7 +1393,92 @@ codepipeline_get_job_details <- function(jobId) { #' ) #' ), #' onFailure = list( -#' result = "ROLLBACK" +#' result = "ROLLBACK"|"FAIL", +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' onSuccess = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' beforeEntry = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ), @@ -1511,6 +1766,147 @@ codepipeline_get_pipeline_execution <- function(pipelineName, pipelineExecutionI #' pipelineExecutionId = "string", #' status = "Cancelled"|"InProgress"|"Failed"|"Stopped"|"Stopping"|"Succeeded", #' type = "STANDARD"|"ROLLBACK" +#' ), +#' beforeEntryConditionState = list( +#' latestExecution = list( +#' status = "InProgress"|"Failed"|"Errored"|"Succeeded"|"Cancelled"|"Abandoned"|"Overridden", +#' summary = "string" +#' ), +#' conditionStates = list( +#' list( +#' latestExecution = list( +#' status = "InProgress"|"Failed"|"Errored"|"Succeeded"|"Cancelled"|"Abandoned"|"Overridden", +#' summary = "string", +#' lastStatusChange = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' ruleStates = list( +#' list( +#' ruleName = "string", +#' currentRevision = list( +#' revisionId = "string", +#' revisionChangeId = "string", +#' created = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' latestExecution = list( +#' ruleExecutionId = "string", +#' status = "InProgress"|"Abandoned"|"Succeeded"|"Failed", +#' summary = "string", +#' lastStatusChange = as.POSIXct( +#' "2015-01-01" +#' ), +#' token = "string", +#' lastUpdatedBy = "string", +#' externalExecutionId = "string", +#' externalExecutionUrl = "string", +#' errorDetails = list( +#' code = "string", +#' message = "string" +#' ) +#' ), +#' entityUrl = "string", +#' revisionUrl = "string" +#' ) +#' ) +#' ) +#' ) +#' ), +#' onSuccessConditionState = list( +#' latestExecution = list( +#' status = "InProgress"|"Failed"|"Errored"|"Succeeded"|"Cancelled"|"Abandoned"|"Overridden", +#' summary = "string" +#' ), +#' conditionStates = list( +#' list( +#' latestExecution = list( +#' status = "InProgress"|"Failed"|"Errored"|"Succeeded"|"Cancelled"|"Abandoned"|"Overridden", +#' summary = "string", +#' lastStatusChange = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' ruleStates = list( +#' list( +#' ruleName = "string", +#' currentRevision = list( +#' revisionId = "string", +#' revisionChangeId = "string", +#' created = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' latestExecution = list( +#' ruleExecutionId = "string", +#' status = "InProgress"|"Abandoned"|"Succeeded"|"Failed", +#' summary = "string", +#' lastStatusChange = as.POSIXct( +#' "2015-01-01" +#' ), +#' token = "string", +#' lastUpdatedBy = "string", +#' externalExecutionId = "string", +#' externalExecutionUrl = "string", +#' errorDetails = list( +#' code = "string", +#' message = "string" +#' ) +#' ), +#' entityUrl = "string", +#' revisionUrl = "string" +#' ) +#' ) +#' ) +#' ) +#' ), +#' onFailureConditionState = list( +#' latestExecution = list( +#' status = "InProgress"|"Failed"|"Errored"|"Succeeded"|"Cancelled"|"Abandoned"|"Overridden", +#' summary = "string" +#' ), +#' conditionStates = list( +#' list( +#' latestExecution = list( +#' status = "InProgress"|"Failed"|"Errored"|"Succeeded"|"Cancelled"|"Abandoned"|"Overridden", +#' summary = "string", +#' lastStatusChange = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' ruleStates = list( +#' list( +#' ruleName = "string", +#' currentRevision = list( +#' revisionId = "string", +#' revisionChangeId = "string", +#' created = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' latestExecution = list( +#' ruleExecutionId = "string", +#' status = "InProgress"|"Abandoned"|"Succeeded"|"Failed", +#' summary = "string", +#' lastStatusChange = as.POSIXct( +#' "2015-01-01" +#' ), +#' token = "string", +#' lastUpdatedBy = "string", +#' externalExecutionId = "string", +#' externalExecutionUrl = "string", +#' errorDetails = list( +#' code = "string", +#' message = "string" +#' ) +#' ), +#' entityUrl = "string", +#' revisionUrl = "string" +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ), @@ -2072,6 +2468,208 @@ codepipeline_list_pipelines <- function(nextToken = NULL, maxResults = NULL) { } .codepipeline$operations$list_pipelines <- codepipeline_list_pipelines +#' Lists the rule executions that have occurred in a pipeline configured +#' for conditions with rules +#' +#' @description +#' Lists the rule executions that have occurred in a pipeline configured +#' for conditions with rules. +#' +#' @usage +#' codepipeline_list_rule_executions(pipelineName, filter, maxResults, +#' nextToken) +#' +#' @param pipelineName [required] The name of the pipeline for which you want to get execution summary +#' information. +#' @param filter Input information used to filter rule execution history. +#' @param maxResults The maximum number of results to return in a single call. To retrieve +#' the remaining results, make another call with the returned nextToken +#' value. Pipeline history is limited to the most recent 12 months, based +#' on pipeline execution start times. Default value is 100. +#' @param nextToken The token that was returned from the previous +#' [`list_rule_executions`][codepipeline_list_rule_executions] call, which +#' can be used to return the next set of rule executions in the list. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' ruleExecutionDetails = list( +#' list( +#' pipelineExecutionId = "string", +#' ruleExecutionId = "string", +#' pipelineVersion = 123, +#' stageName = "string", +#' ruleName = "string", +#' startTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastUpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedBy = "string", +#' status = "InProgress"|"Abandoned"|"Succeeded"|"Failed", +#' input = list( +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' resolvedConfiguration = list( +#' "string" +#' ), +#' roleArn = "string", +#' region = "string", +#' inputArtifacts = list( +#' list( +#' name = "string", +#' s3location = list( +#' bucket = "string", +#' key = "string" +#' ) +#' ) +#' ) +#' ), +#' output = list( +#' executionResult = list( +#' externalExecutionId = "string", +#' externalExecutionSummary = "string", +#' externalExecutionUrl = "string", +#' errorDetails = list( +#' code = "string", +#' message = "string" +#' ) +#' ) +#' ) +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_rule_executions( +#' pipelineName = "string", +#' filter = list( +#' pipelineExecutionId = "string", +#' latestInPipelineExecution = list( +#' pipelineExecutionId = "string", +#' startTimeRange = "Latest"|"All" +#' ) +#' ), +#' maxResults = 123, +#' nextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname codepipeline_list_rule_executions +#' +#' @aliases codepipeline_list_rule_executions +codepipeline_list_rule_executions <- function(pipelineName, filter = NULL, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListRuleExecutions", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "ruleExecutionDetails") + ) + input <- .codepipeline$list_rule_executions_input(pipelineName = pipelineName, filter = filter, maxResults = maxResults, nextToken = nextToken) + output <- .codepipeline$list_rule_executions_output() + config <- get_config() + svc <- .codepipeline$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.codepipeline$operations$list_rule_executions <- codepipeline_list_rule_executions + +#' Lists the rules for the condition +#' +#' @description +#' Lists the rules for the condition. +#' +#' @usage +#' codepipeline_list_rule_types(ruleOwnerFilter, regionFilter) +#' +#' @param ruleOwnerFilter The rule owner to filter on. +#' @param regionFilter The rule Region to filter on. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' ruleTypes = list( +#' list( +#' id = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' settings = list( +#' thirdPartyConfigurationUrl = "string", +#' entityUrlTemplate = "string", +#' executionUrlTemplate = "string", +#' revisionUrlTemplate = "string" +#' ), +#' ruleConfigurationProperties = list( +#' list( +#' name = "string", +#' required = TRUE|FALSE, +#' key = TRUE|FALSE, +#' secret = TRUE|FALSE, +#' queryable = TRUE|FALSE, +#' description = "string", +#' type = "String"|"Number"|"Boolean" +#' ) +#' ), +#' inputArtifactDetails = list( +#' minimumCount = 123, +#' maximumCount = 123 +#' ) +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_rule_types( +#' ruleOwnerFilter = "AWS", +#' regionFilter = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname codepipeline_list_rule_types +#' +#' @aliases codepipeline_list_rule_types +codepipeline_list_rule_types <- function(ruleOwnerFilter = NULL, regionFilter = NULL) { + op <- new_operation( + name = "ListRuleTypes", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .codepipeline$list_rule_types_input(ruleOwnerFilter = ruleOwnerFilter, regionFilter = regionFilter) + output <- .codepipeline$list_rule_types_output() + config <- get_config() + svc <- .codepipeline$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.codepipeline$operations$list_rule_types <- codepipeline_list_rule_types + #' Gets the set of key-value pairs (metadata) that are used to manage the #' resource #' @@ -2223,6 +2821,58 @@ codepipeline_list_webhooks <- function(NextToken = NULL, MaxResults = NULL) { } .codepipeline$operations$list_webhooks <- codepipeline_list_webhooks +#' Used to override a stage condition +#' +#' @description +#' Used to override a stage condition. +#' +#' @usage +#' codepipeline_override_stage_condition(pipelineName, stageName, +#' pipelineExecutionId, conditionType) +#' +#' @param pipelineName [required] The name of the pipeline with the stage that will override the +#' condition. +#' @param stageName [required] The name of the stage for the override. +#' @param pipelineExecutionId [required] The ID of the pipeline execution for the override. +#' @param conditionType [required] The type of condition to override for the stage, such as entry +#' conditions, failure conditions, or success conditions. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$override_stage_condition( +#' pipelineName = "string", +#' stageName = "string", +#' pipelineExecutionId = "string", +#' conditionType = "BEFORE_ENTRY"|"ON_SUCCESS" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname codepipeline_override_stage_condition +#' +#' @aliases codepipeline_override_stage_condition +codepipeline_override_stage_condition <- function(pipelineName, stageName, pipelineExecutionId, conditionType) { + op <- new_operation( + name = "OverrideStageCondition", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .codepipeline$override_stage_condition_input(pipelineName = pipelineName, stageName = stageName, pipelineExecutionId = pipelineExecutionId, conditionType = conditionType) + output <- .codepipeline$override_stage_condition_output() + config <- get_config() + svc <- .codepipeline$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.codepipeline$operations$override_stage_condition <- codepipeline_override_stage_condition + #' Returns information about any jobs for CodePipeline to act on #' #' @description @@ -3517,7 +4167,92 @@ codepipeline_update_action_type <- function(actionType) { #' ) #' ), #' onFailure = list( -#' result = "ROLLBACK" +#' result = "ROLLBACK"|"FAIL", +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' onSuccess = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' beforeEntry = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ), @@ -3657,7 +4392,92 @@ codepipeline_update_action_type <- function(actionType) { #' ) #' ), #' onFailure = list( -#' result = "ROLLBACK" +#' result = "ROLLBACK"|"FAIL", +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' onSuccess = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) +#' ), +#' beforeEntry = list( +#' conditions = list( +#' list( +#' result = "ROLLBACK"|"FAIL", +#' rules = list( +#' list( +#' name = "string", +#' ruleTypeId = list( +#' category = "Rule", +#' owner = "AWS", +#' provider = "string", +#' version = "string" +#' ), +#' configuration = list( +#' "string" +#' ), +#' inputArtifacts = list( +#' list( +#' name = "string" +#' ) +#' ), +#' roleArn = "string", +#' region = "string", +#' timeoutInMinutes = 123 +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ), diff --git a/paws/R/codepipeline_service.R b/paws/R/codepipeline_service.R index 833f048dfe..5329282fef 100644 --- a/paws/R/codepipeline_service.R +++ b/paws/R/codepipeline_service.R @@ -263,8 +263,11 @@ NULL #' \link[=codepipeline_list_action_types]{list_action_types} \tab Gets a summary of all CodePipeline action types associated with your account\cr #' \link[=codepipeline_list_pipeline_executions]{list_pipeline_executions} \tab Gets a summary of the most recent executions for a pipeline\cr #' \link[=codepipeline_list_pipelines]{list_pipelines} \tab Gets a summary of all of the pipelines associated with your account\cr +#' \link[=codepipeline_list_rule_executions]{list_rule_executions} \tab Lists the rule executions that have occurred in a pipeline configured for conditions with rules\cr +#' \link[=codepipeline_list_rule_types]{list_rule_types} \tab Lists the rules for the condition\cr #' \link[=codepipeline_list_tags_for_resource]{list_tags_for_resource} \tab Gets the set of key-value pairs (metadata) that are used to manage the resource\cr #' \link[=codepipeline_list_webhooks]{list_webhooks} \tab Gets a listing of all the webhooks in this Amazon Web Services Region for this account\cr +#' \link[=codepipeline_override_stage_condition]{override_stage_condition} \tab Used to override a stage condition\cr #' \link[=codepipeline_poll_for_jobs]{poll_for_jobs} \tab Returns information about any jobs for CodePipeline to act on\cr #' \link[=codepipeline_poll_for_third_party_jobs]{poll_for_third_party_jobs} \tab Determines whether there are any third party jobs for a job worker to act on\cr #' \link[=codepipeline_put_action_revision]{put_action_revision} \tab Provides information to CodePipeline about new revisions to a source\cr diff --git a/paws/R/codestar_operations.R b/paws/R/codestar_operations.R deleted file mode 100644 index ac01b364dc..0000000000 --- a/paws/R/codestar_operations.R +++ /dev/null @@ -1,1114 +0,0 @@ -# This file is generated by make.paws. Please do not edit here. -#' @importFrom paws.common get_config new_operation new_request send_request -#' @include codestar_service.R -NULL - -#' Adds an IAM user to the team for an AWS CodeStar project -#' -#' @description -#' Adds an IAM user to the team for an AWS CodeStar project. -#' -#' @usage -#' codestar_associate_team_member(projectId, clientRequestToken, userArn, -#' projectRole, remoteAccessAllowed) -#' -#' @param projectId [required] The ID of the project to which you will add the IAM user. -#' @param clientRequestToken A user- or system-generated token that identifies the entity that -#' requested the team member association to the project. This token can be -#' used to repeat the request. -#' @param userArn [required] The Amazon Resource Name (ARN) for the IAM user you want to add to the -#' AWS CodeStar project. -#' @param projectRole [required] The AWS CodeStar project role that will apply to this user. This role -#' determines what actions a user can take in an AWS CodeStar project. -#' @param remoteAccessAllowed Whether the team member is allowed to use an SSH public/private key pair -#' to remotely access project resources, for example Amazon EC2 instances. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' clientRequestToken = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$associate_team_member( -#' projectId = "string", -#' clientRequestToken = "string", -#' userArn = "string", -#' projectRole = "string", -#' remoteAccessAllowed = TRUE|FALSE -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_associate_team_member -#' -#' @aliases codestar_associate_team_member -codestar_associate_team_member <- function(projectId, clientRequestToken = NULL, userArn, projectRole, remoteAccessAllowed = NULL) { - op <- new_operation( - name = "AssociateTeamMember", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$associate_team_member_input(projectId = projectId, clientRequestToken = clientRequestToken, userArn = userArn, projectRole = projectRole, remoteAccessAllowed = remoteAccessAllowed) - output <- .codestar$associate_team_member_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$associate_team_member <- codestar_associate_team_member - -#' Creates a project, including project resources -#' -#' @description -#' Creates a project, including project resources. This action creates a -#' project based on a submitted project request. A set of source code files -#' and a toolchain template file can be included with the project request. -#' If these are not provided, an empty project is created. -#' -#' @usage -#' codestar_create_project(name, id, description, clientRequestToken, -#' sourceCode, toolchain, tags) -#' -#' @param name [required] The display name for the project to be created in AWS CodeStar. -#' @param id [required] The ID of the project to be created in AWS CodeStar. -#' @param description The description of the project, if any. -#' @param clientRequestToken A user- or system-generated token that identifies the entity that -#' requested project creation. This token can be used to repeat the -#' request. -#' @param sourceCode A list of the Code objects submitted with the project request. If this -#' parameter is specified, the request must also include the toolchain -#' parameter. -#' @param toolchain The name of the toolchain template file submitted with the project -#' request. If this parameter is specified, the request must also include -#' the sourceCode parameter. -#' @param tags The tags created for the project. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' id = "string", -#' arn = "string", -#' clientRequestToken = "string", -#' projectTemplateId = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$create_project( -#' name = "string", -#' id = "string", -#' description = "string", -#' clientRequestToken = "string", -#' sourceCode = list( -#' list( -#' source = list( -#' s3 = list( -#' bucketName = "string", -#' bucketKey = "string" -#' ) -#' ), -#' destination = list( -#' codeCommit = list( -#' name = "string" -#' ), -#' gitHub = list( -#' name = "string", -#' description = "string", -#' type = "string", -#' owner = "string", -#' privateRepository = TRUE|FALSE, -#' issuesEnabled = TRUE|FALSE, -#' token = "string" -#' ) -#' ) -#' ) -#' ), -#' toolchain = list( -#' source = list( -#' s3 = list( -#' bucketName = "string", -#' bucketKey = "string" -#' ) -#' ), -#' roleArn = "string", -#' stackParameters = list( -#' "string" -#' ) -#' ), -#' tags = list( -#' "string" -#' ) -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_create_project -#' -#' @aliases codestar_create_project -codestar_create_project <- function(name, id, description = NULL, clientRequestToken = NULL, sourceCode = NULL, toolchain = NULL, tags = NULL) { - op <- new_operation( - name = "CreateProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$create_project_input(name = name, id = id, description = description, clientRequestToken = clientRequestToken, sourceCode = sourceCode, toolchain = toolchain, tags = tags) - output <- .codestar$create_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$create_project <- codestar_create_project - -#' Creates a profile for a user that includes user preferences, such as the -#' display name and email address assocciated with the user, in AWS -#' CodeStar -#' -#' @description -#' Creates a profile for a user that includes user preferences, such as the -#' display name and email address assocciated with the user, in AWS -#' CodeStar. The user profile is not project-specific. Information in the -#' user profile is displayed wherever the user's information appears to -#' other users in AWS CodeStar. -#' -#' @usage -#' codestar_create_user_profile(userArn, displayName, emailAddress, -#' sshPublicKey) -#' -#' @param userArn [required] The Amazon Resource Name (ARN) of the user in IAM. -#' @param displayName [required] The name that will be displayed as the friendly name for the user in AWS -#' CodeStar. -#' @param emailAddress [required] The email address that will be displayed as part of the user's profile -#' in AWS CodeStar. -#' @param sshPublicKey The SSH public key associated with the user in AWS CodeStar. If a -#' project owner allows the user remote access to project resources, this -#' public key will be used along with the user's private key for SSH -#' access. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' userArn = "string", -#' displayName = "string", -#' emailAddress = "string", -#' sshPublicKey = "string", -#' createdTimestamp = as.POSIXct( -#' "2015-01-01" -#' ), -#' lastModifiedTimestamp = as.POSIXct( -#' "2015-01-01" -#' ) -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$create_user_profile( -#' userArn = "string", -#' displayName = "string", -#' emailAddress = "string", -#' sshPublicKey = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_create_user_profile -#' -#' @aliases codestar_create_user_profile -codestar_create_user_profile <- function(userArn, displayName, emailAddress, sshPublicKey = NULL) { - op <- new_operation( - name = "CreateUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$create_user_profile_input(userArn = userArn, displayName = displayName, emailAddress = emailAddress, sshPublicKey = sshPublicKey) - output <- .codestar$create_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$create_user_profile <- codestar_create_user_profile - -#' Deletes a project, including project resources -#' -#' @description -#' Deletes a project, including project resources. Does not delete users -#' associated with the project, but does delete the IAM roles that allowed -#' access to the project. -#' -#' @usage -#' codestar_delete_project(id, clientRequestToken, deleteStack) -#' -#' @param id [required] The ID of the project to be deleted in AWS CodeStar. -#' @param clientRequestToken A user- or system-generated token that identifies the entity that -#' requested project deletion. This token can be used to repeat the -#' request. -#' @param deleteStack Whether to send a delete request for the primary stack in AWS -#' CloudFormation originally used to generate the project and its -#' resources. This option will delete all AWS resources for the project -#' (except for any buckets in Amazon S3) as well as deleting the project -#' itself. Recommended for most use cases. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' stackId = "string", -#' projectArn = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$delete_project( -#' id = "string", -#' clientRequestToken = "string", -#' deleteStack = TRUE|FALSE -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_delete_project -#' -#' @aliases codestar_delete_project -codestar_delete_project <- function(id, clientRequestToken = NULL, deleteStack = NULL) { - op <- new_operation( - name = "DeleteProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$delete_project_input(id = id, clientRequestToken = clientRequestToken, deleteStack = deleteStack) - output <- .codestar$delete_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$delete_project <- codestar_delete_project - -#' Deletes a user profile in AWS CodeStar, including all personal -#' preference data associated with that profile, such as display name and -#' email address -#' -#' @description -#' Deletes a user profile in AWS CodeStar, including all personal -#' preference data associated with that profile, such as display name and -#' email address. It does not delete the history of that user, for example -#' the history of commits made by that user. -#' -#' @usage -#' codestar_delete_user_profile(userArn) -#' -#' @param userArn [required] The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' userArn = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$delete_user_profile( -#' userArn = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_delete_user_profile -#' -#' @aliases codestar_delete_user_profile -codestar_delete_user_profile <- function(userArn) { - op <- new_operation( - name = "DeleteUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$delete_user_profile_input(userArn = userArn) - output <- .codestar$delete_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$delete_user_profile <- codestar_delete_user_profile - -#' Describes a project and its resources -#' -#' @description -#' Describes a project and its resources. -#' -#' @usage -#' codestar_describe_project(id) -#' -#' @param id [required] The ID of the project. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' name = "string", -#' id = "string", -#' arn = "string", -#' description = "string", -#' clientRequestToken = "string", -#' createdTimeStamp = as.POSIXct( -#' "2015-01-01" -#' ), -#' stackId = "string", -#' projectTemplateId = "string", -#' status = list( -#' state = "string", -#' reason = "string" -#' ) -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$describe_project( -#' id = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_describe_project -#' -#' @aliases codestar_describe_project -codestar_describe_project <- function(id) { - op <- new_operation( - name = "DescribeProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$describe_project_input(id = id) - output <- .codestar$describe_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$describe_project <- codestar_describe_project - -#' Describes a user in AWS CodeStar and the user attributes across all -#' projects -#' -#' @description -#' Describes a user in AWS CodeStar and the user attributes across all -#' projects. -#' -#' @usage -#' codestar_describe_user_profile(userArn) -#' -#' @param userArn [required] The Amazon Resource Name (ARN) of the user. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' userArn = "string", -#' displayName = "string", -#' emailAddress = "string", -#' sshPublicKey = "string", -#' createdTimestamp = as.POSIXct( -#' "2015-01-01" -#' ), -#' lastModifiedTimestamp = as.POSIXct( -#' "2015-01-01" -#' ) -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$describe_user_profile( -#' userArn = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_describe_user_profile -#' -#' @aliases codestar_describe_user_profile -codestar_describe_user_profile <- function(userArn) { - op <- new_operation( - name = "DescribeUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$describe_user_profile_input(userArn = userArn) - output <- .codestar$describe_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$describe_user_profile <- codestar_describe_user_profile - -#' Removes a user from a project -#' -#' @description -#' Removes a user from a project. Removing a user from a project also -#' removes the IAM policies from that user that allowed access to the -#' project and its resources. Disassociating a team member does not remove -#' that user's profile from AWS CodeStar. It does not remove the user from -#' IAM. -#' -#' @usage -#' codestar_disassociate_team_member(projectId, userArn) -#' -#' @param projectId [required] The ID of the AWS CodeStar project from which you want to remove a team -#' member. -#' @param userArn [required] The Amazon Resource Name (ARN) of the IAM user or group whom you want to -#' remove from the project. -#' -#' @return -#' An empty list. -#' -#' @section Request syntax: -#' ``` -#' svc$disassociate_team_member( -#' projectId = "string", -#' userArn = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_disassociate_team_member -#' -#' @aliases codestar_disassociate_team_member -codestar_disassociate_team_member <- function(projectId, userArn) { - op <- new_operation( - name = "DisassociateTeamMember", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$disassociate_team_member_input(projectId = projectId, userArn = userArn) - output <- .codestar$disassociate_team_member_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$disassociate_team_member <- codestar_disassociate_team_member - -#' Lists all projects in AWS CodeStar associated with your AWS account -#' -#' @description -#' Lists all projects in AWS CodeStar associated with your AWS account. -#' -#' @usage -#' codestar_list_projects(nextToken, maxResults) -#' -#' @param nextToken The continuation token to be used to return the next set of results, if -#' the results cannot be returned in one response. -#' @param maxResults The maximum amount of data that can be contained in a single set of -#' results. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' projects = list( -#' list( -#' projectId = "string", -#' projectArn = "string" -#' ) -#' ), -#' nextToken = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$list_projects( -#' nextToken = "string", -#' maxResults = 123 -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_list_projects -#' -#' @aliases codestar_list_projects -codestar_list_projects <- function(nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListProjects", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_projects_input(nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_projects_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_projects <- codestar_list_projects - -#' Lists resources associated with a project in AWS CodeStar -#' -#' @description -#' Lists resources associated with a project in AWS CodeStar. -#' -#' @usage -#' codestar_list_resources(projectId, nextToken, maxResults) -#' -#' @param projectId [required] The ID of the project. -#' @param nextToken The continuation token for the next set of results, if the results -#' cannot be returned in one response. -#' @param maxResults The maximum amount of data that can be contained in a single set of -#' results. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' resources = list( -#' list( -#' id = "string" -#' ) -#' ), -#' nextToken = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$list_resources( -#' projectId = "string", -#' nextToken = "string", -#' maxResults = 123 -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_list_resources -#' -#' @aliases codestar_list_resources -codestar_list_resources <- function(projectId, nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListResources", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_resources_input(projectId = projectId, nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_resources_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_resources <- codestar_list_resources - -#' Gets the tags for a project -#' -#' @description -#' Gets the tags for a project. -#' -#' @usage -#' codestar_list_tags_for_project(id, nextToken, maxResults) -#' -#' @param id [required] The ID of the project to get tags for. -#' @param nextToken Reserved for future use. -#' @param maxResults Reserved for future use. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' tags = list( -#' "string" -#' ), -#' nextToken = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$list_tags_for_project( -#' id = "string", -#' nextToken = "string", -#' maxResults = 123 -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_list_tags_for_project -#' -#' @aliases codestar_list_tags_for_project -codestar_list_tags_for_project <- function(id, nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListTagsForProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_tags_for_project_input(id = id, nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_tags_for_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_tags_for_project <- codestar_list_tags_for_project - -#' Lists all team members associated with a project -#' -#' @description -#' Lists all team members associated with a project. -#' -#' @usage -#' codestar_list_team_members(projectId, nextToken, maxResults) -#' -#' @param projectId [required] The ID of the project for which you want to list team members. -#' @param nextToken The continuation token for the next set of results, if the results -#' cannot be returned in one response. -#' @param maxResults The maximum number of team members you want returned in a response. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' teamMembers = list( -#' list( -#' userArn = "string", -#' projectRole = "string", -#' remoteAccessAllowed = TRUE|FALSE -#' ) -#' ), -#' nextToken = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$list_team_members( -#' projectId = "string", -#' nextToken = "string", -#' maxResults = 123 -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_list_team_members -#' -#' @aliases codestar_list_team_members -codestar_list_team_members <- function(projectId, nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListTeamMembers", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_team_members_input(projectId = projectId, nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_team_members_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_team_members <- codestar_list_team_members - -#' Lists all the user profiles configured for your AWS account in AWS -#' CodeStar -#' -#' @description -#' Lists all the user profiles configured for your AWS account in AWS -#' CodeStar. -#' -#' @usage -#' codestar_list_user_profiles(nextToken, maxResults) -#' -#' @param nextToken The continuation token for the next set of results, if the results -#' cannot be returned in one response. -#' @param maxResults The maximum number of results to return in a response. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' userProfiles = list( -#' list( -#' userArn = "string", -#' displayName = "string", -#' emailAddress = "string", -#' sshPublicKey = "string" -#' ) -#' ), -#' nextToken = "string" -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$list_user_profiles( -#' nextToken = "string", -#' maxResults = 123 -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_list_user_profiles -#' -#' @aliases codestar_list_user_profiles -codestar_list_user_profiles <- function(nextToken = NULL, maxResults = NULL) { - op <- new_operation( - name = "ListUserProfiles", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$list_user_profiles_input(nextToken = nextToken, maxResults = maxResults) - output <- .codestar$list_user_profiles_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$list_user_profiles <- codestar_list_user_profiles - -#' Adds tags to a project -#' -#' @description -#' Adds tags to a project. -#' -#' @usage -#' codestar_tag_project(id, tags) -#' -#' @param id [required] The ID of the project you want to add a tag to. -#' @param tags [required] The tags you want to add to the project. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' tags = list( -#' "string" -#' ) -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$tag_project( -#' id = "string", -#' tags = list( -#' "string" -#' ) -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_tag_project -#' -#' @aliases codestar_tag_project -codestar_tag_project <- function(id, tags) { - op <- new_operation( - name = "TagProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$tag_project_input(id = id, tags = tags) - output <- .codestar$tag_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$tag_project <- codestar_tag_project - -#' Removes tags from a project -#' -#' @description -#' Removes tags from a project. -#' -#' @usage -#' codestar_untag_project(id, tags) -#' -#' @param id [required] The ID of the project to remove tags from. -#' @param tags [required] The tags to remove from the project. -#' -#' @return -#' An empty list. -#' -#' @section Request syntax: -#' ``` -#' svc$untag_project( -#' id = "string", -#' tags = list( -#' "string" -#' ) -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_untag_project -#' -#' @aliases codestar_untag_project -codestar_untag_project <- function(id, tags) { - op <- new_operation( - name = "UntagProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$untag_project_input(id = id, tags = tags) - output <- .codestar$untag_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$untag_project <- codestar_untag_project - -#' Updates a project in AWS CodeStar -#' -#' @description -#' Updates a project in AWS CodeStar. -#' -#' @usage -#' codestar_update_project(id, name, description) -#' -#' @param id [required] The ID of the project you want to update. -#' @param name The name of the project you want to update. -#' @param description The description of the project, if any. -#' -#' @return -#' An empty list. -#' -#' @section Request syntax: -#' ``` -#' svc$update_project( -#' id = "string", -#' name = "string", -#' description = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_update_project -#' -#' @aliases codestar_update_project -codestar_update_project <- function(id, name = NULL, description = NULL) { - op <- new_operation( - name = "UpdateProject", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$update_project_input(id = id, name = name, description = description) - output <- .codestar$update_project_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$update_project <- codestar_update_project - -#' Updates a team member's attributes in an AWS CodeStar project -#' -#' @description -#' Updates a team member's attributes in an AWS CodeStar project. For -#' example, you can change a team member's role in the project, or change -#' whether they have remote access to project resources. -#' -#' @usage -#' codestar_update_team_member(projectId, userArn, projectRole, -#' remoteAccessAllowed) -#' -#' @param projectId [required] The ID of the project. -#' @param userArn [required] The Amazon Resource Name (ARN) of the user for whom you want to change -#' team membership attributes. -#' @param projectRole The role assigned to the user in the project. Project roles have -#' different levels of access. For more information, see [Working with -#' Teams](https://docs.aws.amazon.com/codestar/latest/userguide/working-with-teams.html) -#' in the *AWS CodeStar User Guide*. -#' @param remoteAccessAllowed Whether a team member is allowed to remotely access project resources -#' using the SSH public key associated with the user's profile. Even if -#' this is set to True, the user must associate a public key with their -#' profile before the user can access resources. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' userArn = "string", -#' projectRole = "string", -#' remoteAccessAllowed = TRUE|FALSE -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$update_team_member( -#' projectId = "string", -#' userArn = "string", -#' projectRole = "string", -#' remoteAccessAllowed = TRUE|FALSE -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_update_team_member -#' -#' @aliases codestar_update_team_member -codestar_update_team_member <- function(projectId, userArn, projectRole = NULL, remoteAccessAllowed = NULL) { - op <- new_operation( - name = "UpdateTeamMember", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$update_team_member_input(projectId = projectId, userArn = userArn, projectRole = projectRole, remoteAccessAllowed = remoteAccessAllowed) - output <- .codestar$update_team_member_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$update_team_member <- codestar_update_team_member - -#' Updates a user's profile in AWS CodeStar -#' -#' @description -#' Updates a user's profile in AWS CodeStar. The user profile is not -#' project-specific. Information in the user profile is displayed wherever -#' the user's information appears to other users in AWS CodeStar. -#' -#' @usage -#' codestar_update_user_profile(userArn, displayName, emailAddress, -#' sshPublicKey) -#' -#' @param userArn [required] The name that will be displayed as the friendly name for the user in AWS -#' CodeStar. -#' @param displayName The name that is displayed as the friendly name for the user in AWS -#' CodeStar. -#' @param emailAddress The email address that is displayed as part of the user's profile in AWS -#' CodeStar. -#' @param sshPublicKey The SSH public key associated with the user in AWS CodeStar. If a -#' project owner allows the user remote access to project resources, this -#' public key will be used along with the user's private key for SSH -#' access. -#' -#' @return -#' A list with the following syntax: -#' ``` -#' list( -#' userArn = "string", -#' displayName = "string", -#' emailAddress = "string", -#' sshPublicKey = "string", -#' createdTimestamp = as.POSIXct( -#' "2015-01-01" -#' ), -#' lastModifiedTimestamp = as.POSIXct( -#' "2015-01-01" -#' ) -#' ) -#' ``` -#' -#' @section Request syntax: -#' ``` -#' svc$update_user_profile( -#' userArn = "string", -#' displayName = "string", -#' emailAddress = "string", -#' sshPublicKey = "string" -#' ) -#' ``` -#' -#' @keywords internal -#' -#' @rdname codestar_update_user_profile -#' -#' @aliases codestar_update_user_profile -codestar_update_user_profile <- function(userArn, displayName = NULL, emailAddress = NULL, sshPublicKey = NULL) { - op <- new_operation( - name = "UpdateUserProfile", - http_method = "POST", - http_path = "/", - host_prefix = "", - paginator = list() - ) - input <- .codestar$update_user_profile_input(userArn = userArn, displayName = displayName, emailAddress = emailAddress, sshPublicKey = sshPublicKey) - output <- .codestar$update_user_profile_output() - config <- get_config() - svc <- .codestar$service(config, op) - request <- new_request(svc, op, input, output) - response <- send_request(request) - return(response) -} -.codestar$operations$update_user_profile <- codestar_update_user_profile diff --git a/paws/R/codestar_service.R b/paws/R/codestar_service.R deleted file mode 100644 index 493fea1b99..0000000000 --- a/paws/R/codestar_service.R +++ /dev/null @@ -1,215 +0,0 @@ -# This file is generated by make.paws. Please do not edit here. -#' @importFrom paws.common new_handlers new_service set_config merge_config -NULL - -#' AWS CodeStar -#' -#' @description -#' This is the API reference for AWS CodeStar. This reference provides -#' descriptions of the operations and data types for the AWS CodeStar API -#' along with usage examples. -#' -#' You can use the AWS CodeStar API to work with: -#' -#' Projects and their resources, by calling the following: -#' -#' - [`delete_project`][codestar_delete_project], which deletes a -#' project. -#' -#' - [`describe_project`][codestar_describe_project], which lists the -#' attributes of a project. -#' -#' - [`list_projects`][codestar_list_projects], which lists all projects -#' associated with your AWS account. -#' -#' - [`list_resources`][codestar_list_resources], which lists the -#' resources associated with a project. -#' -#' - [`list_tags_for_project`][codestar_list_tags_for_project], which -#' lists the tags associated with a project. -#' -#' - [`tag_project`][codestar_tag_project], which adds tags to a project. -#' -#' - [`untag_project`][codestar_untag_project], which removes tags from a -#' project. -#' -#' - [`update_project`][codestar_update_project], which updates the -#' attributes of a project. -#' -#' Teams and team members, by calling the following: -#' -#' - [`associate_team_member`][codestar_associate_team_member], which -#' adds an IAM user to the team for a project. -#' -#' - [`disassociate_team_member`][codestar_disassociate_team_member], -#' which removes an IAM user from the team for a project. -#' -#' - [`list_team_members`][codestar_list_team_members], which lists all -#' the IAM users in the team for a project, including their roles and -#' attributes. -#' -#' - [`update_team_member`][codestar_update_team_member], which updates a -#' team member's attributes in a project. -#' -#' Users, by calling the following: -#' -#' - [`create_user_profile`][codestar_create_user_profile], which creates -#' a user profile that contains data associated with the user across -#' all projects. -#' -#' - [`delete_user_profile`][codestar_delete_user_profile], which deletes -#' all user profile information across all projects. -#' -#' - [`describe_user_profile`][codestar_describe_user_profile], which -#' describes the profile of a user. -#' -#' - [`list_user_profiles`][codestar_list_user_profiles], which lists all -#' user profiles. -#' -#' - [`update_user_profile`][codestar_update_user_profile], which updates -#' the profile for a user. -#' -#' @param -#' config -#' Optional configuration of credentials, endpoint, and/or region. -#' \itemize{ -#' \item{\strong{credentials}: \itemize{ -#' \item{\strong{creds}: \itemize{ -#' \item{\strong{access_key_id}: AWS access key ID} -#' \item{\strong{secret_access_key}: AWS secret access key} -#' \item{\strong{session_token}: AWS temporary session token} -#' }} -#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -#' \item{\strong{anonymous}: Set anonymous credentials.} -#' }} -#' \item{\strong{endpoint}: The complete URL to use for the constructed client.} -#' \item{\strong{region}: The AWS Region used in instantiating the client.} -#' \item{\strong{close_connection}: Immediately close all HTTP connections.} -#' \item{\strong{timeout}: The time in seconds till a timeout exception is thrown when attempting to make a connection. The default is 60 seconds.} -#' \item{\strong{s3_force_path_style}: Set this to `true` to force the request to use path-style addressing, i.e. `http://s3.amazonaws.com/BUCKET/KEY`.} -#' \item{\strong{sts_regional_endpoint}: Set sts regional endpoint resolver to regional or legacy \url{https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html}} -#' } -#' @param -#' credentials -#' Optional credentials shorthand for the config parameter -#' \itemize{ -#' \item{\strong{creds}: \itemize{ -#' \item{\strong{access_key_id}: AWS access key ID} -#' \item{\strong{secret_access_key}: AWS secret access key} -#' \item{\strong{session_token}: AWS temporary session token} -#' }} -#' \item{\strong{profile}: The name of a profile to use. If not given, then the default profile is used.} -#' \item{\strong{anonymous}: Set anonymous credentials.} -#' } -#' @param -#' endpoint -#' Optional shorthand for complete URL to use for the constructed client. -#' @param -#' region -#' Optional shorthand for AWS Region used in instantiating the client. -#' -#' @section Service syntax: -#' ``` -#' svc <- codestar( -#' config = list( -#' credentials = list( -#' creds = list( -#' access_key_id = "string", -#' secret_access_key = "string", -#' session_token = "string" -#' ), -#' profile = "string", -#' anonymous = "logical" -#' ), -#' endpoint = "string", -#' region = "string", -#' close_connection = "logical", -#' timeout = "numeric", -#' s3_force_path_style = "logical", -#' sts_regional_endpoint = "string" -#' ), -#' credentials = list( -#' creds = list( -#' access_key_id = "string", -#' secret_access_key = "string", -#' session_token = "string" -#' ), -#' profile = "string", -#' anonymous = "logical" -#' ), -#' endpoint = "string", -#' region = "string" -#' ) -#' ``` -#' -#' @examples -#' \dontrun{ -#' svc <- codestar() -#' svc$associate_team_member( -#' Foo = 123 -#' ) -#' } -#' -#' @section Operations: -#' \tabular{ll}{ -#' \link[=codestar_associate_team_member]{associate_team_member} \tab Adds an IAM user to the team for an AWS CodeStar project\cr -#' \link[=codestar_create_project]{create_project} \tab Creates a project, including project resources\cr -#' \link[=codestar_create_user_profile]{create_user_profile} \tab Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar\cr -#' \link[=codestar_delete_project]{delete_project} \tab Deletes a project, including project resources\cr -#' \link[=codestar_delete_user_profile]{delete_user_profile} \tab Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address\cr -#' \link[=codestar_describe_project]{describe_project} \tab Describes a project and its resources\cr -#' \link[=codestar_describe_user_profile]{describe_user_profile} \tab Describes a user in AWS CodeStar and the user attributes across all projects\cr -#' \link[=codestar_disassociate_team_member]{disassociate_team_member} \tab Removes a user from a project\cr -#' \link[=codestar_list_projects]{list_projects} \tab Lists all projects in AWS CodeStar associated with your AWS account\cr -#' \link[=codestar_list_resources]{list_resources} \tab Lists resources associated with a project in AWS CodeStar\cr -#' \link[=codestar_list_tags_for_project]{list_tags_for_project} \tab Gets the tags for a project\cr -#' \link[=codestar_list_team_members]{list_team_members} \tab Lists all team members associated with a project\cr -#' \link[=codestar_list_user_profiles]{list_user_profiles} \tab Lists all the user profiles configured for your AWS account in AWS CodeStar\cr -#' \link[=codestar_tag_project]{tag_project} \tab Adds tags to a project\cr -#' \link[=codestar_untag_project]{untag_project} \tab Removes tags from a project\cr -#' \link[=codestar_update_project]{update_project} \tab Updates a project in AWS CodeStar\cr -#' \link[=codestar_update_team_member]{update_team_member} \tab Updates a team member's attributes in an AWS CodeStar project\cr -#' \link[=codestar_update_user_profile]{update_user_profile} \tab Updates a user's profile in AWS CodeStar -#' } -#' -#' @return -#' A client for the service. You can call the service's operations using -#' syntax like `svc$operation(...)`, where `svc` is the name you've assigned -#' to the client. The available operations are listed in the -#' Operations section. -#' -#' @rdname codestar -#' @export -codestar <- function(config = list(), credentials = list(), endpoint = NULL, region = NULL) { - config <- merge_config( - config, - list( - credentials = credentials, - endpoint = endpoint, - region = region - ) - ) - svc <- .codestar$operations - svc <- set_config(svc, config) - return(svc) -} - -# Private API objects: metadata, handlers, interfaces, etc. -.codestar <- list() - -.codestar$operations <- list() - -.codestar$metadata <- list( - service_name = "codestar", - endpoints = list("*" = list(endpoint = "codestar.{region}.amazonaws.com", global = FALSE), "cn-*" = list(endpoint = "codestar.{region}.amazonaws.com.cn", global = FALSE), "eu-isoe-*" = list(endpoint = "codestar.{region}.cloud.adc-e.uk", global = FALSE), "us-iso-*" = list(endpoint = "codestar.{region}.c2s.ic.gov", global = FALSE), "us-isob-*" = list(endpoint = "codestar.{region}.sc2s.sgov.gov", global = FALSE), "us-isof-*" = list(endpoint = "codestar.{region}.csp.hci.ic.gov", global = FALSE)), - service_id = "CodeStar", - api_version = "2017-04-19", - signing_name = "codestar", - json_version = "1.1", - target_prefix = "CodeStar_20170419" -) - -.codestar$service <- function(config = list(), op = NULL) { - handlers <- new_handlers("jsonrpc", "v4") - new_service(.codestar$metadata, handlers, config, op) -} diff --git a/paws/R/cognitoidentityprovider_operations.R b/paws/R/cognitoidentityprovider_operations.R index b64f7461b6..e5f0e9b314 100644 --- a/paws/R/cognitoidentityprovider_operations.R +++ b/paws/R/cognitoidentityprovider_operations.R @@ -146,22 +146,22 @@ cognitoidentityprovider_admin_add_user_to_group <- function(UserPoolId, Username } .cognitoidentityprovider$operations$admin_add_user_to_group <- cognitoidentityprovider_admin_add_user_to_group -#' This IAM-authenticated API operation provides a code that Amazon Cognito -#' sent to your user when they signed up in your user pool +#' This IAM-authenticated API operation confirms user sign-up as an +#' administrator #' #' @description -#' This IAM-authenticated API operation provides a code that Amazon Cognito -#' sent to your user when they signed up in your user pool. After your user -#' enters their code, they confirm ownership of the email address or phone -#' number that they provided, and their user account becomes active. -#' Depending on your user pool configuration, your users will receive their -#' confirmation code in an email or SMS message. -#' -#' Local users who signed up in your user pool are the only type of user -#' who can confirm sign-up with a code. Users who federate through an -#' external identity provider (IdP) have already been confirmed by their -#' IdP. Administrator-created users confirm their accounts when they -#' respond to their invitation email message and choose a password. +#' This IAM-authenticated API operation confirms user sign-up as an +#' administrator. Unlike +#' [`confirm_sign_up`][cognitoidentityprovider_confirm_sign_up], your IAM +#' credentials authorize user account confirmation. No confirmation code is +#' required. +#' +#' This request sets a user account active in a user pool that [requires +#' confirmation of new user +#' accounts](https://docs.aws.amazon.com/cognito/latest/developerguide/signing-up-users-in-your-app.html#signing-up-users-in-your-app-and-confirming-them-as-admin) +#' before they can sign in. You can configure your user pool to not send +#' confirmation codes to new users and instead confirm them with this API +#' operation on the back end. #' #' Amazon Cognito evaluates Identity and Access Management (IAM) policies #' in requests for this API operation. For this operation, you must use IAM @@ -271,8 +271,8 @@ cognitoidentityprovider_admin_confirm_sign_up <- function(UserPoolId, Username, #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -1164,8 +1164,8 @@ cognitoidentityprovider_admin_get_user <- function(UserPoolId, Username) { #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -1905,8 +1905,8 @@ cognitoidentityprovider_admin_remove_user_from_group <- function(UserPoolId, Use #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -2041,8 +2041,8 @@ cognitoidentityprovider_admin_reset_user_password <- function(UserPoolId, Userna #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -2684,8 +2684,8 @@ cognitoidentityprovider_admin_update_device_status <- function(UserPoolId, Usern #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -2925,7 +2925,7 @@ cognitoidentityprovider_admin_user_global_sign_out <- function(UserPoolId, Usern #' doesn't require MFA, the user can then authenticate with user name and #' password credentials alone. If your user pool requires TOTP MFA, Amazon #' Cognito generates an `MFA_SETUP` or `SOFTWARE_TOKEN_SETUP` challenge -#' each time your user signs. Complete setup with +#' each time your user signs in. Complete setup with #' [`associate_software_token`][cognitoidentityprovider_associate_software_token] #' and #' [`verify_software_token`][cognitoidentityprovider_verify_software_token]. @@ -3828,8 +3828,8 @@ cognitoidentityprovider_create_user_import_job <- function(JobName, UserPoolId, #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -3983,6 +3983,7 @@ cognitoidentityprovider_create_user_import_job <- function(JobName, UserPoolId, #' RequireLowercase = TRUE|FALSE, #' RequireNumbers = TRUE|FALSE, #' RequireSymbols = TRUE|FALSE, +#' PasswordHistorySize = 123, #' TemporaryPasswordValidityDays = 123 #' ) #' ), @@ -4097,7 +4098,10 @@ cognitoidentityprovider_create_user_import_job <- function(JobName, UserPoolId, #' ) #' ), #' UserPoolAddOns = list( -#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED" +#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED", +#' AdvancedSecurityAdditionalFlows = list( +#' CustomAuthMode = "AUDIT"|"ENFORCED" +#' ) #' ), #' UsernameConfiguration = list( #' CaseSensitive = TRUE|FALSE @@ -4126,6 +4130,7 @@ cognitoidentityprovider_create_user_import_job <- function(JobName, UserPoolId, #' RequireLowercase = TRUE|FALSE, #' RequireNumbers = TRUE|FALSE, #' RequireSymbols = TRUE|FALSE, +#' PasswordHistorySize = 123, #' TemporaryPasswordValidityDays = 123 #' ) #' ), @@ -4228,7 +4233,10 @@ cognitoidentityprovider_create_user_import_job <- function(JobName, UserPoolId, #' ) #' ), #' UserPoolAddOns = list( -#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED" +#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED", +#' AdvancedSecurityAdditionalFlows = list( +#' CustomAuthMode = "AUDIT"|"ENFORCED" +#' ) #' ), #' UsernameConfiguration = list( #' CaseSensitive = TRUE|FALSE @@ -4661,6 +4669,8 @@ cognitoidentityprovider_create_user_pool <- function(PoolName, Policies = NULL, #' #' - `LEGACY` - This represents the early behavior of Amazon Cognito #' where user existence related errors aren't prevented. +#' +#' Defaults to `LEGACY` when you don't provide a value. #' @param EnableTokenRevocation Activates or deactivates token revocation. For more information about #' revoking tokens, see #' [`revoke_token`][cognitoidentityprovider_revoke_token]. @@ -5712,6 +5722,7 @@ cognitoidentityprovider_describe_user_import_job <- function(UserPoolId, JobId) #' RequireLowercase = TRUE|FALSE, #' RequireNumbers = TRUE|FALSE, #' RequireSymbols = TRUE|FALSE, +#' PasswordHistorySize = 123, #' TemporaryPasswordValidityDays = 123 #' ) #' ), @@ -5826,7 +5837,10 @@ cognitoidentityprovider_describe_user_import_job <- function(UserPoolId, JobId) #' ) #' ), #' UserPoolAddOns = list( -#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED" +#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED", +#' AdvancedSecurityAdditionalFlows = list( +#' CustomAuthMode = "AUDIT"|"ENFORCED" +#' ) #' ), #' UsernameConfiguration = list( #' CaseSensitive = TRUE|FALSE @@ -6158,8 +6172,8 @@ cognitoidentityprovider_forget_device <- function(AccessToken = NULL, DeviceKey) #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -6539,16 +6553,16 @@ cognitoidentityprovider_get_identity_provider_by_identifier <- function(UserPool } .cognitoidentityprovider$operations$get_identity_provider_by_identifier <- cognitoidentityprovider_get_identity_provider_by_identifier -#' Gets the detailed activity logging configuration for a user pool +#' Gets the logging configuration of a user pool #' #' @description -#' Gets the detailed activity logging configuration for a user pool. +#' Gets the logging configuration of a user pool. #' #' @usage #' cognitoidentityprovider_get_log_delivery_configuration(UserPoolId) #' -#' @param UserPoolId [required] The ID of the user pool where you want to view detailed activity logging -#' configuration. +#' @param UserPoolId [required] The ID of the user pool that has the logging configuration that you want +#' to view. #' #' @return #' A list with the following syntax: @@ -6558,10 +6572,16 @@ cognitoidentityprovider_get_identity_provider_by_identifier <- function(UserPool #' UserPoolId = "string", #' LogConfigurations = list( #' list( -#' LogLevel = "ERROR", -#' EventSource = "userNotification", +#' LogLevel = "ERROR"|"INFO", +#' EventSource = "userNotification"|"userAuthEvents", #' CloudWatchLogsConfiguration = list( #' LogGroupArn = "string" +#' ), +#' S3Configuration = list( +#' BucketArn = "string" +#' ), +#' FirehoseConfiguration = list( +#' StreamArn = "string" #' ) #' ) #' ) @@ -6825,8 +6845,8 @@ cognitoidentityprovider_get_user <- function(AccessToken) { #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -7084,8 +7104,8 @@ cognitoidentityprovider_global_sign_out <- function(AccessToken) { #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -8282,8 +8302,8 @@ cognitoidentityprovider_list_users_in_group <- function(UserPoolId, GroupName, L #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -8430,8 +8450,8 @@ cognitoidentityprovider_resend_confirmation_code <- function(ClientId, SecretHas #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -8693,21 +8713,19 @@ cognitoidentityprovider_revoke_token <- function(Token, ClientId, ClientSecret = } .cognitoidentityprovider$operations$revoke_token <- cognitoidentityprovider_revoke_token -#' Sets up or modifies the detailed activity logging configuration of a -#' user pool +#' Sets up or modifies the logging configuration of a user pool #' #' @description -#' Sets up or modifies the detailed activity logging configuration of a -#' user pool. +#' Sets up or modifies the logging configuration of a user pool. User pools +#' can export user notification logs and advanced security features user +#' activity logs. #' #' @usage #' cognitoidentityprovider_set_log_delivery_configuration(UserPoolId, #' LogConfigurations) #' -#' @param UserPoolId [required] The ID of the user pool where you want to configure detailed activity -#' logging . -#' @param LogConfigurations [required] A collection of all of the detailed activity logging configurations for -#' a user pool. +#' @param UserPoolId [required] The ID of the user pool where you want to configure logging. +#' @param LogConfigurations [required] A collection of the logging configurations for a user pool. #' #' @return #' A list with the following syntax: @@ -8717,10 +8735,16 @@ cognitoidentityprovider_revoke_token <- function(Token, ClientId, ClientSecret = #' UserPoolId = "string", #' LogConfigurations = list( #' list( -#' LogLevel = "ERROR", -#' EventSource = "userNotification", +#' LogLevel = "ERROR"|"INFO", +#' EventSource = "userNotification"|"userAuthEvents", #' CloudWatchLogsConfiguration = list( #' LogGroupArn = "string" +#' ), +#' S3Configuration = list( +#' BucketArn = "string" +#' ), +#' FirehoseConfiguration = list( +#' StreamArn = "string" #' ) #' ) #' ) @@ -8734,10 +8758,16 @@ cognitoidentityprovider_revoke_token <- function(Token, ClientId, ClientSecret = #' UserPoolId = "string", #' LogConfigurations = list( #' list( -#' LogLevel = "ERROR", -#' EventSource = "userNotification", +#' LogLevel = "ERROR"|"INFO", +#' EventSource = "userNotification"|"userAuthEvents", #' CloudWatchLogsConfiguration = list( #' LogGroupArn = "string" +#' ), +#' S3Configuration = list( +#' BucketArn = "string" +#' ), +#' FirehoseConfiguration = list( +#' StreamArn = "string" #' ) #' ) #' ) @@ -9115,8 +9145,8 @@ cognitoidentityprovider_set_user_mfa_preference <- function(SMSMfaSettings = NUL #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -9296,8 +9326,8 @@ cognitoidentityprovider_set_user_settings <- function(AccessToken, MFAOptions) { #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -10199,8 +10229,8 @@ cognitoidentityprovider_update_resource_server <- function(UserPoolId, Identifie #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -10320,8 +10350,8 @@ cognitoidentityprovider_update_user_attributes <- function(UserAttributes, Acces #' in. #' #' If you have never used SMS text messages with Amazon Cognito or any -#' other Amazon Web Service, Amazon Simple Notification Service might place -#' your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. +#' other Amazon Web Services service, Amazon Simple Notification Service +#' might place your account in the SMS sandbox. In *\href{https://docs.aws.amazon.com/sns/latest/dg/sns-sms-sandbox.html}{sandbox mode}* , you can send messages only to verified phone numbers. #' After you test your app while in the sandbox environment, you can move #' out of the sandbox and into production. For more information, see [SMS #' message settings for Amazon Cognito user @@ -10455,6 +10485,7 @@ cognitoidentityprovider_update_user_attributes <- function(UserAttributes, Acces #' RequireLowercase = TRUE|FALSE, #' RequireNumbers = TRUE|FALSE, #' RequireSymbols = TRUE|FALSE, +#' PasswordHistorySize = 123, #' TemporaryPasswordValidityDays = 123 #' ) #' ), @@ -10534,7 +10565,10 @@ cognitoidentityprovider_update_user_attributes <- function(UserAttributes, Acces #' ) #' ), #' UserPoolAddOns = list( -#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED" +#' AdvancedSecurityMode = "OFF"|"AUDIT"|"ENFORCED", +#' AdvancedSecurityAdditionalFlows = list( +#' CustomAuthMode = "AUDIT"|"ENFORCED" +#' ) #' ), #' AccountRecoverySetting = list( #' RecoveryMechanisms = list( @@ -10838,6 +10872,8 @@ cognitoidentityprovider_update_user_pool <- function(UserPoolId, Policies = NULL #' #' - `LEGACY` - This represents the early behavior of Amazon Cognito #' where user existence related errors aren't prevented. +#' +#' Defaults to `LEGACY` when you don't provide a value. #' @param EnableTokenRevocation Activates or deactivates token revocation. For more information about #' revoking tokens, see #' [`revoke_token`][cognitoidentityprovider_revoke_token]. diff --git a/paws/R/cognitoidentityprovider_service.R b/paws/R/cognitoidentityprovider_service.R index cf4357e014..cbe3e3b0e6 100644 --- a/paws/R/cognitoidentityprovider_service.R +++ b/paws/R/cognitoidentityprovider_service.R @@ -188,7 +188,7 @@ NULL #' \tabular{ll}{ #' \link[=cognitoidentityprovider_add_custom_attributes]{add_custom_attributes} \tab Adds additional user attributes to the user pool schema\cr #' \link[=cognitoidentityprovider_admin_add_user_to_group]{admin_add_user_to_group} \tab Adds a user to a group\cr -#' \link[=cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation provides a code that Amazon Cognito sent to your user when they signed up in your user pool\cr +#' \link[=cognitoidentityprovider_admin_confirm_sign_up]{admin_confirm_sign_up} \tab This IAM-authenticated API operation confirms user sign-up as an administrator\cr #' \link[=cognitoidentityprovider_admin_create_user]{admin_create_user} \tab Creates a new user in the specified user pool\cr #' \link[=cognitoidentityprovider_admin_delete_user]{admin_delete_user} \tab Deletes a user as an administrator\cr #' \link[=cognitoidentityprovider_admin_delete_user_attributes]{admin_delete_user_attributes} \tab Deletes the user attributes in a user pool as an administrator\cr @@ -246,7 +246,7 @@ NULL #' \link[=cognitoidentityprovider_get_device]{get_device} \tab Gets the device\cr #' \link[=cognitoidentityprovider_get_group]{get_group} \tab Gets a group\cr #' \link[=cognitoidentityprovider_get_identity_provider_by_identifier]{get_identity_provider_by_identifier} \tab Gets the specified IdP\cr -#' \link[=cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the detailed activity logging configuration for a user pool\cr +#' \link[=cognitoidentityprovider_get_log_delivery_configuration]{get_log_delivery_configuration} \tab Gets the logging configuration of a user pool\cr #' \link[=cognitoidentityprovider_get_signing_certificate]{get_signing_certificate} \tab This method takes a user pool ID, and returns the signing certificate\cr #' \link[=cognitoidentityprovider_get_ui_customization]{get_ui_customization} \tab Gets the user interface (UI) Customization information for a particular app client's app UI, if any such information exists for the client\cr #' \link[=cognitoidentityprovider_get_user]{get_user} \tab Gets the user attributes and metadata for a user\cr @@ -267,7 +267,7 @@ NULL #' \link[=cognitoidentityprovider_resend_confirmation_code]{resend_confirmation_code} \tab Resends the confirmation (for confirmation of registration) to a specific user in the user pool\cr #' \link[=cognitoidentityprovider_respond_to_auth_challenge]{respond_to_auth_challenge} \tab Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge\cr #' \link[=cognitoidentityprovider_revoke_token]{revoke_token} \tab Revokes all of the access tokens generated by, and at the same time as, the specified refresh token\cr -#' \link[=cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the detailed activity logging configuration of a user pool\cr +#' \link[=cognitoidentityprovider_set_log_delivery_configuration]{set_log_delivery_configuration} \tab Sets up or modifies the logging configuration of a user pool\cr #' \link[=cognitoidentityprovider_set_risk_configuration]{set_risk_configuration} \tab Configures actions on detected risks\cr #' \link[=cognitoidentityprovider_set_ui_customization]{set_ui_customization} \tab Sets the user interface (UI) customization information for a user pool's built-in app UI\cr #' \link[=cognitoidentityprovider_set_user_mfa_preference]{set_user_mfa_preference} \tab Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred\cr diff --git a/paws/R/computeoptimizer_operations.R b/paws/R/computeoptimizer_operations.R index 37c7ede514..a7fd6f2f7d 100644 --- a/paws/R/computeoptimizer_operations.R +++ b/paws/R/computeoptimizer_operations.R @@ -3245,6 +3245,12 @@ computeoptimizer_get_recommendation_summaries <- function(accountIds = NULL, nex #' #' You can only set this preference for the Amazon EC2 instance and Auto #' Scaling group resource types. +#' +#' - Amazon EC2 instance lookback preferences can be set at the +#' organization, account, and resource levels. +#' +#' - Auto Scaling group lookback preferences can only be set at the +#' resource level. #' @param utilizationPreferences The preference to control the resource’s CPU utilization threshold, CPU #' utilization headroom, and memory utilization headroom. When this #' preference isn't specified, we use the following default values. diff --git a/paws/R/connect_operations.R b/paws/R/connect_operations.R index 1f938bf5a9..681ada5545 100644 --- a/paws/R/connect_operations.R +++ b/paws/R/connect_operations.R @@ -1940,6 +1940,10 @@ connect_create_hours_of_operation <- function(InstanceId, Name, Description = NU #' Service (Amazon S3) or Amazon Kinesis. It also does not allow for any #' configurations on features, such as Contact Lens for Amazon Connect. #' +#' For more information, see [Create an Amazon Connect +#' instance](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html) +#' in the *Amazon Connect Administrator Guide*. +#' #' Amazon Connect enforces a limit on the total number of instances that #' you can create or delete in 30 days. If you exceed this limit, you will #' get an error message indicating there has been an excessive number of @@ -2294,7 +2298,11 @@ connect_create_persistent_contact_association <- function(InstanceId, InitialCon #' #' @description #' Creates a new predefined attribute for the specified Amazon Connect -#' instance. +#' instance. *Predefined attributes* are attributes in an Amazon Connect +#' instance that can be used to route contacts to an agent or pools of +#' agents within a queue. For more information, see [Create predefined +#' attributes for routing contacts to +#' agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' @usage #' connect_create_predefined_attribute(InstanceId, Name, Values) @@ -2837,6 +2845,13 @@ connect_create_rule <- function(InstanceId, Name, TriggerEventSource, Function, #' #' @description #' Creates a security profile. +#' +#' For information about security profiles, see [Security +#' Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) +#' in the *Amazon Connect Administrator Guide*. For a mapping of the API +#' name and user interface name of the security profile permissions, see +#' [List of security profile +#' permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html). #' #' @usage #' connect_create_security_profile(SecurityProfileName, Description, @@ -4044,7 +4059,10 @@ connect_delete_hours_of_operation <- function(InstanceId, HoursOfOperationId) { #' This API is in preview release for Amazon Connect and is subject to #' change. #' -#' Deletes the Amazon Connect instance. +#' Deletes the Amazon Connect instance. For more information, see [Delete +#' your Amazon Connect +#' instance](https://docs.aws.amazon.com/connect/latest/adminguide/delete-connect-instance.html) +#' in the *Amazon Connect Administrator Guide*. #' #' Amazon Connect enforces a limit on the total number of instances that #' you can create or delete in 30 days. If you exceed this limit, you will @@ -4244,7 +4262,8 @@ connect_delete_prompt <- function(InstanceId, PromptId) { #' Deletes a queue #' #' @description -#' Deletes a queue. +#' Deletes a queue. It isn't possible to delete a queue by using the Amazon +#' Connect admin website. #' #' @usage #' connect_delete_queue(InstanceId, QueueId) @@ -6143,7 +6162,11 @@ connect_describe_phone_number <- function(PhoneNumberId) { #' #' @description #' Describes a predefined attribute for the specified Amazon Connect -#' instance. +#' instance. *Predefined attributes* are attributes in an Amazon Connect +#' instance that can be used to route contacts to an agent or pools of +#' agents within a queue. For more information, see [Create predefined +#' attributes for routing contacts to +#' agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' @usage #' connect_describe_predefined_attribute(InstanceId, Name) @@ -6644,10 +6667,17 @@ connect_describe_rule <- function(InstanceId, RuleId) { } .connect$operations$describe_rule <- connect_describe_rule -#' Gets basic information about the security profle +#' Gets basic information about the security profile #' #' @description -#' Gets basic information about the security profle. +#' Gets basic information about the security profile. +#' +#' For information about security profiles, see [Security +#' Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) +#' in the *Amazon Connect Administrator Guide*. For a mapping of the API +#' name and user interface name of the security profile permissions, see +#' [List of security profile +#' permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html). #' #' @usage #' connect_describe_security_profile(SecurityProfileId, InstanceId) @@ -9139,6 +9169,8 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' #' - Agents #' +#' - Campaigns +#' #' - Channels #' #' - Feature @@ -9154,6 +9186,9 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' At least one filter must be passed from queues, routing profiles, #' agents, or user hierarchy groups. #' +#' For metrics for outbound campaigns analytics, you can also use campaigns +#' to satisfy at least one filter requirement. +#' #' To filter by phone number, see [Create a historical metrics #' report](https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html) #' in the *Amazon Connect Administrator Guide*. @@ -9164,9 +9199,10 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' single request. Valid filter keys: `AGENT` | #' `AGENT_HIERARCHY_LEVEL_ONE` | `AGENT_HIERARCHY_LEVEL_TWO` | #' `AGENT_HIERARCHY_LEVEL_THREE` | `AGENT_HIERARCHY_LEVEL_FOUR` | -#' `AGENT_HIERARCHY_LEVEL_FIVE` | `CASE_TEMPLATE_ARN` | `CASE_STATUS` | -#' `CHANNEL` | `contact/segmentAttributes/connect:Subtype` | `FEATURE` -#' | `FLOW_TYPE` | `FLOWS_NEXT_RESOURCE_ID` | +#' `AGENT_HIERARCHY_LEVEL_FIVE` | `ANSWERING_MACHINE_DETECTION_STATUS` +#' | `CAMPAIGN` | `CASE_TEMPLATE_ARN` | `CASE_STATUS` | `CHANNEL` | +#' `contact/segmentAttributes/connect:Subtype` | `DISCONNECT_REASON` | +#' `FEATURE` | `FLOW_TYPE` | `FLOWS_NEXT_RESOURCE_ID` | #' `FLOWS_NEXT_RESOURCE_QUEUE_ID` | `FLOWS_OUTCOME_TYPE` | #' `FLOWS_RESOURCE_ID` | `INITIATION_METHOD` | #' `RESOURCE_PUBLISHED_TIMESTAMP` | `ROUTING_PROFILE` | @@ -9202,6 +9238,9 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' Connect enabled as part of the flow #' #' This filter is available only for contact record-driven metrics. +#' +#' [Campaign](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-outbound-campaigns_Campaign.html) +#' ARNs are valid `filterValues` for the `CAMPAIGN` filter key. #' @param Groupings The grouping applied to the metrics that are returned. For example, when #' results are grouped by queue, the metrics returned are grouped by queue. #' The values that are returned apply to the metrics for each queue. They @@ -9212,11 +9251,12 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' Valid grouping keys: `AGENT` | `AGENT_HIERARCHY_LEVEL_ONE` | #' `AGENT_HIERARCHY_LEVEL_TWO` | `AGENT_HIERARCHY_LEVEL_THREE` | #' `AGENT_HIERARCHY_LEVEL_FOUR` | `AGENT_HIERARCHY_LEVEL_FIVE` | -#' `CASE_TEMPLATE_ARN` | `CASE_STATUS` | `CHANNEL` | -#' `contact/segmentAttributes/connect:Subtype` | `FLOWS_RESOURCE_ID` | -#' `FLOWS_MODULE_RESOURCE_ID` | `FLOW_TYPE` | `FLOWS_OUTCOME_TYPE` | -#' `INITIATION_METHOD` | `Q_CONNECT_ENABLED` | `QUEUE` | -#' `RESOURCE_PUBLISHED_TIMESTAMP` | `ROUTING_PROFILE` | +#' `ANSWERING_MACHINE_DETECTION_STATUS` | `CAMPAIGN` | `CASE_TEMPLATE_ARN` +#' | `CASE_STATUS` | `CHANNEL` | +#' `contact/segmentAttributes/connect:Subtype` | `DISCONNECT_REASON` | +#' `FLOWS_RESOURCE_ID` | `FLOWS_MODULE_RESOURCE_ID` | `FLOW_TYPE` | +#' `FLOWS_OUTCOME_TYPE` | `INITIATION_METHOD` | `Q_CONNECT_ENABLED` | +#' `QUEUE` | `RESOURCE_PUBLISHED_TIMESTAMP` | `ROUTING_PROFILE` | #' `ROUTING_STEP_EXPRESSION` #' @param Metrics [required] The metrics to retrieve. Specify the name, groupings, and filters for #' each metric. The following historical metrics are available. For a @@ -9441,6 +9481,18 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Average conversation #' duration](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-conversation-duration-historical) #' +#' **AVG_DIALS_PER_MINUTE** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Count +#' +#' Valid groupings and filters: Campaign, Agent, Queue, Routing Profile +#' +#' UI name: [Average dials per +#' minute](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-dials-historical) +#' #' **AVG_FLOW_TIME** #' #' Unit: Seconds @@ -9640,6 +9692,50 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Average customer talk #' time](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-talk-time-customer-historical) #' +#' **AVG_WAIT_TIME_AFTER_CUSTOMER_CONNECTION** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Seconds +#' +#' Valid groupings and filters: Campaign +#' +#' UI name: [Average wait time after customer +#' connection](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#average-wait-time-historical) +#' +#' **CAMPAIGN_CONTACTS_ABANDONED_AFTER_X** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Count +#' +#' Valid groupings and filters: Campaign, Agent +#' +#' Threshold: For `ThresholdValue`, enter any whole number from 1 to 604800 +#' (inclusive), in seconds. For `Comparison`, you must enter `GT` (for +#' *Greater than*). +#' +#' UI name: [Campaign contacts abandoned after +#' X](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-historical) +#' +#' **CAMPAIGN_CONTACTS_ABANDONED_AFTER_X_RATE** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Percent +#' +#' Valid groupings and filters: Campaign, Agent +#' +#' Threshold: For `ThresholdValue`, enter any whole number from 1 to 604800 +#' (inclusive), in seconds. For `Comparison`, you must enter `GT` (for +#' *Greater than*). +#' +#' UI name: [Campaign contacts abandoned after X +#' rate](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#campaign-contacts-abandoned-rate-historical) +#' #' **CASES_CREATED** #' #' Unit: Count @@ -9649,7 +9745,7 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS #' #' UI name: [Cases -#' created](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html##cases-created-historical) +#' created](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#cases-created-historical) #' #' **CONTACTS_CREATED** #' @@ -9783,7 +9879,8 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' (inclusive), in seconds. For `Comparison`, you must enter `LT` (for #' "Less than"). #' -#' UI name: This metric is not available in Amazon Connect admin website. +#' UI name: [Contacts removed from queue in X +#' seconds](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-removed-historical) #' #' **CONTACTS_RESOLVED_IN_X** #' @@ -9843,6 +9940,41 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Current #' cases](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#current-cases-historical) #' +#' **DELIVERY_ATTEMPTS** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics. +#' +#' Unit: Count +#' +#' Valid metric filter key: `ANSWERING_MACHINE_DETECTION_STATUS`, +#' `DISCONNECT_REASON` +#' +#' Valid groupings and filters: Campaign, Agent, Queue, Routing Profile, +#' Answering Machine Detection Status, Disconnect Reason +#' +#' UI name: [Delivery +#' attempts](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempts-historical) +#' +#' **DELIVERY_ATTEMPT_DISPOSITION_RATE** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics, and with the answering machine detection enabled. +#' +#' Unit: Percent +#' +#' Valid metric filter key: `ANSWERING_MACHINE_DETECTION_STATUS`, +#' `DISCONNECT_REASON` +#' +#' Valid groupings and filters: Campaign, Agent, Answering Machine +#' Detection Status, Disconnect Reason +#' +#' Answering Machine Detection Status and Disconnect Reason are valid +#' filters but not valid groupings. +#' +#' UI name: [Delivery attempt disposition +#' rate](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#delivery-attempt-disposition-rate-historical) +#' #' **FLOWS_OUTCOME** #' #' Unit: Count @@ -9868,6 +10000,18 @@ connect_get_metric_data <- function(InstanceId, StartTime, EndTime, Filters, Gro #' UI name: [Flows #' started](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#flows-started-historical) #' +#' **HUMAN_ANSWERED_CALLS** +#' +#' This metric is available only for contacts analyzed by outbound +#' campaigns analytics, and with the answering machine detection enabled. +#' +#' Unit: Count +#' +#' Valid groupings and filters: Campaign, Agent +#' +#' UI name: [Human +#' answered](https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#human-answered-historical) +#' #' **MAX_FLOW_TIME** #' #' Unit: Seconds @@ -12445,6 +12589,11 @@ connect_list_phone_numbers_v2 <- function(TargetArn = NULL, InstanceId = NULL, M #' #' @description #' Lists predefined attributes for the specified Amazon Connect instance. +#' *Predefined attributes* are attributes in an Amazon Connect instance +#' that can be used to route contacts to an agent or pools of agents within +#' a queue. For more information, see [Create predefined attributes for +#' routing contacts to +#' agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' @usage #' connect_list_predefined_attributes(InstanceId, NextToken, MaxResults) @@ -12937,6 +13086,11 @@ connect_list_quick_connects <- function(InstanceId, NextToken = NULL, MaxResults #' "2015-01-01" #' ) #' ) +#' ), +#' PostContactSummary = list( +#' Content = "string", +#' Status = "FAILED"|"COMPLETED", +#' FailureCode = "QUOTA_EXCEEDED"|"INSUFFICIENT_CONVERSATION_CONTENT"|"FAILED_SAFETY_GUIDELINES"|"INVALID_ANALYSIS_CONFIGURATION"|"INTERNAL_ERROR" #' ) #' ) #' ), @@ -12953,7 +13107,7 @@ connect_list_quick_connects <- function(InstanceId, NextToken = NULL, MaxResults #' NextToken = "string", #' OutputType = "Raw"|"Redacted", #' SegmentTypes = list( -#' "Transcript"|"Categories"|"Issues"|"Event"|"Attachments" +#' "Transcript"|"Categories"|"Issues"|"Event"|"Attachments"|"PostContactSummary" #' ) #' ) #' ``` @@ -13364,6 +13518,13 @@ connect_list_security_profile_applications <- function(SecurityProfileId, Instan #' #' @description #' Lists the permissions granted to a security profile. +#' +#' For information about security profiles, see [Security +#' Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) +#' in the *Amazon Connect Administrator Guide*. For a mapping of the API +#' name and user interface name of the security profile permissions, see +#' [List of security profile +#' permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html). #' #' @usage #' connect_list_security_profile_permissions(SecurityProfileId, InstanceId, @@ -13436,7 +13597,10 @@ connect_list_security_profile_permissions <- function(SecurityProfileId, Instanc #' #' For more information about security profiles, see [Security #' Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) -#' in the *Amazon Connect Administrator Guide*. +#' in the *Amazon Connect Administrator Guide*. For a mapping of the API +#' name and user interface name of the security profile permissions, see +#' [List of security profile +#' permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html). #' #' @usage #' connect_list_security_profiles(InstanceId, NextToken, MaxResults) @@ -14638,6 +14802,124 @@ connect_resume_contact_recording <- function(InstanceId, ContactId, InitialConta } .connect$operations$resume_contact_recording <- connect_resume_contact_recording +#' Searches AgentStatuses in an Amazon Connect instance, with optional +#' filtering +#' +#' @description +#' Searches AgentStatuses in an Amazon Connect instance, with optional +#' filtering. +#' +#' @usage +#' connect_search_agent_statuses(InstanceId, NextToken, MaxResults, +#' SearchFilter, SearchCriteria) +#' +#' @param InstanceId [required] The identifier of the Amazon Connect instance. You can find the +#' instanceId in the ARN of the instance. +#' @param NextToken The token for the next set of results. Use the value returned in the +#' previous response in the next request to retrieve the next set of +#' results. +#' @param MaxResults The maximum number of results to return per page. +#' @param SearchFilter Filters to be applied to search results. +#' @param SearchCriteria The search criteria to be used to return agent statuses. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' AgentStatuses = list( +#' list( +#' AgentStatusARN = "string", +#' AgentStatusId = "string", +#' Name = "string", +#' Description = "string", +#' Type = "ROUTABLE"|"CUSTOM"|"OFFLINE", +#' DisplayOrder = 123, +#' State = "ENABLED"|"DISABLED", +#' Tags = list( +#' "string" +#' ), +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ) +#' ), +#' NextToken = "string", +#' ApproximateTotalCount = 123 +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$search_agent_statuses( +#' InstanceId = "string", +#' NextToken = "string", +#' MaxResults = 123, +#' SearchFilter = list( +#' AttributeFilter = list( +#' OrConditions = list( +#' list( +#' TagConditions = list( +#' list( +#' TagKey = "string", +#' TagValue = "string" +#' ) +#' ) +#' ) +#' ), +#' AndCondition = list( +#' TagConditions = list( +#' list( +#' TagKey = "string", +#' TagValue = "string" +#' ) +#' ) +#' ), +#' TagCondition = list( +#' TagKey = "string", +#' TagValue = "string" +#' ) +#' ) +#' ), +#' SearchCriteria = list( +#' OrConditions = list( +#' list() +#' ), +#' AndConditions = list( +#' list() +#' ), +#' StringCondition = list( +#' FieldName = "string", +#' Value = "string", +#' ComparisonType = "STARTS_WITH"|"CONTAINS"|"EXACT" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname connect_search_agent_statuses +#' +#' @aliases connect_search_agent_statuses +connect_search_agent_statuses <- function(InstanceId, NextToken = NULL, MaxResults = NULL, SearchFilter = NULL, SearchCriteria = NULL) { + op <- new_operation( + name = "SearchAgentStatuses", + http_method = "POST", + http_path = "/search-agent-statuses", + host_prefix = "", + paginator = list(input_token = "NextToken", limit_key = "MaxResults", non_aggregate_keys = list( "ApproximateTotalCount"), output_token = "NextToken", result_key = "AgentStatuses") + ) + input <- .connect$search_agent_statuses_input(InstanceId = InstanceId, NextToken = NextToken, MaxResults = MaxResults, SearchFilter = SearchFilter, SearchCriteria = SearchCriteria) + output <- .connect$search_agent_statuses_output() + config <- get_config() + svc <- .connect$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.connect$operations$search_agent_statuses <- connect_search_agent_statuses + #' Searches for available phone numbers that you can claim to your Amazon #' Connect instance or traffic distribution group #' @@ -15240,10 +15522,15 @@ connect_search_hours_of_operations <- function(InstanceId, NextToken = NULL, Max } .connect$operations$search_hours_of_operations <- connect_search_hours_of_operations -#' Predefined attributes that meet certain criteria +#' Searches predefined attributes that meet certain criteria #' #' @description -#' Predefined attributes that meet certain criteria. +#' Searches predefined attributes that meet certain criteria. *Predefined +#' attributes* are attributes in an Amazon Connect instance that can be +#' used to route contacts to an agent or pools of agents within a queue. +#' For more information, see [Create predefined attributes for routing +#' contacts to +#' agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' @usage #' connect_search_predefined_attributes(InstanceId, NextToken, MaxResults, @@ -15703,6 +15990,24 @@ connect_search_quick_connects <- function(InstanceId, NextToken = NULL, MaxResul #' @param ResourceTypes The list of resource types to be used to search tags from. If not #' provided or if any empty list is provided, this API will search from all #' supported resource types. +#' +#' **Supported resource types** +#' +#' - AGENT +#' +#' - ROUTING_PROFILE +#' +#' - STANDARD_QUEUE +#' +#' - SECURITY_PROFILE +#' +#' - OPERATING_HOURS +#' +#' - PROMPT +#' +#' - CONTACT_FLOW +#' +#' - FLOW_MODULE #' @param NextToken The token for the next set of results. Use the value returned in the #' previous response in the next request to retrieve the next set of #' results. @@ -15907,6 +16212,13 @@ connect_search_routing_profiles <- function(InstanceId, NextToken = NULL, MaxRes #' @description #' Searches security profiles in an Amazon Connect instance, with optional #' filtering. +#' +#' For information about security profiles, see [Security +#' Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) +#' in the *Amazon Connect Administrator Guide*. For a mapping of the API +#' name and user interface name of the security profile permissions, see +#' [List of security profile +#' permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html). #' #' @usage #' connect_search_security_profiles(InstanceId, NextToken, MaxResults, @@ -16017,6 +16329,172 @@ connect_search_security_profiles <- function(InstanceId, NextToken = NULL, MaxRe } .connect$operations$search_security_profiles <- connect_search_security_profiles +#' Searches UserHierarchyGroups in an Amazon Connect instance, with +#' optional filtering +#' +#' @description +#' Searches UserHierarchyGroups in an Amazon Connect instance, with +#' optional filtering. +#' +#' The UserHierarchyGroup with `"LevelId": "0"` is the foundation for +#' building levels on top of an instance. It is not user-definable, nor is +#' it visible in the UI. +#' +#' @usage +#' connect_search_user_hierarchy_groups(InstanceId, NextToken, MaxResults, +#' SearchFilter, SearchCriteria) +#' +#' @param InstanceId [required] The identifier of the Amazon Connect instance. You can find the +#' instanceId in the ARN of the instance. +#' @param NextToken The token for the next set of results. Use the value returned in the +#' previous response in the next request to retrieve the next set of +#' results. +#' @param MaxResults The maximum number of results to return per page. +#' @param SearchFilter Filters to be applied to search results. +#' @param SearchCriteria The search criteria to be used to return UserHierarchyGroups. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' UserHierarchyGroups = list( +#' list( +#' Id = "string", +#' Arn = "string", +#' Name = "string", +#' LevelId = "string", +#' HierarchyPath = list( +#' LevelOne = list( +#' Id = "string", +#' Arn = "string", +#' Name = "string", +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ), +#' LevelTwo = list( +#' Id = "string", +#' Arn = "string", +#' Name = "string", +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ), +#' LevelThree = list( +#' Id = "string", +#' Arn = "string", +#' Name = "string", +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ), +#' LevelFour = list( +#' Id = "string", +#' Arn = "string", +#' Name = "string", +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ), +#' LevelFive = list( +#' Id = "string", +#' Arn = "string", +#' Name = "string", +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ) +#' ), +#' Tags = list( +#' "string" +#' ), +#' LastModifiedTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' LastModifiedRegion = "string" +#' ) +#' ), +#' NextToken = "string", +#' ApproximateTotalCount = 123 +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$search_user_hierarchy_groups( +#' InstanceId = "string", +#' NextToken = "string", +#' MaxResults = 123, +#' SearchFilter = list( +#' AttributeFilter = list( +#' OrConditions = list( +#' list( +#' TagConditions = list( +#' list( +#' TagKey = "string", +#' TagValue = "string" +#' ) +#' ) +#' ) +#' ), +#' AndCondition = list( +#' TagConditions = list( +#' list( +#' TagKey = "string", +#' TagValue = "string" +#' ) +#' ) +#' ), +#' TagCondition = list( +#' TagKey = "string", +#' TagValue = "string" +#' ) +#' ) +#' ), +#' SearchCriteria = list( +#' OrConditions = list( +#' list() +#' ), +#' AndConditions = list( +#' list() +#' ), +#' StringCondition = list( +#' FieldName = "string", +#' Value = "string", +#' ComparisonType = "STARTS_WITH"|"CONTAINS"|"EXACT" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname connect_search_user_hierarchy_groups +#' +#' @aliases connect_search_user_hierarchy_groups +connect_search_user_hierarchy_groups <- function(InstanceId, NextToken = NULL, MaxResults = NULL, SearchFilter = NULL, SearchCriteria = NULL) { + op <- new_operation( + name = "SearchUserHierarchyGroups", + http_method = "POST", + http_path = "/search-user-hierarchy-groups", + host_prefix = "", + paginator = list(input_token = "NextToken", limit_key = "MaxResults", non_aggregate_keys = list( "ApproximateTotalCount"), output_token = "NextToken", result_key = "UserHierarchyGroups") + ) + input <- .connect$search_user_hierarchy_groups_input(InstanceId = InstanceId, NextToken = NextToken, MaxResults = MaxResults, SearchFilter = SearchFilter, SearchCriteria = SearchCriteria) + output <- .connect$search_user_hierarchy_groups_output() + config <- get_config() + svc <- .connect$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.connect$operations$search_user_hierarchy_groups <- connect_search_user_hierarchy_groups + #' Searches users in an Amazon Connect instance, with optional filtering #' #' @description @@ -16152,6 +16630,24 @@ connect_search_security_profiles <- function(InstanceId, NextToken = NULL, MaxRe #' Value = "string", #' ComparisonType = "STARTS_WITH"|"CONTAINS"|"EXACT" #' ), +#' ListCondition = list( +#' TargetListType = "PROFICIENCIES", +#' Conditions = list( +#' list( +#' StringCondition = list( +#' FieldName = "string", +#' Value = "string", +#' ComparisonType = "STARTS_WITH"|"CONTAINS"|"EXACT" +#' ), +#' NumberCondition = list( +#' FieldName = "string", +#' MinValue = 123, +#' MaxValue = 123, +#' ComparisonType = "GREATER_OR_EQUAL"|"GREATER"|"LESSER_OR_EQUAL"|"LESSER"|"EQUAL"|"NOT_EQUAL"|"RANGE" +#' ) +#' ) +#' ) +#' ), #' HierarchyGroupCondition = list( #' Value = "string", #' HierarchyGroupMatchType = "EXACT"|"WITH_CHILD_GROUPS" @@ -18636,7 +19132,7 @@ connect_update_contact_flow_name <- function(InstanceId, ContactFlowId, Name = N #' #' @usage #' connect_update_contact_routing_data(InstanceId, ContactId, -#' QueueTimeAdjustmentSeconds, QueuePriority) +#' QueueTimeAdjustmentSeconds, QueuePriority, RoutingCriteria) #' #' @param InstanceId [required] The identifier of the Amazon Connect instance. You can [find the #' instance @@ -18651,6 +19147,8 @@ connect_update_contact_flow_name <- function(InstanceId, ContactFlowId, Name = N #' contacts is 5. You can raise the priority of a contact compared to other #' contacts in the queue by assigning them a higher priority, such as 1 or #' 2. +#' @param RoutingCriteria Updates the routing criteria on the contact. These properties can be +#' used to change how a contact is routed within the queue. #' #' @return #' An empty list. @@ -18661,7 +19159,37 @@ connect_update_contact_flow_name <- function(InstanceId, ContactFlowId, Name = N #' InstanceId = "string", #' ContactId = "string", #' QueueTimeAdjustmentSeconds = 123, -#' QueuePriority = 123 +#' QueuePriority = 123, +#' RoutingCriteria = list( +#' Steps = list( +#' list( +#' Expiry = list( +#' DurationInSeconds = 123 +#' ), +#' Expression = list( +#' AttributeCondition = list( +#' Name = "string", +#' Value = "string", +#' ProficiencyLevel = 123.0, +#' MatchCriteria = list( +#' AgentsCriteria = list( +#' AgentIds = list( +#' "string" +#' ) +#' ) +#' ), +#' ComparisonOperator = "string" +#' ), +#' AndExpression = list( +#' list() +#' ), +#' OrExpression = list( +#' list() +#' ) +#' ) +#' ) +#' ) +#' ) #' ) #' ``` #' @@ -18670,7 +19198,7 @@ connect_update_contact_flow_name <- function(InstanceId, ContactFlowId, Name = N #' @rdname connect_update_contact_routing_data #' #' @aliases connect_update_contact_routing_data -connect_update_contact_routing_data <- function(InstanceId, ContactId, QueueTimeAdjustmentSeconds = NULL, QueuePriority = NULL) { +connect_update_contact_routing_data <- function(InstanceId, ContactId, QueueTimeAdjustmentSeconds = NULL, QueuePriority = NULL, RoutingCriteria = NULL) { op <- new_operation( name = "UpdateContactRoutingData", http_method = "POST", @@ -18678,7 +19206,7 @@ connect_update_contact_routing_data <- function(InstanceId, ContactId, QueueTime host_prefix = "", paginator = list() ) - input <- .connect$update_contact_routing_data_input(InstanceId = InstanceId, ContactId = ContactId, QueueTimeAdjustmentSeconds = QueueTimeAdjustmentSeconds, QueuePriority = QueuePriority) + input <- .connect$update_contact_routing_data_input(InstanceId = InstanceId, ContactId = ContactId, QueueTimeAdjustmentSeconds = QueueTimeAdjustmentSeconds, QueuePriority = QueuePriority, RoutingCriteria = RoutingCriteria) output <- .connect$update_contact_routing_data_output() config <- get_config() svc <- .connect$service(config, op) @@ -19323,7 +19851,11 @@ connect_update_phone_number_metadata <- function(PhoneNumberId, PhoneNumberDescr #' #' @description #' Updates a predefined attribute for the specified Amazon Connect -#' instance. +#' instance. *Predefined attributes* are attributes in an Amazon Connect +#' instance that can be used to route contacts to an agent or pools of +#' agents within a queue. For more information, see [Create predefined +#' attributes for routing contacts to +#' agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html). #' #' @usage #' connect_update_predefined_attribute(InstanceId, Name, Values) @@ -20279,6 +20811,13 @@ connect_update_rule <- function(RuleId, InstanceId, Name, Function, Actions, Pub #' #' @description #' Updates a security profile. +#' +#' For information about security profiles, see [Security +#' Profiles](https://docs.aws.amazon.com/connect/latest/adminguide/connect-security-profiles.html) +#' in the *Amazon Connect Administrator Guide*. For a mapping of the API +#' name and user interface name of the security profile permissions, see +#' [List of security profile +#' permissions](https://docs.aws.amazon.com/connect/latest/adminguide/security-profile-list.html). #' #' @usage #' connect_update_security_profile(Description, Permissions, diff --git a/paws/R/connect_service.R b/paws/R/connect_service.R index f4063b6a29..883e8d061d 100644 --- a/paws/R/connect_service.R +++ b/paws/R/connect_service.R @@ -201,7 +201,7 @@ NULL #' \link[=connect_describe_quick_connect]{describe_quick_connect} \tab Describes the quick connect\cr #' \link[=connect_describe_routing_profile]{describe_routing_profile} \tab Describes the specified routing profile\cr #' \link[=connect_describe_rule]{describe_rule} \tab Describes a rule for the specified Amazon Connect instance\cr -#' \link[=connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profle\cr +#' \link[=connect_describe_security_profile]{describe_security_profile} \tab Gets basic information about the security profile\cr #' \link[=connect_describe_traffic_distribution_group]{describe_traffic_distribution_group} \tab Gets details and status of a traffic distribution group\cr #' \link[=connect_describe_user]{describe_user} \tab Describes the specified user\cr #' \link[=connect_describe_user_hierarchy_group]{describe_user_hierarchy_group} \tab Describes the specified hierarchy group\cr @@ -286,18 +286,20 @@ NULL #' \link[=connect_replicate_instance]{replicate_instance} \tab Replicates an Amazon Connect instance in the specified Amazon Web Services Region and copies configuration information for Amazon Connect resources across Amazon Web Services Regions\cr #' \link[=connect_resume_contact]{resume_contact} \tab Allows resuming a task contact in a paused state\cr #' \link[=connect_resume_contact_recording]{resume_contact_recording} \tab When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both\cr +#' \link[=connect_search_agent_statuses]{search_agent_statuses} \tab Searches AgentStatuses in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_available_phone_numbers]{search_available_phone_numbers} \tab Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group\cr #' \link[=connect_search_contact_flow_modules]{search_contact_flow_modules} \tab Searches the flow modules in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_contact_flows]{search_contact_flows} \tab Searches the contact flows in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_contacts]{search_contacts} \tab Searches contacts in an Amazon Connect instance\cr #' \link[=connect_search_hours_of_operations]{search_hours_of_operations} \tab Searches the hours of operation in an Amazon Connect instance, with optional filtering\cr -#' \link[=connect_search_predefined_attributes]{search_predefined_attributes} \tab Predefined attributes that meet certain criteria\cr +#' \link[=connect_search_predefined_attributes]{search_predefined_attributes} \tab Searches predefined attributes that meet certain criteria\cr #' \link[=connect_search_prompts]{search_prompts} \tab Searches prompts in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_queues]{search_queues} \tab Searches queues in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_quick_connects]{search_quick_connects} \tab Searches quick connects in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_resource_tags]{search_resource_tags} \tab Searches tags used in an Amazon Connect instance using optional search criteria\cr #' \link[=connect_search_routing_profiles]{search_routing_profiles} \tab Searches routing profiles in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_security_profiles]{search_security_profiles} \tab Searches security profiles in an Amazon Connect instance, with optional filtering\cr +#' \link[=connect_search_user_hierarchy_groups]{search_user_hierarchy_groups} \tab Searches UserHierarchyGroups in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_users]{search_users} \tab Searches users in an Amazon Connect instance, with optional filtering\cr #' \link[=connect_search_vocabularies]{search_vocabularies} \tab Searches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode\cr #' \link[=connect_send_chat_integration_event]{send_chat_integration_event} \tab Processes chat integration events from Amazon Web Services or external integrations to Amazon Connect\cr diff --git a/paws/R/connectcontactlens_operations.R b/paws/R/connectcontactlens_operations.R index 0943776610..a3bdda9de3 100644 --- a/paws/R/connectcontactlens_operations.R +++ b/paws/R/connectcontactlens_operations.R @@ -14,7 +14,7 @@ NULL #' #' @param InstanceId [required] The identifier of the Amazon Connect instance. #' @param ContactId [required] The identifier of the contact. -#' @param MaxResults The maximimum number of results to return per page. +#' @param MaxResults The maximum number of results to return per page. #' @param NextToken The token for the next set of results. Use the value returned in the #' previous response in the next request to retrieve the next set of #' results. @@ -56,6 +56,11 @@ NULL #' ) #' ) #' ) +#' ), +#' PostContactSummary = list( +#' Content = "string", +#' Status = "FAILED"|"COMPLETED", +#' FailureCode = "QUOTA_EXCEEDED"|"INSUFFICIENT_CONVERSATION_CONTENT"|"FAILED_SAFETY_GUIDELINES"|"INVALID_ANALYSIS_CONFIGURATION"|"INTERNAL_ERROR" #' ) #' ) #' ), diff --git a/paws/R/connectcontactlens_service.R b/paws/R/connectcontactlens_service.R index 3c986588b3..20ffb5e624 100644 --- a/paws/R/connectcontactlens_service.R +++ b/paws/R/connectcontactlens_service.R @@ -5,16 +5,22 @@ NULL #' Amazon Connect Contact Lens #' #' @description -#' Contact Lens for Amazon Connect enables you to analyze conversations -#' between customer and agents, by using speech transcription, natural -#' language processing, and intelligent search capabilities. It performs -#' sentiment analysis, detects issues, and enables you to automatically -#' categorize contacts. +#' - [Contact Lens +#' actions](https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Contact_Lens.html) #' -#' Contact Lens for Amazon Connect provides both real-time and post-call +#' - [Contact Lens data +#' types](https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Contact_Lens.html) +#' +#' Amazon Connect Contact Lens enables you to analyze conversations between +#' customer and agents, by using speech transcription, natural language +#' processing, and intelligent search capabilities. It performs sentiment +#' analysis, detects issues, and enables you to automatically categorize +#' contacts. +#' +#' Amazon Connect Contact Lens provides both real-time and post-call #' analytics of customer-agent conversations. For more information, see -#' [Analyze conversations using Contact -#' Lens](https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html) +#' [Analyze conversations using speech +#' analytics](https://docs.aws.amazon.com/connect/latest/adminguide/analyze-conversations.html) #' in the *Amazon Connect Administrator Guide*. #' #' @param diff --git a/paws/R/controltower_service.R b/paws/R/controltower_service.R index 6f3402785f..b32f1ba1f8 100644 --- a/paws/R/controltower_service.R +++ b/paws/R/controltower_service.R @@ -36,6 +36,8 @@ NULL #' #' - [`list_landing_zones`][controltower_list_landing_zones] #' +#' - [`list_landing_zone_operations`][controltower_list_landing_zone_operations] +#' #' - [`reset_landing_zone`][controltower_reset_landing_zone] #' #' - [`update_landing_zone`][controltower_update_landing_zone] @@ -60,7 +62,7 @@ NULL #' #' - [`update_enabled_baseline`][controltower_update_enabled_baseline] #' -#' - [Tagging](https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html) +#' - [*Tagging*](https://docs.aws.amazon.com/controltower/latest/controlreference/tagging.html) #' #' - [`list_tags_for_resource`][controltower_list_tags_for_resource] #' @@ -97,9 +99,12 @@ NULL #' You can view the `controlIdentifier` in the console on the **Control #' details** page, as well as in the documentation. #' -#' The `controlIdentifier` is unique in each Amazon Web Services Region for -#' each control. You can find the `controlIdentifier` for each Region and -#' control in the [Tables of control +#' **About identifiers for Amazon Web Services Control Tower** +#' +#' The Amazon Web Services Control Tower `controlIdentifier` is unique in +#' each Amazon Web Services Region for each control. You can find the +#' `controlIdentifier` for each Region and control in the [Tables of +#' control #' metadata](https://docs.aws.amazon.com/controltower/latest/controlreference/control-metadata-tables.html) #' or the [Control availability by Region #' tables](https://docs.aws.amazon.com/controltower/latest/controlreference/control-region-tables.html) @@ -113,11 +118,28 @@ NULL #' Guide*](https://docs.aws.amazon.com/controltower/latest/controlreference/control-identifiers.html) #' . Remember that *Mandatory* controls cannot be added or removed. #' -#' **ARN format:** `arn:aws:controltower:{REGION}::control/{CONTROL_NAME}` +#' **Some controls have two identifiers** +#' +#' - **ARN format for Amazon Web Services Control Tower:** +#' `arn:aws:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID}` +#' +#' **Example:** #' -#' **Example:** +#' `arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED` #' -#' `arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED` +#' - **ARN format for Amazon Web Services Control Catalog:** +#' `arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID}` +#' +#' You can find the `{CONTROL_CATALOG_OPAQUE_ID}` in the [*Amazon Web +#' Services Control Tower Controls Reference +#' Guide*](https://docs.aws.amazon.com/controltower/latest/controlreference/all-global-identifiers.html) +#' , or in the Amazon Web Services Control Tower console, on the **Control +#' details** page. +#' +#' The Amazon Web Services Control Tower APIs for enabled controls, such as +#' [`get_enabled_control`][controltower_get_enabled_control] and +#' [`list_enabled_controls`][controltower_list_enabled_controls] always +#' return an ARN of the same type given when the control was enabled. #' #' **To get the `targetIdentifier`:** #' @@ -167,6 +189,26 @@ NULL #' and output examples with #' CLI](https://docs.aws.amazon.com/controltower/latest/userguide/baseline-api-examples.html). #' +#' **About Amazon Web Services Control Catalog identifiers** +#' +#' - The [`enable_control`][controltower_enable_control] and +#' [`disable_control`][controltower_disable_control] API operations can +#' be called by specifying either the Amazon Web Services Control Tower +#' identifer or the Amazon Web Services Control Catalog identifier. The +#' API response returns the same type of identifier that you specified +#' when calling the API. +#' +#' - If you use an Amazon Web Services Control Tower identifier to call +#' the [`enable_control`][controltower_enable_control] API, and then +#' call [`enable_control`][controltower_enable_control] again with an +#' Amazon Web Services Control Catalog identifier, Amazon Web Services +#' Control Tower returns an error message stating that the control is +#' already enabled. Similar behavior applies to the +#' [`disable_control`][controltower_disable_control] API operation. +#' +#' - Mandatory controls and the landing-zone-level Region deny control +#' have Amazon Web Services Control Tower identifiers only. +#' #' **Details and examples** #' #' - [Control API input and output examples with diff --git a/paws/R/datazone_operations.R b/paws/R/datazone_operations.R index 0d9e8c895c..0822d0ff81 100644 --- a/paws/R/datazone_operations.R +++ b/paws/R/datazone_operations.R @@ -125,6 +125,25 @@ datazone_accept_predictions <- function(acceptChoices = NULL, acceptRule = NULL, #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -180,6 +199,182 @@ datazone_accept_subscription_request <- function(decisionComment = NULL, domainI } .datazone$operations$accept_subscription_request <- datazone_accept_subscription_request +#' Adds the owner of an entity (a domain unit) +#' +#' @description +#' Adds the owner of an entity (a domain unit). +#' +#' @usage +#' datazone_add_entity_owner(clientToken, domainIdentifier, +#' entityIdentifier, entityType, owner) +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param domainIdentifier [required] The ID of the domain in which you want to add the entity owner. +#' @param entityIdentifier [required] The ID of the entity to which you want to add an owner. +#' @param entityType [required] The type of an entity. +#' @param owner [required] The owner that you want to add to the entity. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$add_entity_owner( +#' clientToken = "string", +#' domainIdentifier = "string", +#' entityIdentifier = "string", +#' entityType = "DOMAIN_UNIT", +#' owner = list( +#' group = list( +#' groupIdentifier = "string" +#' ), +#' user = list( +#' userIdentifier = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_add_entity_owner +#' +#' @aliases datazone_add_entity_owner +datazone_add_entity_owner <- function(clientToken = NULL, domainIdentifier, entityIdentifier, entityType, owner) { + op <- new_operation( + name = "AddEntityOwner", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/addOwner", + host_prefix = "", + paginator = list() + ) + input <- .datazone$add_entity_owner_input(clientToken = clientToken, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, owner = owner) + output <- .datazone$add_entity_owner_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$add_entity_owner <- datazone_add_entity_owner + +#' Adds a policy grant (an authorization policy) to a specified entity, +#' including domain units, environment blueprint configurations, or +#' environment profiles +#' +#' @description +#' Adds a policy grant (an authorization policy) to a specified entity, +#' including domain units, environment blueprint configurations, or +#' environment profiles. +#' +#' @usage +#' datazone_add_policy_grant(clientToken, detail, domainIdentifier, +#' entityIdentifier, entityType, policyType, principal) +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param detail [required] The details of the policy grant. +#' @param domainIdentifier [required] The ID of the domain where you want to add a policy grant. +#' @param entityIdentifier [required] The ID of the entity (resource) to which you want to add a policy grant. +#' @param entityType [required] The type of entity (resource) to which the grant is added. +#' @param policyType [required] The type of policy that you want to grant. +#' @param principal [required] The principal to whom the permissions are granted. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$add_policy_grant( +#' clientToken = "string", +#' detail = list( +#' addToProjectMemberPool = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createAssetType = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createDomainUnit = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createEnvironment = list(), +#' createEnvironmentProfile = list( +#' domainUnitId = "string" +#' ), +#' createFormType = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createGlossary = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createProject = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' delegateCreateEnvironmentProfile = list(), +#' overrideDomainUnitOwners = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' overrideProjectOwners = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ) +#' ), +#' domainIdentifier = "string", +#' entityIdentifier = "string", +#' entityType = "DOMAIN_UNIT"|"ENVIRONMENT_BLUEPRINT_CONFIGURATION"|"ENVIRONMENT_PROFILE", +#' policyType = "CREATE_DOMAIN_UNIT"|"OVERRIDE_DOMAIN_UNIT_OWNERS"|"ADD_TO_PROJECT_MEMBER_POOL"|"OVERRIDE_PROJECT_OWNERS"|"CREATE_GLOSSARY"|"CREATE_FORM_TYPE"|"CREATE_ASSET_TYPE"|"CREATE_PROJECT"|"CREATE_ENVIRONMENT_PROFILE"|"DELEGATE_CREATE_ENVIRONMENT_PROFILE"|"CREATE_ENVIRONMENT", +#' principal = list( +#' domainUnit = list( +#' domainUnitDesignation = "OWNER", +#' domainUnitGrantFilter = list( +#' allDomainUnitsGrantFilter = list() +#' ), +#' domainUnitIdentifier = "string" +#' ), +#' group = list( +#' groupIdentifier = "string" +#' ), +#' project = list( +#' projectDesignation = "OWNER"|"CONTRIBUTOR", +#' projectGrantFilter = list( +#' domainUnitFilter = list( +#' domainUnit = "string", +#' includeChildDomainUnits = TRUE|FALSE +#' ) +#' ), +#' projectIdentifier = "string" +#' ), +#' user = list( +#' allUsersGrantFilter = list(), +#' userIdentifier = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_add_policy_grant +#' +#' @aliases datazone_add_policy_grant +datazone_add_policy_grant <- function(clientToken = NULL, detail, domainIdentifier, entityIdentifier, entityType, policyType, principal) { + op <- new_operation( + name = "AddPolicyGrant", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/addGrant", + host_prefix = "", + paginator = list() + ) + input <- .datazone$add_policy_grant_input(clientToken = clientToken, detail = detail, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, policyType = policyType, principal = principal) + output <- .datazone$add_policy_grant_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$add_policy_grant <- datazone_add_policy_grant + #' Associates the environment role in Amazon DataZone #' #' @description @@ -314,6 +509,25 @@ datazone_cancel_metadata_generation_run <- function(domainIdentifier, identifier #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -506,31 +720,463 @@ datazone_create_asset <- function(clientToken = NULL, description = NULL, domain response <- send_request(request) return(response) } -.datazone$operations$create_asset <- datazone_create_asset +.datazone$operations$create_asset <- datazone_create_asset + +#' Creates a data asset filter +#' +#' @description +#' Creates a data asset filter. +#' +#' @usage +#' datazone_create_asset_filter(assetIdentifier, clientToken, +#' configuration, description, domainIdentifier, name) +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param configuration [required] The configuration of the asset filter. +#' @param description The description of the asset filter. +#' @param domainIdentifier [required] The ID of the domain in which you want to create an asset filter. +#' @param name [required] The name of the asset filter. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' assetId = "string", +#' configuration = list( +#' columnConfiguration = list( +#' includedColumnNames = list( +#' "string" +#' ) +#' ), +#' rowConfiguration = list( +#' rowFilter = list( +#' and = list( +#' list() +#' ), +#' expression = list( +#' equalTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' in = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' isNotNull = list( +#' columnName = "string" +#' ), +#' isNull = list( +#' columnName = "string" +#' ), +#' lessThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' lessThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' like = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notIn = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' notLike = list( +#' columnName = "string", +#' value = "string" +#' ) +#' ), +#' or = list( +#' list() +#' ) +#' ), +#' sensitive = TRUE|FALSE +#' ) +#' ), +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' description = "string", +#' domainId = "string", +#' effectiveColumnNames = list( +#' "string" +#' ), +#' effectiveRowFilter = "string", +#' errorMessage = "string", +#' id = "string", +#' name = "string", +#' status = "VALID"|"INVALID" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_asset_filter( +#' assetIdentifier = "string", +#' clientToken = "string", +#' configuration = list( +#' columnConfiguration = list( +#' includedColumnNames = list( +#' "string" +#' ) +#' ), +#' rowConfiguration = list( +#' rowFilter = list( +#' and = list( +#' list() +#' ), +#' expression = list( +#' equalTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' in = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' isNotNull = list( +#' columnName = "string" +#' ), +#' isNull = list( +#' columnName = "string" +#' ), +#' lessThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' lessThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' like = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notIn = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' notLike = list( +#' columnName = "string", +#' value = "string" +#' ) +#' ), +#' or = list( +#' list() +#' ) +#' ), +#' sensitive = TRUE|FALSE +#' ) +#' ), +#' description = "string", +#' domainIdentifier = "string", +#' name = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_create_asset_filter +#' +#' @aliases datazone_create_asset_filter +datazone_create_asset_filter <- function(assetIdentifier, clientToken = NULL, configuration, description = NULL, domainIdentifier, name) { + op <- new_operation( + name = "CreateAssetFilter", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_asset_filter_input(assetIdentifier = assetIdentifier, clientToken = clientToken, configuration = configuration, description = description, domainIdentifier = domainIdentifier, name = name) + output <- .datazone$create_asset_filter_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_asset_filter <- datazone_create_asset_filter + +#' Creates a revision of the asset +#' +#' @description +#' Creates a revision of the asset. +#' +#' @usage +#' datazone_create_asset_revision(clientToken, description, +#' domainIdentifier, formsInput, glossaryTerms, identifier, name, +#' predictionConfiguration, typeRevision) +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param description The revised description of the asset. +#' @param domainIdentifier [required] The unique identifier of the domain where the asset is being revised. +#' @param formsInput The metadata forms to be attached to the asset as part of asset +#' revision. +#' @param glossaryTerms The glossary terms to be attached to the asset as part of asset +#' revision. +#' @param identifier [required] The identifier of the asset. +#' @param name [required] Te revised name of the asset. +#' @param predictionConfiguration The configuration of the automatically generated business-friendly +#' metadata for the asset. +#' @param typeRevision The revision type of the asset. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' description = "string", +#' domainId = "string", +#' externalIdentifier = "string", +#' firstRevisionCreatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' firstRevisionCreatedBy = "string", +#' formsOutput = list( +#' list( +#' content = "string", +#' formName = "string", +#' typeName = "string", +#' typeRevision = "string" +#' ) +#' ), +#' glossaryTerms = list( +#' "string" +#' ), +#' id = "string", +#' latestTimeSeriesDataPointFormsOutput = list( +#' list( +#' contentSummary = "string", +#' formName = "string", +#' id = "string", +#' timestamp = as.POSIXct( +#' "2015-01-01" +#' ), +#' typeIdentifier = "string", +#' typeRevision = "string" +#' ) +#' ), +#' listing = list( +#' listingId = "string", +#' listingStatus = "CREATING"|"ACTIVE"|"INACTIVE" +#' ), +#' name = "string", +#' owningProjectId = "string", +#' predictionConfiguration = list( +#' businessNameGeneration = list( +#' enabled = TRUE|FALSE +#' ) +#' ), +#' readOnlyFormsOutput = list( +#' list( +#' content = "string", +#' formName = "string", +#' typeName = "string", +#' typeRevision = "string" +#' ) +#' ), +#' revision = "string", +#' typeIdentifier = "string", +#' typeRevision = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_asset_revision( +#' clientToken = "string", +#' description = "string", +#' domainIdentifier = "string", +#' formsInput = list( +#' list( +#' content = "string", +#' formName = "string", +#' typeIdentifier = "string", +#' typeRevision = "string" +#' ) +#' ), +#' glossaryTerms = list( +#' "string" +#' ), +#' identifier = "string", +#' name = "string", +#' predictionConfiguration = list( +#' businessNameGeneration = list( +#' enabled = TRUE|FALSE +#' ) +#' ), +#' typeRevision = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_create_asset_revision +#' +#' @aliases datazone_create_asset_revision +datazone_create_asset_revision <- function(clientToken = NULL, description = NULL, domainIdentifier, formsInput = NULL, glossaryTerms = NULL, identifier, name, predictionConfiguration = NULL, typeRevision = NULL) { + op <- new_operation( + name = "CreateAssetRevision", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_asset_revision_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, glossaryTerms = glossaryTerms, identifier = identifier, name = name, predictionConfiguration = predictionConfiguration, typeRevision = typeRevision) + output <- .datazone$create_asset_revision_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_asset_revision <- datazone_create_asset_revision + +#' Creates a custom asset type +#' +#' @description +#' Creates a custom asset type. +#' +#' @usage +#' datazone_create_asset_type(description, domainIdentifier, formsInput, +#' name, owningProjectIdentifier) +#' +#' @param description The descripton of the custom asset type. +#' @param domainIdentifier [required] The unique identifier of the Amazon DataZone domain where the custom +#' asset type is being created. +#' @param formsInput [required] The metadata forms that are to be attached to the custom asset type. +#' @param name [required] The name of the custom asset type. +#' @param owningProjectIdentifier [required] The identifier of the Amazon DataZone project that is to own the custom +#' asset type. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' description = "string", +#' domainId = "string", +#' formsOutput = list( +#' list( +#' required = TRUE|FALSE, +#' typeName = "string", +#' typeRevision = "string" +#' ) +#' ), +#' name = "string", +#' originDomainId = "string", +#' originProjectId = "string", +#' owningProjectId = "string", +#' revision = "string", +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedBy = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_asset_type( +#' description = "string", +#' domainIdentifier = "string", +#' formsInput = list( +#' list( +#' required = TRUE|FALSE, +#' typeIdentifier = "string", +#' typeRevision = "string" +#' ) +#' ), +#' name = "string", +#' owningProjectIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_create_asset_type +#' +#' @aliases datazone_create_asset_type +datazone_create_asset_type <- function(description = NULL, domainIdentifier, formsInput, name, owningProjectIdentifier) { + op <- new_operation( + name = "CreateAssetType", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/asset-types", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_asset_type_input(description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, name = name, owningProjectIdentifier = owningProjectIdentifier) + output <- .datazone$create_asset_type_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_asset_type <- datazone_create_asset_type -#' Creates a revision of the asset +#' Creates a data product #' #' @description -#' Creates a revision of the asset. +#' Creates a data product. #' #' @usage -#' datazone_create_asset_revision(clientToken, description, -#' domainIdentifier, formsInput, glossaryTerms, identifier, name, -#' predictionConfiguration, typeRevision) +#' datazone_create_data_product(clientToken, description, domainIdentifier, +#' formsInput, glossaryTerms, items, name, owningProjectIdentifier) #' #' @param clientToken A unique, case-sensitive identifier that is provided to ensure the #' idempotency of the request. -#' @param description The revised description of the asset. -#' @param domainIdentifier [required] The unique identifier of the domain where the asset is being revised. -#' @param formsInput The metadata forms to be attached to the asset as part of asset -#' revision. -#' @param glossaryTerms The glossary terms to be attached to the asset as part of asset -#' revision. -#' @param identifier [required] The identifier of the asset. -#' @param name [required] Te revised name of the asset. -#' @param predictionConfiguration The configuration of the automatically generated business-friendly -#' metadata for the asset. -#' @param typeRevision The revision type of the asset. +#' @param description The description of the data product. +#' @param domainIdentifier [required] The ID of the domain where the data product is created. +#' @param formsInput The metadata forms of the data product. +#' @param glossaryTerms The glossary terms of the data product. +#' @param items The data assets of the data product. +#' @param name [required] The name of the data product. +#' @param owningProjectIdentifier [required] The ID of the owning project of the data product. #' #' @return #' A list with the following syntax: @@ -542,7 +1188,6 @@ datazone_create_asset <- function(clientToken = NULL, description = NULL, domain #' createdBy = "string", #' description = "string", #' domainId = "string", -#' externalIdentifier = "string", #' firstRevisionCreatedAt = as.POSIXct( #' "2015-01-01" #' ), @@ -559,46 +1204,26 @@ datazone_create_asset <- function(clientToken = NULL, description = NULL, domain #' "string" #' ), #' id = "string", -#' latestTimeSeriesDataPointFormsOutput = list( +#' items = list( #' list( -#' contentSummary = "string", -#' formName = "string", -#' id = "string", -#' timestamp = as.POSIXct( -#' "2015-01-01" +#' glossaryTerms = list( +#' "string" #' ), -#' typeIdentifier = "string", -#' typeRevision = "string" +#' identifier = "string", +#' itemType = "ASSET", +#' revision = "string" #' ) #' ), -#' listing = list( -#' listingId = "string", -#' listingStatus = "CREATING"|"ACTIVE"|"INACTIVE" -#' ), #' name = "string", #' owningProjectId = "string", -#' predictionConfiguration = list( -#' businessNameGeneration = list( -#' enabled = TRUE|FALSE -#' ) -#' ), -#' readOnlyFormsOutput = list( -#' list( -#' content = "string", -#' formName = "string", -#' typeName = "string", -#' typeRevision = "string" -#' ) -#' ), #' revision = "string", -#' typeIdentifier = "string", -#' typeRevision = "string" +#' status = "CREATED"|"CREATING"|"CREATE_FAILED" #' ) #' ``` #' #' @section Request syntax: #' ``` -#' svc$create_asset_revision( +#' svc$create_data_product( #' clientToken = "string", #' description = "string", #' domainIdentifier = "string", @@ -613,56 +1238,62 @@ datazone_create_asset <- function(clientToken = NULL, description = NULL, domain #' glossaryTerms = list( #' "string" #' ), -#' identifier = "string", -#' name = "string", -#' predictionConfiguration = list( -#' businessNameGeneration = list( -#' enabled = TRUE|FALSE +#' items = list( +#' list( +#' glossaryTerms = list( +#' "string" +#' ), +#' identifier = "string", +#' itemType = "ASSET", +#' revision = "string" #' ) #' ), -#' typeRevision = "string" +#' name = "string", +#' owningProjectIdentifier = "string" #' ) #' ``` #' #' @keywords internal #' -#' @rdname datazone_create_asset_revision +#' @rdname datazone_create_data_product #' -#' @aliases datazone_create_asset_revision -datazone_create_asset_revision <- function(clientToken = NULL, description = NULL, domainIdentifier, formsInput = NULL, glossaryTerms = NULL, identifier, name, predictionConfiguration = NULL, typeRevision = NULL) { +#' @aliases datazone_create_data_product +datazone_create_data_product <- function(clientToken = NULL, description = NULL, domainIdentifier, formsInput = NULL, glossaryTerms = NULL, items = NULL, name, owningProjectIdentifier) { op <- new_operation( - name = "CreateAssetRevision", + name = "CreateDataProduct", http_method = "POST", - http_path = "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions", + http_path = "/v2/domains/{domainIdentifier}/data-products", host_prefix = "", paginator = list() ) - input <- .datazone$create_asset_revision_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, glossaryTerms = glossaryTerms, identifier = identifier, name = name, predictionConfiguration = predictionConfiguration, typeRevision = typeRevision) - output <- .datazone$create_asset_revision_output() + input <- .datazone$create_data_product_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, glossaryTerms = glossaryTerms, items = items, name = name, owningProjectIdentifier = owningProjectIdentifier) + output <- .datazone$create_data_product_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$create_asset_revision <- datazone_create_asset_revision +.datazone$operations$create_data_product <- datazone_create_data_product -#' Creates a custom asset type +#' Creates a data product revision #' #' @description -#' Creates a custom asset type. +#' Creates a data product revision. #' #' @usage -#' datazone_create_asset_type(description, domainIdentifier, formsInput, -#' name, owningProjectIdentifier) +#' datazone_create_data_product_revision(clientToken, description, +#' domainIdentifier, formsInput, glossaryTerms, identifier, items, name) #' -#' @param description The descripton of the custom asset type. -#' @param domainIdentifier [required] The unique identifier of the Amazon DataZone domain where the custom -#' asset type is being created. -#' @param formsInput [required] The metadata forms that are to be attached to the custom asset type. -#' @param name [required] The name of the custom asset type. -#' @param owningProjectIdentifier [required] The identifier of the Amazon DataZone project that is to own the custom -#' asset type. +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param description The description of the data product revision. +#' @param domainIdentifier [required] The ID of the domain where the data product revision is created. +#' @param formsInput The metadata forms of the data product revision. +#' @param glossaryTerms The glossary terms of the data product revision. +#' @param identifier [required] The ID of the data product revision. +#' @param items The data assets of the data product revision. +#' @param name [required] The name of the data product revision. #' #' @return #' A list with the following syntax: @@ -674,64 +1305,93 @@ datazone_create_asset_revision <- function(clientToken = NULL, description = NUL #' createdBy = "string", #' description = "string", #' domainId = "string", +#' firstRevisionCreatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' firstRevisionCreatedBy = "string", #' formsOutput = list( #' list( -#' required = TRUE|FALSE, +#' content = "string", +#' formName = "string", #' typeName = "string", #' typeRevision = "string" #' ) #' ), +#' glossaryTerms = list( +#' "string" +#' ), +#' id = "string", +#' items = list( +#' list( +#' glossaryTerms = list( +#' "string" +#' ), +#' identifier = "string", +#' itemType = "ASSET", +#' revision = "string" +#' ) +#' ), #' name = "string", -#' originDomainId = "string", -#' originProjectId = "string", #' owningProjectId = "string", #' revision = "string", -#' updatedAt = as.POSIXct( -#' "2015-01-01" -#' ), -#' updatedBy = "string" +#' status = "CREATED"|"CREATING"|"CREATE_FAILED" #' ) #' ``` #' #' @section Request syntax: #' ``` -#' svc$create_asset_type( +#' svc$create_data_product_revision( +#' clientToken = "string", #' description = "string", #' domainIdentifier = "string", #' formsInput = list( #' list( -#' required = TRUE|FALSE, +#' content = "string", +#' formName = "string", #' typeIdentifier = "string", #' typeRevision = "string" #' ) #' ), -#' name = "string", -#' owningProjectIdentifier = "string" +#' glossaryTerms = list( +#' "string" +#' ), +#' identifier = "string", +#' items = list( +#' list( +#' glossaryTerms = list( +#' "string" +#' ), +#' identifier = "string", +#' itemType = "ASSET", +#' revision = "string" +#' ) +#' ), +#' name = "string" #' ) #' ``` #' #' @keywords internal #' -#' @rdname datazone_create_asset_type +#' @rdname datazone_create_data_product_revision #' -#' @aliases datazone_create_asset_type -datazone_create_asset_type <- function(description = NULL, domainIdentifier, formsInput, name, owningProjectIdentifier) { +#' @aliases datazone_create_data_product_revision +datazone_create_data_product_revision <- function(clientToken = NULL, description = NULL, domainIdentifier, formsInput = NULL, glossaryTerms = NULL, identifier, items = NULL, name) { op <- new_operation( - name = "CreateAssetType", + name = "CreateDataProductRevision", http_method = "POST", - http_path = "/v2/domains/{domainIdentifier}/asset-types", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions", host_prefix = "", paginator = list() ) - input <- .datazone$create_asset_type_input(description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, name = name, owningProjectIdentifier = owningProjectIdentifier) - output <- .datazone$create_asset_type_output() + input <- .datazone$create_data_product_revision_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, formsInput = formsInput, glossaryTerms = glossaryTerms, identifier = identifier, items = items, name = name) + output <- .datazone$create_data_product_revision_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$create_asset_type <- datazone_create_asset_type +.datazone$operations$create_data_product_revision <- datazone_create_data_product_revision #' Creates an Amazon DataZone data source #' @@ -993,6 +1653,7 @@ datazone_create_data_source <- function(assetFormsInput = NULL, clientToken = NU #' kmsKeyIdentifier = "string", #' name = "string", #' portalUrl = "string", +#' rootDomainUnitId = "string", #' singleSignOn = list( #' type = "IAM_IDC"|"DISABLED", #' userAssignment = "AUTOMATIC"|"MANUAL" @@ -1045,6 +1706,85 @@ datazone_create_domain <- function(clientToken = NULL, description = NULL, domai } .datazone$operations$create_domain <- datazone_create_domain +#' Creates a domain unit in Amazon DataZone +#' +#' @description +#' Creates a domain unit in Amazon DataZone. +#' +#' @usage +#' datazone_create_domain_unit(clientToken, description, domainIdentifier, +#' name, parentDomainUnitIdentifier) +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param description The description of the domain unit. +#' @param domainIdentifier [required] The ID of the domain where you want to crate a domain unit. +#' @param name [required] The name of the domain unit. +#' @param parentDomainUnitIdentifier [required] The ID of the parent domain unit. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' ancestorDomainUnitIds = list( +#' "string" +#' ), +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' description = "string", +#' domainId = "string", +#' id = "string", +#' name = "string", +#' owners = list( +#' list( +#' group = list( +#' groupId = "string" +#' ), +#' user = list( +#' userId = "string" +#' ) +#' ) +#' ), +#' parentDomainUnitId = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_domain_unit( +#' clientToken = "string", +#' description = "string", +#' domainIdentifier = "string", +#' name = "string", +#' parentDomainUnitIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_create_domain_unit +#' +#' @aliases datazone_create_domain_unit +datazone_create_domain_unit <- function(clientToken = NULL, description = NULL, domainIdentifier, name, parentDomainUnitIdentifier) { + op <- new_operation( + name = "CreateDomainUnit", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/domain-units", + host_prefix = "", + paginator = list() + ) + input <- .datazone$create_domain_unit_input(clientToken = clientToken, description = description, domainIdentifier = domainIdentifier, name = name, parentDomainUnitIdentifier = parentDomainUnitIdentifier) + output <- .datazone$create_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$create_domain_unit <- datazone_create_domain_unit + #' Create an Amazon DataZone environment #' #' @description @@ -1683,7 +2423,7 @@ datazone_create_group_profile <- function(clientToken = NULL, domainIdentifier, #' domainIdentifier = "string", #' entityIdentifier = "string", #' entityRevision = "string", -#' entityType = "ASSET" +#' entityType = "ASSET"|"DATA_PRODUCT" #' ) #' ``` #' @@ -1716,11 +2456,14 @@ datazone_create_listing_change_set <- function(action, clientToken = NULL, domai #' Creates an Amazon DataZone project. #' #' @usage -#' datazone_create_project(description, domainIdentifier, glossaryTerms, -#' name) +#' datazone_create_project(description, domainIdentifier, domainUnitId, +#' glossaryTerms, name) #' #' @param description The description of the Amazon DataZone project. #' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which this project is created. +#' @param domainUnitId The ID of the domain unit. This parameter is not required and if it is +#' not specified, then the project is created at the root domain unit +#' level. #' @param glossaryTerms The glossary terms that can be used in this Amazon DataZone project. #' @param name [required] The name of the Amazon DataZone project. #' @@ -1734,6 +2477,7 @@ datazone_create_listing_change_set <- function(action, clientToken = NULL, domai #' createdBy = "string", #' description = "string", #' domainId = "string", +#' domainUnitId = "string", #' failureReasons = list( #' list( #' code = "string", @@ -1757,6 +2501,7 @@ datazone_create_listing_change_set <- function(action, clientToken = NULL, domai #' svc$create_project( #' description = "string", #' domainIdentifier = "string", +#' domainUnitId = "string", #' glossaryTerms = list( #' "string" #' ), @@ -1769,7 +2514,7 @@ datazone_create_listing_change_set <- function(action, clientToken = NULL, domai #' @rdname datazone_create_project #' #' @aliases datazone_create_project -datazone_create_project <- function(description = NULL, domainIdentifier, glossaryTerms = NULL, name) { +datazone_create_project <- function(description = NULL, domainIdentifier, domainUnitId = NULL, glossaryTerms = NULL, name) { op <- new_operation( name = "CreateProject", http_method = "POST", @@ -1777,7 +2522,7 @@ datazone_create_project <- function(description = NULL, domainIdentifier, glossa host_prefix = "", paginator = list() ) - input <- .datazone$create_project_input(description = description, domainIdentifier = domainIdentifier, glossaryTerms = glossaryTerms, name = name) + input <- .datazone$create_project_input(description = description, domainIdentifier = domainIdentifier, domainUnitId = domainUnitId, glossaryTerms = glossaryTerms, name = name) output <- .datazone$create_project_output() config <- get_config() svc <- .datazone$service(config, op) @@ -1997,6 +2742,25 @@ datazone_create_subscription_grant <- function(assetTargetNames = NULL, clientTo #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -2241,23 +3005,71 @@ datazone_create_user_profile <- function(clientToken = NULL, domainIdentifier, u } .datazone$operations$create_user_profile <- datazone_create_user_profile -#' Delets an asset in Amazon DataZone +#' Deletes an asset in Amazon DataZone #' #' @description -#' Delets an asset in Amazon DataZone. +#' Deletes an asset in Amazon DataZone. #' #' @usage #' datazone_delete_asset(domainIdentifier, identifier) #' -#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which the asset is deleted. -#' @param identifier [required] The identifier of the asset that is deleted. +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which the asset is deleted. +#' @param identifier [required] The identifier of the asset that is deleted. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$delete_asset( +#' domainIdentifier = "string", +#' identifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_delete_asset +#' +#' @aliases datazone_delete_asset +datazone_delete_asset <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "DeleteAsset", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/assets/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$delete_asset_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_asset_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$delete_asset <- datazone_delete_asset + +#' Deletes an asset filter +#' +#' @description +#' Deletes an asset filter. +#' +#' @usage +#' datazone_delete_asset_filter(assetIdentifier, domainIdentifier, +#' identifier) +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param domainIdentifier [required] The ID of the domain where you want to delete an asset filter. +#' @param identifier [required] The ID of the asset filter that you want to delete. #' #' @return #' An empty list. #' #' @section Request syntax: #' ``` -#' svc$delete_asset( +#' svc$delete_asset_filter( +#' assetIdentifier = "string", #' domainIdentifier = "string", #' identifier = "string" #' ) @@ -2265,26 +3077,26 @@ datazone_create_user_profile <- function(clientToken = NULL, domainIdentifier, u #' #' @keywords internal #' -#' @rdname datazone_delete_asset +#' @rdname datazone_delete_asset_filter #' -#' @aliases datazone_delete_asset -datazone_delete_asset <- function(domainIdentifier, identifier) { +#' @aliases datazone_delete_asset_filter +datazone_delete_asset_filter <- function(assetIdentifier, domainIdentifier, identifier) { op <- new_operation( - name = "DeleteAsset", + name = "DeleteAssetFilter", http_method = "DELETE", - http_path = "/v2/domains/{domainIdentifier}/assets/{identifier}", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", host_prefix = "", paginator = list() ) - input <- .datazone$delete_asset_input(domainIdentifier = domainIdentifier, identifier = identifier) - output <- .datazone$delete_asset_output() + input <- .datazone$delete_asset_filter_input(assetIdentifier = assetIdentifier, domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_asset_filter_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$delete_asset <- datazone_delete_asset +.datazone$operations$delete_asset_filter <- datazone_delete_asset_filter #' Deletes an asset type in Amazon DataZone #' @@ -2331,6 +3143,52 @@ datazone_delete_asset_type <- function(domainIdentifier, identifier) { } .datazone$operations$delete_asset_type <- datazone_delete_asset_type +#' Deletes a data product in Amazon DataZone +#' +#' @description +#' Deletes a data product in Amazon DataZone. +#' +#' @usage +#' datazone_delete_data_product(domainIdentifier, identifier) +#' +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which the data product is +#' deleted. +#' @param identifier [required] The identifier of the data product that is deleted. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$delete_data_product( +#' domainIdentifier = "string", +#' identifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_delete_data_product +#' +#' @aliases datazone_delete_data_product +datazone_delete_data_product <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "DeleteDataProduct", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$delete_data_product_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_data_product_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$delete_data_product <- datazone_delete_data_product + #' Deletes a data source in Amazon DataZone #' #' @description @@ -2553,6 +3411,51 @@ datazone_delete_domain <- function(clientToken = NULL, identifier, skipDeletionC } .datazone$operations$delete_domain <- datazone_delete_domain +#' Deletes a domain unit +#' +#' @description +#' Deletes a domain unit. +#' +#' @usage +#' datazone_delete_domain_unit(domainIdentifier, identifier) +#' +#' @param domainIdentifier [required] The ID of the domain where you want to delete a domain unit. +#' @param identifier [required] The ID of the domain unit that you want to delete. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$delete_domain_unit( +#' domainIdentifier = "string", +#' identifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_delete_domain_unit +#' +#' @aliases datazone_delete_domain_unit +datazone_delete_domain_unit <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "DeleteDomainUnit", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/domain-units/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$delete_domain_unit_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$delete_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$delete_domain_unit <- datazone_delete_domain_unit + #' Deletes an environment in Amazon DataZone #' #' @description @@ -3282,47 +4185,285 @@ datazone_delete_time_series_data_points <- function(clientToken = NULL, domainId #' #' @section Request syntax: #' ``` -#' svc$disassociate_environment_role( +#' svc$disassociate_environment_role( +#' domainIdentifier = "string", +#' environmentIdentifier = "string", +#' environmentRoleArn = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_disassociate_environment_role +#' +#' @aliases datazone_disassociate_environment_role +datazone_disassociate_environment_role <- function(domainIdentifier, environmentIdentifier, environmentRoleArn) { + op <- new_operation( + name = "DisassociateEnvironmentRole", + http_method = "DELETE", + http_path = "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$disassociate_environment_role_input(domainIdentifier = domainIdentifier, environmentIdentifier = environmentIdentifier, environmentRoleArn = environmentRoleArn) + output <- .datazone$disassociate_environment_role_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$disassociate_environment_role <- datazone_disassociate_environment_role + +#' Gets an Amazon DataZone asset +#' +#' @description +#' Gets an Amazon DataZone asset. +#' +#' @usage +#' datazone_get_asset(domainIdentifier, identifier, revision) +#' +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain to which the asset belongs. +#' @param identifier [required] The ID of the Amazon DataZone asset. +#' @param revision The revision of the Amazon DataZone asset. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' description = "string", +#' domainId = "string", +#' externalIdentifier = "string", +#' firstRevisionCreatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' firstRevisionCreatedBy = "string", +#' formsOutput = list( +#' list( +#' content = "string", +#' formName = "string", +#' typeName = "string", +#' typeRevision = "string" +#' ) +#' ), +#' glossaryTerms = list( +#' "string" +#' ), +#' id = "string", +#' latestTimeSeriesDataPointFormsOutput = list( +#' list( +#' contentSummary = "string", +#' formName = "string", +#' id = "string", +#' timestamp = as.POSIXct( +#' "2015-01-01" +#' ), +#' typeIdentifier = "string", +#' typeRevision = "string" +#' ) +#' ), +#' listing = list( +#' listingId = "string", +#' listingStatus = "CREATING"|"ACTIVE"|"INACTIVE" +#' ), +#' name = "string", +#' owningProjectId = "string", +#' readOnlyFormsOutput = list( +#' list( +#' content = "string", +#' formName = "string", +#' typeName = "string", +#' typeRevision = "string" +#' ) +#' ), +#' revision = "string", +#' typeIdentifier = "string", +#' typeRevision = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_asset( +#' domainIdentifier = "string", +#' identifier = "string", +#' revision = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_get_asset +#' +#' @aliases datazone_get_asset +datazone_get_asset <- function(domainIdentifier, identifier, revision = NULL) { + op <- new_operation( + name = "GetAsset", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/assets/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_asset_input(domainIdentifier = domainIdentifier, identifier = identifier, revision = revision) + output <- .datazone$get_asset_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_asset <- datazone_get_asset + +#' Gets an asset filter +#' +#' @description +#' Gets an asset filter. +#' +#' @usage +#' datazone_get_asset_filter(assetIdentifier, domainIdentifier, identifier) +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param domainIdentifier [required] The ID of the domain where you want to get an asset filter. +#' @param identifier [required] The ID of the asset filter. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' assetId = "string", +#' configuration = list( +#' columnConfiguration = list( +#' includedColumnNames = list( +#' "string" +#' ) +#' ), +#' rowConfiguration = list( +#' rowFilter = list( +#' and = list( +#' list() +#' ), +#' expression = list( +#' equalTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' in = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' isNotNull = list( +#' columnName = "string" +#' ), +#' isNull = list( +#' columnName = "string" +#' ), +#' lessThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' lessThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' like = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notIn = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' notLike = list( +#' columnName = "string", +#' value = "string" +#' ) +#' ), +#' or = list( +#' list() +#' ) +#' ), +#' sensitive = TRUE|FALSE +#' ) +#' ), +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' description = "string", +#' domainId = "string", +#' effectiveColumnNames = list( +#' "string" +#' ), +#' effectiveRowFilter = "string", +#' errorMessage = "string", +#' id = "string", +#' name = "string", +#' status = "VALID"|"INVALID" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_asset_filter( +#' assetIdentifier = "string", #' domainIdentifier = "string", -#' environmentIdentifier = "string", -#' environmentRoleArn = "string" +#' identifier = "string" #' ) #' ``` #' #' @keywords internal #' -#' @rdname datazone_disassociate_environment_role +#' @rdname datazone_get_asset_filter #' -#' @aliases datazone_disassociate_environment_role -datazone_disassociate_environment_role <- function(domainIdentifier, environmentIdentifier, environmentRoleArn) { +#' @aliases datazone_get_asset_filter +datazone_get_asset_filter <- function(assetIdentifier, domainIdentifier, identifier) { op <- new_operation( - name = "DisassociateEnvironmentRole", - http_method = "DELETE", - http_path = "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}", + name = "GetAssetFilter", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", host_prefix = "", paginator = list() ) - input <- .datazone$disassociate_environment_role_input(domainIdentifier = domainIdentifier, environmentIdentifier = environmentIdentifier, environmentRoleArn = environmentRoleArn) - output <- .datazone$disassociate_environment_role_output() + input <- .datazone$get_asset_filter_input(assetIdentifier = assetIdentifier, domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$get_asset_filter_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$disassociate_environment_role <- datazone_disassociate_environment_role +.datazone$operations$get_asset_filter <- datazone_get_asset_filter -#' Gets an Amazon DataZone asset +#' Gets an Amazon DataZone asset type #' #' @description -#' Gets an Amazon DataZone asset. +#' Gets an Amazon DataZone asset type. #' #' @usage -#' datazone_get_asset(domainIdentifier, identifier, revision) +#' datazone_get_asset_type(domainIdentifier, identifier, revision) #' -#' @param domainIdentifier [required] The ID of the Amazon DataZone domain to which the asset belongs. -#' @param identifier [required] The ID of the Amazon DataZone asset. -#' @param revision The revision of the Amazon DataZone asset. +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which the asset type exists. +#' @param identifier [required] The ID of the asset type. +#' @param revision The revision of the asset type. #' #' @return #' A list with the following syntax: @@ -3334,58 +4475,28 @@ datazone_disassociate_environment_role <- function(domainIdentifier, environment #' createdBy = "string", #' description = "string", #' domainId = "string", -#' externalIdentifier = "string", -#' firstRevisionCreatedAt = as.POSIXct( -#' "2015-01-01" -#' ), -#' firstRevisionCreatedBy = "string", #' formsOutput = list( #' list( -#' content = "string", -#' formName = "string", +#' required = TRUE|FALSE, #' typeName = "string", #' typeRevision = "string" #' ) #' ), -#' glossaryTerms = list( -#' "string" -#' ), -#' id = "string", -#' latestTimeSeriesDataPointFormsOutput = list( -#' list( -#' contentSummary = "string", -#' formName = "string", -#' id = "string", -#' timestamp = as.POSIXct( -#' "2015-01-01" -#' ), -#' typeIdentifier = "string", -#' typeRevision = "string" -#' ) -#' ), -#' listing = list( -#' listingId = "string", -#' listingStatus = "CREATING"|"ACTIVE"|"INACTIVE" -#' ), #' name = "string", +#' originDomainId = "string", +#' originProjectId = "string", #' owningProjectId = "string", -#' readOnlyFormsOutput = list( -#' list( -#' content = "string", -#' formName = "string", -#' typeName = "string", -#' typeRevision = "string" -#' ) -#' ), #' revision = "string", -#' typeIdentifier = "string", -#' typeRevision = "string" +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedBy = "string" #' ) #' ``` #' #' @section Request syntax: #' ``` -#' svc$get_asset( +#' svc$get_asset_type( #' domainIdentifier = "string", #' identifier = "string", #' revision = "string" @@ -3394,38 +4505,38 @@ datazone_disassociate_environment_role <- function(domainIdentifier, environment #' #' @keywords internal #' -#' @rdname datazone_get_asset +#' @rdname datazone_get_asset_type #' -#' @aliases datazone_get_asset -datazone_get_asset <- function(domainIdentifier, identifier, revision = NULL) { +#' @aliases datazone_get_asset_type +datazone_get_asset_type <- function(domainIdentifier, identifier, revision = NULL) { op <- new_operation( - name = "GetAsset", + name = "GetAssetType", http_method = "GET", - http_path = "/v2/domains/{domainIdentifier}/assets/{identifier}", + http_path = "/v2/domains/{domainIdentifier}/asset-types/{identifier}", host_prefix = "", paginator = list() ) - input <- .datazone$get_asset_input(domainIdentifier = domainIdentifier, identifier = identifier, revision = revision) - output <- .datazone$get_asset_output() + input <- .datazone$get_asset_type_input(domainIdentifier = domainIdentifier, identifier = identifier, revision = revision) + output <- .datazone$get_asset_type_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$get_asset <- datazone_get_asset +.datazone$operations$get_asset_type <- datazone_get_asset_type -#' Gets an Amazon DataZone asset type +#' Gets the data product #' #' @description -#' Gets an Amazon DataZone asset type. +#' Gets the data product. #' #' @usage -#' datazone_get_asset_type(domainIdentifier, identifier, revision) +#' datazone_get_data_product(domainIdentifier, identifier, revision) #' -#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which the asset type exists. -#' @param identifier [required] The ID of the asset type. -#' @param revision The revision of the asset type. +#' @param domainIdentifier [required] The ID of the domain where the data product lives. +#' @param identifier [required] The ID of the data product. +#' @param revision The revision of the data product. #' #' @return #' A list with the following syntax: @@ -3437,28 +4548,42 @@ datazone_get_asset <- function(domainIdentifier, identifier, revision = NULL) { #' createdBy = "string", #' description = "string", #' domainId = "string", +#' firstRevisionCreatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' firstRevisionCreatedBy = "string", #' formsOutput = list( #' list( -#' required = TRUE|FALSE, +#' content = "string", +#' formName = "string", #' typeName = "string", #' typeRevision = "string" #' ) #' ), +#' glossaryTerms = list( +#' "string" +#' ), +#' id = "string", +#' items = list( +#' list( +#' glossaryTerms = list( +#' "string" +#' ), +#' identifier = "string", +#' itemType = "ASSET", +#' revision = "string" +#' ) +#' ), #' name = "string", -#' originDomainId = "string", -#' originProjectId = "string", #' owningProjectId = "string", #' revision = "string", -#' updatedAt = as.POSIXct( -#' "2015-01-01" -#' ), -#' updatedBy = "string" +#' status = "CREATED"|"CREATING"|"CREATE_FAILED" #' ) #' ``` #' #' @section Request syntax: #' ``` -#' svc$get_asset_type( +#' svc$get_data_product( #' domainIdentifier = "string", #' identifier = "string", #' revision = "string" @@ -3467,26 +4592,26 @@ datazone_get_asset <- function(domainIdentifier, identifier, revision = NULL) { #' #' @keywords internal #' -#' @rdname datazone_get_asset_type +#' @rdname datazone_get_data_product #' -#' @aliases datazone_get_asset_type -datazone_get_asset_type <- function(domainIdentifier, identifier, revision = NULL) { +#' @aliases datazone_get_data_product +datazone_get_data_product <- function(domainIdentifier, identifier, revision = NULL) { op <- new_operation( - name = "GetAssetType", + name = "GetDataProduct", http_method = "GET", - http_path = "/v2/domains/{domainIdentifier}/asset-types/{identifier}", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}", host_prefix = "", paginator = list() ) - input <- .datazone$get_asset_type_input(domainIdentifier = domainIdentifier, identifier = identifier, revision = revision) - output <- .datazone$get_asset_type_output() + input <- .datazone$get_data_product_input(domainIdentifier = domainIdentifier, identifier = identifier, revision = revision) + output <- .datazone$get_data_product_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$get_asset_type <- datazone_get_asset_type +.datazone$operations$get_data_product <- datazone_get_data_product #' Gets an Amazon DataZone data source #' @@ -3757,6 +4882,7 @@ datazone_get_data_source_run <- function(domainIdentifier, identifier) { #' ), #' name = "string", #' portalUrl = "string", +#' rootDomainUnitId = "string", #' singleSignOn = list( #' type = "IAM_IDC"|"DISABLED", #' userAssignment = "AUTOMATIC"|"MANUAL" @@ -3798,6 +4924,78 @@ datazone_get_domain <- function(identifier) { } .datazone$operations$get_domain <- datazone_get_domain +#' Gets the details of the specified domain unit +#' +#' @description +#' Gets the details of the specified domain unit. +#' +#' @usage +#' datazone_get_domain_unit(domainIdentifier, identifier) +#' +#' @param domainIdentifier [required] The ID of the domain where you want to get a domain unit. +#' @param identifier [required] The identifier of the domain unit that you want to get. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' description = "string", +#' domainId = "string", +#' id = "string", +#' lastUpdatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastUpdatedBy = "string", +#' name = "string", +#' owners = list( +#' list( +#' group = list( +#' groupId = "string" +#' ), +#' user = list( +#' userId = "string" +#' ) +#' ) +#' ), +#' parentDomainUnitId = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_domain_unit( +#' domainIdentifier = "string", +#' identifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_get_domain_unit +#' +#' @aliases datazone_get_domain_unit +datazone_get_domain_unit <- function(domainIdentifier, identifier) { + op <- new_operation( + name = "GetDomainUnit", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/domain-units/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_domain_unit_input(domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$get_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_domain_unit <- datazone_get_domain_unit + #' Gets an Amazon DataZone environment #' #' @description @@ -4063,75 +5261,142 @@ datazone_get_environment_blueprint <- function(domainIdentifier, identifier) { response <- send_request(request) return(response) } -.datazone$operations$get_environment_blueprint <- datazone_get_environment_blueprint +.datazone$operations$get_environment_blueprint <- datazone_get_environment_blueprint + +#' Gets the blueprint configuration in Amazon DataZone +#' +#' @description +#' Gets the blueprint configuration in Amazon DataZone. +#' +#' @usage +#' datazone_get_environment_blueprint_configuration(domainIdentifier, +#' environmentBlueprintIdentifier) +#' +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain where this blueprint exists. +#' @param environmentBlueprintIdentifier [required] He ID of the blueprint. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' domainId = "string", +#' enabledRegions = list( +#' "string" +#' ), +#' environmentBlueprintId = "string", +#' manageAccessRoleArn = "string", +#' provisioningConfigurations = list( +#' list( +#' lakeFormationConfiguration = list( +#' locationRegistrationExcludeS3Locations = list( +#' "string" +#' ), +#' locationRegistrationRole = "string" +#' ) +#' ) +#' ), +#' provisioningRoleArn = "string", +#' regionalParameters = list( +#' list( +#' "string" +#' ) +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_environment_blueprint_configuration( +#' domainIdentifier = "string", +#' environmentBlueprintIdentifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_get_environment_blueprint_configuration +#' +#' @aliases datazone_get_environment_blueprint_configuration +datazone_get_environment_blueprint_configuration <- function(domainIdentifier, environmentBlueprintIdentifier) { + op <- new_operation( + name = "GetEnvironmentBlueprintConfiguration", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$get_environment_blueprint_configuration_input(domainIdentifier = domainIdentifier, environmentBlueprintIdentifier = environmentBlueprintIdentifier) + output <- .datazone$get_environment_blueprint_configuration_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$get_environment_blueprint_configuration <- datazone_get_environment_blueprint_configuration -#' Gets the blueprint configuration in Amazon DataZone +#' Gets the credentials of an environment in Amazon DataZone #' #' @description -#' Gets the blueprint configuration in Amazon DataZone. +#' Gets the credentials of an environment in Amazon DataZone. #' #' @usage -#' datazone_get_environment_blueprint_configuration(domainIdentifier, -#' environmentBlueprintIdentifier) +#' datazone_get_environment_credentials(domainIdentifier, +#' environmentIdentifier) #' -#' @param domainIdentifier [required] The ID of the Amazon DataZone domain where this blueprint exists. -#' @param environmentBlueprintIdentifier [required] He ID of the blueprint. +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain in which this environment and its +#' credentials exist. +#' @param environmentIdentifier [required] The ID of the environment whose credentials this operation gets. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' createdAt = as.POSIXct( +#' accessKeyId = "string", +#' expiration = as.POSIXct( #' "2015-01-01" #' ), -#' domainId = "string", -#' enabledRegions = list( -#' "string" -#' ), -#' environmentBlueprintId = "string", -#' manageAccessRoleArn = "string", -#' provisioningRoleArn = "string", -#' regionalParameters = list( -#' list( -#' "string" -#' ) -#' ), -#' updatedAt = as.POSIXct( -#' "2015-01-01" -#' ) +#' secretAccessKey = "string", +#' sessionToken = "string" #' ) #' ``` #' #' @section Request syntax: #' ``` -#' svc$get_environment_blueprint_configuration( +#' svc$get_environment_credentials( #' domainIdentifier = "string", -#' environmentBlueprintIdentifier = "string" +#' environmentIdentifier = "string" #' ) #' ``` #' #' @keywords internal #' -#' @rdname datazone_get_environment_blueprint_configuration +#' @rdname datazone_get_environment_credentials #' -#' @aliases datazone_get_environment_blueprint_configuration -datazone_get_environment_blueprint_configuration <- function(domainIdentifier, environmentBlueprintIdentifier) { +#' @aliases datazone_get_environment_credentials +datazone_get_environment_credentials <- function(domainIdentifier, environmentIdentifier) { op <- new_operation( - name = "GetEnvironmentBlueprintConfiguration", + name = "GetEnvironmentCredentials", http_method = "GET", - http_path = "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + http_path = "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/credentials", host_prefix = "", paginator = list() ) - input <- .datazone$get_environment_blueprint_configuration_input(domainIdentifier = domainIdentifier, environmentBlueprintIdentifier = environmentBlueprintIdentifier) - output <- .datazone$get_environment_blueprint_configuration_output() + input <- .datazone$get_environment_credentials_input(domainIdentifier = domainIdentifier, environmentIdentifier = environmentIdentifier) + output <- .datazone$get_environment_credentials_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$get_environment_blueprint_configuration <- datazone_get_environment_blueprint_configuration +.datazone$operations$get_environment_credentials <- datazone_get_environment_credentials #' Gets an evinronment profile in Amazon DataZone #' @@ -4625,7 +5890,9 @@ datazone_get_lineage_node <- function(domainIdentifier, eventTimestamp = NULL, i #' Gets a listing (a record of an asset at a given time) #' #' @description -#' Gets a listing (a record of an asset at a given time). +#' Gets a listing (a record of an asset at a given time). If you specify a +#' listing version, only details that are specific to that version are +#' returned. #' #' @usage #' datazone_get_listing(domainIdentifier, identifier, listingRevision) @@ -4673,6 +5940,33 @@ datazone_get_lineage_node <- function(domainIdentifier, eventTimestamp = NULL, i #' ) #' ), #' owningProjectId = "string" +#' ), +#' dataProductListing = list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' dataProductId = "string", +#' dataProductRevision = "string", +#' forms = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' items = list( +#' list( +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' listingId = "string", +#' listingRevision = "string" +#' ) +#' ), +#' owningProjectId = "string" #' ) #' ), #' listingRevision = "string", @@ -4802,6 +6096,7 @@ datazone_get_metadata_generation_run <- function(domainIdentifier, identifier) { #' createdBy = "string", #' description = "string", #' domainId = "string", +#' domainUnitId = "string", #' failureReasons = list( #' list( #' code = "string", @@ -4889,6 +6184,25 @@ datazone_get_project <- function(domainIdentifier, identifier) { #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -5069,6 +6383,25 @@ datazone_get_subscription_grant <- function(domainIdentifier, identifier) { #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -5342,6 +6675,92 @@ datazone_get_user_profile <- function(domainIdentifier, type = NULL, userIdentif } .datazone$operations$get_user_profile <- datazone_get_user_profile +#' Lists asset filters +#' +#' @description +#' Lists asset filters. +#' +#' @usage +#' datazone_list_asset_filters(assetIdentifier, domainIdentifier, +#' maxResults, nextToken, status) +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param domainIdentifier [required] The ID of the domain where you want to list asset filters. +#' @param maxResults The maximum number of asset filters to return in a single call to +#' [`list_asset_filters`][datazone_list_asset_filters]. When the number of +#' asset filters to be listed is greater than the value of `MaxResults`, +#' the response contains a `NextToken` value that you can use in a +#' subsequent call to [`list_asset_filters`][datazone_list_asset_filters] +#' to list the next set of asset filters. +#' @param nextToken When the number of asset filters is greater than the default value for +#' the `MaxResults` parameter, or if you explicitly specify a value for +#' `MaxResults` that is less than the number of asset filters, the response +#' includes a pagination token named `NextToken`. You can specify this +#' `NextToken` value in a subsequent call to +#' [`list_asset_filters`][datazone_list_asset_filters] to list the next set +#' of asset filters. +#' @param status The status of the asset filter. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' items = list( +#' list( +#' assetId = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' description = "string", +#' domainId = "string", +#' effectiveColumnNames = list( +#' "string" +#' ), +#' effectiveRowFilter = "string", +#' errorMessage = "string", +#' id = "string", +#' name = "string", +#' status = "VALID"|"INVALID" +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_asset_filters( +#' assetIdentifier = "string", +#' domainIdentifier = "string", +#' maxResults = 123, +#' nextToken = "string", +#' status = "VALID"|"INVALID" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_list_asset_filters +#' +#' @aliases datazone_list_asset_filters +datazone_list_asset_filters <- function(assetIdentifier, domainIdentifier, maxResults = NULL, nextToken = NULL, status = NULL) { + op <- new_operation( + name = "ListAssetFilters", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") + ) + input <- .datazone$list_asset_filters_input(assetIdentifier = assetIdentifier, domainIdentifier = domainIdentifier, maxResults = maxResults, nextToken = nextToken, status = status) + output <- .datazone$list_asset_filters_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_asset_filters <- datazone_list_asset_filters + #' Lists the revisions for the asset #' #' @description @@ -5419,6 +6838,85 @@ datazone_list_asset_revisions <- function(domainIdentifier, identifier, maxResul } .datazone$operations$list_asset_revisions <- datazone_list_asset_revisions +#' Lists data product revisions +#' +#' @description +#' Lists data product revisions. +#' +#' @usage +#' datazone_list_data_product_revisions(domainIdentifier, identifier, +#' maxResults, nextToken) +#' +#' @param domainIdentifier [required] The ID of the domain of the data product revisions that you want to +#' list. +#' @param identifier [required] The ID of the data product revision. +#' @param maxResults The maximum number of asset filters to return in a single call to +#' [`list_data_product_revisions`][datazone_list_data_product_revisions]. +#' When the number of data product revisions to be listed is greater than +#' the value of `MaxResults`, the response contains a `NextToken` value +#' that you can use in a subsequent call to +#' [`list_data_product_revisions`][datazone_list_data_product_revisions] to +#' list the next set of data product revisions. +#' @param nextToken When the number of data product revisions is greater than the default +#' value for the `MaxResults` parameter, or if you explicitly specify a +#' value for `MaxResults` that is less than the number of data product +#' revisions, the response includes a pagination token named `NextToken`. +#' You can specify this `NextToken` value in a subsequent call to +#' [`list_data_product_revisions`][datazone_list_data_product_revisions] to +#' list the next set of data product revisions. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' items = list( +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' domainId = "string", +#' id = "string", +#' revision = "string" +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_data_product_revisions( +#' domainIdentifier = "string", +#' identifier = "string", +#' maxResults = 123, +#' nextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_list_data_product_revisions +#' +#' @aliases datazone_list_data_product_revisions +datazone_list_data_product_revisions <- function(domainIdentifier, identifier, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListDataProductRevisions", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") + ) + input <- .datazone$list_data_product_revisions_input(domainIdentifier = domainIdentifier, identifier = identifier, maxResults = maxResults, nextToken = nextToken) + output <- .datazone$list_data_product_revisions_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_data_product_revisions <- datazone_list_data_product_revisions + #' Lists data source run activities #' #' @description @@ -5684,38 +7182,109 @@ datazone_list_data_source_runs <- function(dataSourceIdentifier, domainIdentifie #' ``` #' svc$list_data_sources( #' domainIdentifier = "string", -#' environmentIdentifier = "string", +#' environmentIdentifier = "string", +#' maxResults = 123, +#' name = "string", +#' nextToken = "string", +#' projectIdentifier = "string", +#' status = "CREATING"|"FAILED_CREATION"|"READY"|"UPDATING"|"FAILED_UPDATE"|"RUNNING"|"DELETING"|"FAILED_DELETION", +#' type = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_list_data_sources +#' +#' @aliases datazone_list_data_sources +datazone_list_data_sources <- function(domainIdentifier, environmentIdentifier = NULL, maxResults = NULL, name = NULL, nextToken = NULL, projectIdentifier, status = NULL, type = NULL) { + op <- new_operation( + name = "ListDataSources", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/data-sources", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") + ) + input <- .datazone$list_data_sources_input(domainIdentifier = domainIdentifier, environmentIdentifier = environmentIdentifier, maxResults = maxResults, name = name, nextToken = nextToken, projectIdentifier = projectIdentifier, status = status, type = type) + output <- .datazone$list_data_sources_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_data_sources <- datazone_list_data_sources + +#' Lists child domain units for the specified parent domain unit +#' +#' @description +#' Lists child domain units for the specified parent domain unit. +#' +#' @usage +#' datazone_list_domain_units_for_parent(domainIdentifier, maxResults, +#' nextToken, parentDomainUnitIdentifier) +#' +#' @param domainIdentifier [required] The ID of the domain in which you want to list domain units for a parent +#' domain unit. +#' @param maxResults The maximum number of domain units to return in a single call to +#' ListDomainUnitsForParent. When the number of domain units to be listed +#' is greater than the value of MaxResults, the response contains a +#' NextToken value that you can use in a subsequent call to +#' ListDomainUnitsForParent to list the next set of domain units. +#' @param nextToken When the number of domain units is greater than the default value for +#' the MaxResults parameter, or if you explicitly specify a value for +#' MaxResults that is less than the number of domain units, the response +#' includes a pagination token named NextToken. You can specify this +#' NextToken value in a subsequent call to ListDomainUnitsForParent to list +#' the next set of domain units. +#' @param parentDomainUnitIdentifier [required] The ID of the parent domain unit. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' items = list( +#' list( +#' id = "string", +#' name = "string" +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_domain_units_for_parent( +#' domainIdentifier = "string", #' maxResults = 123, -#' name = "string", #' nextToken = "string", -#' projectIdentifier = "string", -#' status = "CREATING"|"FAILED_CREATION"|"READY"|"UPDATING"|"FAILED_UPDATE"|"RUNNING"|"DELETING"|"FAILED_DELETION", -#' type = "string" +#' parentDomainUnitIdentifier = "string" #' ) #' ``` #' #' @keywords internal #' -#' @rdname datazone_list_data_sources +#' @rdname datazone_list_domain_units_for_parent #' -#' @aliases datazone_list_data_sources -datazone_list_data_sources <- function(domainIdentifier, environmentIdentifier = NULL, maxResults = NULL, name = NULL, nextToken = NULL, projectIdentifier, status = NULL, type = NULL) { +#' @aliases datazone_list_domain_units_for_parent +datazone_list_domain_units_for_parent <- function(domainIdentifier, maxResults = NULL, nextToken = NULL, parentDomainUnitIdentifier) { op <- new_operation( - name = "ListDataSources", + name = "ListDomainUnitsForParent", http_method = "GET", - http_path = "/v2/domains/{domainIdentifier}/data-sources", + http_path = "/v2/domains/{domainIdentifier}/domain-units", host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") ) - input <- .datazone$list_data_sources_input(domainIdentifier = domainIdentifier, environmentIdentifier = environmentIdentifier, maxResults = maxResults, name = name, nextToken = nextToken, projectIdentifier = projectIdentifier, status = status, type = type) - output <- .datazone$list_data_sources_output() + input <- .datazone$list_domain_units_for_parent_input(domainIdentifier = domainIdentifier, maxResults = maxResults, nextToken = nextToken, parentDomainUnitIdentifier = parentDomainUnitIdentifier) + output <- .datazone$list_domain_units_for_parent_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$list_data_sources <- datazone_list_data_sources +.datazone$operations$list_domain_units_for_parent <- datazone_list_domain_units_for_parent #' Lists Amazon DataZone domains #' @@ -5795,6 +7364,84 @@ datazone_list_domains <- function(maxResults = NULL, nextToken = NULL, status = } .datazone$operations$list_domains <- datazone_list_domains +#' Lists the entity (domain units) owners +#' +#' @description +#' Lists the entity (domain units) owners. +#' +#' @usage +#' datazone_list_entity_owners(domainIdentifier, entityIdentifier, +#' entityType, maxResults, nextToken) +#' +#' @param domainIdentifier [required] The ID of the domain where you want to list entity owners. +#' @param entityIdentifier [required] The ID of the entity that you want to list. +#' @param entityType [required] The type of the entity that you want to list. +#' @param maxResults The maximum number of entities to return in a single call to +#' [`list_entity_owners`][datazone_list_entity_owners]. When the number of +#' entities to be listed is greater than the value of `MaxResults`, the +#' response contains a `NextToken` value that you can use in a subsequent +#' call to [`list_entity_owners`][datazone_list_entity_owners] to list the +#' next set of entities. +#' @param nextToken When the number of entities is greater than the default value for the +#' `MaxResults` parameter, or if you explicitly specify a value for +#' `MaxResults` that is less than the number of entities, the response +#' includes a pagination token named `NextToken`. You can specify this +#' `NextToken` value in a subsequent call to +#' [`list_entity_owners`][datazone_list_entity_owners] to list the next set +#' of entities. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' nextToken = "string", +#' owners = list( +#' list( +#' group = list( +#' groupId = "string" +#' ), +#' user = list( +#' userId = "string" +#' ) +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_entity_owners( +#' domainIdentifier = "string", +#' entityIdentifier = "string", +#' entityType = "DOMAIN_UNIT", +#' maxResults = 123, +#' nextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_list_entity_owners +#' +#' @aliases datazone_list_entity_owners +datazone_list_entity_owners <- function(domainIdentifier, entityIdentifier, entityType, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListEntityOwners", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/owners", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "owners") + ) + input <- .datazone$list_entity_owners_input(domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, maxResults = maxResults, nextToken = nextToken) + output <- .datazone$list_entity_owners_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_entity_owners <- datazone_list_entity_owners + #' Lists existing environment actions #' #' @description @@ -5918,6 +7565,16 @@ datazone_list_environment_actions <- function(domainIdentifier, environmentIdent #' ), #' environmentBlueprintId = "string", #' manageAccessRoleArn = "string", +#' provisioningConfigurations = list( +#' list( +#' lakeFormationConfiguration = list( +#' locationRegistrationExcludeS3Locations = list( +#' "string" +#' ), +#' locationRegistrationRole = "string" +#' ) +#' ) +#' ), #' provisioningRoleArn = "string", #' regionalParameters = list( #' list( @@ -6556,6 +8213,141 @@ datazone_list_notifications <- function(afterTimestamp = NULL, beforeTimestamp = } .datazone$operations$list_notifications <- datazone_list_notifications +#' Lists policy grants +#' +#' @description +#' Lists policy grants. +#' +#' @usage +#' datazone_list_policy_grants(domainIdentifier, entityIdentifier, +#' entityType, maxResults, nextToken, policyType) +#' +#' @param domainIdentifier [required] The ID of the domain where you want to list policy grants. +#' @param entityIdentifier [required] The ID of the entity for which you want to list policy grants. +#' @param entityType [required] The type of entity for which you want to list policy grants. +#' @param maxResults The maximum number of grants to return in a single call to +#' [`list_policy_grants`][datazone_list_policy_grants]. When the number of +#' grants to be listed is greater than the value of `MaxResults`, the +#' response contains a `NextToken` value that you can use in a subsequent +#' call to [`list_policy_grants`][datazone_list_policy_grants] to list the +#' next set of grants. +#' @param nextToken When the number of grants is greater than the default value for the +#' `MaxResults` parameter, or if you explicitly specify a value for +#' `MaxResults` that is less than the number of grants, the response +#' includes a pagination token named `NextToken`. You can specify this +#' `NextToken` value in a subsequent call to +#' [`list_policy_grants`][datazone_list_policy_grants] to list the next set +#' of grants. +#' @param policyType [required] The type of policy that you want to list. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' grantList = list( +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' detail = list( +#' addToProjectMemberPool = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createAssetType = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createDomainUnit = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createEnvironment = list(), +#' createEnvironmentProfile = list( +#' domainUnitId = "string" +#' ), +#' createFormType = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createGlossary = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' createProject = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' delegateCreateEnvironmentProfile = list(), +#' overrideDomainUnitOwners = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ), +#' overrideProjectOwners = list( +#' includeChildDomainUnits = TRUE|FALSE +#' ) +#' ), +#' principal = list( +#' domainUnit = list( +#' domainUnitDesignation = "OWNER", +#' domainUnitGrantFilter = list( +#' allDomainUnitsGrantFilter = list() +#' ), +#' domainUnitIdentifier = "string" +#' ), +#' group = list( +#' groupIdentifier = "string" +#' ), +#' project = list( +#' projectDesignation = "OWNER"|"CONTRIBUTOR", +#' projectGrantFilter = list( +#' domainUnitFilter = list( +#' domainUnit = "string", +#' includeChildDomainUnits = TRUE|FALSE +#' ) +#' ), +#' projectIdentifier = "string" +#' ), +#' user = list( +#' allUsersGrantFilter = list(), +#' userIdentifier = "string" +#' ) +#' ) +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_policy_grants( +#' domainIdentifier = "string", +#' entityIdentifier = "string", +#' entityType = "DOMAIN_UNIT"|"ENVIRONMENT_BLUEPRINT_CONFIGURATION"|"ENVIRONMENT_PROFILE", +#' maxResults = 123, +#' nextToken = "string", +#' policyType = "CREATE_DOMAIN_UNIT"|"OVERRIDE_DOMAIN_UNIT_OWNERS"|"ADD_TO_PROJECT_MEMBER_POOL"|"OVERRIDE_PROJECT_OWNERS"|"CREATE_GLOSSARY"|"CREATE_FORM_TYPE"|"CREATE_ASSET_TYPE"|"CREATE_PROJECT"|"CREATE_ENVIRONMENT_PROFILE"|"DELEGATE_CREATE_ENVIRONMENT_PROFILE"|"CREATE_ENVIRONMENT" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_list_policy_grants +#' +#' @aliases datazone_list_policy_grants +datazone_list_policy_grants <- function(domainIdentifier, entityIdentifier, entityType, maxResults = NULL, nextToken = NULL, policyType) { + op <- new_operation( + name = "ListPolicyGrants", + http_method = "GET", + http_path = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/grants", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "grantList") + ) + input <- .datazone$list_policy_grants_input(domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, maxResults = maxResults, nextToken = nextToken, policyType = policyType) + output <- .datazone$list_policy_grants_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$list_policy_grants <- datazone_list_policy_grants + #' Lists all members of the specified project #' #' @description @@ -6680,6 +8472,7 @@ datazone_list_project_memberships <- function(domainIdentifier, maxResults = NUL #' createdBy = "string", #' description = "string", #' domainId = "string", +#' domainUnitId = "string", #' failureReasons = list( #' list( #' code = "string", @@ -6740,8 +8533,8 @@ datazone_list_projects <- function(domainIdentifier, groupIdentifier = NULL, max #' #' @usage #' datazone_list_subscription_grants(domainIdentifier, environmentId, -#' maxResults, nextToken, sortBy, sortOrder, subscribedListingId, -#' subscriptionId, subscriptionTargetId) +#' maxResults, nextToken, owningProjectId, sortBy, sortOrder, +#' subscribedListingId, subscriptionId, subscriptionTargetId) #' #' @param domainIdentifier [required] The identifier of the Amazon DataZone domain. #' @param environmentId The identifier of the Amazon DataZone environment. @@ -6759,6 +8552,7 @@ datazone_list_projects <- function(domainIdentifier, groupIdentifier = NULL, max #' this `NextToken` value in a subsequent call to #' [`list_subscription_grants`][datazone_list_subscription_grants] to list #' the next set of subscription grants. +#' @param owningProjectId The ID of the owning project of the subscription grants. #' @param sortBy Specifies the way of sorting the results of this action. #' @param sortOrder Specifies the sort order of this action. #' @param subscribedListingId The identifier of the subscribed listing. @@ -6820,6 +8614,7 @@ datazone_list_projects <- function(domainIdentifier, groupIdentifier = NULL, max #' environmentId = "string", #' maxResults = 123, #' nextToken = "string", +#' owningProjectId = "string", #' sortBy = "CREATED_AT"|"UPDATED_AT", #' sortOrder = "ASCENDING"|"DESCENDING", #' subscribedListingId = "string", @@ -6833,7 +8628,7 @@ datazone_list_projects <- function(domainIdentifier, groupIdentifier = NULL, max #' @rdname datazone_list_subscription_grants #' #' @aliases datazone_list_subscription_grants -datazone_list_subscription_grants <- function(domainIdentifier, environmentId = NULL, maxResults = NULL, nextToken = NULL, sortBy = NULL, sortOrder = NULL, subscribedListingId = NULL, subscriptionId = NULL, subscriptionTargetId = NULL) { +datazone_list_subscription_grants <- function(domainIdentifier, environmentId = NULL, maxResults = NULL, nextToken = NULL, owningProjectId = NULL, sortBy = NULL, sortOrder = NULL, subscribedListingId = NULL, subscriptionId = NULL, subscriptionTargetId = NULL) { op <- new_operation( name = "ListSubscriptionGrants", http_method = "GET", @@ -6841,7 +8636,7 @@ datazone_list_subscription_grants <- function(domainIdentifier, environmentId = host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "items") ) - input <- .datazone$list_subscription_grants_input(domainIdentifier = domainIdentifier, environmentId = environmentId, maxResults = maxResults, nextToken = nextToken, sortBy = sortBy, sortOrder = sortOrder, subscribedListingId = subscribedListingId, subscriptionId = subscriptionId, subscriptionTargetId = subscriptionTargetId) + input <- .datazone$list_subscription_grants_input(domainIdentifier = domainIdentifier, environmentId = environmentId, maxResults = maxResults, nextToken = nextToken, owningProjectId = owningProjectId, sortBy = sortBy, sortOrder = sortOrder, subscribedListingId = subscribedListingId, subscriptionId = subscriptionId, subscriptionTargetId = subscriptionTargetId) output <- .datazone$list_subscription_grants_output() config <- get_config() svc <- .datazone$service(config, op) @@ -6881,6 +8676,9 @@ datazone_list_subscription_grants <- function(domainIdentifier, environmentId = #' @param sortBy Specifies the way to sort the results of this action. #' @param sortOrder Specifies the sort order for the results of this action. #' @param status Specifies the status of the subscription requests. +#' +#' This is not a required parameter, but if not specified, by default, +#' Amazon DataZone returns only `PENDING` subscription requests. #' @param subscribedListingId The identifier of the subscribed listing. #' #' @return @@ -6915,6 +8713,25 @@ datazone_list_subscription_grants <- function(domainIdentifier, environmentId = #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -7113,6 +8930,9 @@ datazone_list_subscription_targets <- function(domainIdentifier, environmentIden #' @param sortBy Specifies the way in which the results of this action are to be sorted. #' @param sortOrder Specifies the sort order for the results of this action. #' @param status The status of the subscriptions that you want to list. +#' +#' This is not a required parameter, but if not provided, by default, +#' Amazon DataZone returns only `APPROVED` subscriptions. #' @param subscribedListingId The identifier of the subscribed listing for the subscriptions that you #' want to list. #' @param subscriptionRequestIdentifier The identifier of the subscription request for the subscriptions that @@ -7147,6 +8967,25 @@ datazone_list_subscription_targets <- function(domainIdentifier, environmentIden #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -7493,12 +9332,13 @@ datazone_post_time_series_data_points <- function(clientToken = NULL, domainIden #' @usage #' datazone_put_environment_blueprint_configuration(domainIdentifier, #' enabledRegions, environmentBlueprintIdentifier, manageAccessRoleArn, -#' provisioningRoleArn, regionalParameters) +#' provisioningConfigurations, provisioningRoleArn, regionalParameters) #' #' @param domainIdentifier [required] The identifier of the Amazon DataZone domain. #' @param enabledRegions [required] Specifies the enabled Amazon Web Services Regions. #' @param environmentBlueprintIdentifier [required] The identifier of the environment blueprint. #' @param manageAccessRoleArn The ARN of the manage access role. +#' @param provisioningConfigurations The provisioning configuration of a blueprint. #' @param provisioningRoleArn The ARN of the provisioning role. #' @param regionalParameters The regional parameters in the environment blueprint. #' @@ -7515,6 +9355,16 @@ datazone_post_time_series_data_points <- function(clientToken = NULL, domainIden #' ), #' environmentBlueprintId = "string", #' manageAccessRoleArn = "string", +#' provisioningConfigurations = list( +#' list( +#' lakeFormationConfiguration = list( +#' locationRegistrationExcludeS3Locations = list( +#' "string" +#' ), +#' locationRegistrationRole = "string" +#' ) +#' ) +#' ), #' provisioningRoleArn = "string", #' regionalParameters = list( #' list( @@ -7536,6 +9386,16 @@ datazone_post_time_series_data_points <- function(clientToken = NULL, domainIden #' ), #' environmentBlueprintIdentifier = "string", #' manageAccessRoleArn = "string", +#' provisioningConfigurations = list( +#' list( +#' lakeFormationConfiguration = list( +#' locationRegistrationExcludeS3Locations = list( +#' "string" +#' ), +#' locationRegistrationRole = "string" +#' ) +#' ) +#' ), #' provisioningRoleArn = "string", #' regionalParameters = list( #' list( @@ -7550,7 +9410,7 @@ datazone_post_time_series_data_points <- function(clientToken = NULL, domainIden #' @rdname datazone_put_environment_blueprint_configuration #' #' @aliases datazone_put_environment_blueprint_configuration -datazone_put_environment_blueprint_configuration <- function(domainIdentifier, enabledRegions, environmentBlueprintIdentifier, manageAccessRoleArn = NULL, provisioningRoleArn = NULL, regionalParameters = NULL) { +datazone_put_environment_blueprint_configuration <- function(domainIdentifier, enabledRegions, environmentBlueprintIdentifier, manageAccessRoleArn = NULL, provisioningConfigurations = NULL, provisioningRoleArn = NULL, regionalParameters = NULL) { op <- new_operation( name = "PutEnvironmentBlueprintConfiguration", http_method = "PUT", @@ -7558,7 +9418,7 @@ datazone_put_environment_blueprint_configuration <- function(domainIdentifier, e host_prefix = "", paginator = list() ) - input <- .datazone$put_environment_blueprint_configuration_input(domainIdentifier = domainIdentifier, enabledRegions = enabledRegions, environmentBlueprintIdentifier = environmentBlueprintIdentifier, manageAccessRoleArn = manageAccessRoleArn, provisioningRoleArn = provisioningRoleArn, regionalParameters = regionalParameters) + input <- .datazone$put_environment_blueprint_configuration_input(domainIdentifier = domainIdentifier, enabledRegions = enabledRegions, environmentBlueprintIdentifier = environmentBlueprintIdentifier, manageAccessRoleArn = manageAccessRoleArn, provisioningConfigurations = provisioningConfigurations, provisioningRoleArn = provisioningRoleArn, regionalParameters = regionalParameters) output <- .datazone$put_environment_blueprint_configuration_output() config <- get_config() svc <- .datazone$service(config, op) @@ -7689,6 +9549,25 @@ datazone_reject_predictions <- function(clientToken = NULL, domainIdentifier, id #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -7714,35 +9593,175 @@ datazone_reject_predictions <- function(clientToken = NULL, domainIdentifier, id #' #' @section Request syntax: #' ``` -#' svc$reject_subscription_request( -#' decisionComment = "string", +#' svc$reject_subscription_request( +#' decisionComment = "string", +#' domainIdentifier = "string", +#' identifier = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_reject_subscription_request +#' +#' @aliases datazone_reject_subscription_request +datazone_reject_subscription_request <- function(decisionComment = NULL, domainIdentifier, identifier) { + op <- new_operation( + name = "RejectSubscriptionRequest", + http_method = "PUT", + http_path = "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject", + host_prefix = "", + paginator = list() + ) + input <- .datazone$reject_subscription_request_input(decisionComment = decisionComment, domainIdentifier = domainIdentifier, identifier = identifier) + output <- .datazone$reject_subscription_request_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$reject_subscription_request <- datazone_reject_subscription_request + +#' Removes an owner from an entity +#' +#' @description +#' Removes an owner from an entity. +#' +#' @usage +#' datazone_remove_entity_owner(clientToken, domainIdentifier, +#' entityIdentifier, entityType, owner) +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param domainIdentifier [required] The ID of the domain where you want to remove an owner from an entity. +#' @param entityIdentifier [required] The ID of the entity from which you want to remove an owner. +#' @param entityType [required] The type of the entity from which you want to remove an owner. +#' @param owner [required] The owner that you want to remove from an entity. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$remove_entity_owner( +#' clientToken = "string", +#' domainIdentifier = "string", +#' entityIdentifier = "string", +#' entityType = "DOMAIN_UNIT", +#' owner = list( +#' group = list( +#' groupIdentifier = "string" +#' ), +#' user = list( +#' userIdentifier = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_remove_entity_owner +#' +#' @aliases datazone_remove_entity_owner +datazone_remove_entity_owner <- function(clientToken = NULL, domainIdentifier, entityIdentifier, entityType, owner) { + op <- new_operation( + name = "RemoveEntityOwner", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/entities/{entityType}/{entityIdentifier}/removeOwner", + host_prefix = "", + paginator = list() + ) + input <- .datazone$remove_entity_owner_input(clientToken = clientToken, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, owner = owner) + output <- .datazone$remove_entity_owner_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$remove_entity_owner <- datazone_remove_entity_owner + +#' Removes a policy grant +#' +#' @description +#' Removes a policy grant. +#' +#' @usage +#' datazone_remove_policy_grant(clientToken, domainIdentifier, +#' entityIdentifier, entityType, policyType, principal) +#' +#' @param clientToken A unique, case-sensitive identifier that is provided to ensure the +#' idempotency of the request. +#' @param domainIdentifier [required] The ID of the domain where you want to remove a policy grant. +#' @param entityIdentifier [required] The ID of the entity from which you want to remove a policy grant. +#' @param entityType [required] The type of the entity from which you want to remove a policy grant. +#' @param policyType [required] The type of the policy that you want to remove. +#' @param principal [required] The principal from which you want to remove a policy grant. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$remove_policy_grant( +#' clientToken = "string", #' domainIdentifier = "string", -#' identifier = "string" +#' entityIdentifier = "string", +#' entityType = "DOMAIN_UNIT"|"ENVIRONMENT_BLUEPRINT_CONFIGURATION"|"ENVIRONMENT_PROFILE", +#' policyType = "CREATE_DOMAIN_UNIT"|"OVERRIDE_DOMAIN_UNIT_OWNERS"|"ADD_TO_PROJECT_MEMBER_POOL"|"OVERRIDE_PROJECT_OWNERS"|"CREATE_GLOSSARY"|"CREATE_FORM_TYPE"|"CREATE_ASSET_TYPE"|"CREATE_PROJECT"|"CREATE_ENVIRONMENT_PROFILE"|"DELEGATE_CREATE_ENVIRONMENT_PROFILE"|"CREATE_ENVIRONMENT", +#' principal = list( +#' domainUnit = list( +#' domainUnitDesignation = "OWNER", +#' domainUnitGrantFilter = list( +#' allDomainUnitsGrantFilter = list() +#' ), +#' domainUnitIdentifier = "string" +#' ), +#' group = list( +#' groupIdentifier = "string" +#' ), +#' project = list( +#' projectDesignation = "OWNER"|"CONTRIBUTOR", +#' projectGrantFilter = list( +#' domainUnitFilter = list( +#' domainUnit = "string", +#' includeChildDomainUnits = TRUE|FALSE +#' ) +#' ), +#' projectIdentifier = "string" +#' ), +#' user = list( +#' allUsersGrantFilter = list(), +#' userIdentifier = "string" +#' ) +#' ) #' ) #' ``` #' #' @keywords internal #' -#' @rdname datazone_reject_subscription_request +#' @rdname datazone_remove_policy_grant #' -#' @aliases datazone_reject_subscription_request -datazone_reject_subscription_request <- function(decisionComment = NULL, domainIdentifier, identifier) { +#' @aliases datazone_remove_policy_grant +datazone_remove_policy_grant <- function(clientToken = NULL, domainIdentifier, entityIdentifier, entityType, policyType, principal) { op <- new_operation( - name = "RejectSubscriptionRequest", - http_method = "PUT", - http_path = "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject", + name = "RemovePolicyGrant", + http_method = "POST", + http_path = "/v2/domains/{domainIdentifier}/policies/managed/{entityType}/{entityIdentifier}/removeGrant", host_prefix = "", paginator = list() ) - input <- .datazone$reject_subscription_request_input(decisionComment = decisionComment, domainIdentifier = domainIdentifier, identifier = identifier) - output <- .datazone$reject_subscription_request_output() + input <- .datazone$remove_policy_grant_input(clientToken = clientToken, domainIdentifier = domainIdentifier, entityIdentifier = entityIdentifier, entityType = entityType, policyType = policyType, principal = principal) + output <- .datazone$remove_policy_grant_output() config <- get_config() svc <- .datazone$service(config, op) request <- new_request(svc, op, input, output) response <- send_request(request) return(response) } -.datazone$operations$reject_subscription_request <- datazone_reject_subscription_request +.datazone$operations$remove_policy_grant <- datazone_remove_policy_grant #' Revokes a specified subscription in Amazon DataZone #' @@ -7786,6 +9805,25 @@ datazone_reject_subscription_request <- function(decisionComment = NULL, domainI #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", @@ -7932,24 +9970,18 @@ datazone_revoke_subscription <- function(domainIdentifier, identifier, retainPer #' "2015-01-01" #' ), #' createdBy = "string", -#' dataProductItems = list( -#' list( -#' domainId = "string", -#' itemId = "string" -#' ) -#' ), #' description = "string", #' domainId = "string", +#' firstRevisionCreatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' firstRevisionCreatedBy = "string", #' glossaryTerms = list( #' "string" #' ), #' id = "string", #' name = "string", -#' owningProjectId = "string", -#' updatedAt = as.POSIXct( -#' "2015-01-01" -#' ), -#' updatedBy = "string" +#' owningProjectId = "string" #' ), #' glossaryItem = list( #' createdAt = as.POSIXct( @@ -8026,7 +10058,7 @@ datazone_revoke_subscription <- function(domainIdentifier, identifier, retainPer #' attribute = "string" #' ) #' ), -#' searchScope = "ASSET"|"GLOSSARY"|"GLOSSARY_TERM", +#' searchScope = "ASSET"|"GLOSSARY"|"GLOSSARY_TERM"|"DATA_PRODUCT", #' searchText = "string", #' sort = list( #' attribute = "string", @@ -8208,6 +10240,41 @@ datazone_search_group_profiles <- function(domainIdentifier, groupType, maxResul #' listingUpdatedBy = "string", #' name = "string", #' owningProjectId = "string" +#' ), +#' dataProductListing = list( +#' additionalAttributes = list( +#' forms = "string" +#' ), +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' items = list( +#' list( +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' listingId = "string", +#' listingRevision = "string" +#' ) +#' ), +#' listingCreatedBy = "string", +#' listingId = "string", +#' listingRevision = "string", +#' listingUpdatedBy = "string", +#' name = "string", +#' owningProjectId = "string" #' ) #' ) #' ), @@ -8780,6 +10847,217 @@ datazone_untag_resource <- function(resourceArn, tagKeys) { } .datazone$operations$untag_resource <- datazone_untag_resource +#' Updates an asset filter +#' +#' @description +#' Updates an asset filter. +#' +#' @usage +#' datazone_update_asset_filter(assetIdentifier, configuration, +#' description, domainIdentifier, identifier, name) +#' +#' @param assetIdentifier [required] The ID of the data asset. +#' @param configuration The configuration of the asset filter. +#' @param description The description of the asset filter. +#' @param domainIdentifier [required] The ID of the domain where you want to update an asset filter. +#' @param identifier [required] The ID of the asset filter. +#' @param name The name of the asset filter. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' assetId = "string", +#' configuration = list( +#' columnConfiguration = list( +#' includedColumnNames = list( +#' "string" +#' ) +#' ), +#' rowConfiguration = list( +#' rowFilter = list( +#' and = list( +#' list() +#' ), +#' expression = list( +#' equalTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' in = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' isNotNull = list( +#' columnName = "string" +#' ), +#' isNull = list( +#' columnName = "string" +#' ), +#' lessThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' lessThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' like = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notIn = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' notLike = list( +#' columnName = "string", +#' value = "string" +#' ) +#' ), +#' or = list( +#' list() +#' ) +#' ), +#' sensitive = TRUE|FALSE +#' ) +#' ), +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' description = "string", +#' domainId = "string", +#' effectiveColumnNames = list( +#' "string" +#' ), +#' effectiveRowFilter = "string", +#' errorMessage = "string", +#' id = "string", +#' name = "string", +#' status = "VALID"|"INVALID" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$update_asset_filter( +#' assetIdentifier = "string", +#' configuration = list( +#' columnConfiguration = list( +#' includedColumnNames = list( +#' "string" +#' ) +#' ), +#' rowConfiguration = list( +#' rowFilter = list( +#' and = list( +#' list() +#' ), +#' expression = list( +#' equalTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' greaterThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' in = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' isNotNull = list( +#' columnName = "string" +#' ), +#' isNull = list( +#' columnName = "string" +#' ), +#' lessThan = list( +#' columnName = "string", +#' value = "string" +#' ), +#' lessThanOrEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' like = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notEqualTo = list( +#' columnName = "string", +#' value = "string" +#' ), +#' notIn = list( +#' columnName = "string", +#' values = list( +#' "string" +#' ) +#' ), +#' notLike = list( +#' columnName = "string", +#' value = "string" +#' ) +#' ), +#' or = list( +#' list() +#' ) +#' ), +#' sensitive = TRUE|FALSE +#' ) +#' ), +#' description = "string", +#' domainIdentifier = "string", +#' identifier = "string", +#' name = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_update_asset_filter +#' +#' @aliases datazone_update_asset_filter +datazone_update_asset_filter <- function(assetIdentifier, configuration = NULL, description = NULL, domainIdentifier, identifier, name = NULL) { + op <- new_operation( + name = "UpdateAssetFilter", + http_method = "PATCH", + http_path = "/v2/domains/{domainIdentifier}/assets/{assetIdentifier}/filters/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$update_asset_filter_input(assetIdentifier = assetIdentifier, configuration = configuration, description = description, domainIdentifier = domainIdentifier, identifier = identifier, name = name) + output <- .datazone$update_asset_filter_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$update_asset_filter <- datazone_update_asset_filter + #' Updates the specified data source in Amazon DataZone #' #' @description @@ -9059,6 +11337,7 @@ datazone_update_data_source <- function(assetFormsInput = NULL, configuration = #' "2015-01-01" #' ), #' name = "string", +#' rootDomainUnitId = "string", #' singleSignOn = list( #' type = "IAM_IDC"|"DISABLED", #' userAssignment = "AUTOMATIC"|"MANUAL" @@ -9104,6 +11383,83 @@ datazone_update_domain <- function(clientToken = NULL, description = NULL, domai } .datazone$operations$update_domain <- datazone_update_domain +#' Updates the domain unit +#' +#' @description +#' Updates the domain unit. +#' +#' @usage +#' datazone_update_domain_unit(description, domainIdentifier, identifier, +#' name) +#' +#' @param description The description of the domain unit that you want to update. +#' @param domainIdentifier [required] The ID of the domain where you want to update a domain unit. +#' @param identifier [required] The ID of the domain unit that you want to update. +#' @param name The name of the domain unit that you want to update. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' createdBy = "string", +#' description = "string", +#' domainId = "string", +#' id = "string", +#' lastUpdatedAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastUpdatedBy = "string", +#' name = "string", +#' owners = list( +#' list( +#' group = list( +#' groupId = "string" +#' ), +#' user = list( +#' userId = "string" +#' ) +#' ) +#' ), +#' parentDomainUnitId = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$update_domain_unit( +#' description = "string", +#' domainIdentifier = "string", +#' identifier = "string", +#' name = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname datazone_update_domain_unit +#' +#' @aliases datazone_update_domain_unit +datazone_update_domain_unit <- function(description = NULL, domainIdentifier, identifier, name = NULL) { + op <- new_operation( + name = "UpdateDomainUnit", + http_method = "PUT", + http_path = "/v2/domains/{domainIdentifier}/domain-units/{identifier}", + host_prefix = "", + paginator = list() + ) + input <- .datazone$update_domain_unit_input(description = description, domainIdentifier = domainIdentifier, identifier = identifier, name = name) + output <- .datazone$update_domain_unit_output() + config <- get_config() + svc <- .datazone$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.datazone$operations$update_domain_unit <- datazone_update_domain_unit + #' Updates the specified environment in Amazon DataZone #' #' @description @@ -9637,8 +11993,7 @@ datazone_update_group_profile <- function(domainIdentifier, groupIdentifier, sta #' #' @param description The description to be updated as part of the #' [`update_project`][datazone_update_project] action. -#' @param domainIdentifier [required] The identifier of the Amazon DataZone domain in which a project is to be -#' updated. +#' @param domainIdentifier [required] The ID of the Amazon DataZone domain where a project is being updated. #' @param glossaryTerms The glossary terms to be updated as part of the #' [`update_project`][datazone_update_project] action. #' @param identifier [required] The identifier of the project that is to be updated. @@ -9655,6 +12010,7 @@ datazone_update_group_profile <- function(domainIdentifier, groupIdentifier, sta #' createdBy = "string", #' description = "string", #' domainId = "string", +#' domainUnitId = "string", #' failureReasons = list( #' list( #' code = "string", @@ -9861,6 +12217,25 @@ datazone_update_subscription_grant_status <- function(assetIdentifier, domainIde #' shortDescription = "string" #' ) #' ) +#' ), +#' productListing = list( +#' assetListings = list( +#' list( +#' entityId = "string", +#' entityRevision = "string", +#' entityType = "string" +#' ) +#' ), +#' description = "string", +#' entityId = "string", +#' entityRevision = "string", +#' glossaryTerms = list( +#' list( +#' name = "string", +#' shortDescription = "string" +#' ) +#' ), +#' name = "string" #' ) #' ), #' name = "string", diff --git a/paws/R/datazone_service.R b/paws/R/datazone_service.R index fb7170321e..5c8c043a74 100644 --- a/paws/R/datazone_service.R +++ b/paws/R/datazone_service.R @@ -98,14 +98,20 @@ NULL #' \tabular{ll}{ #' \link[=datazone_accept_predictions]{accept_predictions} \tab Accepts automatically generated business-friendly metadata for your Amazon DataZone assets\cr #' \link[=datazone_accept_subscription_request]{accept_subscription_request} \tab Accepts a subscription request to a specific asset\cr +#' \link[=datazone_add_entity_owner]{add_entity_owner} \tab Adds the owner of an entity (a domain unit)\cr +#' \link[=datazone_add_policy_grant]{add_policy_grant} \tab Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles\cr #' \link[=datazone_associate_environment_role]{associate_environment_role} \tab Associates the environment role in Amazon DataZone\cr #' \link[=datazone_cancel_metadata_generation_run]{cancel_metadata_generation_run} \tab Cancels the metadata generation run\cr #' \link[=datazone_cancel_subscription]{cancel_subscription} \tab Cancels the subscription to the specified asset\cr #' \link[=datazone_create_asset]{create_asset} \tab Creates an asset in Amazon DataZone catalog\cr +#' \link[=datazone_create_asset_filter]{create_asset_filter} \tab Creates a data asset filter\cr #' \link[=datazone_create_asset_revision]{create_asset_revision} \tab Creates a revision of the asset\cr #' \link[=datazone_create_asset_type]{create_asset_type} \tab Creates a custom asset type\cr +#' \link[=datazone_create_data_product]{create_data_product} \tab Creates a data product\cr +#' \link[=datazone_create_data_product_revision]{create_data_product_revision} \tab Creates a data product revision\cr #' \link[=datazone_create_data_source]{create_data_source} \tab Creates an Amazon DataZone data source\cr #' \link[=datazone_create_domain]{create_domain} \tab Creates an Amazon DataZone domain\cr +#' \link[=datazone_create_domain_unit]{create_domain_unit} \tab Creates a domain unit in Amazon DataZone\cr #' \link[=datazone_create_environment]{create_environment} \tab Create an Amazon DataZone environment\cr #' \link[=datazone_create_environment_action]{create_environment_action} \tab Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment\cr #' \link[=datazone_create_environment_profile]{create_environment_profile} \tab Creates an Amazon DataZone environment profile\cr @@ -120,10 +126,13 @@ NULL #' \link[=datazone_create_subscription_request]{create_subscription_request} \tab Creates a subscription request in Amazon DataZone\cr #' \link[=datazone_create_subscription_target]{create_subscription_target} \tab Creates a subscription target in Amazon DataZone\cr #' \link[=datazone_create_user_profile]{create_user_profile} \tab Creates a user profile in Amazon DataZone\cr -#' \link[=datazone_delete_asset]{delete_asset} \tab Delets an asset in Amazon DataZone\cr +#' \link[=datazone_delete_asset]{delete_asset} \tab Deletes an asset in Amazon DataZone\cr +#' \link[=datazone_delete_asset_filter]{delete_asset_filter} \tab Deletes an asset filter\cr #' \link[=datazone_delete_asset_type]{delete_asset_type} \tab Deletes an asset type in Amazon DataZone\cr +#' \link[=datazone_delete_data_product]{delete_data_product} \tab Deletes a data product in Amazon DataZone\cr #' \link[=datazone_delete_data_source]{delete_data_source} \tab Deletes a data source in Amazon DataZone\cr #' \link[=datazone_delete_domain]{delete_domain} \tab Deletes a Amazon DataZone domain\cr +#' \link[=datazone_delete_domain_unit]{delete_domain_unit} \tab Deletes a domain unit\cr #' \link[=datazone_delete_environment]{delete_environment} \tab Deletes an environment in Amazon DataZone\cr #' \link[=datazone_delete_environment_action]{delete_environment_action} \tab Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment\cr #' \link[=datazone_delete_environment_blueprint_configuration]{delete_environment_blueprint_configuration} \tab Deletes the blueprint configuration in Amazon DataZone\cr @@ -140,14 +149,18 @@ NULL #' \link[=datazone_delete_time_series_data_points]{delete_time_series_data_points} \tab Deletes the specified time series form for the specified asset\cr #' \link[=datazone_disassociate_environment_role]{disassociate_environment_role} \tab Disassociates the environment role in Amazon DataZone\cr #' \link[=datazone_get_asset]{get_asset} \tab Gets an Amazon DataZone asset\cr +#' \link[=datazone_get_asset_filter]{get_asset_filter} \tab Gets an asset filter\cr #' \link[=datazone_get_asset_type]{get_asset_type} \tab Gets an Amazon DataZone asset type\cr +#' \link[=datazone_get_data_product]{get_data_product} \tab Gets the data product\cr #' \link[=datazone_get_data_source]{get_data_source} \tab Gets an Amazon DataZone data source\cr #' \link[=datazone_get_data_source_run]{get_data_source_run} \tab Gets an Amazon DataZone data source run\cr #' \link[=datazone_get_domain]{get_domain} \tab Gets an Amazon DataZone domain\cr +#' \link[=datazone_get_domain_unit]{get_domain_unit} \tab Gets the details of the specified domain unit\cr #' \link[=datazone_get_environment]{get_environment} \tab Gets an Amazon DataZone environment\cr #' \link[=datazone_get_environment_action]{get_environment_action} \tab Gets the specified environment action\cr #' \link[=datazone_get_environment_blueprint]{get_environment_blueprint} \tab Gets an Amazon DataZone blueprint\cr #' \link[=datazone_get_environment_blueprint_configuration]{get_environment_blueprint_configuration} \tab Gets the blueprint configuration in Amazon DataZone\cr +#' \link[=datazone_get_environment_credentials]{get_environment_credentials} \tab Gets the credentials of an environment in Amazon DataZone\cr #' \link[=datazone_get_environment_profile]{get_environment_profile} \tab Gets an evinronment profile in Amazon DataZone\cr #' \link[=datazone_get_form_type]{get_form_type} \tab Gets a metadata form type in Amazon DataZone\cr #' \link[=datazone_get_glossary]{get_glossary} \tab Gets a business glossary in Amazon DataZone\cr @@ -164,11 +177,15 @@ NULL #' \link[=datazone_get_subscription_target]{get_subscription_target} \tab Gets the subscription target in Amazon DataZone\cr #' \link[=datazone_get_time_series_data_point]{get_time_series_data_point} \tab Gets the existing data point for the asset\cr #' \link[=datazone_get_user_profile]{get_user_profile} \tab Gets a user profile in Amazon DataZone\cr +#' \link[=datazone_list_asset_filters]{list_asset_filters} \tab Lists asset filters\cr #' \link[=datazone_list_asset_revisions]{list_asset_revisions} \tab Lists the revisions for the asset\cr +#' \link[=datazone_list_data_product_revisions]{list_data_product_revisions} \tab Lists data product revisions\cr #' \link[=datazone_list_data_source_run_activities]{list_data_source_run_activities} \tab Lists data source run activities\cr #' \link[=datazone_list_data_source_runs]{list_data_source_runs} \tab Lists data source runs in Amazon DataZone\cr #' \link[=datazone_list_data_sources]{list_data_sources} \tab Lists data sources in Amazon DataZone\cr #' \link[=datazone_list_domains]{list_domains} \tab Lists Amazon DataZone domains\cr +#' \link[=datazone_list_domain_units_for_parent]{list_domain_units_for_parent} \tab Lists child domain units for the specified parent domain unit\cr +#' \link[=datazone_list_entity_owners]{list_entity_owners} \tab Lists the entity (domain units) owners\cr #' \link[=datazone_list_environment_actions]{list_environment_actions} \tab Lists existing environment actions\cr #' \link[=datazone_list_environment_blueprint_configurations]{list_environment_blueprint_configurations} \tab Lists blueprint configurations for a Amazon DataZone environment\cr #' \link[=datazone_list_environment_blueprints]{list_environment_blueprints} \tab Lists blueprints in an Amazon DataZone environment\cr @@ -177,6 +194,7 @@ NULL #' \link[=datazone_list_lineage_node_history]{list_lineage_node_history} \tab Lists the history of the specified data lineage node\cr #' \link[=datazone_list_metadata_generation_runs]{list_metadata_generation_runs} \tab Lists all metadata generation runs\cr #' \link[=datazone_list_notifications]{list_notifications} \tab Lists all Amazon DataZone notifications\cr +#' \link[=datazone_list_policy_grants]{list_policy_grants} \tab Lists policy grants\cr #' \link[=datazone_list_project_memberships]{list_project_memberships} \tab Lists all members of the specified project\cr #' \link[=datazone_list_projects]{list_projects} \tab Lists Amazon DataZone projects\cr #' \link[=datazone_list_subscription_grants]{list_subscription_grants} \tab Lists subscription grants\cr @@ -190,6 +208,8 @@ NULL #' \link[=datazone_put_environment_blueprint_configuration]{put_environment_blueprint_configuration} \tab Writes the configuration for the specified environment blueprint in Amazon DataZone\cr #' \link[=datazone_reject_predictions]{reject_predictions} \tab Rejects automatically generated business-friendly metadata for your Amazon DataZone assets\cr #' \link[=datazone_reject_subscription_request]{reject_subscription_request} \tab Rejects the specified subscription request\cr +#' \link[=datazone_remove_entity_owner]{remove_entity_owner} \tab Removes an owner from an entity\cr +#' \link[=datazone_remove_policy_grant]{remove_policy_grant} \tab Removes a policy grant\cr #' \link[=datazone_revoke_subscription]{revoke_subscription} \tab Revokes a specified subscription in Amazon DataZone\cr #' \link[=datazone_search]{search} \tab Searches for assets in Amazon DataZone\cr #' \link[=datazone_search_group_profiles]{search_group_profiles} \tab Searches group profiles in Amazon DataZone\cr @@ -200,8 +220,10 @@ NULL #' \link[=datazone_start_metadata_generation_run]{start_metadata_generation_run} \tab Starts the metadata generation run\cr #' \link[=datazone_tag_resource]{tag_resource} \tab Tags a resource in Amazon DataZone\cr #' \link[=datazone_untag_resource]{untag_resource} \tab Untags a resource in Amazon DataZone\cr +#' \link[=datazone_update_asset_filter]{update_asset_filter} \tab Updates an asset filter\cr #' \link[=datazone_update_data_source]{update_data_source} \tab Updates the specified data source in Amazon DataZone\cr #' \link[=datazone_update_domain]{update_domain} \tab Updates a Amazon DataZone domain\cr +#' \link[=datazone_update_domain_unit]{update_domain_unit} \tab Updates the domain unit\cr #' \link[=datazone_update_environment]{update_environment} \tab Updates the specified environment in Amazon DataZone\cr #' \link[=datazone_update_environment_action]{update_environment_action} \tab Updates an environment action\cr #' \link[=datazone_update_environment_profile]{update_environment_profile} \tab Updates the specified environment profile in Amazon DataZone\cr diff --git a/paws/R/docdb_operations.R b/paws/R/docdb_operations.R index e8e38e8ba7..56b4e32b5e 100644 --- a/paws/R/docdb_operations.R +++ b/paws/R/docdb_operations.R @@ -4004,6 +4004,124 @@ docdb_failover_db_cluster <- function(DBClusterIdentifier = NULL, TargetDBInstan } .docdb$operations$failover_db_cluster <- docdb_failover_db_cluster +#' Promotes the specified secondary DB cluster to be the primary DB cluster +#' in the global cluster when failing over a global cluster occurs +#' +#' @description +#' Promotes the specified secondary DB cluster to be the primary DB cluster +#' in the global cluster when failing over a global cluster occurs. +#' +#' Use this operation to respond to an unplanned event, such as a regional +#' disaster in the primary region. Failing over can result in a loss of +#' write transaction data that wasn't replicated to the chosen secondary +#' before the failover event occurred. However, the recovery process that +#' promotes a DB instance on the chosen seconday DB cluster to be the +#' primary writer DB instance guarantees that the data is in a +#' transactionally consistent state. +#' +#' @usage +#' docdb_failover_global_cluster(GlobalClusterIdentifier, +#' TargetDbClusterIdentifier, AllowDataLoss, Switchover) +#' +#' @param GlobalClusterIdentifier [required] The identifier of the Amazon DocumentDB global cluster to apply this +#' operation. The identifier is the unique key assigned by the user when +#' the cluster is created. In other words, it's the name of the global +#' cluster. +#' +#' Constraints: +#' +#' - Must match the identifier of an existing global cluster. +#' +#' - Minimum length of 1. Maximum length of 255. +#' +#' Pattern: `[A-Za-z][0-9A-Za-z-:._]*` +#' @param TargetDbClusterIdentifier [required] The identifier of the secondary Amazon DocumentDB cluster that you want +#' to promote to the primary for the global cluster. Use the Amazon +#' Resource Name (ARN) for the identifier so that Amazon DocumentDB can +#' locate the cluster in its Amazon Web Services region. +#' +#' Constraints: +#' +#' - Must match the identifier of an existing secondary cluster. +#' +#' - Minimum length of 1. Maximum length of 255. +#' +#' Pattern: `[A-Za-z][0-9A-Za-z-:._]*` +#' @param AllowDataLoss Specifies whether to allow data loss for this global cluster operation. +#' Allowing data loss triggers a global failover operation. +#' +#' If you don't specify `AllowDataLoss`, the global cluster operation +#' defaults to a switchover. +#' +#' Constraints: +#' +#' - Can't be specified together with the `Switchover` parameter. +#' @param Switchover Specifies whether to switch over this global database cluster. +#' +#' Constraints: +#' +#' - Can't be specified together with the `AllowDataLoss` parameter. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' GlobalCluster = list( +#' GlobalClusterIdentifier = "string", +#' GlobalClusterResourceId = "string", +#' GlobalClusterArn = "string", +#' Status = "string", +#' Engine = "string", +#' EngineVersion = "string", +#' DatabaseName = "string", +#' StorageEncrypted = TRUE|FALSE, +#' DeletionProtection = TRUE|FALSE, +#' GlobalClusterMembers = list( +#' list( +#' DBClusterArn = "string", +#' Readers = list( +#' "string" +#' ), +#' IsWriter = TRUE|FALSE +#' ) +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$failover_global_cluster( +#' GlobalClusterIdentifier = "string", +#' TargetDbClusterIdentifier = "string", +#' AllowDataLoss = TRUE|FALSE, +#' Switchover = TRUE|FALSE +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname docdb_failover_global_cluster +#' +#' @aliases docdb_failover_global_cluster +docdb_failover_global_cluster <- function(GlobalClusterIdentifier, TargetDbClusterIdentifier, AllowDataLoss = NULL, Switchover = NULL) { + op <- new_operation( + name = "FailoverGlobalCluster", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .docdb$failover_global_cluster_input(GlobalClusterIdentifier = GlobalClusterIdentifier, TargetDbClusterIdentifier = TargetDbClusterIdentifier, AllowDataLoss = AllowDataLoss, Switchover = Switchover) + output <- .docdb$failover_global_cluster_output() + config <- get_config() + svc <- .docdb$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.docdb$operations$failover_global_cluster <- docdb_failover_global_cluster + #' Lists all tags on an Amazon DocumentDB resource #' #' @description diff --git a/paws/R/docdb_service.R b/paws/R/docdb_service.R index c3e27a03a0..695ab40f9f 100644 --- a/paws/R/docdb_service.R +++ b/paws/R/docdb_service.R @@ -130,6 +130,7 @@ NULL #' \link[=docdb_describe_orderable_db_instance_options]{describe_orderable_db_instance_options} \tab Returns a list of orderable instance options for the specified engine\cr #' \link[=docdb_describe_pending_maintenance_actions]{describe_pending_maintenance_actions} \tab Returns a list of resources (for example, instances) that have at least one pending maintenance action\cr #' \link[=docdb_failover_db_cluster]{failover_db_cluster} \tab Forces a failover for a cluster\cr +#' \link[=docdb_failover_global_cluster]{failover_global_cluster} \tab Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs\cr #' \link[=docdb_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags on an Amazon DocumentDB resource\cr #' \link[=docdb_modify_db_cluster]{modify_db_cluster} \tab Modifies a setting for an Amazon DocumentDB cluster\cr #' \link[=docdb_modify_db_cluster_parameter_group]{modify_db_cluster_parameter_group} \tab Modifies the parameters of a cluster parameter group\cr diff --git a/paws/R/dynamodb_operations.R b/paws/R/dynamodb_operations.R index 91d7e3fbaf..94ac36d7ae 100644 --- a/paws/R/dynamodb_operations.R +++ b/paws/R/dynamodb_operations.R @@ -11,7 +11,10 @@ NULL #' stored in DynamoDB, using PartiQL. Each read statement in a #' [`batch_execute_statement`][dynamodb_batch_execute_statement] must #' specify an equality condition on all key attributes. This enforces that -#' each `SELECT` statement in a batch returns at most a single item. +#' each `SELECT` statement in a batch returns at most a single item. For +#' more information, see [Running batch operations with PartiQL for +#' DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ql-reference.multiplestatements.batching.html) +#' . #' #' The entire batch must consist of either read statements or write #' statements, you cannot mix both in one batch. @@ -567,10 +570,15 @@ dynamodb_batch_get_item <- function(RequestItems, ReturnConsumedCapacity = NULL) #' [`batch_write_item`][dynamodb_batch_write_item] request with those #' unprocessed items until all items have been processed. #' -#' If *none* of the items can be processed due to insufficient provisioned -#' throughput on all of the tables in the request, then +#' For tables and indexes with provisioned capacity, if none of the items +#' can be processed due to insufficient provisioned throughput on all of +#' the tables in the request, then +#' [`batch_write_item`][dynamodb_batch_write_item] returns a +#' `ProvisionedThroughputExceededException`. For all tables and indexes, if +#' none of the items can be processed due to other throttling scenarios +#' (such as exceeding partition level limits), then #' [`batch_write_item`][dynamodb_batch_write_item] returns a -#' `ProvisionedThroughputExceededException`. +#' `ThrottlingException`. #' #' If DynamoDB returns any unprocessed items, you should retry the batch #' operation on those items. However, *we strongly recommend that you use @@ -2370,6 +2378,8 @@ dynamodb_delete_resource_policy <- function(ResourceArn, ExpectedRevisionId = NU #' DynamoDB might continue to accept data read and write operations, such #' as [`get_item`][dynamodb_get_item] and [`put_item`][dynamodb_put_item], #' on a table in the `DELETING` state until the table deletion is complete. +#' For the full list of table states, see +#' [TableStatus](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TableDescription.html#DDB-Type-TableDescription-TableStatus). #' #' When you delete a table, any indexes on that table are also deleted. #' diff --git a/paws/R/ec2_operations.R b/paws/R/ec2_operations.R index 5142596a5c..1353a231d6 100644 --- a/paws/R/ec2_operations.R +++ b/paws/R/ec2_operations.R @@ -50,7 +50,7 @@ NULL #' Address = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -727,7 +727,8 @@ ec2_advertise_byoip_cidr <- function(Cidr, Asn = NULL, DryRun = NULL, NetworkBor #' #' @usage #' ec2_allocate_address(Domain, Address, PublicIpv4Pool, -#' NetworkBorderGroup, CustomerOwnedIpv4Pool, DryRun, TagSpecifications) +#' NetworkBorderGroup, CustomerOwnedIpv4Pool, DryRun, TagSpecifications, +#' IpamPoolId) #' #' @param Domain The network (`vpc`). #' @param Address The Elastic IP address to recover or an IPv4 address from an address @@ -747,6 +748,7 @@ ec2_advertise_byoip_cidr <- function(Cidr, Asn = NULL, DryRun = NULL, NetworkBor #' the required permissions, the error response is `DryRunOperation`. #' Otherwise, it is `UnauthorizedOperation`. #' @param TagSpecifications The tags to assign to the Elastic IP address. +#' @param IpamPoolId The ID of an IPAM pool. #' #' @return #' A list with the following syntax: @@ -774,7 +776,7 @@ ec2_advertise_byoip_cidr <- function(Cidr, Asn = NULL, DryRun = NULL, NetworkBor #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -782,7 +784,8 @@ ec2_advertise_byoip_cidr <- function(Cidr, Asn = NULL, DryRun = NULL, NetworkBor #' ) #' ) #' ) -#' ) +#' ), +#' IpamPoolId = "string" #' ) #' ``` #' @@ -797,7 +800,7 @@ ec2_advertise_byoip_cidr <- function(Cidr, Asn = NULL, DryRun = NULL, NetworkBor #' @rdname ec2_allocate_address #' #' @aliases ec2_allocate_address -ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = NULL, NetworkBorderGroup = NULL, CustomerOwnedIpv4Pool = NULL, DryRun = NULL, TagSpecifications = NULL) { +ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = NULL, NetworkBorderGroup = NULL, CustomerOwnedIpv4Pool = NULL, DryRun = NULL, TagSpecifications = NULL, IpamPoolId = NULL) { op <- new_operation( name = "AllocateAddress", http_method = "POST", @@ -805,7 +808,7 @@ ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = host_prefix = "", paginator = list() ) - input <- .ec2$allocate_address_input(Domain = Domain, Address = Address, PublicIpv4Pool = PublicIpv4Pool, NetworkBorderGroup = NetworkBorderGroup, CustomerOwnedIpv4Pool = CustomerOwnedIpv4Pool, DryRun = DryRun, TagSpecifications = TagSpecifications) + input <- .ec2$allocate_address_input(Domain = Domain, Address = Address, PublicIpv4Pool = PublicIpv4Pool, NetworkBorderGroup = NetworkBorderGroup, CustomerOwnedIpv4Pool = CustomerOwnedIpv4Pool, DryRun = DryRun, TagSpecifications = TagSpecifications, IpamPoolId = IpamPoolId) output <- .ec2$allocate_address_output() config <- get_config() svc <- .ec2$service(config, op) @@ -914,7 +917,7 @@ ec2_allocate_address <- function(Domain = NULL, Address = NULL, PublicIpv4Pool = #' Quantity = 123, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -1023,7 +1026,7 @@ ec2_allocate_hosts <- function(AutoPlacement = NULL, AvailabilityZone, ClientTok #' IpamPoolAllocationId = "string", #' Description = "string", #' ResourceId = "string", -#' ResourceType = "ipam-pool"|"vpc"|"ec2-public-ipv4-pool"|"custom"|"subnet", +#' ResourceType = "ipam-pool"|"vpc"|"ec2-public-ipv4-pool"|"custom"|"subnet"|"eip", #' ResourceRegion = "string", #' ResourceOwner = "string" #' ) @@ -2103,7 +2106,7 @@ ec2_associate_ipam_byoasn <- function(DryRun = NULL, Asn, Cidr) { #' IpamResourceDiscoveryId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -2341,7 +2344,9 @@ ec2_associate_route_table <- function(DryRun = NULL, RouteTableId, SubnetId = NU #' Ipv6CidrBlockState = list( #' State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed", #' StatusMessage = "string" -#' ) +#' ), +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ), #' SubnetId = "string" #' ) @@ -2745,7 +2750,9 @@ ec2_associate_trunk_interface <- function(BranchInterfaceId, TrunkInterfaceId, V #' StatusMessage = "string" #' ), #' NetworkBorderGroup = "string", -#' Ipv6Pool = "string" +#' Ipv6Pool = "string", +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ), #' CidrBlockAssociation = list( #' AssociationId = "string", @@ -3508,7 +3515,7 @@ ec2_authorize_client_vpn_ingress <- function(ClientVpnEndpointId, TargetNetworkC #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -3760,7 +3767,7 @@ ec2_authorize_security_group_egress <- function(DryRun = NULL, GroupId, IpPermis #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -4806,34 +4813,25 @@ ec2_copy_fpga_image <- function(DryRun = NULL, SourceFpgaImageId, Description = } .ec2$operations$copy_fpga_image <- ec2_copy_fpga_image -#' Initiates the copy of an AMI +#' Initiates an AMI copy operation #' #' @description -#' Initiates the copy of an AMI. You can copy an AMI from one Region to +#' Initiates an AMI copy operation. You can copy an AMI from one Region to #' another, or from a Region to an Outpost. You can't copy an AMI from an #' Outpost to a Region, from one Outpost to another, or within the same #' Outpost. To copy an AMI to another partition, see #' [`create_store_image_task`][ec2_create_store_image_task]. #' -#' To copy an AMI from one Region to another, specify the source Region -#' using the **SourceRegion** parameter, and specify the destination Region -#' using its endpoint. Copies of encrypted backing snapshots for the AMI -#' are encrypted. Copies of unencrypted backing snapshots remain -#' unencrypted, unless you set `Encrypted` during the copy operation. You -#' cannot create an unencrypted copy of an encrypted backing snapshot. -#' -#' To copy an AMI from a Region to an Outpost, specify the source Region -#' using the **SourceRegion** parameter, and specify the ARN of the -#' destination Outpost using **DestinationOutpostArn**. Backing snapshots -#' copied to an Outpost are encrypted by default using the default -#' encryption key for the Region, or a different key that you specify in -#' the request using **KmsKeyId**. Outposts do not support unencrypted -#' snapshots. For more information, [Amazon EBS local snapshots on -#' Outposts](https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami) -#' in the *Amazon EBS User Guide*. +#' When you copy an AMI from one Region to another, the destination Region +#' is the current Region. +#' +#' When you copy an AMI from a Region to an Outpost, specify the ARN of the +#' Outpost as the destination. Backing snapshots copied to an Outpost are +#' encrypted by default using the default encryption key for the Region or +#' the key that you specify. Outposts do not support unencrypted snapshots. #' -#' For more information about the prerequisites and limits when copying an -#' AMI, see [Copy an +#' For information about the prerequisites when copying an AMI, see [Copy +#' an #' AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html) #' in the *Amazon EC2 User Guide*. #' @@ -4852,9 +4850,9 @@ ec2_copy_fpga_image <- function(DryRun = NULL, SourceFpgaImageId, Description = #' cannot create an unencrypted copy of an encrypted snapshot. The default #' KMS key for Amazon EBS is used unless you specify a non-default Key #' Management Service (KMS) KMS key using `KmsKeyId`. For more information, -#' see [Amazon EBS -#' encryption](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html) -#' in the *Amazon EBS User Guide*. +#' see [Use encryption with EBS-backed +#' AMIs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html) +#' in the *Amazon EC2 User Guide*. #' @param KmsKeyId The identifier of the symmetric Key Management Service (KMS) KMS key to #' use when creating encrypted volumes. If this parameter is not specified, #' your Amazon Web Services managed KMS key for Amazon EBS is used. If you @@ -4943,7 +4941,7 @@ ec2_copy_fpga_image <- function(DryRun = NULL, SourceFpgaImageId, Description = #' CopyImageTags = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -5129,7 +5127,7 @@ ec2_copy_image <- function(ClientToken = NULL, Description = NULL, Encrypted = N #' SourceSnapshotId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -5363,7 +5361,7 @@ ec2_copy_snapshot <- function(Description = NULL, DestinationOutpostArn = NULL, #' InstanceMatchCriteria = "open"|"targeted", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -5401,12 +5399,174 @@ ec2_create_capacity_reservation <- function(ClientToken = NULL, InstanceType, In } .ec2$operations$create_capacity_reservation <- ec2_create_capacity_reservation +#' Create a new Capacity Reservation by splitting the available capacity of +#' the source Capacity Reservation +#' +#' @description +#' Create a new Capacity Reservation by splitting the available capacity of +#' the source Capacity Reservation. The new Capacity Reservation will have +#' the same attributes as the source Capacity Reservation except for tags. +#' The source Capacity Reservation must be `active` and owned by your +#' Amazon Web Services account. +#' +#' @usage +#' ec2_create_capacity_reservation_by_splitting(DryRun, ClientToken, +#' SourceCapacityReservationId, InstanceCount, TagSpecifications) +#' +#' @param DryRun Checks whether you have the required permissions for the action, without +#' actually making the request, and provides an error response. If you have +#' the required permissions, the error response is `DryRunOperation`. +#' Otherwise, it is `UnauthorizedOperation`. +#' @param ClientToken Unique, case-sensitive identifier that you provide to ensure the +#' idempotency of the request. For more information, see [Ensure +#' Idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param SourceCapacityReservationId [required] The ID of the Capacity Reservation from which you want to split the +#' available capacity. +#' @param InstanceCount [required] The number of instances to split from the source Capacity Reservation. +#' @param TagSpecifications The tags to apply to the new Capacity Reservation. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' SourceCapacityReservation = list( +#' CapacityReservationId = "string", +#' OwnerId = "string", +#' CapacityReservationArn = "string", +#' AvailabilityZoneId = "string", +#' InstanceType = "string", +#' InstancePlatform = "Linux/UNIX"|"Red Hat Enterprise Linux"|"SUSE Linux"|"Windows"|"Windows with SQL Server"|"Windows with SQL Server Enterprise"|"Windows with SQL Server Standard"|"Windows with SQL Server Web"|"Linux with SQL Server Standard"|"Linux with SQL Server Web"|"Linux with SQL Server Enterprise"|"RHEL with SQL Server Standard"|"RHEL with SQL Server Enterprise"|"RHEL with SQL Server Web"|"RHEL with HA"|"RHEL with HA and SQL Server Standard"|"RHEL with HA and SQL Server Enterprise"|"Ubuntu Pro", +#' AvailabilityZone = "string", +#' Tenancy = "default"|"dedicated", +#' TotalInstanceCount = 123, +#' AvailableInstanceCount = 123, +#' EbsOptimized = TRUE|FALSE, +#' EphemeralStorage = TRUE|FALSE, +#' State = "active"|"expired"|"cancelled"|"pending"|"failed"|"scheduled"|"payment-pending"|"payment-failed", +#' StartDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDateType = "unlimited"|"limited", +#' InstanceMatchCriteria = "open"|"targeted", +#' CreateDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' OutpostArn = "string", +#' CapacityReservationFleetId = "string", +#' PlacementGroupArn = "string", +#' CapacityAllocations = list( +#' list( +#' AllocationType = "used", +#' Count = 123 +#' ) +#' ), +#' ReservationType = "default"|"capacity-block" +#' ), +#' DestinationCapacityReservation = list( +#' CapacityReservationId = "string", +#' OwnerId = "string", +#' CapacityReservationArn = "string", +#' AvailabilityZoneId = "string", +#' InstanceType = "string", +#' InstancePlatform = "Linux/UNIX"|"Red Hat Enterprise Linux"|"SUSE Linux"|"Windows"|"Windows with SQL Server"|"Windows with SQL Server Enterprise"|"Windows with SQL Server Standard"|"Windows with SQL Server Web"|"Linux with SQL Server Standard"|"Linux with SQL Server Web"|"Linux with SQL Server Enterprise"|"RHEL with SQL Server Standard"|"RHEL with SQL Server Enterprise"|"RHEL with SQL Server Web"|"RHEL with HA"|"RHEL with HA and SQL Server Standard"|"RHEL with HA and SQL Server Enterprise"|"Ubuntu Pro", +#' AvailabilityZone = "string", +#' Tenancy = "default"|"dedicated", +#' TotalInstanceCount = 123, +#' AvailableInstanceCount = 123, +#' EbsOptimized = TRUE|FALSE, +#' EphemeralStorage = TRUE|FALSE, +#' State = "active"|"expired"|"cancelled"|"pending"|"failed"|"scheduled"|"payment-pending"|"payment-failed", +#' StartDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDateType = "unlimited"|"limited", +#' InstanceMatchCriteria = "open"|"targeted", +#' CreateDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' OutpostArn = "string", +#' CapacityReservationFleetId = "string", +#' PlacementGroupArn = "string", +#' CapacityAllocations = list( +#' list( +#' AllocationType = "used", +#' Count = 123 +#' ) +#' ), +#' ReservationType = "default"|"capacity-block" +#' ), +#' InstanceCount = 123 +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_capacity_reservation_by_splitting( +#' DryRun = TRUE|FALSE, +#' ClientToken = "string", +#' SourceCapacityReservationId = "string", +#' InstanceCount = 123, +#' TagSpecifications = list( +#' list( +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ) +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ec2_create_capacity_reservation_by_splitting +#' +#' @aliases ec2_create_capacity_reservation_by_splitting +ec2_create_capacity_reservation_by_splitting <- function(DryRun = NULL, ClientToken = NULL, SourceCapacityReservationId, InstanceCount, TagSpecifications = NULL) { + op <- new_operation( + name = "CreateCapacityReservationBySplitting", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$create_capacity_reservation_by_splitting_input(DryRun = DryRun, ClientToken = ClientToken, SourceCapacityReservationId = SourceCapacityReservationId, InstanceCount = InstanceCount, TagSpecifications = TagSpecifications) + output <- .ec2$create_capacity_reservation_by_splitting_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$create_capacity_reservation_by_splitting <- ec2_create_capacity_reservation_by_splitting + #' Creates a Capacity Reservation Fleet #' #' @description #' Creates a Capacity Reservation Fleet. For more information, see [Create #' a Capacity Reservation -#' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-cr-fleets.html#create-crfleet) +#' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#create-crfleet) #' in the *Amazon EC2 User Guide*. #' #' @usage @@ -5534,7 +5694,7 @@ ec2_create_capacity_reservation <- function(ClientToken = NULL, InstanceType, In #' InstanceMatchCriteria = "open", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -5617,7 +5777,7 @@ ec2_create_capacity_reservation_fleet <- function(AllocationStrategy = NULL, Cli #' VpcId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -5793,7 +5953,7 @@ ec2_create_carrier_gateway <- function(VpcId, TagSpecifications = NULL, DryRun = #' ClientToken = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -6030,7 +6190,7 @@ ec2_create_coip_cidr <- function(Cidr, CoipPoolId, DryRun = NULL) { #' LocalGatewayRouteTableId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -6158,7 +6318,7 @@ ec2_create_coip_pool <- function(LocalGatewayRouteTableId, TagSpecifications = N #' Type = "ipsec.1", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -6257,7 +6417,9 @@ ec2_create_customer_gateway <- function(BgpAsn = NULL, PublicIp = NULL, Certific #' Ipv6CidrBlockState = list( #' State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed", #' StatusMessage = "string" -#' ) +#' ), +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ) #' ), #' Tags = list( @@ -6353,7 +6515,9 @@ ec2_create_default_subnet <- function(AvailabilityZone, DryRun = NULL, Ipv6Nativ #' StatusMessage = "string" #' ), #' NetworkBorderGroup = "string", -#' Ipv6Pool = "string" +#' Ipv6Pool = "string", +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ) #' ), #' CidrBlockAssociationSet = list( @@ -6510,7 +6674,7 @@ ec2_create_default_vpc <- function(DryRun = NULL) { #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -6616,7 +6780,7 @@ ec2_create_dhcp_options <- function(DhcpConfigurations, TagSpecifications = NULL #' VpcId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -6663,7 +6827,7 @@ ec2_create_egress_only_internet_gateway <- function(ClientToken = NULL, DryRun = #' by instance type, AMI, Availability Zone, or subnet. #' #' For more information, see [EC2 -#' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) +#' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Fleets.html) #' in the *Amazon EC2 User Guide*. #' #' @usage @@ -7084,7 +7248,7 @@ ec2_create_egress_only_internet_gateway <- function(ClientToken = NULL, DryRun = #' ReplaceUnhealthyInstances = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -7267,7 +7431,7 @@ ec2_create_fleet <- function(DryRun = NULL, ClientToken = NULL, SpotOptions = NU #' LogFormat = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -7367,7 +7531,7 @@ ec2_create_flow_logs <- function(DryRun = NULL, ClientToken = NULL, DeliverLogsP #' ClientToken = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -7516,7 +7680,7 @@ ec2_create_fpga_image <- function(DryRun = NULL, InputStorageLocation, LogsStora #' NoReboot = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -7661,7 +7825,7 @@ ec2_create_image <- function(BlockDeviceMappings = NULL, Description = NULL, Dry #' ClientToken = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -7822,7 +7986,7 @@ ec2_create_instance_connect_endpoint <- function(DryRun = NULL, SubnetId, Securi #' CronExpression = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -7923,7 +8087,7 @@ ec2_create_instance_event_window <- function(DryRun = NULL, Name = NULL, TimeRan #' TargetEnvironment = "citrix"|"vmware"|"microsoft", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8006,7 +8170,7 @@ ec2_create_instance_export_task <- function(Description = NULL, ExportToS3Task, #' svc$create_internet_gateway( #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8063,7 +8227,7 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' #' @usage #' ec2_create_ipam(DryRun, Description, OperatingRegions, -#' TagSpecifications, ClientToken, Tier) +#' TagSpecifications, ClientToken, Tier, EnablePrivateGua) #' #' @param DryRun A check for whether you have the required permissions for the action #' without actually making the request and provides an error response. If @@ -8090,6 +8254,8 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' information about the features available in each tier and the costs #' associated with the tiers, see [Amazon VPC pricing \> IPAM #' tab](https://aws.amazon.com/vpc/pricing/). +#' @param EnablePrivateGua Enable this option to use your own GUA ranges as private IPv6 addresses. +#' This option is disabled by default. #' #' @return #' A list with the following syntax: @@ -8120,7 +8286,8 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' DefaultResourceDiscoveryAssociationId = "string", #' ResourceDiscoveryAssociationCount = 123, #' StateMessage = "string", -#' Tier = "free"|"advanced" +#' Tier = "free"|"advanced", +#' EnablePrivateGua = TRUE|FALSE #' ) #' ) #' ``` @@ -8137,7 +8304,7 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8147,7 +8314,8 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' ) #' ), #' ClientToken = "string", -#' Tier = "free"|"advanced" +#' Tier = "free"|"advanced", +#' EnablePrivateGua = TRUE|FALSE #' ) #' ``` #' @@ -8156,7 +8324,7 @@ ec2_create_internet_gateway <- function(TagSpecifications = NULL, DryRun = NULL) #' @rdname ec2_create_ipam #' #' @aliases ec2_create_ipam -ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions = NULL, TagSpecifications = NULL, ClientToken = NULL, Tier = NULL) { +ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions = NULL, TagSpecifications = NULL, ClientToken = NULL, Tier = NULL, EnablePrivateGua = NULL) { op <- new_operation( name = "CreateIpam", http_method = "POST", @@ -8164,7 +8332,7 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions host_prefix = "", paginator = list() ) - input <- .ec2$create_ipam_input(DryRun = DryRun, Description = Description, OperatingRegions = OperatingRegions, TagSpecifications = TagSpecifications, ClientToken = ClientToken, Tier = Tier) + input <- .ec2$create_ipam_input(DryRun = DryRun, Description = Description, OperatingRegions = OperatingRegions, TagSpecifications = TagSpecifications, ClientToken = ClientToken, Tier = Tier, EnablePrivateGua = EnablePrivateGua) output <- .ec2$create_ipam_output() config <- get_config() svc <- .ec2$service(config, op) @@ -8174,6 +8342,99 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions } .ec2$operations$create_ipam <- ec2_create_ipam +#' Create a verification token +#' +#' @description +#' Create a verification token. A verification token is an Amazon Web +#' Services-generated random value that you can use to prove ownership of +#' an external resource. For example, you can use a verification token to +#' validate that you control a public IP address range when you bring an IP +#' address range to Amazon Web Services (BYOIP). +#' +#' @usage +#' ec2_create_ipam_external_resource_verification_token(DryRun, IpamId, +#' TagSpecifications, ClientToken) +#' +#' @param DryRun A check for whether you have the required permissions for the action +#' without actually making the request and provides an error response. If +#' you have the required permissions, the error response is +#' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. +#' @param IpamId [required] The ID of the IPAM that will create the token. +#' @param TagSpecifications Token tags. +#' @param ClientToken A unique, case-sensitive identifier that you provide to ensure the +#' idempotency of the request. For more information, see [Ensuring +#' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' IpamExternalResourceVerificationToken = list( +#' IpamExternalResourceVerificationTokenId = "string", +#' IpamExternalResourceVerificationTokenArn = "string", +#' IpamId = "string", +#' IpamArn = "string", +#' IpamRegion = "string", +#' TokenValue = "string", +#' TokenName = "string", +#' NotAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' Status = "valid"|"expired", +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' State = "create-in-progress"|"create-complete"|"create-failed"|"delete-in-progress"|"delete-complete"|"delete-failed" +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_ipam_external_resource_verification_token( +#' DryRun = TRUE|FALSE, +#' IpamId = "string", +#' TagSpecifications = list( +#' list( +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ) +#' ) +#' ), +#' ClientToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ec2_create_ipam_external_resource_verification_token +#' +#' @aliases ec2_create_ipam_external_resource_verification_token +ec2_create_ipam_external_resource_verification_token <- function(DryRun = NULL, IpamId, TagSpecifications = NULL, ClientToken = NULL) { + op <- new_operation( + name = "CreateIpamExternalResourceVerificationToken", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$create_ipam_external_resource_verification_token_input(DryRun = DryRun, IpamId = IpamId, TagSpecifications = TagSpecifications, ClientToken = ClientToken) + output <- .ec2$create_ipam_external_resource_verification_token_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$create_ipam_external_resource_verification_token <- ec2_create_ipam_external_resource_verification_token + #' Create an IP address pool for Amazon VPC IP Address Manager (IPAM) #' #' @description @@ -8201,15 +8462,23 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions #' you have the required permissions, the error response is #' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. #' @param IpamScopeId [required] The ID of the scope in which you would like to create the IPAM pool. -#' @param Locale In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 -#' pools in the public scope, the network border group for an Amazon Web -#' Services Local Zone where you want to make an IPAM pool available for -#' allocations ([supported Local -#' Zones](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail)). +#' @param Locale The locale for the pool should be one of the following: +#' +#' - An Amazon Web Services Region where you want this IPAM pool to be +#' available for allocations. +#' +#' - The network border group for an Amazon Web Services Local Zone where +#' you want this IPAM pool to be available for allocations ([supported +#' Local +#' Zones](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail)). +#' This option is only available for IPAM IPv4 pools in the public +#' scope. +#' #' If you do not choose a locale, resources in Regions others than the #' IPAM's home region cannot use CIDRs from this pool. #' -#' Possible values: Any Amazon Web Services Region, such as us-east-1. +#' Possible values: Any Amazon Web Services Region or supported Amazon Web +#' Services Local Zone. #' @param SourceIpamPoolId The ID of the source IPAM pool. Use this option to create a pool within #' an existing pool. Note that the CIDR you provision for the pool within #' the source pool must be available in the source pool's CIDR range. @@ -8339,7 +8608,7 @@ ec2_create_ipam <- function(DryRun = NULL, Description = NULL, OperatingRegions #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8445,7 +8714,7 @@ ec2_create_ipam_pool <- function(DryRun = NULL, IpamScopeId, Locale = NULL, Sour #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8547,7 +8816,7 @@ ec2_create_ipam_resource_discovery <- function(DryRun = NULL, Description = NULL #' Description = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8650,7 +8919,7 @@ ec2_create_ipam_scope <- function(DryRun = NULL, IpamId, Description = NULL, Tag #' KeyType = "rsa"|"ed25519", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -8878,7 +9147,7 @@ ec2_create_key_pair <- function(KeyName, DryRun = NULL, KeyType = NULL, TagSpeci #' UserData = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -9030,7 +9299,7 @@ ec2_create_key_pair <- function(KeyName, DryRun = NULL, KeyType = NULL, TagSpeci #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -9279,7 +9548,7 @@ ec2_create_launch_template <- function(DryRun = NULL, ClientToken = NULL, Launch #' UserData = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -9552,7 +9821,7 @@ ec2_create_launch_template <- function(DryRun = NULL, ClientToken = NULL, Launch #' UserData = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -9876,7 +10145,7 @@ ec2_create_local_gateway_route <- function(DestinationCidrBlock = NULL, LocalGat #' Mode = "direct-vpc-routing"|"coip", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -9961,7 +10230,7 @@ ec2_create_local_gateway_route_table <- function(LocalGatewayId, Mode = NULL, Ta #' LocalGatewayVirtualInterfaceGroupId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -10045,7 +10314,7 @@ ec2_create_local_gateway_route_table_virtual_interface_group_association <- func #' VpcId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -10150,7 +10419,7 @@ ec2_create_local_gateway_route_table_vpc_association <- function(LocalGatewayRou #' MaxEntries = 123, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -10320,7 +10589,7 @@ ec2_create_managed_prefix_list <- function(DryRun = NULL, PrefixListName, Entrie #' SubnetId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -10451,7 +10720,7 @@ ec2_create_nat_gateway <- function(AllocationId = NULL, ClientToken = NULL, DryR #' VpcId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -11010,7 +11279,7 @@ ec2_create_network_acl_entry <- function(CidrBlock = NULL, DryRun = NULL, Egress #' ClientToken = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -11147,7 +11416,7 @@ ec2_create_network_insights_access_scope <- function(MatchPaths = NULL, ExcludeP #' DestinationPort = 123, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -11457,7 +11726,7 @@ ec2_create_network_insights_path <- function(SourceIp = NULL, DestinationIp = NU #' SubnetId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -11528,7 +11797,7 @@ ec2_create_network_interface <- function(Description = NULL, DryRun = NULL, Grou #' #' @param NetworkInterfaceId [required] The ID of the network interface. #' @param AwsAccountId The Amazon Web Services account ID. -#' @param AwsService The Amazon Web Service. Currently not supported. +#' @param AwsService The Amazon Web Services service. Currently not supported. #' @param Permission [required] The type of permission to grant. #' @param DryRun Checks whether you have the required permissions for the action, without #' actually making the request, and provides an error response. If you have @@ -11658,7 +11927,7 @@ ec2_create_network_interface_permission <- function(NetworkInterfaceId, AwsAccou #' PartitionCount = 123, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -11747,7 +12016,7 @@ ec2_create_placement_group <- function(DryRun = NULL, GroupName = NULL, Strategy #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -11866,7 +12135,7 @@ ec2_create_public_ipv_4_pool <- function(DryRun = NULL, TagSpecifications = NULL #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -12090,7 +12359,7 @@ ec2_create_reserved_instances_listing <- function(ClientToken, InstanceCount, Pr #' Name = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -12341,7 +12610,7 @@ ec2_create_route <- function(DestinationCidrBlock = NULL, DestinationIpv6CidrBlo #' VpcId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -12463,7 +12732,7 @@ ec2_create_route_table <- function(DryRun = NULL, VpcId, TagSpecifications = NUL #' VpcId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -12628,7 +12897,7 @@ ec2_create_security_group <- function(Description, GroupName, VpcId = NULL, TagS #' VolumeId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -12772,7 +13041,7 @@ ec2_create_snapshot <- function(Description = NULL, OutpostArn = NULL, VolumeId, #' OutpostArn = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13068,7 +13337,9 @@ ec2_create_store_image_task <- function(ImageId, Bucket, S3ObjectTags = NULL, Dr #' Ipv6CidrBlockState = list( #' State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed", #' StatusMessage = "string" -#' ) +#' ), +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ) #' ), #' Tags = list( @@ -13095,7 +13366,7 @@ ec2_create_store_image_task <- function(ImageId, Bucket, S3ObjectTags = NULL, Dr #' svc$create_subnet( #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13215,7 +13486,7 @@ ec2_create_subnet <- function(TagSpecifications = NULL, AvailabilityZone = NULL, #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13452,7 +13723,7 @@ ec2_create_tags <- function(DryRun = NULL, Resources, Tags) { #' Description = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13586,7 +13857,7 @@ ec2_create_traffic_mirror_filter <- function(Description = NULL, TagSpecificatio #' ClientToken = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13719,7 +13990,7 @@ ec2_create_traffic_mirror_filter_rule <- function(TrafficMirrorFilterId, Traffic #' Description = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13822,7 +14093,7 @@ ec2_create_traffic_mirror_session <- function(NetworkInterfaceId, TrafficMirrorT #' Description = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -13961,7 +14232,7 @@ ec2_create_traffic_mirror_target <- function(NetworkInterfaceId = NULL, NetworkL #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14055,7 +14326,7 @@ ec2_create_transit_gateway <- function(Description = NULL, Options = NULL, TagSp #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14181,7 +14452,7 @@ ec2_create_transit_gateway_connect <- function(TransportTransitGatewayAttachment #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14277,7 +14548,7 @@ ec2_create_transit_gateway_connect_peer <- function(TransitGatewayAttachmentId, #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14395,7 +14666,7 @@ ec2_create_transit_gateway_multicast_domain <- function(TransitGatewayId, Option #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14475,7 +14746,7 @@ ec2_create_transit_gateway_peering_attachment <- function(TransitGatewayId, Peer #' TransitGatewayId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14705,7 +14976,7 @@ ec2_create_transit_gateway_route <- function(DestinationCidrBlock, TransitGatewa #' TransitGatewayId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14794,7 +15065,7 @@ ec2_create_transit_gateway_route_table <- function(TransitGatewayId, TagSpecific #' PeeringAttachmentId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -14907,7 +15178,7 @@ ec2_create_transit_gateway_route_table_announcement <- function(TransitGatewayRo #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -15066,7 +15337,7 @@ ec2_create_transit_gateway_vpc_attachment <- function(TransitGatewayId, VpcId, S #' PolicyDocument = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -15172,7 +15443,7 @@ ec2_create_verified_access_endpoint <- function(VerifiedAccessGroupId, EndpointT #' PolicyDocument = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -15273,7 +15544,7 @@ ec2_create_verified_access_group <- function(VerifiedAccessInstanceId, Descripti #' Description = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -15411,7 +15682,7 @@ ec2_create_verified_access_instance <- function(Description = NULL, TagSpecifica #' Description = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -15663,7 +15934,7 @@ ec2_create_verified_access_trust_provider <- function(TrustProviderType, UserTru #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -15831,7 +16102,9 @@ ec2_create_volume <- function(AvailabilityZone, Encrypted = NULL, Iops = NULL, K #' StatusMessage = "string" #' ), #' NetworkBorderGroup = "string", -#' Ipv6Pool = "string" +#' Ipv6Pool = "string", +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ) #' ), #' CidrBlockAssociationSet = list( @@ -15871,7 +16144,7 @@ ec2_create_volume <- function(AvailabilityZone, Encrypted = NULL, Iops = NULL, K #' Ipv6CidrBlockNetworkBorderGroup = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -16057,7 +16330,7 @@ ec2_create_vpc <- function(CidrBlock = NULL, AmazonProvidedIpv6CidrBlock = NULL, #' PrivateDnsEnabled = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -16301,7 +16574,7 @@ ec2_create_vpc_endpoint_connection_notification <- function(DryRun = NULL, Servi #' ClientToken = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -16455,7 +16728,7 @@ ec2_create_vpc_endpoint_service_configuration <- function(DryRun = NULL, Accepta #' PeerRegion = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -16727,7 +17000,7 @@ ec2_create_vpc_peering_connection <- function(DryRun = NULL, PeerOwnerId = NULL, #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -16877,7 +17150,7 @@ ec2_create_vpn_connection_route <- function(DestinationCidrBlock, VpnConnectionI #' Type = "ipsec.1", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -17900,7 +18173,8 @@ ec2_delete_internet_gateway <- function(DryRun = NULL, InternetGatewayId) { #' DefaultResourceDiscoveryAssociationId = "string", #' ResourceDiscoveryAssociationCount = 123, #' StateMessage = "string", -#' Tier = "free"|"advanced" +#' Tier = "free"|"advanced", +#' EnablePrivateGua = TRUE|FALSE #' ) #' ) #' ``` @@ -17937,6 +18211,83 @@ ec2_delete_ipam <- function(DryRun = NULL, IpamId, Cascade = NULL) { } .ec2$operations$delete_ipam <- ec2_delete_ipam +#' Delete a verification token +#' +#' @description +#' Delete a verification token. A verification token is an Amazon Web +#' Services-generated random value that you can use to prove ownership of +#' an external resource. For example, you can use a verification token to +#' validate that you control a public IP address range when you bring an IP +#' address range to Amazon Web Services (BYOIP). +#' +#' @usage +#' ec2_delete_ipam_external_resource_verification_token(DryRun, +#' IpamExternalResourceVerificationTokenId) +#' +#' @param DryRun A check for whether you have the required permissions for the action +#' without actually making the request and provides an error response. If +#' you have the required permissions, the error response is +#' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. +#' @param IpamExternalResourceVerificationTokenId [required] The token ID. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' IpamExternalResourceVerificationToken = list( +#' IpamExternalResourceVerificationTokenId = "string", +#' IpamExternalResourceVerificationTokenArn = "string", +#' IpamId = "string", +#' IpamArn = "string", +#' IpamRegion = "string", +#' TokenValue = "string", +#' TokenName = "string", +#' NotAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' Status = "valid"|"expired", +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' State = "create-in-progress"|"create-complete"|"create-failed"|"delete-in-progress"|"delete-complete"|"delete-failed" +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$delete_ipam_external_resource_verification_token( +#' DryRun = TRUE|FALSE, +#' IpamExternalResourceVerificationTokenId = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ec2_delete_ipam_external_resource_verification_token +#' +#' @aliases ec2_delete_ipam_external_resource_verification_token +ec2_delete_ipam_external_resource_verification_token <- function(DryRun = NULL, IpamExternalResourceVerificationTokenId) { + op <- new_operation( + name = "DeleteIpamExternalResourceVerificationToken", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$delete_ipam_external_resource_verification_token_input(DryRun = DryRun, IpamExternalResourceVerificationTokenId = IpamExternalResourceVerificationTokenId) + output <- .ec2$delete_ipam_external_resource_verification_token_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$delete_ipam_external_resource_verification_token <- ec2_delete_ipam_external_resource_verification_token + #' Delete an IPAM pool #' #' @description @@ -19649,8 +20000,8 @@ ec2_delete_route_table <- function(DryRun = NULL, RouteTableId) { #' Deletes a security group. #' #' If you attempt to delete a security group that is associated with an -#' instance or network interface or is referenced by another security -#' group, the operation fails with `DependencyViolation`. +#' instance or network interface or is referenced by another security group +#' in the same VPC, the operation fails with `DependencyViolation`. #' #' @usage #' ec2_delete_security_group(GroupId, GroupName, DryRun) @@ -22277,7 +22628,7 @@ ec2_deprovision_public_ipv_4_pool_cidr <- function(DryRun = NULL, PoolId, Cidr) #' If you deregister an AMI that matches a Recycle Bin retention rule, the #' AMI is retained in the Recycle Bin for the specified retention period. #' For more information, see [Recycle -#' Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +#' Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) #' in the *Amazon EC2 User Guide*. #' #' When you deregister an AMI, it doesn't affect any instances that you've @@ -22657,7 +23008,7 @@ ec2_describe_account_attributes <- function(AttributeNames = NULL, DryRun = NULL #' source account can view the pending transfer by using this action. After #' seven days, the transfer expires and ownership of the Elastic IP address #' returns to the source account. Accepted transfers are visible to the -#' source account for three days after the transfers have been accepted. +#' source account for 14 days after the transfers have been accepted. #' #' @usage #' ec2_describe_address_transfers(AllocationIds, NextToken, MaxResults, @@ -27233,7 +27584,7 @@ ec2_describe_id_format <- function(Resource = NULL) { #' information about resource types whose ID formats can be modified; it #' does not return information about other resource types. For more #' information, see [Resource -#' IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) +#' IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resources.html) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' The following resource types support longer IDs: `bundle` | @@ -28669,6 +29020,10 @@ ec2_describe_instance_event_windows <- function(DryRun = NULL, InstanceEventWind #' - `system-status.status` - The system status of the instance (`ok` | #' `impaired` | `initializing` | `insufficient-data` | #' `not-applicable`). +#' +#' - `attached-ebs-status.status` - The status of the attached EBS volume +#' for the instance (`ok` | `impaired` | `initializing` | +#' `insufficient-data` | `not-applicable`). #' @param InstanceIds The instance IDs. #' #' Default: Describes all your instances. @@ -28744,6 +29099,18 @@ ec2_describe_instance_event_windows <- function(DryRun = NULL, InstanceEventWind #' ) #' ), #' Status = "ok"|"impaired"|"insufficient-data"|"not-applicable"|"initializing" +#' ), +#' AttachedEbsStatus = list( +#' Details = list( +#' list( +#' ImpairedSince = as.POSIXct( +#' "2015-01-01" +#' ), +#' Name = "reachability", +#' Status = "passed"|"failed"|"insufficient-data"|"initializing" +#' ) +#' ), +#' Status = "ok"|"impaired"|"insufficient-data"|"not-applicable"|"initializing" #' ) #' ) #' ), @@ -30483,6 +30850,123 @@ ec2_describe_ipam_byoasn <- function(DryRun = NULL, MaxResults = NULL, NextToken } .ec2$operations$describe_ipam_byoasn <- ec2_describe_ipam_byoasn +#' Describe verification tokens +#' +#' @description +#' Describe verification tokens. A verification token is an Amazon Web +#' Services-generated random value that you can use to prove ownership of +#' an external resource. For example, you can use a verification token to +#' validate that you control a public IP address range when you bring an IP +#' address range to Amazon Web Services (BYOIP). +#' +#' @usage +#' ec2_describe_ipam_external_resource_verification_tokens(DryRun, Filters, +#' NextToken, MaxResults, IpamExternalResourceVerificationTokenIds) +#' +#' @param DryRun A check for whether you have the required permissions for the action +#' without actually making the request and provides an error response. If +#' you have the required permissions, the error response is +#' `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`. +#' @param Filters One or more filters for the request. For more information about +#' filtering, see [Filtering CLI +#' output](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html). +#' +#' Available filters: +#' +#' - `ipam-arn` +#' +#' - `ipam-external-resource-verification-token-arn` +#' +#' - `ipam-external-resource-verification-token-id` +#' +#' - `ipam-id` +#' +#' - `ipam-region` +#' +#' - `state` +#' +#' - `status` +#' +#' - `token-name` +#' +#' - `token-value` +#' @param NextToken The token for the next page of results. +#' @param MaxResults The maximum number of tokens to return in one page of results. +#' @param IpamExternalResourceVerificationTokenIds Verification token IDs. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' NextToken = "string", +#' IpamExternalResourceVerificationTokens = list( +#' list( +#' IpamExternalResourceVerificationTokenId = "string", +#' IpamExternalResourceVerificationTokenArn = "string", +#' IpamId = "string", +#' IpamArn = "string", +#' IpamRegion = "string", +#' TokenValue = "string", +#' TokenName = "string", +#' NotAfter = as.POSIXct( +#' "2015-01-01" +#' ), +#' Status = "valid"|"expired", +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' State = "create-in-progress"|"create-complete"|"create-failed"|"delete-in-progress"|"delete-complete"|"delete-failed" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$describe_ipam_external_resource_verification_tokens( +#' DryRun = TRUE|FALSE, +#' Filters = list( +#' list( +#' Name = "string", +#' Values = list( +#' "string" +#' ) +#' ) +#' ), +#' NextToken = "string", +#' MaxResults = 123, +#' IpamExternalResourceVerificationTokenIds = list( +#' "string" +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ec2_describe_ipam_external_resource_verification_tokens +#' +#' @aliases ec2_describe_ipam_external_resource_verification_tokens +ec2_describe_ipam_external_resource_verification_tokens <- function(DryRun = NULL, Filters = NULL, NextToken = NULL, MaxResults = NULL, IpamExternalResourceVerificationTokenIds = NULL) { + op <- new_operation( + name = "DescribeIpamExternalResourceVerificationTokens", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$describe_ipam_external_resource_verification_tokens_input(DryRun = DryRun, Filters = Filters, NextToken = NextToken, MaxResults = MaxResults, IpamExternalResourceVerificationTokenIds = IpamExternalResourceVerificationTokenIds) + output <- .ec2$describe_ipam_external_resource_verification_tokens_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$describe_ipam_external_resource_verification_tokens <- ec2_describe_ipam_external_resource_verification_tokens + #' Get information about your IPAM pools #' #' @description @@ -30930,7 +31414,8 @@ ec2_describe_ipam_scopes <- function(DryRun = NULL, Filters = NULL, MaxResults = #' DefaultResourceDiscoveryAssociationId = "string", #' ResourceDiscoveryAssociationCount = 123, #' StateMessage = "string", -#' Tier = "free"|"advanced" +#' Tier = "free"|"advanced", +#' EnablePrivateGua = TRUE|FALSE #' ) #' ) #' ) @@ -31415,7 +31900,7 @@ ec2_describe_key_pairs <- function(Filters = NULL, KeyNames = NULL, KeyPairIds = #' UserData = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -35035,7 +35520,8 @@ ec2_describe_network_interface_attribute <- function(Attribute = NULL, DryRun = #' - `network-interface-permission.aws-account-id` - The Amazon Web #' Services account ID. #' -#' - `network-interface-permission.aws-service` - The Amazon Web Service. +#' - `network-interface-permission.aws-service` - The Amazon Web Services +#' service. #' #' - `network-interface-permission.permission` - The type of permission #' (`INSTANCE-ATTACH` | `EIP-ASSOCIATE`). @@ -35213,8 +35699,8 @@ ec2_describe_network_interface_permissions <- function(NetworkInterfacePermissio #' principal or service that created the network interface. #' #' - `requester-managed` - Indicates whether the network interface is -#' being managed by an Amazon Web Service (for example, Amazon Web -#' Services Management Console, Auto Scaling, and so on). +#' being managed by an Amazon Web Services service (for example, Amazon +#' Web Services Management Console, Auto Scaling, and so on). #' #' - `source-dest-check` - Indicates whether the network interface #' performs source/destination checking. A value of `true` means @@ -35418,7 +35904,14 @@ ec2_describe_network_interfaces <- function(Filters = NULL, DryRun = NULL, Netwo #' #' @description #' Describes the specified placement groups or all of your placement -#' groups. For more information, see [Placement +#' groups. +#' +#' To describe a specific placement group that is *shared* with your +#' account, you must specify the ID of the placement group using the +#' `GroupId` parameter. Specifying the name of a *shared* placement group +#' using the `GroupNames` parameter will result in an error. +#' +#' For more information, see [Placement #' groups](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) #' in the *Amazon EC2 User Guide*. #' @@ -35455,8 +35948,14 @@ ec2_describe_network_interfaces <- function(Filters = NULL, DryRun = NULL, Netwo #' Otherwise, it is `UnauthorizedOperation`. #' @param GroupNames The names of the placement groups. #' -#' Default: Describes all your placement groups, or only those otherwise -#' specified. +#' Constraints: +#' +#' - You can specify a name only if the placement group is owned by your +#' account. +#' +#' - If a placement group is *shared* with your account, specifying the +#' name results in an error. You must use the `GroupId` parameter +#' instead. #' @param GroupIds The IDs of the placement groups. #' #' @return @@ -36705,7 +37204,7 @@ ec2_describe_reserved_instances_offerings <- function(AvailabilityZone = NULL, F #' in a route in the route table. #' #' - `route.destination-prefix-list-id` - The ID (prefix) of the Amazon -#' Web Service specified in a route in the table. +#' Web Services service specified in a route in the table. #' #' - `route.egress-only-internet-gateway-id` - The ID of an egress-only #' Internet gateway specified in a route in the route table. @@ -38445,7 +38944,7 @@ ec2_describe_spot_fleet_request_history <- function(DryRun = NULL, EventType = N #' WeightedCapacity = 123.0, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -38649,7 +39148,7 @@ ec2_describe_spot_fleet_request_history <- function(DryRun = NULL, EventType = N #' TargetCapacityUnitType = "vcpu"|"memory-mib"|"units", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -39232,9 +39731,9 @@ ec2_describe_spot_price_history <- function(Filters = NULL, AvailabilityZone = N #' @description #' Describes the stale security group rules for security groups in a #' specified VPC. Rules are stale when they reference a deleted security -#' group in the same VPC or peered VPC. Rules can also be stale if they -#' reference a security group in a peer VPC for which the VPC peering -#' connection has been deleted. +#' group in a peered VPC. Rules can also be stale if they reference a +#' security group in a peer VPC for which the VPC peering connection has +#' been deleted. #' #' @usage #' ec2_describe_stale_security_groups(DryRun, MaxResults, NextToken, VpcId) @@ -39611,7 +40110,9 @@ ec2_describe_store_image_tasks <- function(ImageIds = NULL, DryRun = NULL, Filte #' Ipv6CidrBlockState = list( #' State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed", #' StatusMessage = "string" -#' ) +#' ), +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ) #' ), #' Tags = list( @@ -39747,7 +40248,7 @@ ec2_describe_subnets <- function(Filters = NULL, SubnetIds = NULL, DryRun = NULL #' list( #' Key = "string", #' ResourceId = "string", -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Value = "string" #' ) #' ) @@ -42543,10 +43044,6 @@ ec2_describe_volumes <- function(Filters = NULL, VolumeIds = NULL, DryRun = NULL #' Describes the most recent volume modification request for the specified #' EBS volumes. #' -#' If a volume has never been modified, some information in the output will -#' be null. If a volume has been modified more than once, the output -#' includes only the most recent modification request. -#' #' For more information, see [Monitor the progress of volume #' modifications](https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-modifications.html) #' in the *Amazon EBS User Guide*. @@ -43926,7 +44423,9 @@ ec2_describe_vpc_peering_connections <- function(Filters = NULL, DryRun = NULL, #' StatusMessage = "string" #' ), #' NetworkBorderGroup = "string", -#' Ipv6Pool = "string" +#' Ipv6Pool = "string", +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ) #' ), #' CidrBlockAssociationSet = list( @@ -45575,10 +46074,15 @@ ec2_disable_serial_console_access <- function(DryRun = NULL) { #' block public access for snapshots in a Region, users can publicly share #' snapshots in that Region. #' -#' If block public access is enabled in `block-all-sharing` mode, and you -#' disable block public access, all snapshots that were previously publicly -#' shared are no longer treated as private and they become publicly -#' accessible again. +#' Enabling block public access for snapshots in *block-all-sharing* mode +#' does not change the permissions for snapshots that are already publicly +#' shared. Instead, it prevents these snapshots from be publicly visible +#' and publicly accessible. Therefore, the attributes for these snapshots +#' still indicate that they are publicly shared, even though they are not +#' publicly available. +#' +#' If you disable block public access , these snapshots will become +#' publicly available again. #' #' For more information, see [Block public access for #' snapshots](https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html) @@ -46561,7 +47065,9 @@ ec2_disassociate_route_table <- function(AssociationId, DryRun = NULL) { #' Ipv6CidrBlockState = list( #' State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed", #' StatusMessage = "string" -#' ) +#' ), +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ), #' SubnetId = "string" #' ) @@ -46886,7 +47392,9 @@ ec2_disassociate_trunk_interface <- function(AssociationId, ClientToken = NULL, #' StatusMessage = "string" #' ), #' NetworkBorderGroup = "string", -#' Ipv6Pool = "string" +#' Ipv6Pool = "string", +#' Ipv6AddressAttribute = "public"|"private", +#' IpSource = "amazon"|"byoip"|"none" #' ), #' CidrBlockAssociation = list( #' AssociationId = "string", @@ -47803,10 +48311,15 @@ ec2_enable_serial_console_access <- function(DryRun = NULL) { #' that are already publicly shared are either treated as private or they #' remain publicly shared, depending on the **State** that you specify. #' -#' If block public access is enabled in `block-all-sharing` mode, and you -#' change the mode to `block-new-sharing`, all snapshots that were -#' previously publicly shared are no longer treated as private and they -#' become publicly accessible again. +#' Enabling block public access for snapshots in *block all sharing* mode +#' does not change the permissions for snapshots that are already publicly +#' shared. Instead, it prevents these snapshots from be publicly visible +#' and publicly accessible. Therefore, the attributes for these snapshots +#' still indicate that they are publicly shared, even though they are not +#' publicly available. +#' +#' If you later disable block public access or change the mode to *block +#' new sharing*, these snapshots will become publicly available again. #' #' For more information, see [Block public access for #' snapshots](https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html) @@ -47824,14 +48337,6 @@ ec2_enable_serial_console_access <- function(DryRun = NULL) { #' publicly shared are treated as private and they are no longer #' publicly available. #' -#' If you enable block public access for snapshots in -#' `block-all-sharing` mode, it does not change the permissions for -#' snapshots that are already publicly shared. Instead, it prevents -#' these snapshots from be publicly visible and publicly accessible. -#' Therefore, the attributes for these snapshots still indicate that -#' they are publicly shared, even though they are not publicly -#' available. -#' #' - `block-new-sharing` - Prevents only new public sharing of snapshots #' in the Region. Users in the account will no longer be able to #' request new public sharing. However, snapshots that are already @@ -48376,7 +48881,7 @@ ec2_export_client_vpn_client_configuration <- function(ClientVpnEndpointId, DryR #' RoleName = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -48923,16 +49428,6 @@ ec2_get_coip_pool_usage <- function(PoolId, Filters = NULL, MaxResults = NULL, N #' Windows instances, the instance console output includes the last three #' system event log errors. #' -#' By default, the console output returns buffered information that was -#' posted shortly after an instance transition state (start, stop, reboot, -#' or terminate). This information is available for at least one hour after -#' the most recent post. Only the most recent 64 KB of console output is -#' available. -#' -#' You can optionally retrieve the latest serial console output at any time -#' during the instance lifecycle. This option is supported on instance -#' types that use the Nitro hypervisor. -#' #' For more information, see [Instance console #' output](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshoot-unreachable-instance.html#instance-console-console-output) #' in the *Amazon EC2 User Guide*. @@ -49679,11 +50174,11 @@ ec2_get_instance_tpm_ek_pub <- function(InstanceId, KeyType, KeyFormat, DryRun = #' specified values. #' #' For more information, see [Preview instance types with specified -#' attributes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html#spotfleet-get-instance-types-from-instance-requirements), +#' attributes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#spotfleet-get-instance-types-from-instance-requirements), #' [Attribute-based instance type selection for EC2 #' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html), #' [Attribute-based instance type selection for Spot -#' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html), +#' Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html), #' and [Spot placement #' score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) #' in the *Amazon EC2 User Guide*, and [Creating an Auto Scaling group @@ -50122,7 +50617,7 @@ ec2_get_ipam_discovered_accounts <- function(DryRun = NULL, IpamResourceDiscover #' AddressOwnerId = "string", #' AddressAllocationId = "string", #' AssociationStatus = "associated"|"disassociated", -#' AddressType = "service-managed-ip"|"service-managed-byoip"|"amazon-owned-eip"|"byoip"|"ec2-public-ip", +#' AddressType = "service-managed-ip"|"service-managed-byoip"|"amazon-owned-eip"|"amazon-owned-contig"|"byoip"|"ec2-public-ip", #' Service = "nat-gateway"|"database-migration-service"|"redshift"|"elastic-container-service"|"relational-database-service"|"site-to-site-vpn"|"load-balancer"|"global-accelerator"|"other", #' ServiceResource = "string", #' VpcId = "string", @@ -50236,6 +50731,7 @@ ec2_get_ipam_discovered_public_addresses <- function(DryRun = NULL, IpamResource #' ResourceId = "string", #' ResourceOwnerId = "string", #' ResourceCidr = "string", +#' IpSource = "amazon"|"byoip"|"none", #' ResourceType = "vpc"|"subnet"|"eip"|"public-ipv4-pool"|"ipv6-pool"|"eni", #' ResourceTags = list( #' list( @@ -50338,7 +50834,7 @@ ec2_get_ipam_discovered_resource_cidrs <- function(DryRun = NULL, IpamResourceDi #' IpamPoolAllocationId = "string", #' Description = "string", #' ResourceId = "string", -#' ResourceType = "ipam-pool"|"vpc"|"ec2-public-ipv4-pool"|"custom"|"subnet", +#' ResourceType = "ipam-pool"|"vpc"|"ec2-public-ipv4-pool"|"custom"|"subnet"|"eip", #' ResourceRegion = "string", #' ResourceOwner = "string" #' ) @@ -50712,7 +51208,7 @@ ec2_get_ipam_resource_cidrs <- function(DryRun = NULL, Filters = NULL, MaxResult #' UserData = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -53782,7 +54278,7 @@ ec2_import_client_vpn_client_certificate_revocation_list <- function(ClientVpnEn #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -54042,7 +54538,7 @@ ec2_import_instance <- function(Description = NULL, DiskImages = NULL, DryRun = #' PublicKeyMaterial = raw, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -54200,7 +54696,7 @@ ec2_import_key_pair <- function(DryRun = NULL, KeyName, PublicKeyMaterial, TagSp #' RoleName = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -54371,7 +54867,7 @@ ec2_import_volume <- function(AvailabilityZone, Description = NULL, DryRun = NUL #' @description #' Lists one or more AMIs that are currently in the Recycle Bin. For more #' information, see [Recycle -#' Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +#' Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) #' in the *Amazon EC2 User Guide*. #' #' @usage @@ -54801,20 +55297,23 @@ ec2_modify_availability_zone_group <- function(GroupName, OptInStatus, DryRun = } .ec2$operations$modify_availability_zone_group <- ec2_modify_availability_zone_group -#' Modifies a Capacity Reservation's capacity and the conditions under -#' which it is to be released +#' Modifies a Capacity Reservation's capacity, instance eligibility, and +#' the conditions under which it is to be released #' #' @description -#' Modifies a Capacity Reservation's capacity and the conditions under -#' which it is to be released. You cannot change a Capacity Reservation's -#' instance type, EBS optimization, instance store settings, platform, -#' Availability Zone, or instance eligibility. If you need to modify any of -#' these attributes, we recommend that you cancel the Capacity Reservation, -#' and then create a new one with the required attributes. +#' Modifies a Capacity Reservation's capacity, instance eligibility, and +#' the conditions under which it is to be released. You can't modify a +#' Capacity Reservation's instance type, EBS optimization, platform, +#' instance store settings, Availability Zone, or tenancy. If you need to +#' modify any of these attributes, we recommend that you cancel the +#' Capacity Reservation, and then create a new one with the required +#' attributes. For more information, see [Modify an active Capacity +#' Reservation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html). #' #' @usage #' ec2_modify_capacity_reservation(CapacityReservationId, InstanceCount, -#' EndDate, EndDateType, Accept, DryRun, AdditionalInfo) +#' EndDate, EndDateType, Accept, DryRun, AdditionalInfo, +#' InstanceMatchCriteria) #' #' @param CapacityReservationId [required] The ID of the Capacity Reservation. #' @param InstanceCount The number of instances for which to reserve capacity. The number of @@ -54849,6 +55348,16 @@ ec2_modify_availability_zone_group <- function(GroupName, OptInStatus, DryRun = #' the required permissions, the error response is `DryRunOperation`. #' Otherwise, it is `UnauthorizedOperation`. #' @param AdditionalInfo Reserved for future use. +#' @param InstanceMatchCriteria The matching criteria (instance eligibility) that you want to use in the +#' modified Capacity Reservation. If you change the instance eligibility of +#' an existing Capacity Reservation from `targeted` to `open`, any running +#' instances that match the attributes of the Capacity Reservation, have +#' the `CapacityReservationPreference` set to `open`, and are not yet +#' running in the Capacity Reservation, will automatically use the modified +#' Capacity Reservation. +#' +#' To modify the instance eligibility, the Capacity Reservation must be +#' completely idle (zero usage). #' #' @return #' A list with the following syntax: @@ -54869,7 +55378,8 @@ ec2_modify_availability_zone_group <- function(GroupName, OptInStatus, DryRun = #' EndDateType = "unlimited"|"limited", #' Accept = TRUE|FALSE, #' DryRun = TRUE|FALSE, -#' AdditionalInfo = "string" +#' AdditionalInfo = "string", +#' InstanceMatchCriteria = "open"|"targeted" #' ) #' ``` #' @@ -54878,7 +55388,7 @@ ec2_modify_availability_zone_group <- function(GroupName, OptInStatus, DryRun = #' @rdname ec2_modify_capacity_reservation #' #' @aliases ec2_modify_capacity_reservation -ec2_modify_capacity_reservation <- function(CapacityReservationId, InstanceCount = NULL, EndDate = NULL, EndDateType = NULL, Accept = NULL, DryRun = NULL, AdditionalInfo = NULL) { +ec2_modify_capacity_reservation <- function(CapacityReservationId, InstanceCount = NULL, EndDate = NULL, EndDateType = NULL, Accept = NULL, DryRun = NULL, AdditionalInfo = NULL, InstanceMatchCriteria = NULL) { op <- new_operation( name = "ModifyCapacityReservation", http_method = "POST", @@ -54886,7 +55396,7 @@ ec2_modify_capacity_reservation <- function(CapacityReservationId, InstanceCount host_prefix = "", paginator = list() ) - input <- .ec2$modify_capacity_reservation_input(CapacityReservationId = CapacityReservationId, InstanceCount = InstanceCount, EndDate = EndDate, EndDateType = EndDateType, Accept = Accept, DryRun = DryRun, AdditionalInfo = AdditionalInfo) + input <- .ec2$modify_capacity_reservation_input(CapacityReservationId = CapacityReservationId, InstanceCount = InstanceCount, EndDate = EndDate, EndDateType = EndDateType, Accept = Accept, DryRun = DryRun, AdditionalInfo = AdditionalInfo, InstanceMatchCriteria = InstanceMatchCriteria) output <- .ec2$modify_capacity_reservation_output() config <- get_config() svc <- .ec2$service(config, op) @@ -55727,7 +56237,7 @@ ec2_modify_hosts <- function(AutoPlacement = NULL, HostIds, HostRecovery = NULL, #' action as the root user, then these settings apply to the entire #' account, unless an IAM user explicitly overrides these settings for #' themselves. For more information, see [Resource -#' IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) +#' IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resources.html) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' Resources created with longer IDs are visible to all IAM roles and @@ -55808,7 +56318,7 @@ ec2_modify_id_format <- function(Resource, UseLongIds) { #' `vpn-gateway`. #' #' For more information, see [Resource -#' IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html) +#' IDs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resources.html) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' This setting applies to the principal specified in the request; it does @@ -56135,7 +56645,7 @@ ec2_modify_image_attribute <- function(Attribute = NULL, Description = NULL, Ima #' be base64-encoded. Depending on the tool or SDK that you're using, the #' base64-encoding might be performed for you. For more information, see #' [Work with instance user -#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html). +#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/). #' @param Value A new value for the attribute. Use only with the `kernel`, `ramdisk`, #' `userData`, `disableApiTermination`, or #' `instanceInitiatedShutdownBehavior` attribute. @@ -56986,7 +57496,7 @@ ec2_modify_instance_placement <- function(Affinity = NULL, GroupName = NULL, Hos #' #' @usage #' ec2_modify_ipam(DryRun, IpamId, Description, AddOperatingRegions, -#' RemoveOperatingRegions, Tier) +#' RemoveOperatingRegions, Tier, EnablePrivateGua) #' #' @param DryRun A check for whether you have the required permissions for the action #' without actually making the request and provides an error response. If @@ -57007,6 +57517,8 @@ ec2_modify_instance_placement <- function(Affinity = NULL, GroupName = NULL, Hos #' information about the features available in each tier and the costs #' associated with the tiers, see [Amazon VPC pricing \> IPAM #' tab](https://aws.amazon.com/vpc/pricing/). +#' @param EnablePrivateGua Enable this option to use your own GUA ranges as private IPv6 addresses. +#' This option is disabled by default. #' #' @return #' A list with the following syntax: @@ -57037,7 +57549,8 @@ ec2_modify_instance_placement <- function(Affinity = NULL, GroupName = NULL, Hos #' DefaultResourceDiscoveryAssociationId = "string", #' ResourceDiscoveryAssociationCount = 123, #' StateMessage = "string", -#' Tier = "free"|"advanced" +#' Tier = "free"|"advanced", +#' EnablePrivateGua = TRUE|FALSE #' ) #' ) #' ``` @@ -57058,7 +57571,8 @@ ec2_modify_instance_placement <- function(Affinity = NULL, GroupName = NULL, Hos #' RegionName = "string" #' ) #' ), -#' Tier = "free"|"advanced" +#' Tier = "free"|"advanced", +#' EnablePrivateGua = TRUE|FALSE #' ) #' ``` #' @@ -57067,7 +57581,7 @@ ec2_modify_instance_placement <- function(Affinity = NULL, GroupName = NULL, Hos #' @rdname ec2_modify_ipam #' #' @aliases ec2_modify_ipam -ec2_modify_ipam <- function(DryRun = NULL, IpamId, Description = NULL, AddOperatingRegions = NULL, RemoveOperatingRegions = NULL, Tier = NULL) { +ec2_modify_ipam <- function(DryRun = NULL, IpamId, Description = NULL, AddOperatingRegions = NULL, RemoveOperatingRegions = NULL, Tier = NULL, EnablePrivateGua = NULL) { op <- new_operation( name = "ModifyIpam", http_method = "POST", @@ -57075,7 +57589,7 @@ ec2_modify_ipam <- function(DryRun = NULL, IpamId, Description = NULL, AddOperat host_prefix = "", paginator = list() ) - input <- .ec2$modify_ipam_input(DryRun = DryRun, IpamId = IpamId, Description = Description, AddOperatingRegions = AddOperatingRegions, RemoveOperatingRegions = RemoveOperatingRegions, Tier = Tier) + input <- .ec2$modify_ipam_input(DryRun = DryRun, IpamId = IpamId, Description = Description, AddOperatingRegions = AddOperatingRegions, RemoveOperatingRegions = RemoveOperatingRegions, Tier = Tier, EnablePrivateGua = EnablePrivateGua) output <- .ec2$modify_ipam_output() config <- get_config() svc <- .ec2$service(config, op) @@ -58582,6 +59096,13 @@ ec2_modify_spot_fleet_request <- function(ExcessCapacityTerminationPolicy = NULL #' @param EnableDns64 Indicates whether DNS queries made to the Amazon-provided DNS Resolver #' in this subnet should return synthetic IPv6 addresses for IPv4-only #' destinations. +#' +#' You must first configure a NAT gateway in a public subnet (separate from +#' the subnet containing the IPv6-only workloads). For example, the subnet +#' containing the NAT gateway should have a `0.0.0.0/0` route pointing to +#' the internet gateway. For more information, see [Configure DNS64 and +#' NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough) +#' in the *Amazon VPC User Guide*. #' @param PrivateDnsHostnameTypeOnLaunch The type of hostname to assign to instances in the subnet at launch. For #' IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name #' can be based on the instance IPv4 address (ip-name) or the instance ID @@ -61887,6 +62408,170 @@ ec2_move_byoip_cidr_to_ipam <- function(DryRun = NULL, Cidr, IpamPoolId, IpamPoo } .ec2$operations$move_byoip_cidr_to_ipam <- ec2_move_byoip_cidr_to_ipam +#' Move available capacity from a source Capacity Reservation to a +#' destination Capacity Reservation +#' +#' @description +#' Move available capacity from a source Capacity Reservation to a +#' destination Capacity Reservation. The source Capacity Reservation and +#' the destination Capacity Reservation must be `active`, owned by your +#' Amazon Web Services account, and share the following: +#' +#' - Instance type +#' +#' - Platform +#' +#' - Availability Zone +#' +#' - Tenancy +#' +#' - Placement group +#' +#' - Capacity Reservation end time - `At specific time` or `Manually`. +#' +#' @usage +#' ec2_move_capacity_reservation_instances(DryRun, ClientToken, +#' SourceCapacityReservationId, DestinationCapacityReservationId, +#' InstanceCount) +#' +#' @param DryRun Checks whether you have the required permissions for the action, without +#' actually making the request, and provides an error response. If you have +#' the required permissions, the error response is `DryRunOperation`. +#' Otherwise, it is `UnauthorizedOperation`. +#' @param ClientToken Unique, case-sensitive identifier that you provide to ensure the +#' idempotency of the request. For more information, see [Ensure +#' Idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param SourceCapacityReservationId [required] The ID of the Capacity Reservation from which you want to move capacity. +#' @param DestinationCapacityReservationId [required] The ID of the Capacity Reservation that you want to move capacity into. +#' @param InstanceCount [required] The number of instances that you want to move from the source Capacity +#' Reservation. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' SourceCapacityReservation = list( +#' CapacityReservationId = "string", +#' OwnerId = "string", +#' CapacityReservationArn = "string", +#' AvailabilityZoneId = "string", +#' InstanceType = "string", +#' InstancePlatform = "Linux/UNIX"|"Red Hat Enterprise Linux"|"SUSE Linux"|"Windows"|"Windows with SQL Server"|"Windows with SQL Server Enterprise"|"Windows with SQL Server Standard"|"Windows with SQL Server Web"|"Linux with SQL Server Standard"|"Linux with SQL Server Web"|"Linux with SQL Server Enterprise"|"RHEL with SQL Server Standard"|"RHEL with SQL Server Enterprise"|"RHEL with SQL Server Web"|"RHEL with HA"|"RHEL with HA and SQL Server Standard"|"RHEL with HA and SQL Server Enterprise"|"Ubuntu Pro", +#' AvailabilityZone = "string", +#' Tenancy = "default"|"dedicated", +#' TotalInstanceCount = 123, +#' AvailableInstanceCount = 123, +#' EbsOptimized = TRUE|FALSE, +#' EphemeralStorage = TRUE|FALSE, +#' State = "active"|"expired"|"cancelled"|"pending"|"failed"|"scheduled"|"payment-pending"|"payment-failed", +#' StartDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDateType = "unlimited"|"limited", +#' InstanceMatchCriteria = "open"|"targeted", +#' CreateDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' OutpostArn = "string", +#' CapacityReservationFleetId = "string", +#' PlacementGroupArn = "string", +#' CapacityAllocations = list( +#' list( +#' AllocationType = "used", +#' Count = 123 +#' ) +#' ), +#' ReservationType = "default"|"capacity-block" +#' ), +#' DestinationCapacityReservation = list( +#' CapacityReservationId = "string", +#' OwnerId = "string", +#' CapacityReservationArn = "string", +#' AvailabilityZoneId = "string", +#' InstanceType = "string", +#' InstancePlatform = "Linux/UNIX"|"Red Hat Enterprise Linux"|"SUSE Linux"|"Windows"|"Windows with SQL Server"|"Windows with SQL Server Enterprise"|"Windows with SQL Server Standard"|"Windows with SQL Server Web"|"Linux with SQL Server Standard"|"Linux with SQL Server Web"|"Linux with SQL Server Enterprise"|"RHEL with SQL Server Standard"|"RHEL with SQL Server Enterprise"|"RHEL with SQL Server Web"|"RHEL with HA"|"RHEL with HA and SQL Server Standard"|"RHEL with HA and SQL Server Enterprise"|"Ubuntu Pro", +#' AvailabilityZone = "string", +#' Tenancy = "default"|"dedicated", +#' TotalInstanceCount = 123, +#' AvailableInstanceCount = 123, +#' EbsOptimized = TRUE|FALSE, +#' EphemeralStorage = TRUE|FALSE, +#' State = "active"|"expired"|"cancelled"|"pending"|"failed"|"scheduled"|"payment-pending"|"payment-failed", +#' StartDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' EndDateType = "unlimited"|"limited", +#' InstanceMatchCriteria = "open"|"targeted", +#' CreateDate = as.POSIXct( +#' "2015-01-01" +#' ), +#' Tags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' OutpostArn = "string", +#' CapacityReservationFleetId = "string", +#' PlacementGroupArn = "string", +#' CapacityAllocations = list( +#' list( +#' AllocationType = "used", +#' Count = 123 +#' ) +#' ), +#' ReservationType = "default"|"capacity-block" +#' ), +#' InstanceCount = 123 +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$move_capacity_reservation_instances( +#' DryRun = TRUE|FALSE, +#' ClientToken = "string", +#' SourceCapacityReservationId = "string", +#' DestinationCapacityReservationId = "string", +#' InstanceCount = 123 +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ec2_move_capacity_reservation_instances +#' +#' @aliases ec2_move_capacity_reservation_instances +ec2_move_capacity_reservation_instances <- function(DryRun = NULL, ClientToken = NULL, SourceCapacityReservationId, DestinationCapacityReservationId, InstanceCount) { + op <- new_operation( + name = "MoveCapacityReservationInstances", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ec2$move_capacity_reservation_instances_input(DryRun = DryRun, ClientToken = ClientToken, SourceCapacityReservationId = SourceCapacityReservationId, DestinationCapacityReservationId = DestinationCapacityReservationId, InstanceCount = InstanceCount) + output <- .ec2$move_capacity_reservation_instances_output() + config <- get_config() + svc <- .ec2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ec2$operations$move_capacity_reservation_instances <- ec2_move_capacity_reservation_instances + #' Provisions an IPv4 or IPv6 address range for use with your Amazon Web #' Services resources through bring your own IP addresses (BYOIP) and #' creates a corresponding address pool @@ -61993,7 +62678,7 @@ ec2_move_byoip_cidr_to_ipam <- function(DryRun = NULL, Cidr, IpamPoolId, IpamPoo #' DryRun = TRUE|FALSE, #' PoolTagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -62114,7 +62799,8 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' #' @usage #' ec2_provision_ipam_pool_cidr(DryRun, IpamPoolId, Cidr, -#' CidrAuthorizationContext, NetmaskLength, ClientToken) +#' CidrAuthorizationContext, NetmaskLength, ClientToken, +#' VerificationMethod, IpamExternalResourceVerificationTokenId) #' #' @param DryRun A check for whether you have the required permissions for the action #' without actually making the request and provides an error response. If @@ -62125,8 +62811,8 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' "Cidr" is required. This value will be null if you specify #' "NetmaskLength" and will be filled in during the provisioning process. #' @param CidrAuthorizationContext A signed document that proves that you are authorized to bring a -#' specified IP address range to Amazon using BYOIP. This option applies to -#' public pools only. +#' specified IP address range to Amazon using BYOIP. This option only +#' applies to IPv4 and IPv6 pools in the public scope. #' @param NetmaskLength The netmask length of the CIDR you'd like to provision to a pool. Can be #' used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and #' for provisioning CIDRs to pools with source pools. Cannot be used to @@ -62135,6 +62821,11 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' @param ClientToken A unique, case-sensitive identifier that you provide to ensure the #' idempotency of the request. For more information, see [Ensuring #' idempotency](https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html). +#' @param VerificationMethod The method for verifying control of a public IP address range. Defaults +#' to `remarks-x509` if not specified. This option only applies to IPv4 and +#' IPv6 pools in the public scope. +#' @param IpamExternalResourceVerificationTokenId Verification token ID. This option only applies to IPv4 and IPv6 pools +#' in the public scope. #' #' @return #' A list with the following syntax: @@ -62164,7 +62855,9 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' Signature = "string" #' ), #' NetmaskLength = 123, -#' ClientToken = "string" +#' ClientToken = "string", +#' VerificationMethod = "remarks-x509"|"dns-token", +#' IpamExternalResourceVerificationTokenId = "string" #' ) #' ``` #' @@ -62173,7 +62866,7 @@ ec2_provision_ipam_byoasn <- function(DryRun = NULL, IpamId, Asn, AsnAuthorizati #' @rdname ec2_provision_ipam_pool_cidr #' #' @aliases ec2_provision_ipam_pool_cidr -ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, CidrAuthorizationContext = NULL, NetmaskLength = NULL, ClientToken = NULL) { +ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, CidrAuthorizationContext = NULL, NetmaskLength = NULL, ClientToken = NULL, VerificationMethod = NULL, IpamExternalResourceVerificationTokenId = NULL) { op <- new_operation( name = "ProvisionIpamPoolCidr", http_method = "POST", @@ -62181,7 +62874,7 @@ ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, host_prefix = "", paginator = list() ) - input <- .ec2$provision_ipam_pool_cidr_input(DryRun = DryRun, IpamPoolId = IpamPoolId, Cidr = Cidr, CidrAuthorizationContext = CidrAuthorizationContext, NetmaskLength = NetmaskLength, ClientToken = ClientToken) + input <- .ec2$provision_ipam_pool_cidr_input(DryRun = DryRun, IpamPoolId = IpamPoolId, Cidr = Cidr, CidrAuthorizationContext = CidrAuthorizationContext, NetmaskLength = NetmaskLength, ClientToken = ClientToken, VerificationMethod = VerificationMethod, IpamExternalResourceVerificationTokenId = IpamExternalResourceVerificationTokenId) output <- .ec2$provision_ipam_pool_cidr_output() config <- get_config() svc <- .ec2$service(config, op) @@ -62211,7 +62904,7 @@ ec2_provision_ipam_pool_cidr <- function(DryRun = NULL, IpamPoolId, Cidr = NULL, #' @param IpamPoolId [required] The ID of the IPAM pool you would like to use to allocate this CIDR. #' @param PoolId [required] The ID of the public IPv4 pool you would like to use for this CIDR. #' @param NetmaskLength [required] The netmask length of the CIDR you would like to allocate to the public -#' IPv4 pool. +#' IPv4 pool. The least specific netmask length you can define is 24. #' @param NetworkBorderGroup The Availability Zone (AZ) or Local Zone (LZ) network border group that #' the resource that the IP address is assigned to is in. Defaults to an AZ #' network border group. For more information on available Local Zones, see @@ -62342,7 +63035,7 @@ ec2_provision_public_ipv_4_pool_cidr <- function(DryRun = NULL, IpamPoolId, Pool #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -62447,7 +63140,7 @@ ec2_purchase_capacity_block <- function(DryRun = NULL, TagSpecifications = NULL, #' OfferingId = "string", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -62756,9 +63449,11 @@ ec2_reboot_instances <- function(InstanceIds, DryRun = NULL) { #' @description #' Registers an AMI. When you're creating an instance-store backed AMI, #' registering the AMI is the final step in the creation process. For more -#' information about creating AMIs, see [Create your own -#' AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html#creating-an-ami) -#' in the *Amazon Elastic Compute Cloud User Guide*. +#' information about creating AMIs, see [Create an AMI from a +#' snapshot](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot) +#' and [Create an instance-store backed +#' AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-instance-store.html) +#' in the *Amazon EC2 User Guide*. #' #' For Amazon EBS-backed instances, [`create_image`][ec2_create_image] #' creates and registers the AMI in a single request, so you don't have to @@ -62780,31 +63475,34 @@ ec2_reboot_instances <- function(InstanceIds, DryRun = NULL) { #' snapshot is encrypted, or encryption by default is enabled, the root #' volume of an instance launched from the AMI is encrypted. #' -#' For more information, see [Create a Linux AMI from a +#' For more information, see [Create an AMI from a #' snapshot](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot) #' and [Use encryption with Amazon EBS-backed #' AMIs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html) -#' in the *Amazon Elastic Compute Cloud User Guide*. +#' in the *Amazon EC2 User Guide*. #' #' **Amazon Web Services Marketplace product codes** #' #' If any snapshots have Amazon Web Services Marketplace product codes, #' they are copied to the new AMI. #' -#' Windows and some Linux distributions, such as Red Hat Enterprise Linux -#' (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 -#' billing product code associated with an AMI to verify the subscription -#' status for package updates. To create a new AMI for operating systems -#' that require a billing product code, instead of registering the AMI, do -#' the following to preserve the billing product code association: -#' -#' 1. Launch an instance from an existing AMI with that billing product -#' code. -#' -#' 2. Customize the instance. -#' -#' 3. Create an AMI from the instance using -#' [`create_image`][ec2_create_image]. +#' In most cases, AMIs for Windows, RedHat, SUSE, and SQL Server require +#' correct licensing information to be present on the AMI. For more +#' information, see [Understand AMI billing +#' information](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html) +#' in the *Amazon EC2 User Guide*. When creating an AMI from a snapshot, +#' the [`register_image`][ec2_register_image] operation derives the correct +#' billing information from the snapshot's metadata, but this requires the +#' appropriate metadata to be present. To verify if the correct billing +#' information was applied, check the `PlatformDetails` field on the new +#' AMI. If the field is empty or doesn't match the expected operating +#' system code (for example, Windows, RedHat, SUSE, or SQL), the AMI +#' creation was unsuccessful, and you should discard the AMI and instead +#' create the AMI from an instance using +#' [`create_image`][ec2_create_image]. For more information, see [Create an +#' AMI from an +#' instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#how-to-create-ebs-ami) +#' in the *Amazon EC2 User Guide*. #' #' If you purchase a Reserved Instance to apply to an On-Demand Instance #' that was launched from an AMI with a billing product code, make sure @@ -62973,7 +63671,7 @@ ec2_reboot_instances <- function(InstanceIds, DryRun = NULL) { #' ImdsSupport = "v2.0", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -64539,7 +65237,7 @@ ec2_report_instance_status <- function(Description = NULL, DryRun = NULL, EndTim #' types are supported. #' #' For more information, see [Spot Fleet -#' requests](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html) +#' requests](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-request-type.html) #' in the *Amazon EC2 User Guide*. #' #' We strongly discourage using the RequestSpotFleet API because it is a @@ -64689,7 +65387,7 @@ ec2_report_instance_status <- function(Description = NULL, DryRun = NULL, EndTim #' WeightedCapacity = 123.0, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -64893,7 +65591,7 @@ ec2_report_instance_status <- function(Description = NULL, DryRun = NULL, EndTim #' TargetCapacityUnitType = "vcpu"|"memory-mib"|"units", #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -65424,7 +66122,7 @@ ec2_request_spot_fleet <- function(DryRun = NULL, SpotFleetRequestConfig) { #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -66005,7 +66703,7 @@ ec2_restore_address_to_classic <- function(DryRun = NULL, PublicIp) { #' #' @description #' Restores an AMI from the Recycle Bin. For more information, see [Recycle -#' Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +#' Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) #' in the *Amazon EC2 User Guide*. #' #' @usage @@ -66863,7 +67561,7 @@ ec2_revoke_security_group_ingress <- function(CidrIp = NULL, FromPort = NULL, Gr #' base64-encoded. Depending on the tool or SDK that you're using, the #' base64-encoding might be performed for you. For more information, see #' [Work with instance user -#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html). +#' data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/). #' @param AdditionalInfo Reserved. #' @param ClientToken Unique, case-sensitive identifier you provide to ensure the idempotency #' of the request. If you do not specify a client token, a randomly @@ -67396,7 +68094,7 @@ ec2_revoke_security_group_ingress <- function(CidrIp = NULL, FromPort = NULL, Gr #' ), #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -68223,7 +68921,7 @@ ec2_start_instances <- function(InstanceIds, AdditionalInfo = NULL, DryRun = NUL #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", @@ -69673,7 +70371,7 @@ ec2_start_network_insights_access_scope_analysis <- function(NetworkInsightsAcce #' DryRun = TRUE|FALSE, #' TagSpecifications = list( #' list( -#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"vpc-encryption-control"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint", +#' ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"ipam-external-resource-verification-token", #' Tags = list( #' list( #' Key = "string", diff --git a/paws/R/ec2_service.R b/paws/R/ec2_service.R index 2f74ba833b..ad5241a21b 100644 --- a/paws/R/ec2_service.R +++ b/paws/R/ec2_service.R @@ -144,9 +144,10 @@ NULL #' \link[=ec2_cancel_spot_instance_requests]{cancel_spot_instance_requests} \tab Cancels one or more Spot Instance requests\cr #' \link[=ec2_confirm_product_instance]{confirm_product_instance} \tab Determines whether a product code is associated with an instance\cr #' \link[=ec2_copy_fpga_image]{copy_fpga_image} \tab Copies the specified Amazon FPGA Image (AFI) to the current Region\cr -#' \link[=ec2_copy_image]{copy_image} \tab Initiates the copy of an AMI\cr +#' \link[=ec2_copy_image]{copy_image} \tab Initiates an AMI copy operation\cr #' \link[=ec2_copy_snapshot]{copy_snapshot} \tab Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3\cr #' \link[=ec2_create_capacity_reservation]{create_capacity_reservation} \tab Creates a new Capacity Reservation with the specified attributes\cr +#' \link[=ec2_create_capacity_reservation_by_splitting]{create_capacity_reservation_by_splitting} \tab Create a new Capacity Reservation by splitting the available capacity of the source Capacity Reservation\cr #' \link[=ec2_create_capacity_reservation_fleet]{create_capacity_reservation_fleet} \tab Creates a Capacity Reservation Fleet\cr #' \link[=ec2_create_carrier_gateway]{create_carrier_gateway} \tab Creates a carrier gateway\cr #' \link[=ec2_create_client_vpn_endpoint]{create_client_vpn_endpoint} \tab Creates a Client VPN endpoint\cr @@ -167,6 +168,7 @@ NULL #' \link[=ec2_create_instance_export_task]{create_instance_export_task} \tab Exports a running or stopped instance to an Amazon S3 bucket\cr #' \link[=ec2_create_internet_gateway]{create_internet_gateway} \tab Creates an internet gateway for use with a VPC\cr #' \link[=ec2_create_ipam]{create_ipam} \tab Create an IPAM\cr +#' \link[=ec2_create_ipam_external_resource_verification_token]{create_ipam_external_resource_verification_token} \tab Create a verification token\cr #' \link[=ec2_create_ipam_pool]{create_ipam_pool} \tab Create an IP address pool for Amazon VPC IP Address Manager (IPAM)\cr #' \link[=ec2_create_ipam_resource_discovery]{create_ipam_resource_discovery} \tab Creates an IPAM resource discovery\cr #' \link[=ec2_create_ipam_scope]{create_ipam_scope} \tab Create an IPAM scope\cr @@ -243,6 +245,7 @@ NULL #' \link[=ec2_delete_instance_event_window]{delete_instance_event_window} \tab Deletes the specified event window\cr #' \link[=ec2_delete_internet_gateway]{delete_internet_gateway} \tab Deletes the specified internet gateway\cr #' \link[=ec2_delete_ipam]{delete_ipam} \tab Delete an IPAM\cr +#' \link[=ec2_delete_ipam_external_resource_verification_token]{delete_ipam_external_resource_verification_token} \tab Delete a verification token\cr #' \link[=ec2_delete_ipam_pool]{delete_ipam_pool} \tab Delete an IPAM pool\cr #' \link[=ec2_delete_ipam_resource_discovery]{delete_ipam_resource_discovery} \tab Deletes an IPAM resource discovery\cr #' \link[=ec2_delete_ipam_scope]{delete_ipam_scope} \tab Delete the scope for an IPAM\cr @@ -367,6 +370,7 @@ NULL #' \link[=ec2_describe_instance_types]{describe_instance_types} \tab Describes the specified instance types\cr #' \link[=ec2_describe_internet_gateways]{describe_internet_gateways} \tab Describes your internet gateways\cr #' \link[=ec2_describe_ipam_byoasn]{describe_ipam_byoasn} \tab Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated\cr +#' \link[=ec2_describe_ipam_external_resource_verification_tokens]{describe_ipam_external_resource_verification_tokens} \tab Describe verification tokens\cr #' \link[=ec2_describe_ipam_pools]{describe_ipam_pools} \tab Get information about your IPAM pools\cr #' \link[=ec2_describe_ipam_resource_discoveries]{describe_ipam_resource_discoveries} \tab Describes IPAM resource discoveries\cr #' \link[=ec2_describe_ipam_resource_discovery_associations]{describe_ipam_resource_discovery_associations} \tab Describes resource discovery association with an Amazon VPC IPAM\cr @@ -580,7 +584,7 @@ NULL #' \link[=ec2_lock_snapshot]{lock_snapshot} \tab Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration\cr #' \link[=ec2_modify_address_attribute]{modify_address_attribute} \tab Modifies an attribute of the specified Elastic IP address\cr #' \link[=ec2_modify_availability_zone_group]{modify_availability_zone_group} \tab Changes the opt-in status of the specified zone group for your account\cr -#' \link[=ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity and the conditions under which it is to be released\cr +#' \link[=ec2_modify_capacity_reservation]{modify_capacity_reservation} \tab Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under which it is to be released\cr #' \link[=ec2_modify_capacity_reservation_fleet]{modify_capacity_reservation_fleet} \tab Modifies a Capacity Reservation Fleet\cr #' \link[=ec2_modify_client_vpn_endpoint]{modify_client_vpn_endpoint} \tab Modifies the specified Client VPN endpoint\cr #' \link[=ec2_modify_default_credit_specification]{modify_default_credit_specification} \tab Modifies the default credit option for CPU usage of burstable performance instances\cr @@ -646,6 +650,7 @@ NULL #' \link[=ec2_monitor_instances]{monitor_instances} \tab Enables detailed monitoring for a running instance\cr #' \link[=ec2_move_address_to_vpc]{move_address_to_vpc} \tab This action is deprecated\cr #' \link[=ec2_move_byoip_cidr_to_ipam]{move_byoip_cidr_to_ipam} \tab Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool\cr +#' \link[=ec2_move_capacity_reservation_instances]{move_capacity_reservation_instances} \tab Move available capacity from a source Capacity Reservation to a destination Capacity Reservation\cr #' \link[=ec2_provision_byoip_cidr]{provision_byoip_cidr} \tab Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool\cr #' \link[=ec2_provision_ipam_byoasn]{provision_ipam_byoasn} \tab Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account\cr #' \link[=ec2_provision_ipam_pool_cidr]{provision_ipam_pool_cidr} \tab Provision a CIDR to an IPAM pool\cr diff --git a/paws/R/ecr_operations.R b/paws/R/ecr_operations.R index fec56069ce..1da939f832 100644 --- a/paws/R/ecr_operations.R +++ b/paws/R/ecr_operations.R @@ -466,9 +466,6 @@ ecr_complete_layer_upload <- function(registryId = NULL, repositoryName, uploadI #' #' - Microsoft Azure Container Registry (`azure-container-registry`) - #' `.azurecr.io` -#' -#' - GitLab Container Registry (`gitlab-container-registry`) - -#' `registry.gitlab.com` #' @param registryId The Amazon Web Services account ID associated with the registry to #' create the pull through cache rule for. If you do not specify a #' registry, the default registry is assumed. @@ -640,6 +637,168 @@ ecr_create_repository <- function(registryId = NULL, repositoryName, tags = NULL } .ecr$operations$create_repository <- ecr_create_repository +#' Creates a repository creation template +#' +#' @description +#' Creates a repository creation template. This template is used to define +#' the settings for repositories created by Amazon ECR on your behalf. For +#' example, repositories created through pull through cache actions. For +#' more information, see [Private repository creation +#' templates](https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-creation-templates.html) +#' in the *Amazon Elastic Container Registry User Guide*. +#' +#' @usage +#' ecr_create_repository_creation_template(prefix, description, +#' encryptionConfiguration, resourceTags, imageTagMutability, +#' repositoryPolicy, lifecyclePolicy, appliedFor, customRoleArn) +#' +#' @param prefix [required] The repository namespace prefix to associate with the template. All +#' repositories created using this namespace prefix will have the settings +#' defined in this template applied. For example, a prefix of `prod` would +#' apply to all repositories beginning with `prod/`. Similarly, a prefix of +#' `prod/team` would apply to all repositories beginning with `prod/team/`. +#' +#' To apply a template to all repositories in your registry that don't have +#' an associated creation template, you can use `ROOT` as the prefix. +#' +#' There is always an assumed `/` applied to the end of the prefix. If you +#' specify `ecr-public` as the prefix, Amazon ECR treats that as +#' `ecr-public/`. When using a pull through cache rule, the repository +#' prefix you specify during rule creation is what you should specify as +#' your repository creation template prefix as well. +#' @param description A description for the repository creation template. +#' @param encryptionConfiguration The encryption configuration to use for repositories created using the +#' template. +#' @param resourceTags The metadata to apply to the repository to help you categorize and +#' organize. Each tag consists of a key and an optional value, both of +#' which you define. Tag keys can have a maximum character length of 128 +#' characters, and tag values can have a maximum length of 256 characters. +#' @param imageTagMutability The tag mutability setting for the repository. If this parameter is +#' omitted, the default setting of `MUTABLE` will be used which will allow +#' image tags to be overwritten. If `IMMUTABLE` is specified, all image +#' tags within the repository will be immutable which will prevent them +#' from being overwritten. +#' @param repositoryPolicy The repository policy to apply to repositories created using the +#' template. A repository policy is a permissions policy associated with a +#' repository to control access permissions. +#' @param lifecyclePolicy The lifecycle policy to use for repositories created using the template. +#' @param appliedFor [required] A list of enumerable strings representing the Amazon ECR repository +#' creation scenarios that this template will apply towards. The two +#' supported scenarios are `PULL_THROUGH_CACHE` and `REPLICATION` +#' @param customRoleArn The ARN of the role to be assumed by Amazon ECR. This role must be in +#' the same account as the registry that you are configuring. Amazon ECR +#' will assume your supplied role when the customRoleArn is specified. When +#' this field isn't specified, Amazon ECR will use the service-linked role +#' for the repository creation template. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' registryId = "string", +#' repositoryCreationTemplate = list( +#' prefix = "string", +#' description = "string", +#' encryptionConfiguration = list( +#' encryptionType = "AES256"|"KMS", +#' kmsKey = "string" +#' ), +#' resourceTags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' imageTagMutability = "MUTABLE"|"IMMUTABLE", +#' repositoryPolicy = "string", +#' lifecyclePolicy = "string", +#' appliedFor = list( +#' "REPLICATION"|"PULL_THROUGH_CACHE" +#' ), +#' customRoleArn = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$create_repository_creation_template( +#' prefix = "string", +#' description = "string", +#' encryptionConfiguration = list( +#' encryptionType = "AES256"|"KMS", +#' kmsKey = "string" +#' ), +#' resourceTags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' imageTagMutability = "MUTABLE"|"IMMUTABLE", +#' repositoryPolicy = "string", +#' lifecyclePolicy = "string", +#' appliedFor = list( +#' "REPLICATION"|"PULL_THROUGH_CACHE" +#' ), +#' customRoleArn = "string" +#' ) +#' ``` +#' +#' @examples +#' \dontrun{ +#' # This example creates a repository creation template. +#' svc$create_repository_creation_template( +#' appliedFor = list( +#' "REPLICATION", +#' "PULL_THROUGH_CACHE" +#' ), +#' description = "Repos for testing images", +#' encryptionConfiguration = list( +#' encryptionType = "AES256" +#' ), +#' imageTagMutability = "MUTABLE", +#' lifecyclePolicy = "\{\r\n \"rules\": [\r\n \{\r\n \"ruleP...", +#' prefix = "eng/test", +#' repositoryPolicy = "\{\r\n "Version": "2012-10-17",\r\n "Statement": [\r...", +#' resourceTags = list( +#' list( +#' Key = "environment", +#' Value = "test" +#' ) +#' ) +#' ) +#' } +#' +#' @keywords internal +#' +#' @rdname ecr_create_repository_creation_template +#' +#' @aliases ecr_create_repository_creation_template +ecr_create_repository_creation_template <- function(prefix, description = NULL, encryptionConfiguration = NULL, resourceTags = NULL, imageTagMutability = NULL, repositoryPolicy = NULL, lifecyclePolicy = NULL, appliedFor, customRoleArn = NULL) { + op <- new_operation( + name = "CreateRepositoryCreationTemplate", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$create_repository_creation_template_input(prefix = prefix, description = description, encryptionConfiguration = encryptionConfiguration, resourceTags = resourceTags, imageTagMutability = imageTagMutability, repositoryPolicy = repositoryPolicy, lifecyclePolicy = lifecyclePolicy, appliedFor = appliedFor, customRoleArn = customRoleArn) + output <- .ecr$create_repository_creation_template_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$create_repository_creation_template <- ecr_create_repository_creation_template + #' Deletes the lifecycle policy associated with the specified repository #' #' @description @@ -889,6 +1048,90 @@ ecr_delete_repository <- function(registryId = NULL, repositoryName, force = NUL } .ecr$operations$delete_repository <- ecr_delete_repository +#' Deletes a repository creation template +#' +#' @description +#' Deletes a repository creation template. +#' +#' @usage +#' ecr_delete_repository_creation_template(prefix) +#' +#' @param prefix [required] The repository namespace prefix associated with the repository creation +#' template. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' registryId = "string", +#' repositoryCreationTemplate = list( +#' prefix = "string", +#' description = "string", +#' encryptionConfiguration = list( +#' encryptionType = "AES256"|"KMS", +#' kmsKey = "string" +#' ), +#' resourceTags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' imageTagMutability = "MUTABLE"|"IMMUTABLE", +#' repositoryPolicy = "string", +#' lifecyclePolicy = "string", +#' appliedFor = list( +#' "REPLICATION"|"PULL_THROUGH_CACHE" +#' ), +#' customRoleArn = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$delete_repository_creation_template( +#' prefix = "string" +#' ) +#' ``` +#' +#' @examples +#' \dontrun{ +#' # This example deletes a repository creation template. +#' svc$delete_repository_creation_template( +#' prefix = "eng" +#' ) +#' } +#' +#' @keywords internal +#' +#' @rdname ecr_delete_repository_creation_template +#' +#' @aliases ecr_delete_repository_creation_template +ecr_delete_repository_creation_template <- function(prefix) { + op <- new_operation( + name = "DeleteRepositoryCreationTemplate", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$delete_repository_creation_template_input(prefix = prefix) + output <- .ecr$delete_repository_creation_template_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$delete_repository_creation_template <- ecr_delete_repository_creation_template + #' Deletes the repository policy associated with the specified repository #' #' @description @@ -1627,6 +1870,174 @@ ecr_describe_repositories <- function(registryId = NULL, repositoryNames = NULL, } .ecr$operations$describe_repositories <- ecr_describe_repositories +#' Returns details about the repository creation templates in a registry +#' +#' @description +#' Returns details about the repository creation templates in a registry. +#' The `prefixes` request parameter can be used to return the details for a +#' specific repository creation template. +#' +#' @usage +#' ecr_describe_repository_creation_templates(prefixes, nextToken, +#' maxResults) +#' +#' @param prefixes The repository namespace prefixes associated with the repository +#' creation templates to describe. If this value is not specified, all +#' repository creation templates are returned. +#' @param nextToken The `nextToken` value returned from a previous paginated +#' [`describe_repository_creation_templates`][ecr_describe_repository_creation_templates] +#' request where `maxResults` was used and the results exceeded the value +#' of that parameter. Pagination continues from the end of the previous +#' results that returned the `nextToken` value. This value is `null` when +#' there are no more results to return. +#' +#' This token should be treated as an opaque identifier that is only used +#' to retrieve the next items in a list and not for other programmatic +#' purposes. +#' @param maxResults The maximum number of repository results returned by +#' `DescribeRepositoryCreationTemplatesRequest` in paginated output. When +#' this parameter is used, `DescribeRepositoryCreationTemplatesRequest` +#' only returns `maxResults` results in a single page along with a +#' `nextToken` response element. The remaining results of the initial +#' request can be seen by sending another +#' `DescribeRepositoryCreationTemplatesRequest` request with the returned +#' `nextToken` value. This value can be between 1 and 1000. If this +#' parameter is not used, then `DescribeRepositoryCreationTemplatesRequest` +#' returns up to 100 results and a `nextToken` value, if applicable. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' registryId = "string", +#' repositoryCreationTemplates = list( +#' list( +#' prefix = "string", +#' description = "string", +#' encryptionConfiguration = list( +#' encryptionType = "AES256"|"KMS", +#' kmsKey = "string" +#' ), +#' resourceTags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' imageTagMutability = "MUTABLE"|"IMMUTABLE", +#' repositoryPolicy = "string", +#' lifecyclePolicy = "string", +#' appliedFor = list( +#' "REPLICATION"|"PULL_THROUGH_CACHE" +#' ), +#' customRoleArn = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$describe_repository_creation_templates( +#' prefixes = list( +#' "string" +#' ), +#' nextToken = "string", +#' maxResults = 123 +#' ) +#' ``` +#' +#' @examples +#' \dontrun{ +#' # This example describes the contents of a repository creation template. +#' svc$describe_repository_creation_templates( +#' maxResults = 123L, +#' nextToken = "", +#' prefixes = list( +#' "eng" +#' ) +#' ) +#' } +#' +#' @keywords internal +#' +#' @rdname ecr_describe_repository_creation_templates +#' +#' @aliases ecr_describe_repository_creation_templates +ecr_describe_repository_creation_templates <- function(prefixes = NULL, nextToken = NULL, maxResults = NULL) { + op <- new_operation( + name = "DescribeRepositoryCreationTemplates", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list(input_token = "nextToken", limit_key = "maxResults", non_aggregate_keys = list( "registryId"), output_token = "nextToken", result_key = "repositoryCreationTemplates") + ) + input <- .ecr$describe_repository_creation_templates_input(prefixes = prefixes, nextToken = nextToken, maxResults = maxResults) + output <- .ecr$describe_repository_creation_templates_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$describe_repository_creation_templates <- ecr_describe_repository_creation_templates + +#' Retrieves the basic scan type version name +#' +#' @description +#' Retrieves the basic scan type version name. +#' +#' @usage +#' ecr_get_account_setting(name) +#' +#' @param name [required] Basic scan type version name. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' name = "string", +#' value = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_account_setting( +#' name = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ecr_get_account_setting +#' +#' @aliases ecr_get_account_setting +ecr_get_account_setting <- function(name) { + op <- new_operation( + name = "GetAccountSetting", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$get_account_setting_input(name = name) + output <- .ecr$get_account_setting_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$get_account_setting <- ecr_get_account_setting + #' Retrieves an authorization token #' #' @description @@ -2322,6 +2733,60 @@ ecr_list_tags_for_resource <- function(resourceArn) { } .ecr$operations$list_tags_for_resource <- ecr_list_tags_for_resource +#' Allows you to change the basic scan type version by setting the name +#' parameter to either CLAIR to AWS_NATIVE +#' +#' @description +#' Allows you to change the basic scan type version by setting the `name` +#' parameter to either `CLAIR` to `AWS_NATIVE`. +#' +#' @usage +#' ecr_put_account_setting(name, value) +#' +#' @param name [required] Basic scan type version name. +#' @param value [required] Setting value that determines what basic scan type is being used: +#' `AWS_NATIVE` or `CLAIR`. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' name = "string", +#' value = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$put_account_setting( +#' name = "string", +#' value = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname ecr_put_account_setting +#' +#' @aliases ecr_put_account_setting +ecr_put_account_setting <- function(name, value) { + op <- new_operation( + name = "PutAccountSetting", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$put_account_setting_input(name = name, value = value) + output <- .ecr$put_account_setting_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$put_account_setting <- ecr_put_account_setting + #' Creates or updates the image manifest and tags associated with an image #' #' @description @@ -2755,7 +3220,10 @@ ecr_put_registry_scanning_configuration <- function(scanType = NULL, rules = NUL #' process. For more information, see [Using service-linked roles for #' Amazon #' ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html) -#' in the *Amazon Elastic Container Registry User Guide*. +#' in the *Amazon Elastic Container Registry User Guide*. For more +#' information on the custom role for replication, see [Creating an IAM +#' role for +#' replication](https://docs.aws.amazon.com/AmazonECR/latest/userguide/#roles-creatingrole-user-console). #' #' When configuring cross-account replication, the destination account must #' grant the source account permission to replicate. This permission is @@ -3205,6 +3673,150 @@ ecr_update_pull_through_cache_rule <- function(registryId = NULL, ecrRepositoryP } .ecr$operations$update_pull_through_cache_rule <- ecr_update_pull_through_cache_rule +#' Updates an existing repository creation template +#' +#' @description +#' Updates an existing repository creation template. +#' +#' @usage +#' ecr_update_repository_creation_template(prefix, description, +#' encryptionConfiguration, resourceTags, imageTagMutability, +#' repositoryPolicy, lifecyclePolicy, appliedFor, customRoleArn) +#' +#' @param prefix [required] The repository namespace prefix that matches an existing repository +#' creation template in the registry. All repositories created using this +#' namespace prefix will have the settings defined in this template +#' applied. For example, a prefix of `prod` would apply to all repositories +#' beginning with `prod/`. This includes a repository named `prod/team1` as +#' well as a repository named `prod/repository1`. +#' +#' To apply a template to all repositories in your registry that don't have +#' an associated creation template, you can use `ROOT` as the prefix. +#' @param description A description for the repository creation template. +#' @param encryptionConfiguration +#' @param resourceTags The metadata to apply to the repository to help you categorize and +#' organize. Each tag consists of a key and an optional value, both of +#' which you define. Tag keys can have a maximum character length of 128 +#' characters, and tag values can have a maximum length of 256 characters. +#' @param imageTagMutability Updates the tag mutability setting for the repository. If this parameter +#' is omitted, the default setting of `MUTABLE` will be used which will +#' allow image tags to be overwritten. If `IMMUTABLE` is specified, all +#' image tags within the repository will be immutable which will prevent +#' them from being overwritten. +#' @param repositoryPolicy Updates the repository policy created using the template. A repository +#' policy is a permissions policy associated with a repository to control +#' access permissions. +#' @param lifecyclePolicy Updates the lifecycle policy associated with the specified repository +#' creation template. +#' @param appliedFor Updates the list of enumerable strings representing the Amazon ECR +#' repository creation scenarios that this template will apply towards. The +#' two supported scenarios are `PULL_THROUGH_CACHE` and `REPLICATION` +#' @param customRoleArn The ARN of the role to be assumed by Amazon ECR. This role must be in +#' the same account as the registry that you are configuring. Amazon ECR +#' will assume your supplied role when the customRoleArn is specified. When +#' this field isn't specified, Amazon ECR will use the service-linked role +#' for the repository creation template. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' registryId = "string", +#' repositoryCreationTemplate = list( +#' prefix = "string", +#' description = "string", +#' encryptionConfiguration = list( +#' encryptionType = "AES256"|"KMS", +#' kmsKey = "string" +#' ), +#' resourceTags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' imageTagMutability = "MUTABLE"|"IMMUTABLE", +#' repositoryPolicy = "string", +#' lifecyclePolicy = "string", +#' appliedFor = list( +#' "REPLICATION"|"PULL_THROUGH_CACHE" +#' ), +#' customRoleArn = "string", +#' createdAt = as.POSIXct( +#' "2015-01-01" +#' ), +#' updatedAt = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$update_repository_creation_template( +#' prefix = "string", +#' description = "string", +#' encryptionConfiguration = list( +#' encryptionType = "AES256"|"KMS", +#' kmsKey = "string" +#' ), +#' resourceTags = list( +#' list( +#' Key = "string", +#' Value = "string" +#' ) +#' ), +#' imageTagMutability = "MUTABLE"|"IMMUTABLE", +#' repositoryPolicy = "string", +#' lifecyclePolicy = "string", +#' appliedFor = list( +#' "REPLICATION"|"PULL_THROUGH_CACHE" +#' ), +#' customRoleArn = "string" +#' ) +#' ``` +#' +#' @examples +#' \dontrun{ +#' # This example updates a repository creation template. +#' svc$update_repository_creation_template( +#' appliedFor = list( +#' "REPLICATION" +#' ), +#' prefix = "eng/test", +#' resourceTags = list( +#' list( +#' Key = "environment", +#' Value = "test" +#' ) +#' ) +#' ) +#' } +#' +#' @keywords internal +#' +#' @rdname ecr_update_repository_creation_template +#' +#' @aliases ecr_update_repository_creation_template +ecr_update_repository_creation_template <- function(prefix, description = NULL, encryptionConfiguration = NULL, resourceTags = NULL, imageTagMutability = NULL, repositoryPolicy = NULL, lifecyclePolicy = NULL, appliedFor = NULL, customRoleArn = NULL) { + op <- new_operation( + name = "UpdateRepositoryCreationTemplate", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .ecr$update_repository_creation_template_input(prefix = prefix, description = description, encryptionConfiguration = encryptionConfiguration, resourceTags = resourceTags, imageTagMutability = imageTagMutability, repositoryPolicy = repositoryPolicy, lifecyclePolicy = lifecyclePolicy, appliedFor = appliedFor, customRoleArn = customRoleArn) + output <- .ecr$update_repository_creation_template_output() + config <- get_config() + svc <- .ecr$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.ecr$operations$update_repository_creation_template <- ecr_update_repository_creation_template + #' Uploads an image layer part to Amazon ECR #' #' @description diff --git a/paws/R/ecr_service.R b/paws/R/ecr_service.R index 4ddc1a0627..c9f42ee327 100644 --- a/paws/R/ecr_service.R +++ b/paws/R/ecr_service.R @@ -117,10 +117,12 @@ NULL #' \link[=ecr_complete_layer_upload]{complete_layer_upload} \tab Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID\cr #' \link[=ecr_create_pull_through_cache_rule]{create_pull_through_cache_rule} \tab Creates a pull through cache rule\cr #' \link[=ecr_create_repository]{create_repository} \tab Creates a repository\cr +#' \link[=ecr_create_repository_creation_template]{create_repository_creation_template} \tab Creates a repository creation template\cr #' \link[=ecr_delete_lifecycle_policy]{delete_lifecycle_policy} \tab Deletes the lifecycle policy associated with the specified repository\cr #' \link[=ecr_delete_pull_through_cache_rule]{delete_pull_through_cache_rule} \tab Deletes a pull through cache rule\cr #' \link[=ecr_delete_registry_policy]{delete_registry_policy} \tab Deletes the registry permissions policy\cr #' \link[=ecr_delete_repository]{delete_repository} \tab Deletes a repository\cr +#' \link[=ecr_delete_repository_creation_template]{delete_repository_creation_template} \tab Deletes a repository creation template\cr #' \link[=ecr_delete_repository_policy]{delete_repository_policy} \tab Deletes the repository policy associated with the specified repository\cr #' \link[=ecr_describe_image_replication_status]{describe_image_replication_status} \tab Returns the replication status for a specified image\cr #' \link[=ecr_describe_images]{describe_images} \tab Returns metadata about the images in a repository\cr @@ -128,6 +130,8 @@ NULL #' \link[=ecr_describe_pull_through_cache_rules]{describe_pull_through_cache_rules} \tab Returns the pull through cache rules for a registry\cr #' \link[=ecr_describe_registry]{describe_registry} \tab Describes the settings for a registry\cr #' \link[=ecr_describe_repositories]{describe_repositories} \tab Describes image repositories in a registry\cr +#' \link[=ecr_describe_repository_creation_templates]{describe_repository_creation_templates} \tab Returns details about the repository creation templates in a registry\cr +#' \link[=ecr_get_account_setting]{get_account_setting} \tab Retrieves the basic scan type version name\cr #' \link[=ecr_get_authorization_token]{get_authorization_token} \tab Retrieves an authorization token\cr #' \link[=ecr_get_download_url_for_layer]{get_download_url_for_layer} \tab Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer\cr #' \link[=ecr_get_lifecycle_policy]{get_lifecycle_policy} \tab Retrieves the lifecycle policy for the specified repository\cr @@ -138,6 +142,7 @@ NULL #' \link[=ecr_initiate_layer_upload]{initiate_layer_upload} \tab Notifies Amazon ECR that you intend to upload an image layer\cr #' \link[=ecr_list_images]{list_images} \tab Lists all the image IDs for the specified repository\cr #' \link[=ecr_list_tags_for_resource]{list_tags_for_resource} \tab List the tags for an Amazon ECR resource\cr +#' \link[=ecr_put_account_setting]{put_account_setting} \tab Allows you to change the basic scan type version by setting the name parameter to either CLAIR to AWS_NATIVE\cr #' \link[=ecr_put_image]{put_image} \tab Creates or updates the image manifest and tags associated with an image\cr #' \link[=ecr_put_image_scanning_configuration]{put_image_scanning_configuration} \tab The PutImageScanningConfiguration API is being deprecated, in favor of specifying the image scanning configuration at the registry level\cr #' \link[=ecr_put_image_tag_mutability]{put_image_tag_mutability} \tab Updates the image tag mutability settings for the specified repository\cr @@ -151,6 +156,7 @@ NULL #' \link[=ecr_tag_resource]{tag_resource} \tab Adds specified tags to a resource with the specified ARN\cr #' \link[=ecr_untag_resource]{untag_resource} \tab Deletes specified tags from a resource\cr #' \link[=ecr_update_pull_through_cache_rule]{update_pull_through_cache_rule} \tab Updates an existing pull through cache rule\cr +#' \link[=ecr_update_repository_creation_template]{update_repository_creation_template} \tab Updates an existing repository creation template\cr #' \link[=ecr_upload_layer_part]{upload_layer_part} \tab Uploads an image layer part to Amazon ECR\cr #' \link[=ecr_validate_pull_through_cache_rule]{validate_pull_through_cache_rule} \tab Validates an existing pull through cache rule for an upstream registry that requires authentication #' } diff --git a/paws/R/ecs_operations.R b/paws/R/ecs_operations.R index 66282fa533..a9864ae8d1 100644 --- a/paws/R/ecs_operations.R +++ b/paws/R/ecs_operations.R @@ -137,8 +137,7 @@ ecs_create_capacity_provider <- function(name, autoScalingGroupProvider, tags = #' @description #' Creates a new Amazon ECS cluster. By default, your account receives a #' `default` cluster when you launch your first container instance. -#' However, you can create your own cluster with a unique name with the -#' [`create_cluster`][ecs_create_cluster] action. +#' However, you can create your own cluster with a unique name. #' #' When you call the [`create_cluster`][ecs_create_cluster] API operation, #' Amazon ECS attempts to create the Amazon ECS service-linked role for @@ -409,8 +408,8 @@ ecs_create_cluster <- function(clusterName = NULL, tags = NULL, settings = NULL, #' Runs and maintains your desired number of tasks from a specified task #' definition. If the number of tasks running in a service drops below the #' `desiredCount`, Amazon ECS runs another copy of the task in the -#' specified cluster. To update an existing service, see the -#' [`update_service`][ecs_update_service] action. +#' specified cluster. To update an existing service, use +#' [`update_service`][ecs_update_service]. #' #' On March 21, 2024, a change was made to resolve the task definition #' revision before authorization. When a task definition revision is not @@ -460,10 +459,10 @@ ecs_create_cluster <- function(clusterName = NULL, tags = NULL, settings = NULL, #' You can optionally specify a deployment configuration for your service. #' The deployment is initiated by changing properties. For example, the #' deployment might be initiated by the task definition or by your desired -#' count of a service. This is done with an -#' [`update_service`][ecs_update_service] operation. The default value for -#' a replica service for `minimumHealthyPercent` is 100%. The default value -#' for a daemon service for `minimumHealthyPercent` is 0%. +#' count of a service. You can use [`update_service`][ecs_update_service]. +#' The default value for a replica service for `minimumHealthyPercent` is +#' 100%. The default value for a daemon service for `minimumHealthyPercent` +#' is 0%. #' #' If a service uses the `ECS` deployment controller, the minimum healthy #' percent represents a lower limit on the number of tasks in a service @@ -508,8 +507,8 @@ ecs_create_cluster <- function(clusterName = NULL, tags = NULL, settings = NULL, #' When creating a service that uses the `EXTERNAL` deployment controller, #' you can specify only parameters that aren't controlled at the task set #' level. The only required parameter is the service name. You control your -#' services using the [`create_task_set`][ecs_create_task_set] operation. -#' For more information, see [Amazon ECS deployment +#' services using the [`create_task_set`][ecs_create_task_set]. For more +#' information, see [Amazon ECS deployment #' types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/) in #' the *Amazon Elastic Container Service Developer Guide*. #' @@ -1329,7 +1328,7 @@ ecs_create_service <- function(cluster = NULL, serviceName, taskDefinition = NUL #' specified, authorization will occur using the latest revision of a task #' definition. #' -#' For information about the maximum number of task sets and otther quotas, +#' For information about the maximum number of task sets and other quotas, #' see [Amazon ECS service #' quotas](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html) #' in the *Amazon Elastic Container Service Developer Guide*. @@ -1382,7 +1381,7 @@ ecs_create_service <- function(cluster = NULL, serviceName, taskDefinition = NUL #' If specifying a capacity provider that uses an Auto Scaling group, the #' capacity provider must already be created. New capacity providers can be #' created with the -#' [`create_capacity_provider`][ecs_create_capacity_provider] API +#' [CreateCapacityProviderProvider](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/)API #' operation. #' #' To use a Fargate capacity provider, specify either the `FARGATE` or @@ -1753,9 +1752,8 @@ ecs_delete_attributes <- function(cluster = NULL, attributes) { #' #' The `FARGATE` and `FARGATE_SPOT` capacity providers are reserved and #' can't be deleted. You can disassociate them from a cluster using either -#' the -#' [`put_cluster_capacity_providers`][ecs_put_cluster_capacity_providers] -#' API or by deleting the cluster. +#' [PutCapacityProviderProviders](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/) +#' or by deleting the cluster. #' #' Prior to a capacity provider being deleted, the capacity provider must #' be removed from the capacity provider strategy from all services. The @@ -1767,7 +1765,7 @@ ecs_delete_attributes <- function(cluster = NULL, attributes) { #' remaining capacity providers. Only capacity providers that aren't #' associated with a cluster can be deleted. To remove a capacity provider #' from a cluster, you can either use -#' [`put_cluster_capacity_providers`][ecs_put_cluster_capacity_providers] +#' [PutCapacityProviderProviders](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/) #' or delete the cluster. #' #' @usage @@ -2423,6 +2421,13 @@ ecs_delete_service <- function(cluster = NULL, service, force = NULL) { #' ) #' ), #' essential = TRUE|FALSE, +#' restartPolicy = list( +#' enabled = TRUE|FALSE, +#' ignoredExitCodes = list( +#' 123 +#' ), +#' restartAttemptPeriod = 123 +#' ), #' entryPoint = list( #' "string" #' ), @@ -3100,6 +3105,13 @@ ecs_deregister_container_instance <- function(cluster = NULL, containerInstance, #' ) #' ), #' essential = TRUE|FALSE, +#' restartPolicy = list( +#' enabled = TRUE|FALSE, +#' ignoredExitCodes = list( +#' 123 +#' ), +#' restartAttemptPeriod = 123 +#' ), #' entryPoint = list( #' "string" #' ), @@ -4265,6 +4277,13 @@ ecs_describe_services <- function(cluster = NULL, services, include = NULL) { #' ) #' ), #' essential = TRUE|FALSE, +#' restartPolicy = list( +#' enabled = TRUE|FALSE, +#' ignoredExitCodes = list( +#' 123 +#' ), +#' restartAttemptPeriod = 123 +#' ), #' entryPoint = list( #' "string" #' ), @@ -7043,13 +7062,12 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' in the *Amazon Elastic Container Service Developer Guide*. #' #' You can specify a Docker networking mode for the containers in your task -#' definition with the `networkMode` parameter. The available network modes -#' correspond to those described in [Network -#' settings](https://docs.docker.com/engine/reference/run/#/network-settings) -#' in the Docker run reference. If you specify the `awsvpc` network mode, -#' the task is allocated an elastic network interface, and you must specify -#' a NetworkConfiguration when you create a service or run a task with the -#' task definition. For more information, see [Task +#' definition with the `networkMode` parameter. If you specify the `awsvpc` +#' network mode, the task is allocated an elastic network interface, and +#' you must specify a +#' [NetworkConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html) +#' when you create a service or run a task with the task definition. For +#' more information, see [Task #' Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) #' in the *Amazon Elastic Container Service Developer Guide*. #' @@ -7072,10 +7090,9 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' in the *Amazon Elastic Container Service Developer Guide*. #' @param executionRoleArn The Amazon Resource Name (ARN) of the task execution role that grants #' the Amazon ECS container agent permission to make Amazon Web Services -#' API calls on your behalf. The task execution IAM role is required -#' depending on the requirements of your task. For more information, see -#' [Amazon ECS task execution IAM -#' role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html) +#' API calls on your behalf. For informationabout the required IAM roles +#' for Amazon ECS, see [IAM roles for Amazon +#' ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-ecs-iam-role-overview.html) #' in the *Amazon Elastic Container Service Developer Guide*. #' @param networkMode The Docker networking mode to use for the containers in the task. The #' valid values are `none`, `bridge`, `awsvpc`, and `host`. If no network @@ -7102,19 +7119,16 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' user. #' #' If the network mode is `awsvpc`, the task is allocated an elastic -#' network interface, and you must specify a NetworkConfiguration value -#' when you create a service or run a task with the task definition. For -#' more information, see [Task +#' network interface, and you must specify a +#' [NetworkConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html) +#' value when you create a service or run a task with the task definition. +#' For more information, see [Task #' Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) #' in the *Amazon Elastic Container Service Developer Guide*. #' #' If the network mode is `host`, you cannot run multiple instantiations of #' the same task on a single container instance when port mappings are #' used. -#' -#' For more information, see [Network -#' settings](https://docs.docker.com/engine/reference/run/#network-settings) -#' in the *Docker run reference*. #' @param containerDefinitions [required] A list of container definitions in JSON format that describe the #' different containers that make up your task. #' @param volumes A list of volume definitions in JSON format that containers in your task @@ -7256,13 +7270,10 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' the same process namespace. #' #' If no value is specified, the default is a private namespace for each -#' container. For more information, see [PID -#' settings](https://docs.docker.com/engine/reference/run/#pid-settings---pid) -#' in the *Docker run reference*. +#' container. #' #' If the `host` PID mode is used, there's a heightened risk of undesired -#' process namespace exposure. For more information, see [Docker -#' security](https://docs.docker.com/engine/security/). +#' process namespace exposure. #' #' This parameter is not supported for Windows containers. #' @@ -7278,14 +7289,10 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' then IPC resources within the containers of a task are private and not #' shared with other containers in a task or on the container instance. If #' no value is specified, then the IPC resource namespace sharing depends -#' on the Docker daemon setting on the container instance. For more -#' information, see [IPC -#' settings](https://docs.docker.com/engine/reference/run/#ipc-settings---ipc) -#' in the *Docker run reference*. +#' on the Docker daemon setting on the container instance. #' #' If the `host` IPC mode is used, be aware that there is a heightened risk -#' of undesired IPC namespace expose. For more information, see [Docker -#' security](https://docs.docker.com/engine/security/). +#' of undesired IPC namespace expose. #' #' If you are setting namespaced kernel parameters using `systemControls` #' for the containers in the task, the following will apply to your IPC @@ -7360,6 +7367,13 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' ) #' ), #' essential = TRUE|FALSE, +#' restartPolicy = list( +#' enabled = TRUE|FALSE, +#' ignoredExitCodes = list( +#' 123 +#' ), +#' restartAttemptPeriod = 123 +#' ), #' entryPoint = list( #' "string" #' ), @@ -7653,6 +7667,13 @@ ecs_register_container_instance <- function(cluster = NULL, instanceIdentityDocu #' ) #' ), #' essential = TRUE|FALSE, +#' restartPolicy = list( +#' enabled = TRUE|FALSE, +#' ignoredExitCodes = list( +#' 123 +#' ), +#' restartAttemptPeriod = 123 +#' ), #' entryPoint = list( #' "string" #' ), @@ -8083,7 +8104,7 @@ ecs_register_task_definition <- function(family, taskRoleArn = NULL, executionRo #' @param propagateTags Specifies whether to propagate the tags from the task definition to the #' task. If no value is specified, the tags aren't propagated. Tags can #' only be propagated to the task during task creation. To add tags to a -#' task after task creation, use the [`tag_resource`][ecs_tag_resource] API +#' task after task creation, use the[`tag_resource`][ecs_tag_resource] API #' action. #' #' An error will be received if you specify the `SERVICE` option when @@ -8096,7 +8117,7 @@ ecs_register_task_definition <- function(family, taskRoleArn = NULL, executionRo #' parameter. You can then identify which tasks belong to that job by #' filtering the results of a [`list_tasks`][ecs_list_tasks] call with the #' `startedBy` value. Up to 128 letters (uppercase and lowercase), numbers, -#' hyphens (-), and underscores (_) are allowed. +#' hyphens (-), forward slash (/), and underscores (_) are allowed. #' #' If a task is started by an Amazon ECS service, then the `startedBy` #' parameter contains the deployment ID of the service that starts it. @@ -8536,7 +8557,7 @@ ecs_run_task <- function(capacityProviderStrategy = NULL, cluster = NULL, count #' once during the past 30-day period are considered current customers and #' will be able to continue using the service. #' -#' Alternatively, you can use [`run_task`][ecs_run_task] to place tasks for +#' Alternatively, you can use[`run_task`][ecs_run_task] to place tasks for #' you. For more information, see [Scheduling #' Tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduling_tasks.html) #' in the *Amazon Elastic Container Service Developer Guide*. @@ -8592,7 +8613,7 @@ ecs_run_task <- function(capacityProviderStrategy = NULL, cluster = NULL, count #' parameter. You can then identify which tasks belong to that job by #' filtering the results of a [`list_tasks`][ecs_list_tasks] call with the #' `startedBy` value. Up to 36 letters (uppercase and lowercase), numbers, -#' hyphens (-), and underscores (_) are allowed. +#' hyphens (-), forward slash (/), and underscores (_) are allowed. #' #' If a task is started by an Amazon ECS service, the `startedBy` parameter #' contains the deployment ID of the service that starts it. @@ -8964,7 +8985,7 @@ ecs_start_task <- function(cluster = NULL, containerInstances, enableECSManagedT #' @description #' Stops a running task. Any tags associated with the task will be deleted. #' -#' When [`stop_task`][ecs_stop_task] is called on a task, the equivalent of +#' When you call [`stop_task`][ecs_stop_task] on a task, the equivalent of #' `docker stop` is issued to the containers running in the task. This #' results in a `SIGTERM` value and a default 30-second timeout, after #' which the `SIGKILL` value is sent and the containers are forcibly @@ -8992,8 +9013,8 @@ ecs_start_task <- function(cluster = NULL, containerInstances, enableECSManagedT #' @param reason An optional message specified when a task is stopped. For example, if #' you're using a custom scheduler, you can use this parameter to specify #' the reason for stopping the task here, and the message appears in -#' subsequent [`describe_tasks`][ecs_describe_tasks] API operations on this -#' task. +#' subsequent [`describe_tasks`][ecs_describe_tasks]\> API operations on +#' this task. #' #' @return #' A list with the following syntax: @@ -10560,8 +10581,8 @@ ecs_update_container_instances_state <- function(cluster = NULL, containerInstan #' If specifying a capacity provider that uses an Auto Scaling group, the #' capacity provider must already be created. New capacity providers can be #' created with the -#' [`create_capacity_provider`][ecs_create_capacity_provider] API -#' operation. +#' [CreateClusterCapacityProvider](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/) +#' API operation. #' #' To use a Fargate capacity provider, specify either the `FARGATE` or #' `FARGATE_SPOT` capacity providers. The Fargate capacity providers are @@ -10569,9 +10590,9 @@ ecs_update_container_instances_state <- function(cluster = NULL, containerInstan #' to be used. #' #' The -#' [`put_cluster_capacity_providers`][ecs_put_cluster_capacity_providers] -#' API operation is used to update the list of available capacity providers -#' for a cluster after the cluster is created. +#' [`put_cluster_capacity_providers`][ecs_put_cluster_capacity_providers]API +#' operation is used to update the list of available capacity providers for +#' a cluster after the cluster is created. #' @param deploymentConfiguration Optional deployment parameters that control how many tasks run during #' the deployment and the ordering of stopping and starting tasks. #' @param networkConfiguration An object representing the network configuration for the service. diff --git a/paws/R/eks_operations.R b/paws/R/eks_operations.R index 7db4eb9a7f..0db47a7152 100644 --- a/paws/R/eks_operations.R +++ b/paws/R/eks_operations.R @@ -112,10 +112,10 @@ eks_associate_access_policy <- function(clusterName, principalArn, policyArn, ac #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -210,10 +210,10 @@ eks_associate_encryption_config <- function(clusterName, encryptionConfig, clien #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -659,7 +659,7 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' eks_create_cluster(name, version, roleArn, resourcesVpcConfig, #' kubernetesNetworkConfig, logging, clientRequestToken, tags, #' encryptionConfig, outpostConfig, accessConfig, -#' bootstrapSelfManagedAddons) +#' bootstrapSelfManagedAddons, upgradePolicy) #' #' @param name [required] The unique name to give to your cluster. #' @param version The desired Kubernetes version for your cluster. If you don't specify a @@ -670,7 +670,7 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' for the Kubernetes control plane to make calls to Amazon Web Services #' API operations on your behalf. For more information, see [Amazon EKS #' Service IAM -#' Role](https://docs.aws.amazon.com/eks/latest/userguide/service_IAM_role.html) +#' Role](https://docs.aws.amazon.com/eks/latest/userguide/cluster_IAM_role.html) #' in the *Amazon EKS User Guide* . #' @param resourcesVpcConfig [required] The VPC configuration that's used by the cluster control plane. Amazon #' EKS VPC resources have specific requirements to work properly with @@ -713,6 +713,9 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' #' Use this option when you plan to install third-party alternative add-ons #' or self-manage the default networking add-ons. +#' @param upgradePolicy New clusters, by default, have extended support enabled. You can disable +#' extended support when creating a cluster by setting this value to +#' `STANDARD`. #' #' @return #' A list with the following syntax: @@ -814,6 +817,9 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' accessConfig = list( #' bootstrapClusterCreatorAdminPermissions = TRUE|FALSE, #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" +#' ), +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" #' ) #' ) #' ) @@ -879,7 +885,10 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' bootstrapClusterCreatorAdminPermissions = TRUE|FALSE, #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" #' ), -#' bootstrapSelfManagedAddons = TRUE|FALSE +#' bootstrapSelfManagedAddons = TRUE|FALSE, +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" +#' ) #' ) #' ``` #' @@ -908,7 +917,7 @@ eks_create_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' @rdname eks_create_cluster #' #' @aliases eks_create_cluster -eks_create_cluster <- function(name, version = NULL, roleArn, resourcesVpcConfig, kubernetesNetworkConfig = NULL, logging = NULL, clientRequestToken = NULL, tags = NULL, encryptionConfig = NULL, outpostConfig = NULL, accessConfig = NULL, bootstrapSelfManagedAddons = NULL) { +eks_create_cluster <- function(name, version = NULL, roleArn, resourcesVpcConfig, kubernetesNetworkConfig = NULL, logging = NULL, clientRequestToken = NULL, tags = NULL, encryptionConfig = NULL, outpostConfig = NULL, accessConfig = NULL, bootstrapSelfManagedAddons = NULL, upgradePolicy = NULL) { op <- new_operation( name = "CreateCluster", http_method = "POST", @@ -916,7 +925,7 @@ eks_create_cluster <- function(name, version = NULL, roleArn, resourcesVpcConfig host_prefix = "", paginator = list() ) - input <- .eks$create_cluster_input(name = name, version = version, roleArn = roleArn, resourcesVpcConfig = resourcesVpcConfig, kubernetesNetworkConfig = kubernetesNetworkConfig, logging = logging, clientRequestToken = clientRequestToken, tags = tags, encryptionConfig = encryptionConfig, outpostConfig = outpostConfig, accessConfig = accessConfig, bootstrapSelfManagedAddons = bootstrapSelfManagedAddons) + input <- .eks$create_cluster_input(name = name, version = version, roleArn = roleArn, resourcesVpcConfig = resourcesVpcConfig, kubernetesNetworkConfig = kubernetesNetworkConfig, logging = logging, clientRequestToken = clientRequestToken, tags = tags, encryptionConfig = encryptionConfig, outpostConfig = outpostConfig, accessConfig = accessConfig, bootstrapSelfManagedAddons = bootstrapSelfManagedAddons, upgradePolicy = upgradePolicy) output <- .eks$create_cluster_output() config <- get_config() svc <- .eks$service(config, op) @@ -1368,7 +1377,7 @@ eks_create_fargate_profile <- function(fargateProfileName, clusterName, podExecu #' "string" #' ) #' ), -#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD", +#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD"|"AL2023_x86_64_NEURON"|"AL2023_x86_64_NVIDIA", #' nodeRole = "string", #' labels = list( #' "string" @@ -1433,7 +1442,7 @@ eks_create_fargate_profile <- function(fargateProfileName, clusterName, podExecu #' instanceTypes = list( #' "string" #' ), -#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD", +#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD"|"AL2023_x86_64_NEURON"|"AL2023_x86_64_NVIDIA", #' remoteAccess = list( #' ec2SshKey = "string", #' sourceSecurityGroups = list( @@ -1891,6 +1900,9 @@ eks_delete_addon <- function(clusterName, addonName, preserve = NULL) { #' accessConfig = list( #' bootstrapClusterCreatorAdminPermissions = TRUE|FALSE, #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" +#' ), +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" #' ) #' ) #' ) @@ -2153,7 +2165,7 @@ eks_delete_fargate_profile <- function(clusterName, fargateProfileName) { #' "string" #' ) #' ), -#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD", +#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD"|"AL2023_x86_64_NEURON"|"AL2023_x86_64_NVIDIA", #' nodeRole = "string", #' labels = list( #' "string" @@ -2420,6 +2432,9 @@ eks_delete_pod_identity_association <- function(clusterName, associationId) { #' accessConfig = list( #' bootstrapClusterCreatorAdminPermissions = TRUE|FALSE, #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" +#' ), +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" #' ) #' ) #' ) @@ -2915,6 +2930,9 @@ eks_describe_addon_versions <- function(kubernetesVersion = NULL, maxResults = N #' accessConfig = list( #' bootstrapClusterCreatorAdminPermissions = TRUE|FALSE, #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" +#' ), +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" #' ) #' ) #' ) @@ -3335,7 +3353,7 @@ eks_describe_insight <- function(clusterName, id) { #' "string" #' ) #' ), -#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD", +#' amiType = "AL2_x86_64"|"AL2_x86_64_GPU"|"AL2_ARM_64"|"CUSTOM"|"BOTTLEROCKET_ARM_64"|"BOTTLEROCKET_x86_64"|"BOTTLEROCKET_ARM_64_NVIDIA"|"BOTTLEROCKET_x86_64_NVIDIA"|"WINDOWS_CORE_2019_x86_64"|"WINDOWS_FULL_2019_x86_64"|"WINDOWS_CORE_2022_x86_64"|"WINDOWS_FULL_2022_x86_64"|"AL2023_x86_64_STANDARD"|"AL2023_ARM_64_STANDARD"|"AL2023_x86_64_NEURON"|"AL2023_x86_64_NVIDIA", #' nodeRole = "string", #' labels = list( #' "string" @@ -3514,10 +3532,10 @@ eks_describe_pod_identity_association <- function(clusterName, associationId) { #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -3644,10 +3662,10 @@ eks_disassociate_access_policy <- function(clusterName, principalArn, policyArn) #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -4848,6 +4866,9 @@ eks_list_updates <- function(name, nodegroupName = NULL, addonName = NULL, nextT #' accessConfig = list( #' bootstrapClusterCreatorAdminPermissions = TRUE|FALSE, #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" +#' ), +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" #' ) #' ) #' ) @@ -5165,10 +5186,10 @@ eks_update_access_entry <- function(clusterName, principalArn, kubernetesGroups #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -5272,7 +5293,7 @@ eks_update_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' #' @usage #' eks_update_cluster_config(name, resourcesVpcConfig, logging, -#' clientRequestToken, accessConfig) +#' clientRequestToken, accessConfig, upgradePolicy) #' #' @param name [required] The name of the Amazon EKS cluster to update. #' @param resourcesVpcConfig @@ -5289,6 +5310,10 @@ eks_update_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' @param clientRequestToken A unique, case-sensitive identifier that you provide to ensure the #' idempotency of the request. #' @param accessConfig The access configuration for the cluster. +#' @param upgradePolicy You can enable or disable extended support for clusters currently on +#' standard support. You cannot disable extended support once it starts. +#' You must enable extended support before your cluster exits standard +#' support. #' #' @return #' A list with the following syntax: @@ -5297,10 +5322,10 @@ eks_update_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -5350,6 +5375,9 @@ eks_update_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' clientRequestToken = "string", #' accessConfig = list( #' authenticationMode = "API"|"API_AND_CONFIG_MAP"|"CONFIG_MAP" +#' ), +#' upgradePolicy = list( +#' supportType = "STANDARD"|"EXTENDED" #' ) #' ) #' ``` @@ -5359,7 +5387,7 @@ eks_update_addon <- function(clusterName, addonName, addonVersion = NULL, servic #' @rdname eks_update_cluster_config #' #' @aliases eks_update_cluster_config -eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = NULL, clientRequestToken = NULL, accessConfig = NULL) { +eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = NULL, clientRequestToken = NULL, accessConfig = NULL, upgradePolicy = NULL) { op <- new_operation( name = "UpdateClusterConfig", http_method = "POST", @@ -5367,7 +5395,7 @@ eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = host_prefix = "", paginator = list() ) - input <- .eks$update_cluster_config_input(name = name, resourcesVpcConfig = resourcesVpcConfig, logging = logging, clientRequestToken = clientRequestToken, accessConfig = accessConfig) + input <- .eks$update_cluster_config_input(name = name, resourcesVpcConfig = resourcesVpcConfig, logging = logging, clientRequestToken = clientRequestToken, accessConfig = accessConfig, upgradePolicy = upgradePolicy) output <- .eks$update_cluster_config_output() config <- get_config() svc <- .eks$service(config, op) @@ -5410,10 +5438,10 @@ eks_update_cluster_config <- function(name, resourcesVpcConfig = NULL, logging = #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -5580,10 +5608,10 @@ eks_update_eks_anywhere_subscription <- function(id, autoRenew, clientRequestTok #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), @@ -5756,10 +5784,10 @@ eks_update_nodegroup_config <- function(clusterName, nodegroupName, labels = NUL #' update = list( #' id = "string", #' status = "InProgress"|"Failed"|"Cancelled"|"Successful", -#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate", +#' type = "VersionUpdate"|"EndpointAccessUpdate"|"LoggingUpdate"|"ConfigUpdate"|"AssociateIdentityProviderConfig"|"DisassociateIdentityProviderConfig"|"AssociateEncryptionConfig"|"AddonUpdate"|"VpcConfigUpdate"|"AccessConfigUpdate"|"UpgradePolicyUpdate", #' params = list( #' list( -#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations", +#' type = "Version"|"PlatformVersion"|"EndpointPrivateAccess"|"EndpointPublicAccess"|"ClusterLogging"|"DesiredSize"|"LabelsToAdd"|"LabelsToRemove"|"TaintsToAdd"|"TaintsToRemove"|"MaxSize"|"MinSize"|"ReleaseVersion"|"PublicAccessCidrs"|"LaunchTemplateName"|"LaunchTemplateVersion"|"IdentityProviderConfig"|"EncryptionConfig"|"AddonVersion"|"ServiceAccountRoleArn"|"ResolveConflicts"|"MaxUnavailable"|"MaxUnavailablePercentage"|"ConfigurationValues"|"SecurityGroups"|"Subnets"|"AuthenticationMode"|"PodIdentityAssociations"|"UpgradePolicy", #' value = "string" #' ) #' ), diff --git a/paws/R/elasticache_operations.R b/paws/R/elasticache_operations.R index 4dff32e4bf..cdb17c25dc 100644 --- a/paws/R/elasticache_operations.R +++ b/paws/R/elasticache_operations.R @@ -494,7 +494,7 @@ elasticache_complete_migration <- function(ReplicationGroupId, Force = NULL) { #' #' @description #' Creates a copy of an existing serverless cache’s snapshot. Available for -#' Redis only. +#' Redis OSS and Serverless Memcached only. #' #' @usage #' elasticache_copy_serverless_cache_snapshot( @@ -502,12 +502,14 @@ elasticache_complete_migration <- function(ReplicationGroupId, Force = NULL) { #' KmsKeyId, Tags) #' #' @param SourceServerlessCacheSnapshotName [required] The identifier of the existing serverless cache’s snapshot to be copied. -#' Available for Redis only. -#' @param TargetServerlessCacheSnapshotName [required] The identifier for the snapshot to be created. Available for Redis only. +#' Available for Redis OSS and Serverless Memcached only. +#' @param TargetServerlessCacheSnapshotName [required] The identifier for the snapshot to be created. Available for Redis OSS +#' and Serverless Memcached only. #' @param KmsKeyId The identifier of the KMS key used to encrypt the target snapshot. -#' Available for Redis only. +#' Available for Redis OSS and Serverless Memcached only. #' @param Tags A list of tags to be added to the target snapshot resource. A tag is a -#' key-value pair. Available for Redis only. Default: NULL +#' key-value pair. Available for Redis OSS and Serverless Memcached only. +#' Default: NULL #' #' @return #' A list with the following syntax: @@ -578,7 +580,7 @@ elasticache_copy_serverless_cache_snapshot <- function(SourceServerlessCacheSnap #' @description #' Makes a copy of an existing snapshot. #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' Users or groups that have permissions to use the #' [`copy_snapshot`][elasticache_copy_snapshot] operation can create their @@ -786,9 +788,9 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' #' @description #' Creates a cluster. All nodes in the cluster run the same -#' protocol-compliant cache engine software, either Memcached or Redis. +#' protocol-compliant cache engine software, either Memcached or Redis OSS. #' -#' This operation is not supported for Redis (cluster mode enabled) +#' This operation is not supported for Redis OSS (cluster mode enabled) #' clusters. #' #' @usage @@ -858,8 +860,8 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' Default: System chosen Availability Zones. #' @param NumCacheNodes The initial number of cache nodes that the cluster has. #' -#' For clusters running Redis, this value must be 1. For clusters running -#' Memcached, this value must be between 1 and 40. +#' For clusters running Redis OSS, this value must be 1. For clusters +#' running Memcached, this value must be between 1 and 40. #' #' If you need more than 40 nodes for your Memcached cluster, please fill #' out the ElastiCache Limit Increase Request form at @@ -882,7 +884,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -895,7 +897,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -936,7 +938,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -965,14 +967,14 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Engine The name of the cache engine to be used for this cluster. #' #' Valid values for this parameter are: `memcached` | `redis` @@ -1009,14 +1011,14 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' Virtual Private Cloud (Amazon VPC). #' @param Tags A list of tags to be added to this resource. #' @param SnapshotArns A single-element string list containing an Amazon Resource Name (ARN) -#' that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. -#' The snapshot file is used to populate the node group (shard). The Amazon -#' S3 object name in the ARN cannot contain any commas. +#' that uniquely identifies a Redis OSS RDB snapshot file stored in Amazon +#' S3. The snapshot file is used to populate the node group (shard). The +#' Amazon S3 object name in the ARN cannot contain any commas. #' #' This parameter is only valid if the `Engine` parameter is `redis`. #' #' Example of an Amazon S3 ARN: `arn:aws:s3:::my_bucket/snapshot1.rdb` -#' @param SnapshotName The name of a Redis snapshot from which to restore data into the new +#' @param SnapshotName The name of a Redis OSS snapshot from which to restore data into the new #' node group (shard). The snapshot status changes to `restoring` while the #' new node group (shard) is being created. #' @@ -1030,7 +1032,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' (SNS) topic to which notifications are sent. #' #' The Amazon SNS topic owner must be the same as the cluster owner. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots @@ -1065,8 +1067,7 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' \<, \>, and -. Other printable special characters cannot be used in #' the AUTH token. #' -#' For more information, see [AUTH -#' password](https://redis.io/docs/latest/commands/auth/) at +#' For more information, see AUTH password at #' http://redis.io/commands/AUTH. #' @param OutpostMode Specifies whether the nodes in the cluster are created in a single #' outpost or across multiple outposts. @@ -1075,13 +1076,13 @@ elasticache_copy_snapshot <- function(SourceSnapshotName, TargetSnapshotName, Ta #' @param LogDeliveryConfigurations Specifies the destination, format and type of the logs. #' @param TransitEncryptionEnabled A flag that enables in-transit encryption when set to true. #' @param NetworkType Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for -#' workloads using Redis engine version 6.2 onward or Memcached engine +#' workloads using Redis OSS engine version 6.2 onward or Memcached engine #' version 1.6.6 on all instances built on the [Nitro #' system](https://aws.amazon.com/ec2/nitro/). #' @param IpDiscovery The network type you choose when modifying a cluster, either `ipv4` | -#' `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2 -#' onward or Memcached engine version 1.6.6 on all instances built on the -#' [Nitro system](https://aws.amazon.com/ec2/nitro/). +#' `ipv6`. IPv6 is supported for workloads using Redis OSS engine version +#' 6.2 onward or Memcached engine version 1.6.6 on all instances built on +#' the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' #' @return #' A list with the following syntax: @@ -1562,15 +1563,15 @@ elasticache_create_cache_subnet_group <- function(CacheSubnetGroupName, CacheSub } .elasticache$operations$create_cache_subnet_group <- elasticache_create_cache_subnet_group -#' Global Datastore for Redis offers fully managed, fast, reliable and +#' Global Datastore for Redis OSS offers fully managed, fast, reliable and #' secure cross-region replication #' #' @description -#' Global Datastore for Redis offers fully managed, fast, reliable and -#' secure cross-region replication. Using Global Datastore for Redis, you -#' can create cross-region read replica clusters for ElastiCache for Redis -#' to enable low-latency reads and disaster recovery across regions. For -#' more information, see [Replication Across Regions Using Global +#' Global Datastore for Redis OSS offers fully managed, fast, reliable and +#' secure cross-region replication. Using Global Datastore for Redis OSS, +#' you can create cross-region read replica clusters for ElastiCache (Redis +#' OSS) to enable low-latency reads and disaster recovery across regions. +#' For more information, see [Replication Across Regions Using Global #' Datastore](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html). #' #' - The **GlobalReplicationGroupIdSuffix** is the name of the Global @@ -1668,29 +1669,29 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId } .elasticache$operations$create_global_replication_group <- elasticache_create_global_replication_group -#' Creates a Redis (cluster mode disabled) or a Redis (cluster mode +#' Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode #' enabled) replication group #' #' @description -#' Creates a Redis (cluster mode disabled) or a Redis (cluster mode +#' Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode #' enabled) replication group. #' #' This API can be used to create a standalone regional replication group #' or a secondary replication group associated with a Global datastore. #' -#' A Redis (cluster mode disabled) replication group is a collection of +#' A Redis OSS (cluster mode disabled) replication group is a collection of #' nodes, where one of the nodes is a read/write primary and the others are #' read-only replicas. Writes to the primary are asynchronously propagated #' to the replicas. #' -#' A Redis cluster-mode enabled cluster is comprised of from 1 to 90 shards -#' (API/CLI: node groups). Each shard has a primary node and up to 5 +#' A Redis OSS cluster-mode enabled cluster is comprised of from 1 to 90 +#' shards (API/CLI: node groups). Each shard has a primary node and up to 5 #' read-only replica nodes. The configuration can range from 90 shards and #' 0 replicas to 15 shards and 5 replicas, which is the maximum number or #' replicas allowed. #' #' The node or shard limit can be increased to a maximum of 500 per cluster -#' if the Redis engine version is 5.0.6 or higher. For example, you can +#' if the Redis OSS engine version is 5.0.6 or higher. For example, you can #' choose to configure a 500 node cluster that ranges between 83 shards #' (one primary and 5 replicas per shard) and 500 shards (single primary #' and no replicas). Make sure there are enough available IP addresses to @@ -1705,16 +1706,15 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' Limits](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) #' and choose the limit type **Nodes per cluster per instance type**. #' -#' When a Redis (cluster mode disabled) replication group has been +#' When a Redis OSS (cluster mode disabled) replication group has been #' successfully created, you can add one or more read replicas to it, up to #' a total of 5 read replicas. If you need to increase or decrease the -#' number of node groups (console: shards), you can avail yourself of -#' ElastiCache for Redis' scaling. For more information, see [Scaling -#' ElastiCache for Redis +#' number of node groups (console: shards), you can use ElastiCache (Redis +#' OSS) scaling. For more information, see [Scaling ElastiCache (Redis OSS) #' Clusters](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Scaling.html) #' in the *ElastiCache User Guide*. #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' @usage #' elasticache_create_replication_group(ReplicationGroupId, @@ -1752,7 +1752,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' @param AutomaticFailoverEnabled Specifies whether a read-only replica is automatically promoted to #' read/write primary if the existing primary fails. #' -#' `AutomaticFailoverEnabled` must be enabled for Redis (cluster mode +#' `AutomaticFailoverEnabled` must be enabled for Redis OSS (cluster mode #' enabled) replication groups. #' #' Default: false @@ -1788,8 +1788,8 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' #' Default: system chosen Availability Zones. #' @param NumNodeGroups An optional parameter that specifies the number of node groups (shards) -#' for this Redis (cluster mode enabled) replication group. For Redis -#' (cluster mode disabled) either omit this parameter or set it to 1. +#' for this Redis OSS (cluster mode enabled) replication group. For Redis +#' OSS (cluster mode disabled) either omit this parameter or set it to 1. #' #' Default: 1 #' @param ReplicasPerNodeGroup An optional parameter that specifies the number of replica nodes in each @@ -1799,13 +1799,13 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' `PrimaryAvailabilityZone`, `ReplicaAvailabilityZones`, `ReplicaCount`, #' and `Slots`. #' -#' If you're creating a Redis (cluster mode disabled) or a Redis (cluster -#' mode enabled) replication group, you can use this parameter to +#' If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS +#' (cluster mode enabled) replication group, you can use this parameter to #' individually configure each node group (shard), or you can omit this -#' parameter. However, it is required when seeding a Redis (cluster mode -#' enabled) cluster from a S3 rdb file. You must configure each node group -#' (shard) using this parameter because you must specify the slots for each -#' node group. +#' parameter. However, it is required when seeding a Redis OSS (cluster +#' mode enabled) cluster from a S3 rdb file. You must configure each node +#' group (shard) using this parameter because you must specify the slots +#' for each node group. #' @param CacheNodeType The compute and memory capacity of the nodes in the node group (shard). #' #' The following node types are supported by ElastiCache. Generally @@ -1824,7 +1824,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -1837,7 +1837,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -1878,7 +1878,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -1907,14 +1907,14 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Engine The name of the cache engine to be used for the clusters in this #' replication group. The value must be set to `Redis`. #' @param EngineVersion The version number of the cache engine to be used for the clusters in @@ -1934,14 +1934,14 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' group. If this argument is omitted, the default cache parameter group #' for the specified engine is used. #' -#' If you are running Redis version 3.2.4 or later, only one node group +#' If you are running Redis OSS version 3.2.4 or later, only one node group #' (shard), and want to use a default parameter group, we recommend that #' you specify the parameter group by name. #' -#' - To create a Redis (cluster mode disabled) replication group, use +#' - To create a Redis OSS (cluster mode disabled) replication group, use #' `CacheParameterGroupName=default.redis3.2`. #' -#' - To create a Redis (cluster mode enabled) replication group, use +#' - To create a Redis OSS (cluster mode enabled) replication group, use #' `CacheParameterGroupName=default.redis3.2.cluster.on`. #' @param CacheSubnetGroupName The name of the cache subnet group to be used for the replication group. #' @@ -1962,9 +1962,9 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' Key=`mySecondKey`, Value=`mySecondKeyValue`. Tags on replication groups #' will be replicated to all nodes. #' @param SnapshotArns A list of Amazon Resource Names (ARN) that uniquely identify the Redis -#' RDB snapshot files stored in Amazon S3. The snapshot files are used to -#' populate the new replication group. The Amazon S3 object name in the ARN -#' cannot contain any commas. The new replication group will have the +#' OSS RDB snapshot files stored in Amazon S3. The snapshot files are used +#' to populate the new replication group. The Amazon S3 object name in the +#' ARN cannot contain any commas. The new replication group will have the #' number of node groups (console: shards) specified by the parameter #' *NumNodeGroups* or the number of node groups configured by #' *NodeGroupConfiguration* regardless of the number of ARNs specified @@ -2002,7 +2002,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' (SNS) topic to which notifications are sent. #' #' The Amazon SNS topic owner must be the same as the cluster owner. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic snapshots @@ -2051,7 +2051,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' `CacheSubnetGroup`. #' #' **Required:** Only available when creating a replication group in an -#' Amazon VPC using redis version `3.2.6`, `4.x` or later. +#' Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later. #' #' Default: `false` #' @@ -2065,7 +2065,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' you create the replication group. #' #' **Required:** Only available when creating a replication group in an -#' Amazon VPC using redis version `3.2.6`, `4.x` or later. +#' Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later. #' #' Default: `false` #' @param KmsKeyId The ID of the KMS key used to encrypt the disk in the cluster. @@ -2076,11 +2076,11 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' using r6gd nodes. For more information, see [Data #' tiering](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html). #' @param NetworkType Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for -#' workloads using Redis engine version 6.2 onward or Memcached engine +#' workloads using Redis OSS engine version 6.2 onward or Memcached engine #' version 1.6.6 on all instances built on the [Nitro #' system](https://aws.amazon.com/ec2/nitro/). #' @param IpDiscovery The network type you choose when creating a replication group, either -#' `ipv4` | `ipv6`. IPv6 is supported for workloads using Redis engine +#' `ipv4` | `ipv6`. IPv6 is supported for workloads using Redis OSS engine #' version 6.2 onward or Memcached engine version 1.6.6 on all instances #' built on the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' @param TransitEncryptionMode A setting that allows you to migrate your clients to use in-transit @@ -2089,7 +2089,7 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' When setting `TransitEncryptionEnabled` to `true`, you can set your #' `TransitEncryptionMode` to `preferred` in the same request, to allow #' both encrypted and unencrypted connections at the same time. Once you -#' migrate all your Redis clients to use encrypted connections you can +#' migrate all your Redis OSS clients to use encrypted connections you can #' modify the value to `required` to allow encrypted connections only. #' #' Setting `TransitEncryptionMode` to `required` is a two-step process that @@ -2099,12 +2099,12 @@ elasticache_create_global_replication_group <- function(GlobalReplicationGroupId #' This process will not trigger the replacement of the replication group. #' @param ClusterMode Enabled or Disabled. To modify cluster mode from Disabled to Enabled, #' you must first set the cluster mode to Compatible. Compatible mode -#' allows your Redis clients to connect using both cluster mode enabled and -#' cluster mode disabled. After you migrate all Redis clients to use -#' cluster mode enabled, you can then complete cluster mode configuration -#' and set the cluster mode to Enabled. +#' allows your Redis OSS clients to connect using both cluster mode enabled +#' and cluster mode disabled. After you migrate all Redis OSS clients to +#' use cluster mode enabled, you can then complete cluster mode +#' configuration and set the cluster mode to Enabled. #' @param ServerlessCacheSnapshotName The name of the snapshot used to create a replication group. Available -#' for Redis only. +#' for Redis OSS only. #' #' @return #' A list with the following syntax: @@ -2382,21 +2382,22 @@ elasticache_create_replication_group <- function(ReplicationGroupId, Replication #' will be the VPC’s Default Security Group that is associated with the #' cluster VPC end-point. #' @param SnapshotArnsToRestore The ARN(s) of the snapshot that the new serverless cache will be created -#' from. Available for Redis only. +#' from. Available for Redis OSS and Serverless Memcached only. #' @param Tags The list of tags (key, value) pairs to be added to the serverless cache #' resource. Default is NULL. #' @param UserGroupId The identifier of the UserGroup to be associated with the serverless -#' cache. Available for Redis only. Default is NULL. +#' cache. Available for Redis OSS only. Default is NULL. #' @param SubnetIds A list of the identifiers of the subnets where the VPC endpoint for the #' serverless cache will be deployed. All the subnetIds must belong to the #' same VPC. #' @param SnapshotRetentionLimit The number of snapshots that will be retained for the serverless cache #' that is being created. As new snapshots beyond this limit are added, the #' oldest snapshots will be deleted on a rolling basis. Available for Redis -#' only. +#' OSS and Serverless Memcached only. #' @param DailySnapshotTime The daily time that snapshots will be created from the new serverless #' cache. By default this number is populated with 0, i.e. no snapshots -#' will be created on an automatic daily basis. Available for Redis only. +#' will be created on an automatic daily basis. Available for Redis OSS and +#' Serverless Memcached only. #' #' @return #' A list with the following syntax: @@ -2514,20 +2515,21 @@ elasticache_create_serverless_cache <- function(ServerlessCacheName, Description #' #' @description #' This API creates a copy of an entire ServerlessCache at a specific -#' moment in time. Available for Redis only. +#' moment in time. Available for Redis OSS and Serverless Memcached only. #' #' @usage #' elasticache_create_serverless_cache_snapshot( #' ServerlessCacheSnapshotName, ServerlessCacheName, KmsKeyId, Tags) #' #' @param ServerlessCacheSnapshotName [required] The name for the snapshot being created. Must be unique for the customer -#' account. Available for Redis only. Must be between 1 and 255 characters. +#' account. Available for Redis OSS and Serverless Memcached only. Must be +#' between 1 and 255 characters. #' @param ServerlessCacheName [required] The name of an existing serverless cache. The snapshot is created from -#' this cache. Available for Redis only. +#' this cache. Available for Redis OSS and Serverless Memcached only. #' @param KmsKeyId The ID of the KMS key used to encrypt the snapshot. Available for Redis -#' only. Default: NULL +#' OSS and Serverless Memcached only. Default: NULL #' @param Tags A list of tags to be added to the snapshot resource. A tag is a -#' key-value pair. Available for Redis only. +#' key-value pair. Available for Redis OSS and Serverless Memcached only. #' #' @return #' A list with the following syntax: @@ -2600,7 +2602,7 @@ elasticache_create_serverless_cache_snapshot <- function(ServerlessCacheSnapshot #' Creates a copy of an entire cluster or replication group at a specific #' moment in time. #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' @usage #' elasticache_create_snapshot(ReplicationGroupId, CacheClusterId, @@ -2719,11 +2721,11 @@ elasticache_create_snapshot <- function(ReplicationGroupId = NULL, CacheClusterI } .elasticache$operations$create_snapshot <- elasticache_create_snapshot -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Creates a Redis user. For more -#' information, see [Using Role Based Access Control +#' For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user. For +#' more information, see [Using Role Based Access Control #' (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). #' #' @usage @@ -2811,22 +2813,22 @@ elasticache_create_user <- function(UserId, UserName, Engine, Passwords = NULL, } .elasticache$operations$create_user <- elasticache_create_user -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Creates a Redis user group. For -#' more information, see [Using Role Based Access Control +#' For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user +#' group. For more information, see [Using Role Based Access Control #' (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html) #' #' @usage #' elasticache_create_user_group(UserGroupId, Engine, UserIds, Tags) #' #' @param UserGroupId [required] The ID of the user group. -#' @param Engine [required] The current supported value is Redis. +#' @param Engine [required] The current supported value is Redis user. #' @param UserIds The list of user IDs that belong to the user group. #' @param Tags A list of tags to be added to this resource. A tag is a key-value pair. #' A tag key must be accompanied by a tag value, although null is accepted. -#' Available for Redis only. +#' Available for Redis OSS only. #' #' @return #' A list with the following syntax: @@ -2913,13 +2915,13 @@ elasticache_create_user_group <- function(UserGroupId, Engine, UserIds = NULL, T #' @param GlobalNodeGroupsToRemove If the value of NodeGroupCount is less than the current number of node #' groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is #' required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to remove -#' from the cluster. ElastiCache for Redis will attempt to remove all node -#' groups listed by GlobalNodeGroupsToRemove from the cluster. +#' from the cluster. ElastiCache (Redis OSS) will attempt to remove all +#' node groups listed by GlobalNodeGroupsToRemove from the cluster. #' @param GlobalNodeGroupsToRetain If the value of NodeGroupCount is less than the current number of node #' groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain is #' required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to retain -#' from the cluster. ElastiCache for Redis will attempt to retain all node -#' groups listed by GlobalNodeGroupsToRetain from the cluster. +#' from the cluster. ElastiCache (Redis OSS) will attempt to retain all +#' node groups listed by GlobalNodeGroupsToRetain from the cluster. #' @param ApplyImmediately [required] Indicates that the shard reconfiguration process begins immediately. At #' present, the only permitted value for this parameter is true. #' @@ -2996,16 +2998,17 @@ elasticache_decrease_node_groups_in_global_replication_group <- function(GlobalR } .elasticache$operations$decrease_node_groups_in_global_replication_group <- elasticache_decrease_node_groups_in_global_replication_group -#' Dynamically decreases the number of replicas in a Redis (cluster mode -#' disabled) replication group or the number of replica nodes in one or -#' more node groups (shards) of a Redis (cluster mode enabled) replication -#' group +#' Dynamically decreases the number of replicas in a Redis OSS (cluster +#' mode disabled) replication group or the number of replica nodes in one +#' or more node groups (shards) of a Redis OSS (cluster mode enabled) +#' replication group #' #' @description -#' Dynamically decreases the number of replicas in a Redis (cluster mode -#' disabled) replication group or the number of replica nodes in one or -#' more node groups (shards) of a Redis (cluster mode enabled) replication -#' group. This operation is performed with no cluster down time. +#' Dynamically decreases the number of replicas in a Redis OSS (cluster +#' mode disabled) replication group or the number of replica nodes in one +#' or more node groups (shards) of a Redis OSS (cluster mode enabled) +#' replication group. This operation is performed with no cluster down +#' time. #' #' @usage #' elasticache_decrease_replica_count(ReplicationGroupId, NewReplicaCount, @@ -3014,23 +3017,23 @@ elasticache_decrease_node_groups_in_global_replication_group <- function(GlobalR #' @param ReplicationGroupId [required] The id of the replication group from which you want to remove replica #' nodes. #' @param NewReplicaCount The number of read replica nodes you want at the completion of this -#' operation. For Redis (cluster mode disabled) replication groups, this is -#' the number of replica nodes in the replication group. For Redis (cluster -#' mode enabled) replication groups, this is the number of replica nodes in -#' each of the replication group's node groups. +#' operation. For Redis OSS (cluster mode disabled) replication groups, +#' this is the number of replica nodes in the replication group. For Redis +#' OSS (cluster mode enabled) replication groups, this is the number of +#' replica nodes in each of the replication group's node groups. #' #' The minimum number of replicas in a shard or replication group is: #' -#' - Redis (cluster mode disabled) +#' - Redis OSS (cluster mode disabled) #' #' - If Multi-AZ is enabled: 1 #' #' - If Multi-AZ is not enabled: 0 #' -#' - Redis (cluster mode enabled): 0 (though you will not be able to +#' - Redis OSS (cluster mode enabled): 0 (though you will not be able to #' failover to a replica if your primary node fails) #' @param ReplicaConfiguration A list of `ConfigureShard` objects that can be used to configure each -#' shard in a Redis (cluster mode enabled) replication group. The +#' shard in a Redis OSS (cluster mode enabled) replication group. The #' `ConfigureShard` has three members: `NewReplicaCount`, `NodeGroupId`, #' and `PreferredAvailabilityZones`. #' @param ReplicasToRemove A list of the node ids to remove from the replication group or node @@ -3231,9 +3234,9 @@ elasticache_decrease_replica_count <- function(ReplicationGroupId, NewReplicaCou #' #' This operation is not valid for: #' -#' - Redis (cluster mode enabled) clusters +#' - Redis OSS (cluster mode enabled) clusters #' -#' - Redis (cluster mode disabled) clusters +#' - Redis OSS (cluster mode disabled) clusters #' #' - A cluster that is the last read replica of a replication group #' @@ -3241,7 +3244,7 @@ elasticache_decrease_replica_count <- function(ReplicationGroupId, NewReplicaCou #' #' - A node group (shard) that has Multi-AZ mode enabled #' -#' - A cluster from a Redis (cluster mode enabled) replication group +#' - A cluster from a Redis OSS (cluster mode enabled) replication group #' #' - A cluster that is not in the `available` state #' @@ -3668,7 +3671,11 @@ elasticache_delete_global_replication_group <- function(GlobalReplicationGroupId #' ElastiCache immediately begins deleting the selected resources; you #' cannot cancel or revert this operation. #' -#' This operation is valid for Redis only. +#' - [`create_snapshot`][elasticache_create_snapshot] permission is +#' required to create a final snapshot. Without this permission, the +#' API call will fail with an `Access Denied` exception. +#' +#' - This operation is valid for Redis OSS only. #' #' @usage #' elasticache_delete_replication_group(ReplicationGroupId, @@ -3854,6 +3861,10 @@ elasticache_delete_replication_group <- function(ReplicationGroupId, RetainPrima #' #' @description #' Deletes a specified existing serverless cache. +#' +#' [`create_serverless_cache_snapshot`][elasticache_create_serverless_cache_snapshot] +#' permission is required to create a final snapshot. Without this +#' permission, the API call will fail with an `Access Denied` exception. #' #' @usage #' elasticache_delete_serverless_cache(ServerlessCacheName, @@ -3861,8 +3872,8 @@ elasticache_delete_replication_group <- function(ReplicationGroupId, RetainPrima #' #' @param ServerlessCacheName [required] The identifier of the serverless cache to be deleted. #' @param FinalSnapshotName Name of the final snapshot to be taken before the serverless cache is -#' deleted. Available for Redis only. Default: NULL, i.e. a final snapshot -#' is not taken. +#' deleted. Available for Redis OSS and Serverless Memcached only. Default: +#' NULL, i.e. a final snapshot is not taken. #' #' @return #' A list with the following syntax: @@ -3946,13 +3957,15 @@ elasticache_delete_serverless_cache <- function(ServerlessCacheName, FinalSnapsh #' Deletes an existing serverless cache snapshot #' #' @description -#' Deletes an existing serverless cache snapshot. Available for Redis only. +#' Deletes an existing serverless cache snapshot. Available for Redis OSS +#' and Serverless Memcached only. #' #' @usage #' elasticache_delete_serverless_cache_snapshot( #' ServerlessCacheSnapshotName) #' -#' @param ServerlessCacheSnapshotName [required] Idenfitier of the snapshot to be deleted. Available for Redis only. +#' @param ServerlessCacheSnapshotName [required] Idenfitier of the snapshot to be deleted. Available for Redis OSS and +#' Serverless Memcached only. #' #' @return #' A list with the following syntax: @@ -4017,7 +4030,7 @@ elasticache_delete_serverless_cache_snapshot <- function(ServerlessCacheSnapshot #' from this operation, ElastiCache immediately begins deleting the #' snapshot; you cannot cancel or revert this operation. #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' @usage #' elasticache_delete_snapshot(SnapshotName) @@ -4119,11 +4132,11 @@ elasticache_delete_snapshot <- function(SnapshotName) { } .elasticache$operations$delete_snapshot <- elasticache_delete_snapshot -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Deletes a user. The user will be -#' removed from all user groups and in turn removed from all replication +#' For Redis OSS engine version 6.0 onwards: Deletes a user. The user will +#' be removed from all user groups and in turn removed from all replication #' groups. For more information, see [Using Role Based Access Control #' (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html). #' @@ -4183,10 +4196,10 @@ elasticache_delete_user <- function(UserId) { } .elasticache$operations$delete_user <- elasticache_delete_user -#' For Redis engine version 6 +#' For Redis OSS engine version 6 #' #' @description -#' For Redis engine version 6.0 onwards: Deletes a user group. The user +#' For Redis OSS engine version 6.0 onwards: Deletes a user group. The user #' group must first be disassociated from the replication group before it #' can be deleted. For more information, see [Using Role Based Access #' Control @@ -4308,7 +4321,7 @@ elasticache_delete_user_group <- function(UserGroupId) { #' @param ShowCacheClustersNotInReplicationGroups An optional flag that can be included in the `DescribeCacheCluster` #' request to show only nodes (API/CLI: clusters) that are not members of a #' replication group. In practice, this mean Memcached and single node -#' Redis clusters. +#' Redis OSS clusters. #' #' @return #' A list with the following syntax: @@ -5207,7 +5220,7 @@ elasticache_describe_global_replication_groups <- function(GlobalReplicationGrou #' [`describe_replication_groups`][elasticache_describe_replication_groups] #' returns information about all replication groups. #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' @usage #' elasticache_describe_replication_groups(ReplicationGroupId, MaxRecords, @@ -5434,7 +5447,7 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -5447,7 +5460,7 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -5488,7 +5501,7 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -5517,14 +5530,14 @@ elasticache_describe_replication_groups <- function(ReplicationGroupId = NULL, M #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Duration The duration filter value, specified in years or seconds. Use this #' parameter to show only reservations for this duration. #' @@ -5651,7 +5664,7 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **M6g node types** (available only for Redis engine version +#' **M6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`, #' `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`, @@ -5664,7 +5677,7 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`, #' `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge` #' -#' **T4g node types** (available only for Redis engine version +#' **T4g node types** (available only for Redis OSS engine version #' 5.0.6 onward and Memcached engine version 1.5.16 onward): #' `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium` #' @@ -5705,7 +5718,7 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' For region availability, see [Supported Node #' Types](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion) #' -#' **R6g node types** (available only for Redis engine version +#' **R6g node types** (available only for Redis OSS engine version #' 5.0.6 onward and for Memcached engine version 1.5.16 onward): #' `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`, #' `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`, @@ -5734,14 +5747,14 @@ elasticache_describe_reserved_cache_nodes <- function(ReservedCacheNodeId = NULL #' - All current generation instance types are created in Amazon VPC by #' default. #' -#' - Redis append-only files (AOF) are not supported for T1 or T2 +#' - Redis OSS append-only files (AOF) are not supported for T1 or T2 #' instances. #' -#' - Redis Multi-AZ with automatic failover is not supported on T1 +#' - Redis OSS Multi-AZ with automatic failover is not supported on T1 #' instances. #' -#' - Redis configuration variables `appendonly` and `appendfsync` are not -#' supported on Redis version 2.8.22 and later. +#' - Redis OSS configuration variables `appendonly` and `appendfsync` are +#' not supported on Redis OSS version 2.8.22 and later. #' @param Duration Duration filter value, specified in years or seconds. Use this parameter #' to show only reservations for a given duration. #' @@ -5832,7 +5845,8 @@ elasticache_describe_reserved_cache_nodes_offerings <- function(ReservedCacheNod #' Returns information about serverless cache snapshots. By default, this #' API lists all of the customer’s serverless cache snapshots. It can also #' describe a single serverless cache snapshot, or the snapshots associated -#' with a particular serverless cache. Available for Redis only. +#' with a particular serverless cache. Available for Redis OSS and +#' Serverless Memcached only. #' #' @usage #' elasticache_describe_serverless_cache_snapshots(ServerlessCacheName, @@ -5840,19 +5854,22 @@ elasticache_describe_reserved_cache_nodes_offerings <- function(ReservedCacheNod #' #' @param ServerlessCacheName The identifier of serverless cache. If this parameter is specified, only #' snapshots associated with that specific serverless cache are described. -#' Available for Redis only. +#' Available for Redis OSS and Serverless Memcached only. #' @param ServerlessCacheSnapshotName The identifier of the serverless cache’s snapshot. If this parameter is -#' specified, only this snapshot is described. Available for Redis only. -#' @param SnapshotType The type of snapshot that is being described. Available for Redis only. +#' specified, only this snapshot is described. Available for Redis OSS and +#' Serverless Memcached only. +#' @param SnapshotType The type of snapshot that is being described. Available for Redis OSS +#' and Serverless Memcached only. #' @param NextToken An optional marker returned from a prior request to support pagination #' of results from this operation. If this parameter is specified, the #' response includes only records beyond the marker, up to the value -#' specified by max-results. Available for Redis only. +#' specified by max-results. Available for Redis OSS and Serverless +#' Memcached only. #' @param MaxResults The maximum number of records to include in the response. If more #' records exist than the specified max-results value, a market is included #' in the response so that remaining results can be retrieved. Available -#' for Redis only.The default is 50. The Validation Constraints are a -#' maximum of 50. +#' for Redis OSS and Serverless Memcached only.The default is 50. The +#' Validation Constraints are a maximum of 50. #' #' @return #' A list with the following syntax: @@ -6112,7 +6129,7 @@ elasticache_describe_service_updates <- function(ServiceUpdateName = NULL, Servi #' all of your snapshots; it can optionally describe a single snapshot, or #' just the snapshots associated with a particular cache cluster. #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' @usage #' elasticache_describe_snapshots(ReplicationGroupId, CacheClusterId, @@ -6261,8 +6278,8 @@ elasticache_describe_snapshots <- function(ReplicationGroupId = NULL, CacheClust #' @param ServiceUpdateName The unique ID of the service update #' @param ReplicationGroupIds The replication group IDs #' @param CacheClusterIds The cache cluster IDs -#' @param Engine The Elasticache engine to which the update applies. Either Redis or -#' Memcached +#' @param Engine The Elasticache engine to which the update applies. Either Redis OSS or +#' Memcached. #' @param ServiceUpdateStatus The status of the service update #' @param ServiceUpdateTimeRange The range of time specified to search for service updates that are in #' available status @@ -6504,7 +6521,7 @@ elasticache_describe_user_groups <- function(UserGroupId = NULL, MaxRecords = NU #' @usage #' elasticache_describe_users(Engine, UserId, Filters, MaxRecords, Marker) #' -#' @param Engine The Redis engine. +#' @param Engine The Redis OSS engine. #' @param UserId The ID of the user. #' @param Filters Filter to determine the list of User IDs to return. #' @param MaxRecords The maximum number of records to include in the response. If more @@ -6673,17 +6690,17 @@ elasticache_disassociate_global_replication_group <- function(GlobalReplicationG #' #' @description #' Provides the functionality to export the serverless cache snapshot data -#' to Amazon S3. Available for Redis only. +#' to Amazon S3. Available for Redis OSS only. #' #' @usage #' elasticache_export_serverless_cache_snapshot( #' ServerlessCacheSnapshotName, S3BucketName) #' #' @param ServerlessCacheSnapshotName [required] The identifier of the serverless cache snapshot to be exported to S3. -#' Available for Redis only. +#' Available for Redis OSS only. #' @param S3BucketName [required] Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3 #' bucket must also be in same region as the snapshot. Available for Redis -#' only. +#' OSS only. #' #' @return #' A list with the following syntax: @@ -6923,16 +6940,17 @@ elasticache_increase_node_groups_in_global_replication_group <- function(GlobalR } .elasticache$operations$increase_node_groups_in_global_replication_group <- elasticache_increase_node_groups_in_global_replication_group -#' Dynamically increases the number of replicas in a Redis (cluster mode -#' disabled) replication group or the number of replica nodes in one or -#' more node groups (shards) of a Redis (cluster mode enabled) replication -#' group +#' Dynamically increases the number of replicas in a Redis OSS (cluster +#' mode disabled) replication group or the number of replica nodes in one +#' or more node groups (shards) of a Redis OSS (cluster mode enabled) +#' replication group #' #' @description -#' Dynamically increases the number of replicas in a Redis (cluster mode -#' disabled) replication group or the number of replica nodes in one or -#' more node groups (shards) of a Redis (cluster mode enabled) replication -#' group. This operation is performed with no cluster down time. +#' Dynamically increases the number of replicas in a Redis OSS (cluster +#' mode disabled) replication group or the number of replica nodes in one +#' or more node groups (shards) of a Redis OSS (cluster mode enabled) +#' replication group. This operation is performed with no cluster down +#' time. #' #' @usage #' elasticache_increase_replica_count(ReplicationGroupId, NewReplicaCount, @@ -6940,12 +6958,12 @@ elasticache_increase_node_groups_in_global_replication_group <- function(GlobalR #' #' @param ReplicationGroupId [required] The id of the replication group to which you want to add replica nodes. #' @param NewReplicaCount The number of read replica nodes you want at the completion of this -#' operation. For Redis (cluster mode disabled) replication groups, this is -#' the number of replica nodes in the replication group. For Redis (cluster -#' mode enabled) replication groups, this is the number of replica nodes in -#' each of the replication group's node groups. +#' operation. For Redis OSS (cluster mode disabled) replication groups, +#' this is the number of replica nodes in the replication group. For Redis +#' OSS (cluster mode enabled) replication groups, this is the number of +#' replica nodes in each of the replication group's node groups. #' @param ReplicaConfiguration A list of `ConfigureShard` objects that can be used to configure each -#' shard in a Redis (cluster mode enabled) replication group. The +#' shard in a Redis OSS (cluster mode enabled) replication group. The #' `ConfigureShard` has three members: `NewReplicaCount`, `NodeGroupId`, #' and `PreferredAvailabilityZones`. #' @param ApplyImmediately [required] If `True`, the number of replica nodes is increased immediately. @@ -7129,12 +7147,12 @@ elasticache_increase_replica_count <- function(ReplicationGroupId, NewReplicaCou } .elasticache$operations$increase_replica_count <- elasticache_increase_replica_count -#' Lists all available node types that you can scale your Redis cluster's -#' or replication group's current node type +#' Lists all available node types that you can scale your Redis OSS +#' cluster's or replication group's current node type #' #' @description -#' Lists all available node types that you can scale your Redis cluster's -#' or replication group's current node type. +#' Lists all available node types that you can scale your Redis OSS +#' cluster's or replication group's current node type. #' #' When you use the #' [`modify_cache_cluster`][elasticache_modify_cache_cluster] or @@ -7306,8 +7324,8 @@ elasticache_list_tags_for_resource <- function(ResourceName) { #' If you are removing cache nodes, you must use the `CacheNodeIdsToRemove` #' parameter to provide the IDs of the specific cache nodes to remove. #' -#' For clusters running Redis, this value must be 1. For clusters running -#' Memcached, this value must be between 1 and 40. +#' For clusters running Redis OSS, this value must be 1. For clusters +#' running Memcached, this value must be between 1 and 40. #' #' Adding or removing Memcached cache nodes can be applied immediately or #' as a pending operation (see `ApplyImmediately`). @@ -7502,7 +7520,7 @@ elasticache_list_tags_for_resource <- function(ResourceName) { #' but you cannot downgrade to an earlier engine version. If you want to #' use an earlier engine version, you must delete the existing cluster and #' create it anew with the earlier engine version. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic cluster @@ -7538,13 +7556,13 @@ elasticache_list_tags_for_resource <- function(ResourceName) { #' #' - DELETE - allowed only when transitioning to RBAC #' -#' For more information, see [Authenticating Users with Redis +#' For more information, see [Authenticating Users with Redis OSS #' AUTH](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) #' @param LogDeliveryConfigurations Specifies the destination, format and type of the logs. #' @param IpDiscovery The network type you choose when modifying a cluster, either `ipv4` | -#' `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2 -#' onward or Memcached engine version 1.6.6 on all instances built on the -#' [Nitro system](https://aws.amazon.com/ec2/nitro/). +#' `ipv6`. IPv6 is supported for workloads using Redis OSS engine version +#' 6.2 onward or Memcached engine version 1.6.6 on all instances built on +#' the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' #' @return #' A list with the following syntax: @@ -7987,16 +8005,16 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' #' @description #' Modifies the settings for a replication group. This is limited to Redis -#' 7 and newer. +#' OSS 7 and newer. #' -#' - [Scaling for Amazon ElastiCache for Redis (cluster mode +#' - [Scaling for Amazon ElastiCache (Redis OSS) (cluster mode #' enabled)](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/scaling-redis-cluster-mode-enabled.html) #' in the ElastiCache User Guide #' #' - [`modify_replication_group_shard_configuration`][elasticache_modify_replication_group_shard_configuration] #' in the ElastiCache API Reference #' -#' This operation is valid for Redis only. +#' This operation is valid for Redis OSS only. #' #' @usage #' elasticache_modify_replication_group(ReplicationGroupId, @@ -8018,8 +8036,8 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' replication group to the primary role. The nodes of all other clusters #' in the replication group are read replicas. #' @param SnapshottingClusterId The cluster ID that is used as the daily snapshot source for the -#' replication group. This parameter cannot be set for Redis (cluster mode -#' enabled) replication groups. +#' replication group. This parameter cannot be set for Redis OSS (cluster +#' mode enabled) replication groups. #' @param AutomaticFailoverEnabled Determines whether a read replica is automatically promoted to #' read/write primary if the existing primary encounters a failure. #' @@ -8096,7 +8114,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' but you cannot downgrade to an earlier engine version. If you want to #' use an earlier engine version, you must delete the existing replication #' group and create it anew with the earlier engine version. -#' @param AutoMinorVersionUpgrade  If you are running Redis engine version 6.0 or later, set this +#' @param AutoMinorVersionUpgrade  If you are running Redis OSS engine version 6.0 or later, set this #' parameter to yes if you want to opt-in to the next auto minor version #' upgrade campaign. This parameter is disabled for previous versions.  #' @param SnapshotRetentionLimit The number of days for which ElastiCache retains automatic node group @@ -8139,7 +8157,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' #' - DELETE - allowed only when transitioning to RBAC #' -#' For more information, see [Authenticating Users with Redis +#' For more information, see [Authenticating Users with Redis OSS #' AUTH](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html) #' @param UserGroupIdsToAdd The ID of the user group you are associating with the replication group. #' @param UserGroupIdsToRemove The ID of the user group to disassociate from the replication group, @@ -8148,9 +8166,9 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' @param RemoveUserGroups Removes the user group associated with this replication group. #' @param LogDeliveryConfigurations Specifies the destination, format and type of the logs. #' @param IpDiscovery The network type you choose when modifying a cluster, either `ipv4` | -#' `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2 -#' onward or Memcached engine version 1.6.6 on all instances built on the -#' [Nitro system](https://aws.amazon.com/ec2/nitro/). +#' `ipv6`. IPv6 is supported for workloads using Redis OSS engine version +#' 6.2 onward or Memcached engine version 1.6.6 on all instances built on +#' the [Nitro system](https://aws.amazon.com/ec2/nitro/). #' @param TransitEncryptionEnabled A flag that enables in-transit encryption when set to true. If you are #' enabling in-transit encryption for an existing cluster, you must also #' set `TransitEncryptionMode` to `preferred`. @@ -8160,7 +8178,7 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' You must set `TransitEncryptionEnabled` to `true`, for your existing #' cluster, and set `TransitEncryptionMode` to `preferred` in the same #' request to allow both encrypted and unencrypted connections at the same -#' time. Once you migrate all your Redis clients to use encrypted +#' time. Once you migrate all your Redis OSS clients to use encrypted #' connections you can set the value to `required` to allow encrypted #' connections only. #' @@ -8169,10 +8187,10 @@ elasticache_modify_global_replication_group <- function(GlobalReplicationGroupId #' after that you can set `TransitEncryptionMode` to `required`. #' @param ClusterMode Enabled or Disabled. To modify cluster mode from Disabled to Enabled, #' you must first set the cluster mode to Compatible. Compatible mode -#' allows your Redis clients to connect using both cluster mode enabled and -#' cluster mode disabled. After you migrate all Redis clients to use -#' cluster mode enabled, you can then complete cluster mode configuration -#' and set the cluster mode to Enabled. +#' allows your Redis OSS clients to connect using both cluster mode enabled +#' and cluster mode disabled. After you migrate all Redis OSS clients to +#' use cluster mode enabled, you can then complete cluster mode +#' configuration and set the cluster mode to Enabled. #' #' @return #' A list with the following syntax: @@ -8403,8 +8421,8 @@ elasticache_modify_replication_group <- function(ReplicationGroupId, Replication #' ReplicationGroupId, NodeGroupCount, ApplyImmediately, #' ReshardingConfiguration, NodeGroupsToRemove, NodeGroupsToRetain) #' -#' @param ReplicationGroupId [required] The name of the Redis (cluster mode enabled) cluster (replication group) -#' on which the shards are to be configured. +#' @param ReplicationGroupId [required] The name of the Redis OSS (cluster mode enabled) cluster (replication +#' group) on which the shards are to be configured. #' @param NodeGroupCount [required] The number of node groups (shards) that results from the modification of #' the shard configuration. #' @param ApplyImmediately [required] Indicates that the shard reconfiguration process begins immediately. At @@ -8424,14 +8442,14 @@ elasticache_modify_replication_group <- function(ReplicationGroupId, Replication #' `NodeGroupsToRetain` is required. `NodeGroupsToRemove` is a list of #' `NodeGroupId`s to remove from the cluster. #' -#' ElastiCache for Redis will attempt to remove all node groups listed by +#' ElastiCache (Redis OSS) will attempt to remove all node groups listed by #' `NodeGroupsToRemove` from the cluster. #' @param NodeGroupsToRetain If the value of `NodeGroupCount` is less than the current number of node #' groups (shards), then either `NodeGroupsToRemove` or #' `NodeGroupsToRetain` is required. `NodeGroupsToRetain` is a list of #' `NodeGroupId`s to retain in the cluster. #' -#' ElastiCache for Redis will attempt to remove all node groups except +#' ElastiCache (Redis OSS) will attempt to remove all node groups except #' those listed by `NodeGroupsToRetain` from the cluster. #' #' @return @@ -8630,9 +8648,10 @@ elasticache_modify_replication_group_shard_configuration <- function(Replication #' maximum length of 255 characters. #' @param CacheUsageLimits Modify the cache usage limit for the serverless cache. #' @param RemoveUserGroup The identifier of the UserGroup to be removed from association with the -#' Redis serverless cache. Available for Redis only. Default is NULL. +#' Redis OSS serverless cache. Available for Redis OSS only. Default is +#' NULL. #' @param UserGroupId The identifier of the UserGroup to be associated with the serverless -#' cache. Available for Redis only. Default is NULL - the existing +#' cache. Available for Redis OSS only. Default is NULL - the existing #' UserGroup is not removed. #' @param SecurityGroupIds The new list of VPC security groups to be associated with the serverless #' cache. Populating this list means the current VPC security groups will @@ -8640,13 +8659,13 @@ elasticache_modify_replication_group_shard_configuration <- function(Replication #' the VPC end-point (private-link). Default = NULL - the existing list of #' VPC security groups is not removed. #' @param SnapshotRetentionLimit The number of days for which Elasticache retains automatic snapshots -#' before deleting them. Available for Redis only. Default = NULL, i.e. the -#' existing snapshot-retention-limit will not be removed or modified. The -#' maximum value allowed is 35 days. +#' before deleting them. Available for Redis OSS and Serverless Memcached +#' only. Default = NULL, i.e. the existing snapshot-retention-limit will +#' not be removed or modified. The maximum value allowed is 35 days. #' @param DailySnapshotTime The daily time during which Elasticache begins taking a daily snapshot -#' of the serverless cache. Available for Redis only. The default is NULL, -#' i.e. the existing snapshot time configured for the cluster is not -#' removed. +#' of the serverless cache. Available for Redis OSS and Serverless +#' Memcached only. The default is NULL, i.e. the existing snapshot time +#' configured for the cluster is not removed. #' #' @return #' A list with the following syntax: @@ -8909,7 +8928,7 @@ elasticache_modify_user_group <- function(UserGroupId, UserIdsToAdd = NULL, User #' are not eligible for cancellation and are non-refundable. For more #' information, see [Managing Costs with Reserved #' Nodes](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/) for -#' Redis or [Managing Costs with Reserved +#' Redis OSS or [Managing Costs with Reserved #' Nodes](https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/) for #' Memcached. #' @@ -9094,11 +9113,11 @@ elasticache_rebalance_slots_in_global_replication_group <- function(GlobalReplic #' #' When the reboot is complete, a cluster event is created. #' -#' Rebooting a cluster is currently supported on Memcached and Redis +#' Rebooting a cluster is currently supported on Memcached and Redis OSS #' (cluster mode disabled) clusters. Rebooting is not supported on Redis -#' (cluster mode enabled) clusters. +#' OSS (cluster mode enabled) clusters. #' -#' If you make changes to parameters that require a Redis (cluster mode +#' If you make changes to parameters that require a Redis OSS (cluster mode #' enabled) cluster reboot for the changes to be applied, see [Rebooting a #' Cluster](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes.rebooting.html) #' for an alternate process. @@ -9490,8 +9509,8 @@ elasticache_revoke_cache_security_group_ingress <- function(CacheSecurityGroupNa #' CustomerNodeEndpointList) #' #' @param ReplicationGroupId [required] The ID of the replication group to which data should be migrated. -#' @param CustomerNodeEndpointList [required] List of endpoints from which data should be migrated. For Redis (cluster -#' mode disabled), list should have only one element. +#' @param CustomerNodeEndpointList [required] List of endpoints from which data should be migrated. For Redis OSS +#' (cluster mode disabled), list should have only one element. #' #' @return #' A list with the following syntax: @@ -9690,8 +9709,8 @@ elasticache_start_migration <- function(ReplicationGroupId, CustomerNodeEndpoint #' concurrently. #' #' - If calling this operation multiple times on different shards in the -#' same Redis (cluster mode enabled) replication group, the first node -#' replacement must complete before a subsequent call can be made. +#' same Redis OSS (cluster mode enabled) replication group, the first +#' node replacement must complete before a subsequent call can be made. #' #' - To determine whether the node replacement is complete you can check #' Events using the Amazon ElastiCache console, the Amazon CLI, or the diff --git a/paws/R/elasticache_service.R b/paws/R/elasticache_service.R index ad4c409f5b..d698949bdd 100644 --- a/paws/R/elasticache_service.R +++ b/paws/R/elasticache_service.R @@ -112,15 +112,15 @@ NULL #' \link[=elasticache_create_cache_parameter_group]{create_cache_parameter_group} \tab Creates a new Amazon ElastiCache cache parameter group\cr #' \link[=elasticache_create_cache_security_group]{create_cache_security_group} \tab Creates a new cache security group\cr #' \link[=elasticache_create_cache_subnet_group]{create_cache_subnet_group} \tab Creates a new cache subnet group\cr -#' \link[=elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication\cr -#' \link[=elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group\cr +#' \link[=elasticache_create_global_replication_group]{create_global_replication_group} \tab Global Datastore for Redis OSS offers fully managed, fast, reliable and secure cross-region replication\cr +#' \link[=elasticache_create_replication_group]{create_replication_group} \tab Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster mode enabled) replication group\cr #' \link[=elasticache_create_serverless_cache]{create_serverless_cache} \tab Creates a serverless cache\cr #' \link[=elasticache_create_serverless_cache_snapshot]{create_serverless_cache_snapshot} \tab This API creates a copy of an entire ServerlessCache at a specific moment in time\cr #' \link[=elasticache_create_snapshot]{create_snapshot} \tab Creates a copy of an entire cluster or replication group at a specific moment in time\cr -#' \link[=elasticache_create_user]{create_user} \tab For Redis engine version 6\cr -#' \link[=elasticache_create_user_group]{create_user_group} \tab For Redis engine version 6\cr +#' \link[=elasticache_create_user]{create_user} \tab For Redis OSS engine version 6\cr +#' \link[=elasticache_create_user_group]{create_user_group} \tab For Redis OSS engine version 6\cr #' \link[=elasticache_decrease_node_groups_in_global_replication_group]{decrease_node_groups_in_global_replication_group} \tab Decreases the number of node groups in a Global datastore\cr -#' \link[=elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr +#' \link[=elasticache_decrease_replica_count]{decrease_replica_count} \tab Dynamically decreases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr #' \link[=elasticache_delete_cache_cluster]{delete_cache_cluster} \tab Deletes a previously provisioned cluster\cr #' \link[=elasticache_delete_cache_parameter_group]{delete_cache_parameter_group} \tab Deletes the specified cache parameter group\cr #' \link[=elasticache_delete_cache_security_group]{delete_cache_security_group} \tab Deletes a cache security group\cr @@ -130,8 +130,8 @@ NULL #' \link[=elasticache_delete_serverless_cache]{delete_serverless_cache} \tab Deletes a specified existing serverless cache\cr #' \link[=elasticache_delete_serverless_cache_snapshot]{delete_serverless_cache_snapshot} \tab Deletes an existing serverless cache snapshot\cr #' \link[=elasticache_delete_snapshot]{delete_snapshot} \tab Deletes an existing snapshot\cr -#' \link[=elasticache_delete_user]{delete_user} \tab For Redis engine version 6\cr -#' \link[=elasticache_delete_user_group]{delete_user_group} \tab For Redis engine version 6\cr +#' \link[=elasticache_delete_user]{delete_user} \tab For Redis OSS engine version 6\cr +#' \link[=elasticache_delete_user_group]{delete_user_group} \tab For Redis OSS engine version 6\cr #' \link[=elasticache_describe_cache_clusters]{describe_cache_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied\cr #' \link[=elasticache_describe_cache_engine_versions]{describe_cache_engine_versions} \tab Returns a list of the available cache engines and their versions\cr #' \link[=elasticache_describe_cache_parameter_groups]{describe_cache_parameter_groups} \tab Returns a list of cache parameter group descriptions\cr @@ -155,8 +155,8 @@ NULL #' \link[=elasticache_export_serverless_cache_snapshot]{export_serverless_cache_snapshot} \tab Provides the functionality to export the serverless cache snapshot data to Amazon S3\cr #' \link[=elasticache_failover_global_replication_group]{failover_global_replication_group} \tab Used to failover the primary region to a secondary region\cr #' \link[=elasticache_increase_node_groups_in_global_replication_group]{increase_node_groups_in_global_replication_group} \tab Increase the number of node groups in the Global datastore\cr -#' \link[=elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group\cr -#' \link[=elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis cluster's or replication group's current node type\cr +#' \link[=elasticache_increase_replica_count]{increase_replica_count} \tab Dynamically increases the number of replicas in a Redis OSS (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis OSS (cluster mode enabled) replication group\cr +#' \link[=elasticache_list_allowed_node_type_modifications]{list_allowed_node_type_modifications} \tab Lists all available node types that you can scale your Redis OSS cluster's or replication group's current node type\cr #' \link[=elasticache_list_tags_for_resource]{list_tags_for_resource} \tab Lists all tags currently on a named resource\cr #' \link[=elasticache_modify_cache_cluster]{modify_cache_cluster} \tab Modifies the settings for a cluster\cr #' \link[=elasticache_modify_cache_parameter_group]{modify_cache_parameter_group} \tab Modifies the parameters of a cache parameter group\cr diff --git a/paws/R/elb_operations.R b/paws/R/elb_operations.R index bd43af54b2..97c59b9267 100644 --- a/paws/R/elb_operations.R +++ b/paws/R/elb_operations.R @@ -93,7 +93,7 @@ elb_add_tags <- function(LoadBalancerNames, Tags) { #' previously associated security groups. #' #' For more information, see [Security Groups for Load Balancers in a -#' VPC](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups) +#' VPC](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/#elb-vpc-security-groups) #' in the *Classic Load Balancers Guide*. #' #' @usage diff --git a/paws/R/elbv2_operations.R b/paws/R/elbv2_operations.R index 9f747fb4ed..35f0a46917 100644 --- a/paws/R/elbv2_operations.R +++ b/paws/R/elbv2_operations.R @@ -368,7 +368,8 @@ elbv2_add_trust_store_revocations <- function(TrustStoreArn, RevocationContents #' MutualAuthentication = list( #' Mode = "string", #' TrustStoreArn = "string", -#' IgnoreClientCertificateExpiry = TRUE|FALSE +#' IgnoreClientCertificateExpiry = TRUE|FALSE, +#' TrustStoreAssociationStatus = "active"|"removed" #' ) #' ) #' ) @@ -460,7 +461,8 @@ elbv2_add_trust_store_revocations <- function(TrustStoreArn, RevocationContents #' MutualAuthentication = list( #' Mode = "string", #' TrustStoreArn = "string", -#' IgnoreClientCertificateExpiry = TRUE|FALSE +#' IgnoreClientCertificateExpiry = TRUE|FALSE, +#' TrustStoreAssociationStatus = "active"|"removed" #' ) #' ) #' ``` @@ -1535,6 +1537,61 @@ elbv2_delete_rule <- function(RuleArn) { } .elbv2$operations$delete_rule <- elbv2_delete_rule +#' Deletes a shared trust store association +#' +#' @description +#' Deletes a shared trust store association. +#' +#' @usage +#' elbv2_delete_shared_trust_store_association(TrustStoreArn, ResourceArn) +#' +#' @param TrustStoreArn [required] The Amazon Resource Name (ARN) of the trust store. +#' @param ResourceArn [required] The Amazon Resource Name (ARN) of the resource. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$delete_shared_trust_store_association( +#' TrustStoreArn = "string", +#' ResourceArn = "string" +#' ) +#' ``` +#' +#' @examples +#' \dontrun{ +#' # This example deletes the association between the specified trust store +#' # and the specified load balancer. +#' svc$delete_shared_trust_store_association( +#' ResourceArn = "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadba...", +#' TrustStoreArn = "arn:aws:elasticloadbalancing:us-east-1:123456789012:trus..." +#' ) +#' } +#' +#' @keywords internal +#' +#' @rdname elbv2_delete_shared_trust_store_association +#' +#' @aliases elbv2_delete_shared_trust_store_association +elbv2_delete_shared_trust_store_association <- function(TrustStoreArn, ResourceArn) { + op <- new_operation( + name = "DeleteSharedTrustStoreAssociation", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .elbv2$delete_shared_trust_store_association_input(TrustStoreArn = TrustStoreArn, ResourceArn = ResourceArn) + output <- .elbv2$delete_shared_trust_store_association_output() + config <- get_config() + svc <- .elbv2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.elbv2$operations$delete_shared_trust_store_association <- elbv2_delete_shared_trust_store_association + #' Deletes the specified target group #' #' @description @@ -1970,7 +2027,8 @@ elbv2_describe_listener_certificates <- function(ListenerArn, Marker = NULL, Pag #' MutualAuthentication = list( #' Mode = "string", #' TrustStoreArn = "string", -#' IgnoreClientCertificateExpiry = TRUE|FALSE +#' IgnoreClientCertificateExpiry = TRUE|FALSE, +#' TrustStoreAssociationStatus = "active"|"removed" #' ) #' ) #' ), @@ -2741,7 +2799,7 @@ elbv2_describe_target_groups <- function(LoadBalancerArn = NULL, TargetGroupArns #' #' @param TargetGroupArn [required] The Amazon Resource Name (ARN) of the target group. #' @param Targets The targets. -#' @param Include Used to inclue anomaly detection information. +#' @param Include Used to include anomaly detection information. #' #' @return #' A list with the following syntax: @@ -2889,12 +2947,12 @@ elbv2_describe_trust_store_associations <- function(TrustStoreArn, Marker = NULL } .elbv2$operations$describe_trust_store_associations <- elbv2_describe_trust_store_associations -#' Describes the revocation files in use by the specified trust store arn, -#' or revocation ID +#' Describes the revocation files in use by the specified trust store or +#' revocation files #' #' @description -#' Describes the revocation files in use by the specified trust store arn, -#' or revocation ID. +#' Describes the revocation files in use by the specified trust store or +#' revocation files. #' #' @usage #' elbv2_describe_trust_store_revocations(TrustStoreArn, RevocationIds, @@ -2957,12 +3015,10 @@ elbv2_describe_trust_store_revocations <- function(TrustStoreArn, RevocationIds } .elbv2$operations$describe_trust_store_revocations <- elbv2_describe_trust_store_revocations -#' Describes all trust stores for a given account by trust store arn’s or -#' name +#' Describes all trust stores for the specified account #' #' @description -#' Describes all trust stores for a given account by trust store arn’s or -#' name. +#' Describes all trust stores for the specified account. #' #' @usage #' elbv2_describe_trust_stores(TrustStoreArns, Names, Marker, PageSize) @@ -3027,6 +3083,63 @@ elbv2_describe_trust_stores <- function(TrustStoreArns = NULL, Names = NULL, Mar } .elbv2$operations$describe_trust_stores <- elbv2_describe_trust_stores +#' Retrieves the resource policy for a specified resource +#' +#' @description +#' Retrieves the resource policy for a specified resource. +#' +#' @usage +#' elbv2_get_resource_policy(ResourceArn) +#' +#' @param ResourceArn [required] The Amazon Resource Name (ARN) of the resource. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Policy = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_resource_policy( +#' ResourceArn = "string" +#' ) +#' ``` +#' +#' @examples +#' \dontrun{ +#' # This example retrieves the resource policy for the specified trust +#' # store. +#' svc$get_resource_policy( +#' ResourceArn = "arn:aws:elasticloadbalancing:us-east-1:123456789012:trusts..." +#' ) +#' } +#' +#' @keywords internal +#' +#' @rdname elbv2_get_resource_policy +#' +#' @aliases elbv2_get_resource_policy +elbv2_get_resource_policy <- function(ResourceArn) { + op <- new_operation( + name = "GetResourcePolicy", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .elbv2$get_resource_policy_input(ResourceArn = ResourceArn) + output <- .elbv2$get_resource_policy_output() + config <- get_config() + svc <- .elbv2$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.elbv2$operations$get_resource_policy <- elbv2_get_resource_policy + #' Retrieves the ca certificate bundle #' #' @description @@ -3270,7 +3383,8 @@ elbv2_get_trust_store_revocation_content <- function(TrustStoreArn, RevocationId #' MutualAuthentication = list( #' Mode = "string", #' TrustStoreArn = "string", -#' IgnoreClientCertificateExpiry = TRUE|FALSE +#' IgnoreClientCertificateExpiry = TRUE|FALSE, +#' TrustStoreAssociationStatus = "active"|"removed" #' ) #' ) #' ) @@ -3356,7 +3470,8 @@ elbv2_get_trust_store_revocation_content <- function(TrustStoreArn, RevocationId #' MutualAuthentication = list( #' Mode = "string", #' TrustStoreArn = "string", -#' IgnoreClientCertificateExpiry = TRUE|FALSE +#' IgnoreClientCertificateExpiry = TRUE|FALSE, +#' TrustStoreAssociationStatus = "active"|"removed" #' ) #' ) #' ``` @@ -4014,10 +4129,10 @@ elbv2_modify_target_group_attributes <- function(TargetGroupArn, Attributes) { } .elbv2$operations$modify_target_group_attributes <- elbv2_modify_target_group_attributes -#' Update the ca certificate bundle for a given trust store +#' Update the ca certificate bundle for the specified trust store #' #' @description -#' Update the ca certificate bundle for a given trust store. +#' Update the ca certificate bundle for the specified trust store. #' #' @usage #' elbv2_modify_trust_store(TrustStoreArn, CaCertificatesBundleS3Bucket, @@ -4363,6 +4478,11 @@ elbv2_remove_trust_store_revocations <- function(TrustStoreArn, RevocationIds) { #' addresses), and `dualstack-without-public-ipv4` (for IPv6 only public #' addresses, with private IPv4 and IPv6 addresses). #' +#' Note: Application Load Balancer authentication only supports IPv4 +#' addresses when connecting to an Identity Provider (IdP) or Amazon +#' Cognito endpoint. Without a public IPv4 address the load balancer cannot +#' complete the authentication process, resulting in HTTP 500 errors. +#' #' \[Network Load Balancers\] The IP address type. The possible values are #' `ipv4` (for only IPv4 addresses) and `dualstack` (for IPv4 and IPv6 #' addresses). You can’t specify `dualstack` for a load balancer with a UDP diff --git a/paws/R/elbv2_service.R b/paws/R/elbv2_service.R index 94c1cfcfce..bab013ac4b 100644 --- a/paws/R/elbv2_service.R +++ b/paws/R/elbv2_service.R @@ -142,6 +142,7 @@ NULL #' \link[=elbv2_delete_listener]{delete_listener} \tab Deletes the specified listener\cr #' \link[=elbv2_delete_load_balancer]{delete_load_balancer} \tab Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer\cr #' \link[=elbv2_delete_rule]{delete_rule} \tab Deletes the specified rule\cr +#' \link[=elbv2_delete_shared_trust_store_association]{delete_shared_trust_store_association} \tab Deletes a shared trust store association\cr #' \link[=elbv2_delete_target_group]{delete_target_group} \tab Deletes the specified target group\cr #' \link[=elbv2_delete_trust_store]{delete_trust_store} \tab Deletes a trust store\cr #' \link[=elbv2_deregister_targets]{deregister_targets} \tab Deregisters the specified targets from the specified target group\cr @@ -157,8 +158,9 @@ NULL #' \link[=elbv2_describe_target_groups]{describe_target_groups} \tab Describes the specified target groups or all of your target groups\cr #' \link[=elbv2_describe_target_health]{describe_target_health} \tab Describes the health of the specified targets or all of your targets\cr #' \link[=elbv2_describe_trust_store_associations]{describe_trust_store_associations} \tab Describes all resources associated with the specified trust store\cr -#' \link[=elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store arn, or revocation ID\cr -#' \link[=elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for a given account by trust store arn’s or name\cr +#' \link[=elbv2_describe_trust_store_revocations]{describe_trust_store_revocations} \tab Describes the revocation files in use by the specified trust store or revocation files\cr +#' \link[=elbv2_describe_trust_stores]{describe_trust_stores} \tab Describes all trust stores for the specified account\cr +#' \link[=elbv2_get_resource_policy]{get_resource_policy} \tab Retrieves the resource policy for a specified resource\cr #' \link[=elbv2_get_trust_store_ca_certificates_bundle]{get_trust_store_ca_certificates_bundle} \tab Retrieves the ca certificate bundle\cr #' \link[=elbv2_get_trust_store_revocation_content]{get_trust_store_revocation_content} \tab Retrieves the specified revocation file\cr #' \link[=elbv2_modify_listener]{modify_listener} \tab Replaces the specified properties of the specified listener\cr @@ -166,7 +168,7 @@ NULL #' \link[=elbv2_modify_rule]{modify_rule} \tab Replaces the specified properties of the specified rule\cr #' \link[=elbv2_modify_target_group]{modify_target_group} \tab Modifies the health checks used when evaluating the health state of the targets in the specified target group\cr #' \link[=elbv2_modify_target_group_attributes]{modify_target_group_attributes} \tab Modifies the specified attributes of the specified target group\cr -#' \link[=elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for a given trust store\cr +#' \link[=elbv2_modify_trust_store]{modify_trust_store} \tab Update the ca certificate bundle for the specified trust store\cr #' \link[=elbv2_register_targets]{register_targets} \tab Registers the specified targets with the specified target group\cr #' \link[=elbv2_remove_listener_certificates]{remove_listener_certificates} \tab Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener\cr #' \link[=elbv2_remove_tags]{remove_tags} \tab Removes the specified tags from the specified Elastic Load Balancing resources\cr diff --git a/paws/R/entityresolution_operations.R b/paws/R/entityresolution_operations.R index bd9dea17e6..976b475388 100644 --- a/paws/R/entityresolution_operations.R +++ b/paws/R/entityresolution_operations.R @@ -22,6 +22,12 @@ NULL #' @param condition A set of condition keys that you can use in key policies. #' @param effect [required] Determines whether the permissions specified in the policy are to be #' allowed (`Allow`) or denied (`Deny`). +#' +#' If you set the value of the `effect` parameter to `Deny` for the +#' [`add_policy_statement`][entityresolution_add_policy_statement] +#' operation, you must also set the value of the `effect` parameter in the +#' `policy` to `Deny` for the [`put_policy`][entityresolution_put_policy] +#' operation. #' @param principal [required] The Amazon Web Services service or Amazon Web Services account that can #' access the resource defined as ARN. #' @param statementId [required] A statement identifier that differentiates the statement from others in @@ -161,13 +167,13 @@ entityresolution_batch_delete_unique_id <- function(inputSource = NULL, uniqueId #' tags, workflowName) #' #' @param description A description of the workflow. -#' @param idMappingTechniques [required] An object which defines the `idMappingType` and the -#' `providerProperties`. +#' @param idMappingTechniques [required] An object which defines the ID mapping technique and any additional +#' configurations. #' @param inputSourceConfig [required] A list of `InputSource` objects, which have the fields `InputSourceARN` #' and `SchemaName`. #' @param outputSourceConfig A list of `IdMappingWorkflowOutputSource` objects, each of which #' contains fields `OutputS3Path` and `Output`. -#' @param roleArn [required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution +#' @param roleArn The Amazon Resource Name (ARN) of the IAM role. Entity Resolution #' assumes this role to create resources on your behalf as part of workflow #' execution. #' @param tags The tags used to organize, track, or control access for this resource. @@ -180,13 +186,26 @@ entityresolution_batch_delete_unique_id <- function(inputSource = NULL, uniqueId #' list( #' description = "string", #' idMappingTechniques = list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' intermediateSourceConfiguration = list( #' intermediateS3Path = "string" #' ), #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET", +#' ruleDefinitionType = "SOURCE"|"TARGET", +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ), #' inputSourceConfig = list( @@ -213,13 +232,26 @@ entityresolution_batch_delete_unique_id <- function(inputSource = NULL, uniqueId #' svc$create_id_mapping_workflow( #' description = "string", #' idMappingTechniques = list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' intermediateSourceConfiguration = list( #' intermediateS3Path = "string" #' ), #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET", +#' ruleDefinitionType = "SOURCE"|"TARGET", +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ), #' inputSourceConfig = list( @@ -248,7 +280,7 @@ entityresolution_batch_delete_unique_id <- function(inputSource = NULL, uniqueId #' @rdname entityresolution_create_id_mapping_workflow #' #' @aliases entityresolution_create_id_mapping_workflow -entityresolution_create_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn, tags = NULL, workflowName) { +entityresolution_create_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn = NULL, tags = NULL, workflowName) { op <- new_operation( name = "CreateIdMappingWorkflow", http_method = "POST", @@ -308,10 +340,27 @@ entityresolution_create_id_mapping_workflow <- function(description = NULL, idMa #' description = "string", #' idMappingWorkflowProperties = list( #' list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModels = list( +#' "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET" +#' ), +#' ruleDefinitionTypes = list( +#' "SOURCE"|"TARGET" +#' ), +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ) #' ), @@ -340,10 +389,27 @@ entityresolution_create_id_mapping_workflow <- function(description = NULL, idMa #' description = "string", #' idMappingWorkflowProperties = list( #' list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModels = list( +#' "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET" +#' ), +#' ruleDefinitionTypes = list( +#' "SOURCE"|"TARGET" +#' ), +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ) #' ), @@ -456,6 +522,7 @@ entityresolution_create_id_namespace <- function(description = NULL, idMappingWo #' resolutionType = "RULE_MATCHING"|"ML_MATCHING"|"PROVIDER", #' ruleBasedProperties = list( #' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' matchPurpose = "IDENTIFIER_GENERATION"|"INDEXING", #' rules = list( #' list( #' matchingKeys = list( @@ -510,6 +577,7 @@ entityresolution_create_id_namespace <- function(description = NULL, idMappingWo #' resolutionType = "RULE_MATCHING"|"ML_MATCHING"|"PROVIDER", #' ruleBasedProperties = list( #' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' matchPurpose = "IDENTIFIER_GENERATION"|"INDEXING", #' rules = list( #' list( #' matchingKeys = list( @@ -581,6 +649,7 @@ entityresolution_create_matching_workflow <- function(description = NULL, increm #' list( #' fieldName = "string", #' groupName = "string", +#' hashed = TRUE|FALSE, #' matchKey = "string", #' subType = "string", #' type = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|"PROVIDER_ID" @@ -599,6 +668,7 @@ entityresolution_create_matching_workflow <- function(description = NULL, increm #' list( #' fieldName = "string", #' groupName = "string", +#' hashed = TRUE|FALSE, #' matchKey = "string", #' subType = "string", #' type = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|"PROVIDER_ID" @@ -911,6 +981,9 @@ entityresolution_delete_schema_mapping <- function(schemaName) { #' metrics = list( #' inputRecords = 123, #' recordsNotProcessed = 123, +#' totalMappedRecords = 123, +#' totalMappedSourceRecords = 123, +#' totalMappedTargetRecords = 123, #' totalRecordsProcessed = 123 #' ), #' outputSourceConfig = list( @@ -977,13 +1050,26 @@ entityresolution_get_id_mapping_job <- function(jobId, workflowName) { #' ), #' description = "string", #' idMappingTechniques = list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' intermediateSourceConfiguration = list( #' intermediateS3Path = "string" #' ), #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET", +#' ruleDefinitionType = "SOURCE"|"TARGET", +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ), #' inputSourceConfig = list( @@ -1061,10 +1147,27 @@ entityresolution_get_id_mapping_workflow <- function(workflowName) { #' description = "string", #' idMappingWorkflowProperties = list( #' list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModels = list( +#' "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET" +#' ), +#' ruleDefinitionTypes = list( +#' "SOURCE"|"TARGET" +#' ), +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ) #' ), @@ -1304,6 +1407,7 @@ entityresolution_get_matching_job <- function(jobId, workflowName) { #' resolutionType = "RULE_MATCHING"|"ML_MATCHING"|"PROVIDER", #' ruleBasedProperties = list( #' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' matchPurpose = "IDENTIFIER_GENERATION"|"INDEXING", #' rules = list( #' list( #' matchingKeys = list( @@ -1525,6 +1629,7 @@ entityresolution_get_provider_service <- function(providerName, providerServiceN #' list( #' fieldName = "string", #' groupName = "string", +#' hashed = TRUE|FALSE, #' matchKey = "string", #' subType = "string", #' type = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|"PROVIDER_ID" @@ -1721,6 +1826,11 @@ entityresolution_list_id_mapping_workflows <- function(maxResults = NULL, nextTo #' "2015-01-01" #' ), #' description = "string", +#' idMappingWorkflowProperties = list( +#' list( +#' idMappingType = "PROVIDER"|"RULE_BASED" +#' ) +#' ), #' idNamespaceArn = "string", #' idNamespaceName = "string", #' type = "SOURCE"|"TARGET", @@ -2085,6 +2195,12 @@ entityresolution_list_tags_for_resource <- function(resourceArn) { #' @param arn [required] The Amazon Resource Name (ARN) of the resource for which the policy #' needs to be updated. #' @param policy [required] The resource-based policy. +#' +#' If you set the value of the `effect` parameter in the `policy` to `Deny` +#' for the [`put_policy`][entityresolution_put_policy] operation, you must +#' also set the value of the `effect` parameter to `Deny` for the +#' [`add_policy_statement`][entityresolution_add_policy_statement] +#' operation. #' @param token A unique identifier for the current revision of the policy. #' #' @return @@ -2368,13 +2484,13 @@ entityresolution_untag_resource <- function(resourceArn, tagKeys) { #' workflowName) #' #' @param description A description of the workflow. -#' @param idMappingTechniques [required] An object which defines the `idMappingType` and the -#' `providerProperties`. +#' @param idMappingTechniques [required] An object which defines the ID mapping technique and any additional +#' configurations. #' @param inputSourceConfig [required] A list of `InputSource` objects, which have the fields `InputSourceARN` #' and `SchemaName`. #' @param outputSourceConfig A list of `OutputSource` objects, each of which contains fields #' `OutputS3Path` and `KMSArn`. -#' @param roleArn [required] The Amazon Resource Name (ARN) of the IAM role. Entity Resolution +#' @param roleArn The Amazon Resource Name (ARN) of the IAM role. Entity Resolution #' assumes this role to access Amazon Web Services resources on your #' behalf. #' @param workflowName [required] The name of the workflow. @@ -2385,13 +2501,26 @@ entityresolution_untag_resource <- function(resourceArn, tagKeys) { #' list( #' description = "string", #' idMappingTechniques = list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' intermediateSourceConfiguration = list( #' intermediateS3Path = "string" #' ), #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET", +#' ruleDefinitionType = "SOURCE"|"TARGET", +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ), #' inputSourceConfig = list( @@ -2418,13 +2547,26 @@ entityresolution_untag_resource <- function(resourceArn, tagKeys) { #' svc$update_id_mapping_workflow( #' description = "string", #' idMappingTechniques = list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' intermediateSourceConfiguration = list( #' intermediateS3Path = "string" #' ), #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET", +#' ruleDefinitionType = "SOURCE"|"TARGET", +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ), #' inputSourceConfig = list( @@ -2450,7 +2592,7 @@ entityresolution_untag_resource <- function(resourceArn, tagKeys) { #' @rdname entityresolution_update_id_mapping_workflow #' #' @aliases entityresolution_update_id_mapping_workflow -entityresolution_update_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn, workflowName) { +entityresolution_update_id_mapping_workflow <- function(description = NULL, idMappingTechniques, inputSourceConfig, outputSourceConfig = NULL, roleArn = NULL, workflowName) { op <- new_operation( name = "UpdateIdMappingWorkflow", http_method = "PUT", @@ -2498,10 +2640,27 @@ entityresolution_update_id_mapping_workflow <- function(description = NULL, idMa #' description = "string", #' idMappingWorkflowProperties = list( #' list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModels = list( +#' "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET" +#' ), +#' ruleDefinitionTypes = list( +#' "SOURCE"|"TARGET" +#' ), +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ) #' ), @@ -2527,10 +2686,27 @@ entityresolution_update_id_mapping_workflow <- function(description = NULL, idMa #' description = "string", #' idMappingWorkflowProperties = list( #' list( -#' idMappingType = "PROVIDER", +#' idMappingType = "PROVIDER"|"RULE_BASED", #' providerProperties = list( #' providerConfiguration = list(), #' providerServiceArn = "string" +#' ), +#' ruleBasedProperties = list( +#' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' recordMatchingModels = list( +#' "ONE_SOURCE_TO_ONE_TARGET"|"MANY_SOURCE_TO_ONE_TARGET" +#' ), +#' ruleDefinitionTypes = list( +#' "SOURCE"|"TARGET" +#' ), +#' rules = list( +#' list( +#' matchingKeys = list( +#' "string" +#' ), +#' ruleName = "string" +#' ) +#' ) #' ) #' ) #' ), @@ -2634,6 +2810,7 @@ entityresolution_update_id_namespace <- function(description = NULL, idMappingWo #' resolutionType = "RULE_MATCHING"|"ML_MATCHING"|"PROVIDER", #' ruleBasedProperties = list( #' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' matchPurpose = "IDENTIFIER_GENERATION"|"INDEXING", #' rules = list( #' list( #' matchingKeys = list( @@ -2687,6 +2864,7 @@ entityresolution_update_id_namespace <- function(description = NULL, idMappingWo #' resolutionType = "RULE_MATCHING"|"ML_MATCHING"|"PROVIDER", #' ruleBasedProperties = list( #' attributeMatchingModel = "ONE_TO_ONE"|"MANY_TO_MANY", +#' matchPurpose = "IDENTIFIER_GENERATION"|"INDEXING", #' rules = list( #' list( #' matchingKeys = list( @@ -2753,6 +2931,7 @@ entityresolution_update_matching_workflow <- function(description = NULL, increm #' list( #' fieldName = "string", #' groupName = "string", +#' hashed = TRUE|FALSE, #' matchKey = "string", #' subType = "string", #' type = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|"PROVIDER_ID" @@ -2771,6 +2950,7 @@ entityresolution_update_matching_workflow <- function(description = NULL, increm #' list( #' fieldName = "string", #' groupName = "string", +#' hashed = TRUE|FALSE, #' matchKey = "string", #' subType = "string", #' type = "NAME"|"NAME_FIRST"|"NAME_MIDDLE"|"NAME_LAST"|"ADDRESS"|"ADDRESS_STREET1"|"ADDRESS_STREET2"|"ADDRESS_STREET3"|"ADDRESS_CITY"|"ADDRESS_STATE"|"ADDRESS_COUNTRY"|"ADDRESS_POSTALCODE"|"PHONE"|"PHONE_NUMBER"|"PHONE_COUNTRYCODE"|"EMAIL_ADDRESS"|"UNIQUE_ID"|"DATE"|"STRING"|"PROVIDER_ID" diff --git a/paws/R/eventbridge_operations.R b/paws/R/eventbridge_operations.R index d53dd0c31f..66e779d476 100644 --- a/paws/R/eventbridge_operations.R +++ b/paws/R/eventbridge_operations.R @@ -3025,8 +3025,8 @@ eventbridge_list_targets_by_rule <- function(Rule, EventBusName = NULL, NextToke #' calculated including the event and any necessary characters and keys of #' the JSON representation of the event. To learn more, see [Calculating #' PutEvents event entry -#' size](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevent-size.html) -#' in the *Amazon EventBridge User Guide* +#' size](https://docs.aws.amazon.com/eventbridge/latest/userguide/) in the +#' *Amazon EventBridge User Guide* #' #' PutEvents accepts the data in JSON format. For the JSON number (integer) #' data type, the constraints are: a minimum value of @@ -3116,8 +3116,8 @@ eventbridge_put_events <- function(Entries, EndpointId = NULL) { #' #' For information on calculating event batch size, see [Calculating #' EventBridge PutEvents event entry -#' size](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevent-size.html) -#' in the *EventBridge User Guide*. +#' size](https://docs.aws.amazon.com/eventbridge/latest/userguide/) in the +#' *EventBridge User Guide*. #' #' @usage #' eventbridge_put_partner_events(Entries) diff --git a/paws/R/firehose_operations.R b/paws/R/firehose_operations.R index 78d3aca07b..881ef6c6e9 100644 --- a/paws/R/firehose_operations.R +++ b/paws/R/firehose_operations.R @@ -99,7 +99,8 @@ NULL #' AmazonopensearchserviceDestinationConfiguration, #' SplunkDestinationConfiguration, HttpEndpointDestinationConfiguration, #' Tags, AmazonOpenSearchServerlessDestinationConfiguration, -#' MSKSourceConfiguration, SnowflakeDestinationConfiguration) +#' MSKSourceConfiguration, SnowflakeDestinationConfiguration, +#' IcebergDestinationConfiguration) #' #' @param DeliveryStreamName [required] The name of the delivery stream. This name must be unique per Amazon Web #' Services account in the same Amazon Web Services Region. If the delivery @@ -162,6 +163,9 @@ NULL #' Service. You can specify only one destination. #' @param MSKSourceConfiguration #' @param SnowflakeDestinationConfiguration Configure Snowflake destination +#' @param IcebergDestinationConfiguration Configure Apache Iceberg Tables destination. +#' +#' Amazon Data Firehose is in preview release and is subject to change. #' #' @return #' A list with the following syntax: @@ -753,6 +757,9 @@ NULL #' AuthenticationConfiguration = list( #' RoleARN = "string", #' Connectivity = "PUBLIC"|"PRIVATE" +#' ), +#' ReadFromTimestamp = as.POSIXct( +#' "2015-01-01" #' ) #' ), #' SnowflakeDestinationConfiguration = list( @@ -823,6 +830,75 @@ NULL #' SecretARN = "string", #' RoleARN = "string", #' Enabled = TRUE|FALSE +#' ), +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ) +#' ), +#' IcebergDestinationConfiguration = list( +#' DestinationTableConfigurationList = list( +#' list( +#' DestinationTableName = "string", +#' DestinationDatabaseName = "string", +#' UniqueKeys = list( +#' "string" +#' ), +#' S3ErrorOutputPrefix = "string" +#' ) +#' ), +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ), +#' CloudWatchLoggingOptions = list( +#' Enabled = TRUE|FALSE, +#' LogGroupName = "string", +#' LogStreamName = "string" +#' ), +#' ProcessingConfiguration = list( +#' Enabled = TRUE|FALSE, +#' Processors = list( +#' list( +#' Type = "RecordDeAggregation"|"Decompression"|"CloudWatchLogProcessing"|"Lambda"|"MetadataExtraction"|"AppendDelimiterToRecord", +#' Parameters = list( +#' list( +#' ParameterName = "LambdaArn"|"NumberOfRetries"|"MetadataExtractionQuery"|"JsonParsingEngine"|"RoleArn"|"BufferSizeInMBs"|"BufferIntervalInSeconds"|"SubRecordType"|"Delimiter"|"CompressionFormat"|"DataMessageExtraction", +#' ParameterValue = "string" +#' ) +#' ) +#' ) +#' ) +#' ), +#' S3BackupMode = "FailedDataOnly"|"AllData", +#' RetryOptions = list( +#' DurationInSeconds = 123 +#' ), +#' RoleARN = "string", +#' CatalogConfiguration = list( +#' CatalogARN = "string" +#' ), +#' S3Configuration = list( +#' RoleARN = "string", +#' BucketARN = "string", +#' Prefix = "string", +#' ErrorOutputPrefix = "string", +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ), +#' CompressionFormat = "UNCOMPRESSED"|"GZIP"|"ZIP"|"Snappy"|"HADOOP_SNAPPY", +#' EncryptionConfiguration = list( +#' NoEncryptionConfig = "NoEncryption", +#' KMSEncryptionConfig = list( +#' AWSKMSKeyARN = "string" +#' ) +#' ), +#' CloudWatchLoggingOptions = list( +#' Enabled = TRUE|FALSE, +#' LogGroupName = "string", +#' LogStreamName = "string" +#' ) #' ) #' ) #' ) @@ -833,7 +909,7 @@ NULL #' @rdname firehose_create_delivery_stream #' #' @aliases firehose_create_delivery_stream -firehose_create_delivery_stream <- function(DeliveryStreamName, DeliveryStreamType = NULL, KinesisStreamSourceConfiguration = NULL, DeliveryStreamEncryptionConfigurationInput = NULL, S3DestinationConfiguration = NULL, ExtendedS3DestinationConfiguration = NULL, RedshiftDestinationConfiguration = NULL, ElasticsearchDestinationConfiguration = NULL, AmazonopensearchserviceDestinationConfiguration = NULL, SplunkDestinationConfiguration = NULL, HttpEndpointDestinationConfiguration = NULL, Tags = NULL, AmazonOpenSearchServerlessDestinationConfiguration = NULL, MSKSourceConfiguration = NULL, SnowflakeDestinationConfiguration = NULL) { +firehose_create_delivery_stream <- function(DeliveryStreamName, DeliveryStreamType = NULL, KinesisStreamSourceConfiguration = NULL, DeliveryStreamEncryptionConfigurationInput = NULL, S3DestinationConfiguration = NULL, ExtendedS3DestinationConfiguration = NULL, RedshiftDestinationConfiguration = NULL, ElasticsearchDestinationConfiguration = NULL, AmazonopensearchserviceDestinationConfiguration = NULL, SplunkDestinationConfiguration = NULL, HttpEndpointDestinationConfiguration = NULL, Tags = NULL, AmazonOpenSearchServerlessDestinationConfiguration = NULL, MSKSourceConfiguration = NULL, SnowflakeDestinationConfiguration = NULL, IcebergDestinationConfiguration = NULL) { op <- new_operation( name = "CreateDeliveryStream", http_method = "POST", @@ -841,7 +917,7 @@ firehose_create_delivery_stream <- function(DeliveryStreamName, DeliveryStreamTy host_prefix = "", paginator = list() ) - input <- .firehose$create_delivery_stream_input(DeliveryStreamName = DeliveryStreamName, DeliveryStreamType = DeliveryStreamType, KinesisStreamSourceConfiguration = KinesisStreamSourceConfiguration, DeliveryStreamEncryptionConfigurationInput = DeliveryStreamEncryptionConfigurationInput, S3DestinationConfiguration = S3DestinationConfiguration, ExtendedS3DestinationConfiguration = ExtendedS3DestinationConfiguration, RedshiftDestinationConfiguration = RedshiftDestinationConfiguration, ElasticsearchDestinationConfiguration = ElasticsearchDestinationConfiguration, AmazonopensearchserviceDestinationConfiguration = AmazonopensearchserviceDestinationConfiguration, SplunkDestinationConfiguration = SplunkDestinationConfiguration, HttpEndpointDestinationConfiguration = HttpEndpointDestinationConfiguration, Tags = Tags, AmazonOpenSearchServerlessDestinationConfiguration = AmazonOpenSearchServerlessDestinationConfiguration, MSKSourceConfiguration = MSKSourceConfiguration, SnowflakeDestinationConfiguration = SnowflakeDestinationConfiguration) + input <- .firehose$create_delivery_stream_input(DeliveryStreamName = DeliveryStreamName, DeliveryStreamType = DeliveryStreamType, KinesisStreamSourceConfiguration = KinesisStreamSourceConfiguration, DeliveryStreamEncryptionConfigurationInput = DeliveryStreamEncryptionConfigurationInput, S3DestinationConfiguration = S3DestinationConfiguration, ExtendedS3DestinationConfiguration = ExtendedS3DestinationConfiguration, RedshiftDestinationConfiguration = RedshiftDestinationConfiguration, ElasticsearchDestinationConfiguration = ElasticsearchDestinationConfiguration, AmazonopensearchserviceDestinationConfiguration = AmazonopensearchserviceDestinationConfiguration, SplunkDestinationConfiguration = SplunkDestinationConfiguration, HttpEndpointDestinationConfiguration = HttpEndpointDestinationConfiguration, Tags = Tags, AmazonOpenSearchServerlessDestinationConfiguration = AmazonOpenSearchServerlessDestinationConfiguration, MSKSourceConfiguration = MSKSourceConfiguration, SnowflakeDestinationConfiguration = SnowflakeDestinationConfiguration, IcebergDestinationConfiguration = IcebergDestinationConfiguration) output <- .firehose$create_delivery_stream_output() config <- get_config() svc <- .firehose$service(config, op) @@ -1000,6 +1076,9 @@ firehose_delete_delivery_stream <- function(DeliveryStreamName, AllowForceDelete #' ), #' DeliveryStartTimestamp = as.POSIXct( #' "2015-01-01" +#' ), +#' ReadFromTimestamp = as.POSIXct( +#' "2015-01-01" #' ) #' ) #' ), @@ -1566,6 +1645,10 @@ firehose_delete_delivery_stream <- function(DeliveryStreamName, AllowForceDelete #' SecretARN = "string", #' RoleARN = "string", #' Enabled = TRUE|FALSE +#' ), +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 #' ) #' ), #' AmazonOpenSearchServerlessDestinationDescription = list( @@ -1631,6 +1714,71 @@ firehose_delete_delivery_stream <- function(DeliveryStreamName, AllowForceDelete #' ), #' VpcId = "string" #' ) +#' ), +#' IcebergDestinationDescription = list( +#' DestinationTableConfigurationList = list( +#' list( +#' DestinationTableName = "string", +#' DestinationDatabaseName = "string", +#' UniqueKeys = list( +#' "string" +#' ), +#' S3ErrorOutputPrefix = "string" +#' ) +#' ), +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ), +#' CloudWatchLoggingOptions = list( +#' Enabled = TRUE|FALSE, +#' LogGroupName = "string", +#' LogStreamName = "string" +#' ), +#' ProcessingConfiguration = list( +#' Enabled = TRUE|FALSE, +#' Processors = list( +#' list( +#' Type = "RecordDeAggregation"|"Decompression"|"CloudWatchLogProcessing"|"Lambda"|"MetadataExtraction"|"AppendDelimiterToRecord", +#' Parameters = list( +#' list( +#' ParameterName = "LambdaArn"|"NumberOfRetries"|"MetadataExtractionQuery"|"JsonParsingEngine"|"RoleArn"|"BufferSizeInMBs"|"BufferIntervalInSeconds"|"SubRecordType"|"Delimiter"|"CompressionFormat"|"DataMessageExtraction", +#' ParameterValue = "string" +#' ) +#' ) +#' ) +#' ) +#' ), +#' S3BackupMode = "FailedDataOnly"|"AllData", +#' RetryOptions = list( +#' DurationInSeconds = 123 +#' ), +#' RoleARN = "string", +#' CatalogConfiguration = list( +#' CatalogARN = "string" +#' ), +#' S3DestinationDescription = list( +#' RoleARN = "string", +#' BucketARN = "string", +#' Prefix = "string", +#' ErrorOutputPrefix = "string", +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ), +#' CompressionFormat = "UNCOMPRESSED"|"GZIP"|"ZIP"|"Snappy"|"HADOOP_SNAPPY", +#' EncryptionConfiguration = list( +#' NoEncryptionConfig = "NoEncryption", +#' KMSEncryptionConfig = list( +#' AWSKMSKeyARN = "string" +#' ) +#' ), +#' CloudWatchLoggingOptions = list( +#' Enabled = TRUE|FALSE, +#' LogGroupName = "string", +#' LogStreamName = "string" +#' ) +#' ) #' ) #' ) #' ), @@ -2404,7 +2552,8 @@ firehose_untag_delivery_stream <- function(DeliveryStreamName, TagKeys) { #' ElasticsearchDestinationUpdate, #' AmazonopensearchserviceDestinationUpdate, SplunkDestinationUpdate, #' HttpEndpointDestinationUpdate, -#' AmazonOpenSearchServerlessDestinationUpdate, SnowflakeDestinationUpdate) +#' AmazonOpenSearchServerlessDestinationUpdate, SnowflakeDestinationUpdate, +#' IcebergDestinationUpdate) #' #' @param DeliveryStreamName [required] The name of the delivery stream. #' @param CurrentDeliveryStreamVersionId [required] Obtain this value from the `VersionId` result of @@ -2425,6 +2574,9 @@ firehose_untag_delivery_stream <- function(DeliveryStreamName, TagKeys) { #' @param AmazonOpenSearchServerlessDestinationUpdate Describes an update for a destination in the Serverless offering for #' Amazon OpenSearch Service. #' @param SnowflakeDestinationUpdate Update to the Snowflake destination configuration settings. +#' @param IcebergDestinationUpdate Describes an update for a destination in Apache Iceberg Tables. +#' +#' Amazon Data Firehose is in preview release and is subject to change. #' #' @return #' An empty list. @@ -3027,6 +3179,75 @@ firehose_untag_delivery_stream <- function(DeliveryStreamName, TagKeys) { #' SecretARN = "string", #' RoleARN = "string", #' Enabled = TRUE|FALSE +#' ), +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ) +#' ), +#' IcebergDestinationUpdate = list( +#' DestinationTableConfigurationList = list( +#' list( +#' DestinationTableName = "string", +#' DestinationDatabaseName = "string", +#' UniqueKeys = list( +#' "string" +#' ), +#' S3ErrorOutputPrefix = "string" +#' ) +#' ), +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ), +#' CloudWatchLoggingOptions = list( +#' Enabled = TRUE|FALSE, +#' LogGroupName = "string", +#' LogStreamName = "string" +#' ), +#' ProcessingConfiguration = list( +#' Enabled = TRUE|FALSE, +#' Processors = list( +#' list( +#' Type = "RecordDeAggregation"|"Decompression"|"CloudWatchLogProcessing"|"Lambda"|"MetadataExtraction"|"AppendDelimiterToRecord", +#' Parameters = list( +#' list( +#' ParameterName = "LambdaArn"|"NumberOfRetries"|"MetadataExtractionQuery"|"JsonParsingEngine"|"RoleArn"|"BufferSizeInMBs"|"BufferIntervalInSeconds"|"SubRecordType"|"Delimiter"|"CompressionFormat"|"DataMessageExtraction", +#' ParameterValue = "string" +#' ) +#' ) +#' ) +#' ) +#' ), +#' S3BackupMode = "FailedDataOnly"|"AllData", +#' RetryOptions = list( +#' DurationInSeconds = 123 +#' ), +#' RoleARN = "string", +#' CatalogConfiguration = list( +#' CatalogARN = "string" +#' ), +#' S3Configuration = list( +#' RoleARN = "string", +#' BucketARN = "string", +#' Prefix = "string", +#' ErrorOutputPrefix = "string", +#' BufferingHints = list( +#' SizeInMBs = 123, +#' IntervalInSeconds = 123 +#' ), +#' CompressionFormat = "UNCOMPRESSED"|"GZIP"|"ZIP"|"Snappy"|"HADOOP_SNAPPY", +#' EncryptionConfiguration = list( +#' NoEncryptionConfig = "NoEncryption", +#' KMSEncryptionConfig = list( +#' AWSKMSKeyARN = "string" +#' ) +#' ), +#' CloudWatchLoggingOptions = list( +#' Enabled = TRUE|FALSE, +#' LogGroupName = "string", +#' LogStreamName = "string" +#' ) #' ) #' ) #' ) @@ -3037,7 +3258,7 @@ firehose_untag_delivery_stream <- function(DeliveryStreamName, TagKeys) { #' @rdname firehose_update_destination #' #' @aliases firehose_update_destination -firehose_update_destination <- function(DeliveryStreamName, CurrentDeliveryStreamVersionId, DestinationId, S3DestinationUpdate = NULL, ExtendedS3DestinationUpdate = NULL, RedshiftDestinationUpdate = NULL, ElasticsearchDestinationUpdate = NULL, AmazonopensearchserviceDestinationUpdate = NULL, SplunkDestinationUpdate = NULL, HttpEndpointDestinationUpdate = NULL, AmazonOpenSearchServerlessDestinationUpdate = NULL, SnowflakeDestinationUpdate = NULL) { +firehose_update_destination <- function(DeliveryStreamName, CurrentDeliveryStreamVersionId, DestinationId, S3DestinationUpdate = NULL, ExtendedS3DestinationUpdate = NULL, RedshiftDestinationUpdate = NULL, ElasticsearchDestinationUpdate = NULL, AmazonopensearchserviceDestinationUpdate = NULL, SplunkDestinationUpdate = NULL, HttpEndpointDestinationUpdate = NULL, AmazonOpenSearchServerlessDestinationUpdate = NULL, SnowflakeDestinationUpdate = NULL, IcebergDestinationUpdate = NULL) { op <- new_operation( name = "UpdateDestination", http_method = "POST", @@ -3045,7 +3266,7 @@ firehose_update_destination <- function(DeliveryStreamName, CurrentDeliveryStrea host_prefix = "", paginator = list() ) - input <- .firehose$update_destination_input(DeliveryStreamName = DeliveryStreamName, CurrentDeliveryStreamVersionId = CurrentDeliveryStreamVersionId, DestinationId = DestinationId, S3DestinationUpdate = S3DestinationUpdate, ExtendedS3DestinationUpdate = ExtendedS3DestinationUpdate, RedshiftDestinationUpdate = RedshiftDestinationUpdate, ElasticsearchDestinationUpdate = ElasticsearchDestinationUpdate, AmazonopensearchserviceDestinationUpdate = AmazonopensearchserviceDestinationUpdate, SplunkDestinationUpdate = SplunkDestinationUpdate, HttpEndpointDestinationUpdate = HttpEndpointDestinationUpdate, AmazonOpenSearchServerlessDestinationUpdate = AmazonOpenSearchServerlessDestinationUpdate, SnowflakeDestinationUpdate = SnowflakeDestinationUpdate) + input <- .firehose$update_destination_input(DeliveryStreamName = DeliveryStreamName, CurrentDeliveryStreamVersionId = CurrentDeliveryStreamVersionId, DestinationId = DestinationId, S3DestinationUpdate = S3DestinationUpdate, ExtendedS3DestinationUpdate = ExtendedS3DestinationUpdate, RedshiftDestinationUpdate = RedshiftDestinationUpdate, ElasticsearchDestinationUpdate = ElasticsearchDestinationUpdate, AmazonopensearchserviceDestinationUpdate = AmazonopensearchserviceDestinationUpdate, SplunkDestinationUpdate = SplunkDestinationUpdate, HttpEndpointDestinationUpdate = HttpEndpointDestinationUpdate, AmazonOpenSearchServerlessDestinationUpdate = AmazonOpenSearchServerlessDestinationUpdate, SnowflakeDestinationUpdate = SnowflakeDestinationUpdate, IcebergDestinationUpdate = IcebergDestinationUpdate) output <- .firehose$update_destination_output() config <- get_config() svc <- .firehose$service(config, op) diff --git a/paws/R/fis_operations.R b/paws/R/fis_operations.R index 926b07b8de..10794e9acb 100644 --- a/paws/R/fis_operations.R +++ b/paws/R/fis_operations.R @@ -547,7 +547,12 @@ fis_get_action <- function(id) { #' roleArn = "string", #' state = list( #' status = "pending"|"initiating"|"running"|"completed"|"stopping"|"stopped"|"failed", -#' reason = "string" +#' reason = "string", +#' error = list( +#' accountId = "string", +#' code = "string", +#' location = "string" +#' ) #' ), #' targets = list( #' list( @@ -1239,7 +1244,12 @@ fis_list_experiment_templates <- function(maxResults = NULL, nextToken = NULL) { #' experimentTemplateId = "string", #' state = list( #' status = "pending"|"initiating"|"running"|"completed"|"stopping"|"stopped"|"failed", -#' reason = "string" +#' reason = "string", +#' error = list( +#' accountId = "string", +#' code = "string", +#' location = "string" +#' ) #' ), #' creationTime = as.POSIXct( #' "2015-01-01" @@ -1488,7 +1498,12 @@ fis_list_target_resource_types <- function(maxResults = NULL, nextToken = NULL) #' roleArn = "string", #' state = list( #' status = "pending"|"initiating"|"running"|"completed"|"stopping"|"stopped"|"failed", -#' reason = "string" +#' reason = "string", +#' error = list( +#' accountId = "string", +#' code = "string", +#' location = "string" +#' ) #' ), #' targets = list( #' list( @@ -1634,7 +1649,12 @@ fis_start_experiment <- function(clientToken, experimentTemplateId, experimentOp #' roleArn = "string", #' state = list( #' status = "pending"|"initiating"|"running"|"completed"|"stopping"|"stopped"|"failed", -#' reason = "string" +#' reason = "string", +#' error = list( +#' accountId = "string", +#' code = "string", +#' location = "string" +#' ) #' ), #' targets = list( #' list( diff --git a/paws/R/fis_service.R b/paws/R/fis_service.R index 0a7e8415e8..da6f79a2ab 100644 --- a/paws/R/fis_service.R +++ b/paws/R/fis_service.R @@ -5,10 +5,10 @@ NULL #' AWS Fault Injection Simulator #' #' @description -#' Fault Injection Service is a managed service that enables you to perform -#' fault injection experiments on your Amazon Web Services workloads. For -#' more information, see the [Fault Injection Service User -#' Guide](https://docs.aws.amazon.com/fis/latest/userguide/). +#' Amazon Web Services Fault Injection Service is a managed service that +#' enables you to perform fault injection experiments on your Amazon Web +#' Services workloads. For more information, see the [Fault Injection +#' Service User Guide](https://docs.aws.amazon.com/fis/latest/userguide/). #' #' @param #' config diff --git a/paws/R/fsx_operations.R b/paws/R/fsx_operations.R index 747dfd0943..66b3d60fcd 100644 --- a/paws/R/fsx_operations.R +++ b/paws/R/fsx_operations.R @@ -15,7 +15,7 @@ NULL #' the request. For more information, see [Working with DNS #' Aliases](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-dns-aliases.html) #' and [Walkthrough 5: Using DNS aliases to access your file -#' system](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/walkthrough05-file-system-custom-CNAME.html), +#' system](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/supported-fsx-clients.html#dns-aliases), #' including additional steps you must take to be able to access your file #' system using a DNS alias. #' @@ -2765,7 +2765,7 @@ fsx_create_file_cache <- function(ClientRequestToken = NULL, FileCacheType, File #' and on `PERSISTENT_1` Lustre file system deployment types. #' #' Default value is `SSD`. For more information, see [Storage type -#' options](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/#storage-type-options) +#' options](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-configuration.html#optimize-storage-costs) #' in the *FSx for Windows File Server User Guide* and [Multiple storage #' options](https://docs.aws.amazon.com/fsx/latest/LustreGuide/what-is.html#storage-options) #' in the *FSx for Lustre User Guide*. diff --git a/paws/R/glue_operations.R b/paws/R/glue_operations.R index 00086e2419..2950ea0dee 100644 --- a/paws/R/glue_operations.R +++ b/paws/R/glue_operations.R @@ -786,6 +786,7 @@ glue_batch_get_custom_entity_types <- function(Names) { #' Results = list( #' list( #' ResultId = "string", +#' ProfileId = "string", #' Score = 123.0, #' DataSource = list( #' GlueTable = list( @@ -817,7 +818,8 @@ glue_batch_get_custom_entity_types <- function(Names) { #' Result = "PASS"|"FAIL"|"ERROR", #' EvaluatedMetrics = list( #' 123.0 -#' ) +#' ), +#' EvaluatedRule = "string" #' ) #' ), #' AnalyzerResults = list( @@ -835,6 +837,7 @@ glue_batch_get_custom_entity_types <- function(Names) { #' Description = "string", #' MetricBasedObservation = list( #' MetricName = "string", +#' StatisticId = "string", #' MetricValues = list( #' ActualValue = 123.0, #' ExpectedValue = 123.0, @@ -1008,6 +1011,7 @@ glue_batch_get_dev_endpoints <- function(DevEndpointNames) { #' list( #' Name = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' Description = "string", #' LogUri = "string", #' Role = "string", @@ -1304,6 +1308,11 @@ glue_batch_get_dev_endpoints <- function(DevEndpointNames) { #' Inputs = list( #' "string" #' ), +#' PartitionKeys = list( +#' list( +#' "string" +#' ) +#' ), #' Database = "string", #' Table = "string" #' ), @@ -2957,6 +2966,7 @@ glue_batch_get_triggers <- function(TriggerNames) { #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -2992,7 +3002,8 @@ glue_batch_get_triggers <- function(TriggerNames) { #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ), @@ -3082,6 +3093,7 @@ glue_batch_get_triggers <- function(TriggerNames) { #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -3117,7 +3129,8 @@ glue_batch_get_triggers <- function(TriggerNames) { #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ), @@ -3192,6 +3205,69 @@ glue_batch_get_workflows <- function(Names, IncludeGraph = NULL) { } .glue$operations$batch_get_workflows <- glue_batch_get_workflows +#' Annotate datapoints over time for a specific data quality statistic +#' +#' @description +#' Annotate datapoints over time for a specific data quality statistic. +#' +#' @usage +#' glue_batch_put_data_quality_statistic_annotation(InclusionAnnotations, +#' ClientToken) +#' +#' @param InclusionAnnotations [required] A list of `DatapointInclusionAnnotation`'s. +#' @param ClientToken Client Token. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' FailedInclusionAnnotations = list( +#' list( +#' ProfileId = "string", +#' StatisticId = "string", +#' FailureReason = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$batch_put_data_quality_statistic_annotation( +#' InclusionAnnotations = list( +#' list( +#' ProfileId = "string", +#' StatisticId = "string", +#' InclusionAnnotation = "INCLUDE"|"EXCLUDE" +#' ) +#' ), +#' ClientToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname glue_batch_put_data_quality_statistic_annotation +#' +#' @aliases glue_batch_put_data_quality_statistic_annotation +glue_batch_put_data_quality_statistic_annotation <- function(InclusionAnnotations, ClientToken = NULL) { + op <- new_operation( + name = "BatchPutDataQualityStatisticAnnotation", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$batch_put_data_quality_statistic_annotation_input(InclusionAnnotations = InclusionAnnotations, ClientToken = ClientToken) + output <- .glue$batch_put_data_quality_statistic_annotation_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$batch_put_data_quality_statistic_annotation <- glue_batch_put_data_quality_statistic_annotation + #' Stops one or more job runs for a specified job definition #' #' @description @@ -3819,7 +3895,7 @@ glue_create_classifier <- function(GrokClassifier = NULL, XMLClassifier = NULL, #' ConnectionInput = list( #' Name = "string", #' Description = "string", -#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE", +#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA", #' MatchCriteria = list( #' "string" #' ), @@ -4159,7 +4235,7 @@ glue_create_custom_entity_type <- function(Name, RegexString, ContextWords = NUL #' #' @usage #' glue_create_data_quality_ruleset(Name, Description, Ruleset, Tags, -#' TargetTable, ClientToken) +#' TargetTable, DataQualitySecurityConfiguration, ClientToken) #' #' @param Name [required] A unique name for the data quality ruleset. #' @param Description A description of the data quality ruleset. @@ -4167,6 +4243,8 @@ glue_create_custom_entity_type <- function(Name, RegexString, ContextWords = NUL #' see the Glue developer guide. #' @param Tags A list of tags applied to the data quality ruleset. #' @param TargetTable A target table associated with the data quality ruleset. +#' @param DataQualitySecurityConfiguration The name of the security configuration created with the data quality +#' encryption option. #' @param ClientToken Used for idempotency and is recommended to be set to a random ID (such #' as a UUID) to avoid creating or starting multiple instances of the same #' resource. @@ -4193,6 +4271,7 @@ glue_create_custom_entity_type <- function(Name, RegexString, ContextWords = NUL #' DatabaseName = "string", #' CatalogId = "string" #' ), +#' DataQualitySecurityConfiguration = "string", #' ClientToken = "string" #' ) #' ``` @@ -4202,7 +4281,7 @@ glue_create_custom_entity_type <- function(Name, RegexString, ContextWords = NUL #' @rdname glue_create_data_quality_ruleset #' #' @aliases glue_create_data_quality_ruleset -glue_create_data_quality_ruleset <- function(Name, Description = NULL, Ruleset, Tags = NULL, TargetTable = NULL, ClientToken = NULL) { +glue_create_data_quality_ruleset <- function(Name, Description = NULL, Ruleset, Tags = NULL, TargetTable = NULL, DataQualitySecurityConfiguration = NULL, ClientToken = NULL) { op <- new_operation( name = "CreateDataQualityRuleset", http_method = "POST", @@ -4210,7 +4289,7 @@ glue_create_data_quality_ruleset <- function(Name, Description = NULL, Ruleset, host_prefix = "", paginator = list() ) - input <- .glue$create_data_quality_ruleset_input(Name = Name, Description = Description, Ruleset = Ruleset, Tags = Tags, TargetTable = TargetTable, ClientToken = ClientToken) + input <- .glue$create_data_quality_ruleset_input(Name = Name, Description = Description, Ruleset = Ruleset, Tags = Tags, TargetTable = TargetTable, DataQualitySecurityConfiguration = DataQualitySecurityConfiguration, ClientToken = ClientToken) output <- .glue$create_data_quality_ruleset_output() config <- get_config() svc <- .glue$service(config, op) @@ -4475,12 +4554,12 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' Creates a new job definition. #' #' @usage -#' glue_create_job(Name, JobMode, Description, LogUri, Role, -#' ExecutionProperty, Command, DefaultArguments, NonOverridableArguments, -#' Connections, MaxRetries, AllocatedCapacity, Timeout, MaxCapacity, -#' SecurityConfiguration, Tags, NotificationProperty, GlueVersion, -#' NumberOfWorkers, WorkerType, CodeGenConfigurationNodes, ExecutionClass, -#' SourceControlDetails, MaintenanceWindow) +#' glue_create_job(Name, JobMode, JobRunQueuingEnabled, Description, +#' LogUri, Role, ExecutionProperty, Command, DefaultArguments, +#' NonOverridableArguments, Connections, MaxRetries, AllocatedCapacity, +#' Timeout, MaxCapacity, SecurityConfiguration, Tags, NotificationProperty, +#' GlueVersion, NumberOfWorkers, WorkerType, CodeGenConfigurationNodes, +#' ExecutionClass, SourceControlDetails, MaintenanceWindow) #' #' @param Name [required] The name you assign to this job definition. It must be unique in your #' account. @@ -4495,6 +4574,15 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' #' When the `JobMode` field is missing or null, `SCRIPT` is assigned as the #' default value. +#' @param JobRunQueuingEnabled Specifies whether job run queuing is enabled for the job runs for this +#' job. +#' +#' A value of true means job run queuing is enabled for the job runs. If +#' false or not populated, the job runs will not be considered for +#' queueing. +#' +#' If this field does not match the value set in the job run, then the +#' value from the job run field will be used. #' @param Description Description of the job being defined. #' @param LogUri This field is reserved for future use. #' @param Role [required] The name or Amazon Resource Name (ARN) of the IAM role associated with @@ -4677,6 +4765,7 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' svc$create_job( #' Name = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' Description = "string", #' LogUri = "string", #' Role = "string", @@ -4970,6 +5059,11 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' Inputs = list( #' "string" #' ), +#' PartitionKeys = list( +#' list( +#' "string" +#' ) +#' ), #' Database = "string", #' Table = "string" #' ), @@ -6130,7 +6224,7 @@ glue_create_dev_endpoint <- function(EndpointName, RoleArn, SecurityGroupIds = N #' @rdname glue_create_job #' #' @aliases glue_create_job -glue_create_job <- function(Name, JobMode = NULL, Description = NULL, LogUri = NULL, Role, ExecutionProperty = NULL, Command, DefaultArguments = NULL, NonOverridableArguments = NULL, Connections = NULL, MaxRetries = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, Tags = NULL, NotificationProperty = NULL, GlueVersion = NULL, NumberOfWorkers = NULL, WorkerType = NULL, CodeGenConfigurationNodes = NULL, ExecutionClass = NULL, SourceControlDetails = NULL, MaintenanceWindow = NULL) { +glue_create_job <- function(Name, JobMode = NULL, JobRunQueuingEnabled = NULL, Description = NULL, LogUri = NULL, Role, ExecutionProperty = NULL, Command, DefaultArguments = NULL, NonOverridableArguments = NULL, Connections = NULL, MaxRetries = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, Tags = NULL, NotificationProperty = NULL, GlueVersion = NULL, NumberOfWorkers = NULL, WorkerType = NULL, CodeGenConfigurationNodes = NULL, ExecutionClass = NULL, SourceControlDetails = NULL, MaintenanceWindow = NULL) { op <- new_operation( name = "CreateJob", http_method = "POST", @@ -6138,7 +6232,7 @@ glue_create_job <- function(Name, JobMode = NULL, Description = NULL, LogUri = N host_prefix = "", paginator = list() ) - input <- .glue$create_job_input(Name = Name, JobMode = JobMode, Description = Description, LogUri = LogUri, Role = Role, ExecutionProperty = ExecutionProperty, Command = Command, DefaultArguments = DefaultArguments, NonOverridableArguments = NonOverridableArguments, Connections = Connections, MaxRetries = MaxRetries, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, Tags = Tags, NotificationProperty = NotificationProperty, GlueVersion = GlueVersion, NumberOfWorkers = NumberOfWorkers, WorkerType = WorkerType, CodeGenConfigurationNodes = CodeGenConfigurationNodes, ExecutionClass = ExecutionClass, SourceControlDetails = SourceControlDetails, MaintenanceWindow = MaintenanceWindow) + input <- .glue$create_job_input(Name = Name, JobMode = JobMode, JobRunQueuingEnabled = JobRunQueuingEnabled, Description = Description, LogUri = LogUri, Role = Role, ExecutionProperty = ExecutionProperty, Command = Command, DefaultArguments = DefaultArguments, NonOverridableArguments = NonOverridableArguments, Connections = Connections, MaxRetries = MaxRetries, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, Tags = Tags, NotificationProperty = NotificationProperty, GlueVersion = GlueVersion, NumberOfWorkers = NumberOfWorkers, WorkerType = WorkerType, CodeGenConfigurationNodes = CodeGenConfigurationNodes, ExecutionClass = ExecutionClass, SourceControlDetails = SourceControlDetails, MaintenanceWindow = MaintenanceWindow) output <- .glue$create_job_output() config <- get_config() svc <- .glue$service(config, op) @@ -9950,7 +10044,7 @@ glue_get_column_statistics_task_runs <- function(DatabaseName, TableName, MaxRes #' Connection = list( #' Name = "string", #' Description = "string", -#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE", +#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA", #' MatchCriteria = list( #' "string" #' ), @@ -10056,7 +10150,7 @@ glue_get_connection <- function(CatalogId = NULL, Name, HidePassword = NULL) { #' list( #' Name = "string", #' Description = "string", -#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE", +#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA", #' MatchCriteria = list( #' "string" #' ), @@ -10111,7 +10205,7 @@ glue_get_connection <- function(CatalogId = NULL, Name, HidePassword = NULL) { #' MatchCriteria = list( #' "string" #' ), -#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE" +#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA" #' ), #' HidePassword = TRUE|FALSE, #' NextToken = "string", @@ -10687,6 +10781,129 @@ glue_get_data_catalog_encryption_settings <- function(CatalogId = NULL) { } .glue$operations$get_data_catalog_encryption_settings <- glue_get_data_catalog_encryption_settings +#' Retrieve the training status of the model along with more information +#' (CompletedOn, StartedOn, FailureReason) +#' +#' @description +#' Retrieve the training status of the model along with more information +#' (CompletedOn, StartedOn, FailureReason). +#' +#' @usage +#' glue_get_data_quality_model(StatisticId, ProfileId) +#' +#' @param StatisticId The Statistic ID. +#' @param ProfileId [required] The Profile ID. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Status = "RUNNING"|"SUCCEEDED"|"FAILED", +#' StartedOn = as.POSIXct( +#' "2015-01-01" +#' ), +#' CompletedOn = as.POSIXct( +#' "2015-01-01" +#' ), +#' FailureReason = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_data_quality_model( +#' StatisticId = "string", +#' ProfileId = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname glue_get_data_quality_model +#' +#' @aliases glue_get_data_quality_model +glue_get_data_quality_model <- function(StatisticId = NULL, ProfileId) { + op <- new_operation( + name = "GetDataQualityModel", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$get_data_quality_model_input(StatisticId = StatisticId, ProfileId = ProfileId) + output <- .glue$get_data_quality_model_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$get_data_quality_model <- glue_get_data_quality_model + +#' Retrieve a statistic's predictions for a given Profile ID +#' +#' @description +#' Retrieve a statistic's predictions for a given Profile ID. +#' +#' @usage +#' glue_get_data_quality_model_result(StatisticId, ProfileId) +#' +#' @param StatisticId [required] The Statistic ID. +#' @param ProfileId [required] The Profile ID. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' CompletedOn = as.POSIXct( +#' "2015-01-01" +#' ), +#' Model = list( +#' list( +#' LowerBound = 123.0, +#' UpperBound = 123.0, +#' PredictedValue = 123.0, +#' ActualValue = 123.0, +#' Date = as.POSIXct( +#' "2015-01-01" +#' ), +#' InclusionAnnotation = "INCLUDE"|"EXCLUDE" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_data_quality_model_result( +#' StatisticId = "string", +#' ProfileId = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname glue_get_data_quality_model_result +#' +#' @aliases glue_get_data_quality_model_result +glue_get_data_quality_model_result <- function(StatisticId, ProfileId) { + op <- new_operation( + name = "GetDataQualityModelResult", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$get_data_quality_model_result_input(StatisticId = StatisticId, ProfileId = ProfileId) + output <- .glue$get_data_quality_model_result_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$get_data_quality_model_result <- glue_get_data_quality_model_result + #' Retrieves the result of a data quality rule evaluation #' #' @description @@ -10702,6 +10919,7 @@ glue_get_data_catalog_encryption_settings <- function(CatalogId = NULL) { #' ``` #' list( #' ResultId = "string", +#' ProfileId = "string", #' Score = 123.0, #' DataSource = list( #' GlueTable = list( @@ -10733,7 +10951,8 @@ glue_get_data_catalog_encryption_settings <- function(CatalogId = NULL) { #' Result = "PASS"|"FAIL"|"ERROR", #' EvaluatedMetrics = list( #' 123.0 -#' ) +#' ), +#' EvaluatedRule = "string" #' ) #' ), #' AnalyzerResults = list( @@ -10751,6 +10970,7 @@ glue_get_data_catalog_encryption_settings <- function(CatalogId = NULL) { #' Description = "string", #' MetricBasedObservation = list( #' MetricName = "string", +#' StatisticId = "string", #' MetricValues = list( #' ActualValue = 123.0, #' ExpectedValue = 123.0, @@ -10838,7 +11058,8 @@ glue_get_data_quality_result <- function(ResultId) { #' ), #' ExecutionTime = 123, #' RecommendedRuleset = "string", -#' CreatedRulesetName = "string" +#' CreatedRulesetName = "string", +#' DataQualitySecurityConfiguration = "string" #' ) #' ``` #' @@ -10900,7 +11121,8 @@ glue_get_data_quality_rule_recommendation_run <- function(RunId) { #' LastModifiedOn = as.POSIXct( #' "2015-01-01" #' ), -#' RecommendationRunId = "string" +#' RecommendationRunId = "string", +#' DataQualitySecurityConfiguration = "string" #' ) #' ``` #' @@ -11491,6 +11713,7 @@ glue_get_dev_endpoints <- function(MaxResults = NULL, NextToken = NULL) { #' Job = list( #' Name = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' Description = "string", #' LogUri = "string", #' Role = "string", @@ -11787,6 +12010,11 @@ glue_get_dev_endpoints <- function(MaxResults = NULL, NextToken = NULL) { #' Inputs = list( #' "string" #' ), +#' PartitionKeys = list( +#' list( +#' "string" +#' ) +#' ), #' Database = "string", #' Table = "string" #' ), @@ -13067,6 +13295,7 @@ glue_get_job_bookmark <- function(JobName, RunId = NULL) { #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -13102,7 +13331,8 @@ glue_get_job_bookmark <- function(JobName, RunId = NULL) { #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ``` @@ -13163,6 +13393,7 @@ glue_get_job_run <- function(JobName, RunId, PredecessorsIncluded = NULL) { #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -13198,7 +13429,8 @@ glue_get_job_run <- function(JobName, RunId, PredecessorsIncluded = NULL) { #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ), #' NextToken = "string" @@ -13256,6 +13488,7 @@ glue_get_job_runs <- function(JobName, NextToken = NULL, MaxResults = NULL) { #' list( #' Name = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' Description = "string", #' LogUri = "string", #' Role = "string", @@ -13552,6 +13785,11 @@ glue_get_job_runs <- function(JobName, NextToken = NULL, MaxResults = NULL) { #' Inputs = list( #' "string" #' ), +#' PartitionKeys = list( +#' list( +#' "string" +#' ) +#' ), #' Database = "string", #' Table = "string" #' ), @@ -16685,7 +16923,7 @@ glue_get_statement <- function(SessionId, Id, RequestOrigin = NULL) { #' #' @usage #' glue_get_table(CatalogId, DatabaseName, Name, TransactionId, -#' QueryAsOfTime) +#' QueryAsOfTime, IncludeStatusDetails) #' #' @param CatalogId The ID of the Data Catalog where the table resides. If none is provided, #' the Amazon Web Services account ID is used by default. @@ -16697,6 +16935,8 @@ glue_get_statement <- function(SessionId, Id, RequestOrigin = NULL) { #' @param QueryAsOfTime The time as of when to read the table contents. If not set, the most #' recent transaction commit time will be used. Cannot be specified along #' with `TransactionId`. +#' @param IncludeStatusDetails Specifies whether to include status details related to a request to +#' create or update an Glue Data Catalog view. #' #' @return #' A list with the following syntax: @@ -16828,7 +17068,41 @@ glue_get_statement <- function(SessionId, Id, RequestOrigin = NULL) { #' ) #' ) #' ), -#' IsMultiDialectView = TRUE|FALSE +#' IsMultiDialectView = TRUE|FALSE, +#' Status = list( +#' RequestedBy = "string", +#' UpdatedBy = "string", +#' RequestTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' Action = "UPDATE"|"CREATE", +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ), +#' Details = list( +#' RequestedChange = list(), +#' ViewValidations = list( +#' list( +#' Dialect = "REDSHIFT"|"ATHENA"|"SPARK", +#' DialectVersion = "string", +#' ViewValidationText = "string", +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ) +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ``` @@ -16842,7 +17116,8 @@ glue_get_statement <- function(SessionId, Id, RequestOrigin = NULL) { #' TransactionId = "string", #' QueryAsOfTime = as.POSIXct( #' "2015-01-01" -#' ) +#' ), +#' IncludeStatusDetails = TRUE|FALSE #' ) #' ``` #' @@ -16851,7 +17126,7 @@ glue_get_statement <- function(SessionId, Id, RequestOrigin = NULL) { #' @rdname glue_get_table #' #' @aliases glue_get_table -glue_get_table <- function(CatalogId = NULL, DatabaseName, Name, TransactionId = NULL, QueryAsOfTime = NULL) { +glue_get_table <- function(CatalogId = NULL, DatabaseName, Name, TransactionId = NULL, QueryAsOfTime = NULL, IncludeStatusDetails = NULL) { op <- new_operation( name = "GetTable", http_method = "POST", @@ -16859,7 +17134,7 @@ glue_get_table <- function(CatalogId = NULL, DatabaseName, Name, TransactionId = host_prefix = "", paginator = list() ) - input <- .glue$get_table_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Name = Name, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime) + input <- .glue$get_table_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Name = Name, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime, IncludeStatusDetails = IncludeStatusDetails) output <- .glue$get_table_output() config <- get_config() svc <- .glue$service(config, op) @@ -17098,7 +17373,41 @@ glue_get_table_optimizer <- function(CatalogId, DatabaseName, TableName, Type) { #' ) #' ) #' ), -#' IsMultiDialectView = TRUE|FALSE +#' IsMultiDialectView = TRUE|FALSE, +#' Status = list( +#' RequestedBy = "string", +#' UpdatedBy = "string", +#' RequestTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' Action = "UPDATE"|"CREATE", +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ), +#' Details = list( +#' RequestedChange = list(), +#' ViewValidations = list( +#' list( +#' Dialect = "REDSHIFT"|"ATHENA"|"SPARK", +#' DialectVersion = "string", +#' ViewValidationText = "string", +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ) +#' ) +#' ) +#' ) +#' ) #' ), #' VersionId = "string" #' ) @@ -17290,7 +17599,41 @@ glue_get_table_version <- function(CatalogId = NULL, DatabaseName, TableName, Ve #' ) #' ) #' ), -#' IsMultiDialectView = TRUE|FALSE +#' IsMultiDialectView = TRUE|FALSE, +#' Status = list( +#' RequestedBy = "string", +#' UpdatedBy = "string", +#' RequestTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' Action = "UPDATE"|"CREATE", +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ), +#' Details = list( +#' RequestedChange = list(), +#' ViewValidations = list( +#' list( +#' Dialect = "REDSHIFT"|"ATHENA"|"SPARK", +#' DialectVersion = "string", +#' ViewValidationText = "string", +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ) +#' ) +#' ) +#' ) +#' ) #' ), #' VersionId = "string" #' ) @@ -17342,7 +17685,8 @@ glue_get_table_versions <- function(CatalogId = NULL, DatabaseName, TableName, N #' #' @usage #' glue_get_tables(CatalogId, DatabaseName, Expression, NextToken, -#' MaxResults, TransactionId, QueryAsOfTime) +#' MaxResults, TransactionId, QueryAsOfTime, IncludeStatusDetails, +#' AttributesToGet) #' #' @param CatalogId The ID of the Data Catalog where the tables reside. If none is provided, #' the Amazon Web Services account ID is used by default. @@ -17356,6 +17700,17 @@ glue_get_table_versions <- function(CatalogId = NULL, DatabaseName, TableName, N #' @param QueryAsOfTime The time as of when to read the table contents. If not set, the most #' recent transaction commit time will be used. Cannot be specified along #' with `TransactionId`. +#' @param IncludeStatusDetails Specifies whether to include status details related to a request to +#' create or update an Glue Data Catalog view. +#' @param AttributesToGet Specifies the table fields returned by the +#' [`get_tables`][glue_get_tables] call. This parameter doesn’t accept an +#' empty list. The request must include `NAME`. +#' +#' The following are the valid combinations of values: +#' +#' - `NAME` - Names of all tables in the database. +#' +#' - `NAME`, `TABLE_TYPE` - Names of all tables and the table types. #' #' @return #' A list with the following syntax: @@ -17488,7 +17843,41 @@ glue_get_table_versions <- function(CatalogId = NULL, DatabaseName, TableName, N #' ) #' ) #' ), -#' IsMultiDialectView = TRUE|FALSE +#' IsMultiDialectView = TRUE|FALSE, +#' Status = list( +#' RequestedBy = "string", +#' UpdatedBy = "string", +#' RequestTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' Action = "UPDATE"|"CREATE", +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ), +#' Details = list( +#' RequestedChange = list(), +#' ViewValidations = list( +#' list( +#' Dialect = "REDSHIFT"|"ATHENA"|"SPARK", +#' DialectVersion = "string", +#' ViewValidationText = "string", +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ) +#' ) +#' ) +#' ) +#' ) #' ) #' ), #' NextToken = "string" @@ -17506,6 +17895,10 @@ glue_get_table_versions <- function(CatalogId = NULL, DatabaseName, TableName, N #' TransactionId = "string", #' QueryAsOfTime = as.POSIXct( #' "2015-01-01" +#' ), +#' IncludeStatusDetails = TRUE|FALSE, +#' AttributesToGet = list( +#' "NAME"|"TABLE_TYPE" #' ) #' ) #' ``` @@ -17515,7 +17908,7 @@ glue_get_table_versions <- function(CatalogId = NULL, DatabaseName, TableName, N #' @rdname glue_get_tables #' #' @aliases glue_get_tables -glue_get_tables <- function(CatalogId = NULL, DatabaseName, Expression = NULL, NextToken = NULL, MaxResults = NULL, TransactionId = NULL, QueryAsOfTime = NULL) { +glue_get_tables <- function(CatalogId = NULL, DatabaseName, Expression = NULL, NextToken = NULL, MaxResults = NULL, TransactionId = NULL, QueryAsOfTime = NULL, IncludeStatusDetails = NULL, AttributesToGet = NULL) { op <- new_operation( name = "GetTables", http_method = "POST", @@ -17523,7 +17916,7 @@ glue_get_tables <- function(CatalogId = NULL, DatabaseName, Expression = NULL, N host_prefix = "", paginator = list(input_token = "NextToken", limit_key = "MaxResults", output_token = "NextToken") ) - input <- .glue$get_tables_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Expression = Expression, NextToken = NextToken, MaxResults = MaxResults, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime) + input <- .glue$get_tables_input(CatalogId = CatalogId, DatabaseName = DatabaseName, Expression = Expression, NextToken = NextToken, MaxResults = MaxResults, TransactionId = TransactionId, QueryAsOfTime = QueryAsOfTime, IncludeStatusDetails = IncludeStatusDetails, AttributesToGet = AttributesToGet) output <- .glue$get_tables_output() config <- get_config() svc <- .glue$service(config, op) @@ -18406,7 +18799,41 @@ glue_get_unfiltered_partitions_metadata <- function(Region = NULL, CatalogId, Da #' ) #' ) #' ), -#' IsMultiDialectView = TRUE|FALSE +#' IsMultiDialectView = TRUE|FALSE, +#' Status = list( +#' RequestedBy = "string", +#' UpdatedBy = "string", +#' RequestTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' Action = "UPDATE"|"CREATE", +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ), +#' Details = list( +#' RequestedChange = list(), +#' ViewValidations = list( +#' list( +#' Dialect = "REDSHIFT"|"ATHENA"|"SPARK", +#' DialectVersion = "string", +#' ViewValidationText = "string", +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ) +#' ) +#' ) +#' ) +#' ) #' ), #' AuthorizedColumns = list( #' "string" @@ -18829,6 +19256,7 @@ glue_get_user_defined_functions <- function(CatalogId = NULL, DatabaseName = NUL #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -18864,7 +19292,8 @@ glue_get_user_defined_functions <- function(CatalogId = NULL, DatabaseName = NUL #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ), @@ -18954,6 +19383,7 @@ glue_get_user_defined_functions <- function(CatalogId = NULL, DatabaseName = NUL #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -18989,7 +19419,8 @@ glue_get_user_defined_functions <- function(CatalogId = NULL, DatabaseName = NUL #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ), @@ -19156,6 +19587,7 @@ glue_get_workflow <- function(Name, IncludeGraph = NULL) { #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -19191,7 +19623,8 @@ glue_get_workflow <- function(Name, IncludeGraph = NULL) { #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ), @@ -19411,6 +19844,7 @@ glue_get_workflow_run_properties <- function(Name, RunId) { #' TriggerName = "string", #' JobName = "string", #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' StartedOn = as.POSIXct( #' "2015-01-01" #' ), @@ -19446,7 +19880,8 @@ glue_get_workflow_run_properties <- function(Name, RunId) { #' DPUSeconds = 123.0, #' ExecutionClass = "FLEX"|"STANDARD", #' MaintenanceWindow = "string", -#' ProfileName = "string" +#' ProfileName = "string", +#' StateDetail = "string" #' ) #' ) #' ), @@ -20271,6 +20706,180 @@ glue_list_data_quality_rulesets <- function(NextToken = NULL, MaxResults = NULL, } .glue$operations$list_data_quality_rulesets <- glue_list_data_quality_rulesets +#' Retrieve annotations for a data quality statistic +#' +#' @description +#' Retrieve annotations for a data quality statistic. +#' +#' @usage +#' glue_list_data_quality_statistic_annotations(StatisticId, ProfileId, +#' TimestampFilter, MaxResults, NextToken) +#' +#' @param StatisticId The Statistic ID. +#' @param ProfileId The Profile ID. +#' @param TimestampFilter A timestamp filter. +#' @param MaxResults The maximum number of results to return in this request. +#' @param NextToken A pagination token to retrieve the next set of results. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Annotations = list( +#' list( +#' ProfileId = "string", +#' StatisticId = "string", +#' StatisticRecordedOn = as.POSIXct( +#' "2015-01-01" +#' ), +#' InclusionAnnotation = list( +#' Value = "INCLUDE"|"EXCLUDE", +#' LastModifiedOn = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ), +#' NextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_data_quality_statistic_annotations( +#' StatisticId = "string", +#' ProfileId = "string", +#' TimestampFilter = list( +#' RecordedBefore = as.POSIXct( +#' "2015-01-01" +#' ), +#' RecordedAfter = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' MaxResults = 123, +#' NextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname glue_list_data_quality_statistic_annotations +#' +#' @aliases glue_list_data_quality_statistic_annotations +glue_list_data_quality_statistic_annotations <- function(StatisticId = NULL, ProfileId = NULL, TimestampFilter = NULL, MaxResults = NULL, NextToken = NULL) { + op <- new_operation( + name = "ListDataQualityStatisticAnnotations", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$list_data_quality_statistic_annotations_input(StatisticId = StatisticId, ProfileId = ProfileId, TimestampFilter = TimestampFilter, MaxResults = MaxResults, NextToken = NextToken) + output <- .glue$list_data_quality_statistic_annotations_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$list_data_quality_statistic_annotations <- glue_list_data_quality_statistic_annotations + +#' Retrieves a list of data quality statistics +#' +#' @description +#' Retrieves a list of data quality statistics. +#' +#' @usage +#' glue_list_data_quality_statistics(StatisticId, ProfileId, +#' TimestampFilter, MaxResults, NextToken) +#' +#' @param StatisticId The Statistic ID. +#' @param ProfileId The Profile ID. +#' @param TimestampFilter A timestamp filter. +#' @param MaxResults The maximum number of results to return in this request. +#' @param NextToken A pagination token to request the next page of results. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' Statistics = list( +#' list( +#' StatisticId = "string", +#' ProfileId = "string", +#' RunIdentifier = list( +#' RunId = "string", +#' JobRunId = "string" +#' ), +#' StatisticName = "string", +#' DoubleValue = 123.0, +#' EvaluationLevel = "Dataset"|"Column"|"Multicolumn", +#' ColumnsReferenced = list( +#' "string" +#' ), +#' ReferencedDatasets = list( +#' "string" +#' ), +#' StatisticProperties = list( +#' "string" +#' ), +#' RecordedOn = as.POSIXct( +#' "2015-01-01" +#' ), +#' InclusionAnnotation = list( +#' Value = "INCLUDE"|"EXCLUDE", +#' LastModifiedOn = as.POSIXct( +#' "2015-01-01" +#' ) +#' ) +#' ) +#' ), +#' NextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_data_quality_statistics( +#' StatisticId = "string", +#' ProfileId = "string", +#' TimestampFilter = list( +#' RecordedBefore = as.POSIXct( +#' "2015-01-01" +#' ), +#' RecordedAfter = as.POSIXct( +#' "2015-01-01" +#' ) +#' ), +#' MaxResults = 123, +#' NextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname glue_list_data_quality_statistics +#' +#' @aliases glue_list_data_quality_statistics +glue_list_data_quality_statistics <- function(StatisticId = NULL, ProfileId = NULL, TimestampFilter = NULL, MaxResults = NULL, NextToken = NULL) { + op <- new_operation( + name = "ListDataQualityStatistics", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$list_data_quality_statistics_input(StatisticId = StatisticId, ProfileId = ProfileId, TimestampFilter = TimestampFilter, MaxResults = MaxResults, NextToken = NextToken) + output <- .glue$list_data_quality_statistics_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$list_data_quality_statistics <- glue_list_data_quality_statistics + #' Retrieves the names of all DevEndpoint resources in this Amazon Web #' Services account, or the resources with the specified tag #' @@ -21210,6 +21819,51 @@ glue_put_data_catalog_encryption_settings <- function(CatalogId = NULL, DataCata } .glue$operations$put_data_catalog_encryption_settings <- glue_put_data_catalog_encryption_settings +#' Annotate all datapoints for a Profile +#' +#' @description +#' Annotate all datapoints for a Profile. +#' +#' @usage +#' glue_put_data_quality_profile_annotation(ProfileId, InclusionAnnotation) +#' +#' @param ProfileId [required] The ID of the data quality monitoring profile to annotate. +#' @param InclusionAnnotation [required] The inclusion annotation value to apply to the profile. +#' +#' @return +#' An empty list. +#' +#' @section Request syntax: +#' ``` +#' svc$put_data_quality_profile_annotation( +#' ProfileId = "string", +#' InclusionAnnotation = "INCLUDE"|"EXCLUDE" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname glue_put_data_quality_profile_annotation +#' +#' @aliases glue_put_data_quality_profile_annotation +glue_put_data_quality_profile_annotation <- function(ProfileId, InclusionAnnotation) { + op <- new_operation( + name = "PutDataQualityProfileAnnotation", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .glue$put_data_quality_profile_annotation_input(ProfileId = ProfileId, InclusionAnnotation = InclusionAnnotation) + output <- .glue$put_data_quality_profile_annotation_output() + config <- get_config() + svc <- .glue$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.glue$operations$put_data_quality_profile_annotation <- glue_put_data_quality_profile_annotation + #' Sets the Data Catalog resource policy for access control #' #' @description @@ -21850,7 +22504,7 @@ glue_run_statement <- function(SessionId, Code, RequestOrigin = NULL) { #' #' @usage #' glue_search_tables(CatalogId, NextToken, Filters, SearchText, -#' SortCriteria, MaxResults, ResourceShareType) +#' SortCriteria, MaxResults, ResourceShareType, IncludeStatusDetails) #' #' @param CatalogId A unique identifier, consisting of ` account_id `. #' @param NextToken A continuation token, included if this is a continuation call. @@ -21881,6 +22535,8 @@ glue_run_statement <- function(SessionId, Code, RequestOrigin = NULL) { #' #' - If set to `ALL`, will search the tables shared with your account, as #' well as the tables in yor local account. +#' @param IncludeStatusDetails Specifies whether to include status details related to a request to +#' create or update an Glue Data Catalog view. #' #' @return #' A list with the following syntax: @@ -22014,7 +22670,41 @@ glue_run_statement <- function(SessionId, Code, RequestOrigin = NULL) { #' ) #' ) #' ), -#' IsMultiDialectView = TRUE|FALSE +#' IsMultiDialectView = TRUE|FALSE, +#' Status = list( +#' RequestedBy = "string", +#' UpdatedBy = "string", +#' RequestTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' Action = "UPDATE"|"CREATE", +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ), +#' Details = list( +#' RequestedChange = list(), +#' ViewValidations = list( +#' list( +#' Dialect = "REDSHIFT"|"ATHENA"|"SPARK", +#' DialectVersion = "string", +#' ViewValidationText = "string", +#' UpdateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' State = "QUEUED"|"IN_PROGRESS"|"SUCCESS"|"STOPPED"|"FAILED", +#' Error = list( +#' ErrorCode = "string", +#' ErrorMessage = "string" +#' ) +#' ) +#' ) +#' ) +#' ) #' ) #' ) #' ) @@ -22040,7 +22730,8 @@ glue_run_statement <- function(SessionId, Code, RequestOrigin = NULL) { #' ) #' ), #' MaxResults = 123, -#' ResourceShareType = "FOREIGN"|"ALL"|"FEDERATED" +#' ResourceShareType = "FOREIGN"|"ALL"|"FEDERATED", +#' IncludeStatusDetails = TRUE|FALSE #' ) #' ``` #' @@ -22049,7 +22740,7 @@ glue_run_statement <- function(SessionId, Code, RequestOrigin = NULL) { #' @rdname glue_search_tables #' #' @aliases glue_search_tables -glue_search_tables <- function(CatalogId = NULL, NextToken = NULL, Filters = NULL, SearchText = NULL, SortCriteria = NULL, MaxResults = NULL, ResourceShareType = NULL) { +glue_search_tables <- function(CatalogId = NULL, NextToken = NULL, Filters = NULL, SearchText = NULL, SortCriteria = NULL, MaxResults = NULL, ResourceShareType = NULL, IncludeStatusDetails = NULL) { op <- new_operation( name = "SearchTables", http_method = "POST", @@ -22057,7 +22748,7 @@ glue_search_tables <- function(CatalogId = NULL, NextToken = NULL, Filters = NUL host_prefix = "", paginator = list(input_token = "NextToken", limit_key = "MaxResults", output_token = "NextToken") ) - input <- .glue$search_tables_input(CatalogId = CatalogId, NextToken = NextToken, Filters = Filters, SearchText = SearchText, SortCriteria = SortCriteria, MaxResults = MaxResults, ResourceShareType = ResourceShareType) + input <- .glue$search_tables_input(CatalogId = CatalogId, NextToken = NextToken, Filters = Filters, SearchText = SearchText, SortCriteria = SortCriteria, MaxResults = MaxResults, ResourceShareType = ResourceShareType, IncludeStatusDetails = IncludeStatusDetails) output <- .glue$search_tables_output() config <- get_config() svc <- .glue$service(config, op) @@ -22292,7 +22983,8 @@ glue_start_crawler_schedule <- function(CrawlerName) { #' #' @usage #' glue_start_data_quality_rule_recommendation_run(DataSource, Role, -#' NumberOfWorkers, Timeout, CreatedRulesetName, ClientToken) +#' NumberOfWorkers, Timeout, CreatedRulesetName, +#' DataQualitySecurityConfiguration, ClientToken) #' #' @param DataSource [required] The data source (Glue table) associated with this run. #' @param Role [required] An IAM role supplied to encrypt the results of the run. @@ -22301,6 +22993,8 @@ glue_start_crawler_schedule <- function(CrawlerName) { #' can consume resources before it is terminated and enters `TIMEOUT` #' status. The default is 2,880 minutes (48 hours). #' @param CreatedRulesetName A name for the ruleset. +#' @param DataQualitySecurityConfiguration The name of the security configuration created with the data quality +#' encryption option. #' @param ClientToken Used for idempotency and is recommended to be set to a random ID (such #' as a UUID) to avoid creating or starting multiple instances of the same #' resource. @@ -22331,6 +23025,7 @@ glue_start_crawler_schedule <- function(CrawlerName) { #' NumberOfWorkers = 123, #' Timeout = 123, #' CreatedRulesetName = "string", +#' DataQualitySecurityConfiguration = "string", #' ClientToken = "string" #' ) #' ``` @@ -22340,7 +23035,7 @@ glue_start_crawler_schedule <- function(CrawlerName) { #' @rdname glue_start_data_quality_rule_recommendation_run #' #' @aliases glue_start_data_quality_rule_recommendation_run -glue_start_data_quality_rule_recommendation_run <- function(DataSource, Role, NumberOfWorkers = NULL, Timeout = NULL, CreatedRulesetName = NULL, ClientToken = NULL) { +glue_start_data_quality_rule_recommendation_run <- function(DataSource, Role, NumberOfWorkers = NULL, Timeout = NULL, CreatedRulesetName = NULL, DataQualitySecurityConfiguration = NULL, ClientToken = NULL) { op <- new_operation( name = "StartDataQualityRuleRecommendationRun", http_method = "POST", @@ -22348,7 +23043,7 @@ glue_start_data_quality_rule_recommendation_run <- function(DataSource, Role, Nu host_prefix = "", paginator = list() ) - input <- .glue$start_data_quality_rule_recommendation_run_input(DataSource = DataSource, Role = Role, NumberOfWorkers = NumberOfWorkers, Timeout = Timeout, CreatedRulesetName = CreatedRulesetName, ClientToken = ClientToken) + input <- .glue$start_data_quality_rule_recommendation_run_input(DataSource = DataSource, Role = Role, NumberOfWorkers = NumberOfWorkers, Timeout = Timeout, CreatedRulesetName = CreatedRulesetName, DataQualitySecurityConfiguration = DataQualitySecurityConfiguration, ClientToken = ClientToken) output <- .glue$start_data_quality_rule_recommendation_run_output() config <- get_config() svc <- .glue$service(config, op) @@ -22616,11 +23311,15 @@ glue_start_import_labels_task_run <- function(TransformId, InputS3Path, ReplaceA #' Starts a job run using a job definition. #' #' @usage -#' glue_start_job_run(JobName, JobRunId, Arguments, AllocatedCapacity, -#' Timeout, MaxCapacity, SecurityConfiguration, NotificationProperty, -#' WorkerType, NumberOfWorkers, ExecutionClass) +#' glue_start_job_run(JobName, JobRunQueuingEnabled, JobRunId, Arguments, +#' AllocatedCapacity, Timeout, MaxCapacity, SecurityConfiguration, +#' NotificationProperty, WorkerType, NumberOfWorkers, ExecutionClass) #' #' @param JobName [required] The name of the job definition to use. +#' @param JobRunQueuingEnabled Specifies whether job run queuing is enabled for the job run. +#' +#' A value of true means job run queuing is enabled for the job run. If +#' false or not populated, the job run will not be considered for queueing. #' @param JobRunId The ID of a previous `JobRun` to retry. #' @param Arguments The job arguments associated with this run. For this job run, they #' replace the default arguments set in the job definition itself. @@ -22759,6 +23458,7 @@ glue_start_import_labels_task_run <- function(TransformId, InputS3Path, ReplaceA #' ``` #' svc$start_job_run( #' JobName = "string", +#' JobRunQueuingEnabled = TRUE|FALSE, #' JobRunId = "string", #' Arguments = list( #' "string" @@ -22781,7 +23481,7 @@ glue_start_import_labels_task_run <- function(TransformId, InputS3Path, ReplaceA #' @rdname glue_start_job_run #' #' @aliases glue_start_job_run -glue_start_job_run <- function(JobName, JobRunId = NULL, Arguments = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, NotificationProperty = NULL, WorkerType = NULL, NumberOfWorkers = NULL, ExecutionClass = NULL) { +glue_start_job_run <- function(JobName, JobRunQueuingEnabled = NULL, JobRunId = NULL, Arguments = NULL, AllocatedCapacity = NULL, Timeout = NULL, MaxCapacity = NULL, SecurityConfiguration = NULL, NotificationProperty = NULL, WorkerType = NULL, NumberOfWorkers = NULL, ExecutionClass = NULL) { op <- new_operation( name = "StartJobRun", http_method = "POST", @@ -22789,7 +23489,7 @@ glue_start_job_run <- function(JobName, JobRunId = NULL, Arguments = NULL, Alloc host_prefix = "", paginator = list() ) - input <- .glue$start_job_run_input(JobName = JobName, JobRunId = JobRunId, Arguments = Arguments, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, NotificationProperty = NotificationProperty, WorkerType = WorkerType, NumberOfWorkers = NumberOfWorkers, ExecutionClass = ExecutionClass) + input <- .glue$start_job_run_input(JobName = JobName, JobRunQueuingEnabled = JobRunQueuingEnabled, JobRunId = JobRunId, Arguments = Arguments, AllocatedCapacity = AllocatedCapacity, Timeout = Timeout, MaxCapacity = MaxCapacity, SecurityConfiguration = SecurityConfiguration, NotificationProperty = NotificationProperty, WorkerType = WorkerType, NumberOfWorkers = NumberOfWorkers, ExecutionClass = ExecutionClass) output <- .glue$start_job_run_output() config <- get_config() svc <- .glue$service(config, op) @@ -23941,7 +24641,7 @@ glue_update_column_statistics_for_table <- function(CatalogId = NULL, DatabaseNa #' ConnectionInput = list( #' Name = "string", #' Description = "string", -#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE", +#' ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|"SALESFORCE"|"VIEW_VALIDATION_REDSHIFT"|"VIEW_VALIDATION_ATHENA", #' MatchCriteria = list( #' "string" #' ), @@ -24475,6 +25175,7 @@ glue_update_dev_endpoint <- function(EndpointName, PublicKey = NULL, AddPublicKe #' JobName = "string", #' JobUpdate = list( #' JobMode = "SCRIPT"|"VISUAL"|"NOTEBOOK", +#' JobRunQueuingEnabled = TRUE|FALSE, #' Description = "string", #' LogUri = "string", #' Role = "string", @@ -24765,6 +25466,11 @@ glue_update_dev_endpoint <- function(EndpointName, PublicKey = NULL, AddPublicKe #' Inputs = list( #' "string" #' ), +#' PartitionKeys = list( +#' list( +#' "string" +#' ) +#' ), #' Database = "string", #' Table = "string" #' ), diff --git a/paws/R/glue_service.R b/paws/R/glue_service.R index 59df9c7664..b4f9943eac 100644 --- a/paws/R/glue_service.R +++ b/paws/R/glue_service.R @@ -107,6 +107,7 @@ NULL #' \link[=glue_batch_get_table_optimizer]{batch_get_table_optimizer} \tab Returns the configuration for the specified table optimizers\cr #' \link[=glue_batch_get_triggers]{batch_get_triggers} \tab Returns a list of resource metadata for a given list of trigger names\cr #' \link[=glue_batch_get_workflows]{batch_get_workflows} \tab Returns a list of resource metadata for a given list of workflow names\cr +#' \link[=glue_batch_put_data_quality_statistic_annotation]{batch_put_data_quality_statistic_annotation} \tab Annotate datapoints over time for a specific data quality statistic\cr #' \link[=glue_batch_stop_job_run]{batch_stop_job_run} \tab Stops one or more job runs for a specified job definition\cr #' \link[=glue_batch_update_partition]{batch_update_partition} \tab Updates one or more partitions in a batch operation\cr #' \link[=glue_cancel_data_quality_rule_recommendation_run]{cancel_data_quality_rule_recommendation_run} \tab Cancels the specified recommendation run that was being used to generate rules\cr @@ -184,6 +185,8 @@ NULL #' \link[=glue_get_databases]{get_databases} \tab Retrieves all databases defined in a given Data Catalog\cr #' \link[=glue_get_data_catalog_encryption_settings]{get_data_catalog_encryption_settings} \tab Retrieves the security configuration for a specified catalog\cr #' \link[=glue_get_dataflow_graph]{get_dataflow_graph} \tab Transforms a Python script into a directed acyclic graph (DAG)\cr +#' \link[=glue_get_data_quality_model]{get_data_quality_model} \tab Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason)\cr +#' \link[=glue_get_data_quality_model_result]{get_data_quality_model_result} \tab Retrieve a statistic's predictions for a given Profile ID\cr #' \link[=glue_get_data_quality_result]{get_data_quality_result} \tab Retrieves the result of a data quality rule evaluation\cr #' \link[=glue_get_data_quality_rule_recommendation_run]{get_data_quality_rule_recommendation_run} \tab Gets the specified recommendation run that was used to generate rules\cr #' \link[=glue_get_data_quality_ruleset]{get_data_quality_ruleset} \tab Returns an existing ruleset by identifier or name\cr @@ -243,6 +246,8 @@ NULL #' \link[=glue_list_data_quality_rule_recommendation_runs]{list_data_quality_rule_recommendation_runs} \tab Lists the recommendation runs meeting the filter criteria\cr #' \link[=glue_list_data_quality_ruleset_evaluation_runs]{list_data_quality_ruleset_evaluation_runs} \tab Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source\cr #' \link[=glue_list_data_quality_rulesets]{list_data_quality_rulesets} \tab Returns a paginated list of rulesets for the specified list of Glue tables\cr +#' \link[=glue_list_data_quality_statistic_annotations]{list_data_quality_statistic_annotations} \tab Retrieve annotations for a data quality statistic\cr +#' \link[=glue_list_data_quality_statistics]{list_data_quality_statistics} \tab Retrieves a list of data quality statistics\cr #' \link[=glue_list_dev_endpoints]{list_dev_endpoints} \tab Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag\cr #' \link[=glue_list_jobs]{list_jobs} \tab Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag\cr #' \link[=glue_list_ml_transforms]{list_ml_transforms} \tab Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag\cr @@ -256,6 +261,7 @@ NULL #' \link[=glue_list_usage_profiles]{list_usage_profiles} \tab List all the Glue usage profiles\cr #' \link[=glue_list_workflows]{list_workflows} \tab Lists names of workflows created in the account\cr #' \link[=glue_put_data_catalog_encryption_settings]{put_data_catalog_encryption_settings} \tab Sets the security configuration for a specified catalog\cr +#' \link[=glue_put_data_quality_profile_annotation]{put_data_quality_profile_annotation} \tab Annotate all datapoints for a Profile\cr #' \link[=glue_put_resource_policy]{put_resource_policy} \tab Sets the Data Catalog resource policy for access control\cr #' \link[=glue_put_schema_version_metadata]{put_schema_version_metadata} \tab Puts the metadata key value pair for a specified schema version ID\cr #' \link[=glue_put_workflow_run_properties]{put_workflow_run_properties} \tab Puts the specified workflow run properties for the given workflow run\cr diff --git a/paws/R/health_operations.R b/paws/R/health_operations.R index cabd8cb4fc..71569edfff 100644 --- a/paws/R/health_operations.R +++ b/paws/R/health_operations.R @@ -1317,7 +1317,7 @@ health_describe_health_service_status_for_organization <- function() { #' management account in your organization. You must use the IAM console, #' API, or Command Line Interface (CLI) to remove the service-linked role. #' For more information, see [Deleting a Service-Linked -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html#delete-service-linked-role) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html#delete-service-linked-role) #' in the *IAM User Guide*. #' #' You can also disable the organizational feature by using the diff --git a/paws/R/iam_operations.R b/paws/R/iam_operations.R index a0be861840..cb7cce8c32 100644 --- a/paws/R/iam_operations.R +++ b/paws/R/iam_operations.R @@ -637,8 +637,8 @@ iam_create_access_key <- function(UserName = NULL) { #' Creates an alias for your Amazon Web Services account. For information #' about using an Amazon Web Services account alias, see [Creating, #' deleting, and listing an Amazon Web Services account -#' alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/) in the *Amazon -#' Web Services Sign-In User Guide*. +#' alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/CreateAccountAlias.html) +#' in the *Amazon Web Services Sign-In User Guide*. #' #' @usage #' iam_create_account_alias(AccountAlias) @@ -1031,7 +1031,8 @@ iam_create_login_profile <- function(UserName, Password, PasswordResetRequired = #' #' @description #' Creates an IAM entity to describe an identity provider (IdP) that -#' supports OpenID Connect (OIDC). +#' supports [OpenID Connect +#' (OIDC)](https://openid.net/developers/how-connect-works/). #' #' The OIDC provider that you create with this operation can be used as a #' principal in a role's trust policy. Such a policy establishes a trust @@ -1062,13 +1063,12 @@ iam_create_login_profile <- function(UserName, Password, PasswordResetRequired = #' You get all of this information from the OIDC IdP you want to use to #' access Amazon Web Services. #' -#' Amazon Web Services secures communication with some OIDC identity -#' providers (IdPs) through our library of trusted root certificate -#' authorities (CAs) instead of using a certificate thumbprint to verify -#' your IdP server certificate. In these cases, your legacy thumbprint -#' remains in your configuration, but is no longer used for validation. -#' These OIDC IdPs include Auth0, GitHub, GitLab, Google, and those that -#' use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint. +#' Amazon Web Services secures communication with OIDC identity providers +#' (IdPs) using our library of trusted root certificate authorities (CAs) +#' to verify the JSON Web Key Set (JWKS) endpoint's TLS certificate. If +#' your OIDC IdP relies on a certificate that is not signed by one of these +#' trusted CAs, only then we secure communication using the thumbprints set +#' in the IdP's configuration. #' #' The trust for the OIDC provider is derived from the IAM provider that #' this operation creates. Therefore, it is best to limit access to the @@ -1563,7 +1563,7 @@ iam_create_policy_version <- function(PolicyArn, PolicyDocument, SetAsDefault = #' This applies when you use the `AssumeRole*` API operations or the #' `assume-role*` CLI operations but does not apply when you use those #' operations to create a console URL. For more information, see [Using IAM -#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' in the *IAM User Guide*. #' @param PermissionsBoundary The ARN of the managed policy that is used to set the permissions #' boundary for the role. @@ -1800,7 +1800,7 @@ iam_create_saml_provider <- function(SAMLMetadataDocument, Name, Tags = NULL) { #' control the role helps improve service stability and proper cleanup when #' a service and its role are no longer needed. For more information, see #' [Using service-linked -#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) +#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html) #' in the *IAM User Guide*. #' #' To attach a policy to this service-linked role, you must make the @@ -2399,8 +2399,8 @@ iam_delete_access_key <- function(UserName = NULL, AccessKeyId) { #' Deletes the specified Amazon Web Services account alias. For information #' about using an Amazon Web Services account alias, see [Creating, #' deleting, and listing an Amazon Web Services account -#' alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/) in the *Amazon -#' Web Services Sign-In User Guide*. +#' alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/CreateAccountAlias.html) +#' in the *Amazon Web Services Sign-In User Guide*. #' #' @usage #' iam_delete_account_alias(AccountAlias) @@ -3372,7 +3372,7 @@ iam_delete_server_certificate <- function(ServerCertificateName) { #' #' For more information about service-linked roles, see [Roles terms and #' concepts: Amazon Web Services service-linked -#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-linked-role) +#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#id_roles_terms-and-concepts) #' in the *IAM User Guide*. #' #' @usage @@ -3555,7 +3555,7 @@ iam_delete_signing_certificate <- function(UserName = NULL, CertificateId) { #' Management Console, when you delete a user programmatically, you must #' delete the items attached to the user manually, or the deletion fails. #' For more information, see [Deleting an IAM -#' user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting_cli). +#' user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_rename.html#id_users_deleting_cli). #' Before attempting to delete a user, remove the following items: #' #' - Password ([`delete_login_profile`][iam_delete_login_profile]) @@ -7061,8 +7061,8 @@ iam_list_access_keys <- function(UserName = NULL, Marker = NULL, MaxItems = NULL #' (Note: you can have only one). For information about using an Amazon Web #' Services account alias, see [Creating, deleting, and listing an Amazon #' Web Services account -#' alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/) in the *Amazon -#' Web Services Sign-In User Guide*. +#' alias](https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html#CreateAccountAlias) +#' in the *IAM User Guide*. #' #' @usage #' iam_list_account_aliases(Marker, MaxItems) @@ -13771,13 +13771,12 @@ iam_update_login_profile <- function(UserName, Password = NULL, PasswordResetReq #' that specifies the OIDC provider as a principal fails until the #' certificate thumbprint is updated. #' -#' Amazon Web Services secures communication with some OIDC identity -#' providers (IdPs) through our library of trusted root certificate -#' authorities (CAs) instead of using a certificate thumbprint to verify -#' your IdP server certificate. In these cases, your legacy thumbprint -#' remains in your configuration, but is no longer used for validation. -#' These OIDC IdPs include Auth0, GitHub, GitLab, Google, and those that -#' use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint. +#' Amazon Web Services secures communication with OIDC identity providers +#' (IdPs) using our library of trusted root certificate authorities (CAs) +#' to verify the JSON Web Key Set (JWKS) endpoint's TLS certificate. If +#' your OIDC IdP relies on a certificate that is not signed by one of these +#' trusted CAs, only then we secure communication using the thumbprints set +#' in the IdP's configuration. #' #' Trust for the OIDC provider is derived from the provider certificate and #' is validated by the thumbprint. Therefore, it is best to limit access to @@ -13862,7 +13861,7 @@ iam_update_open_id_connect_provider_thumbprint <- function(OpenIDConnectProvider #' This applies when you use the `AssumeRole*` API operations or the #' `assume-role*` CLI operations but does not apply when you use those #' operations to create a console URL. For more information, see [Using IAM -#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' in the *IAM User Guide*. #' #' IAM role credentials provided by Amazon EC2 instances assigned to the @@ -14358,7 +14357,7 @@ iam_update_signing_certificate <- function(UserName = NULL, CertificateId, Statu #' #' You should understand the implications of changing an IAM user's path or #' name. For more information, see [Renaming an IAM -#' user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_renaming) +#' user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_rename.html#id_users_renaming) #' and [Renaming an IAM #' group](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_manage_rename.html) #' in the *IAM User Guide*. diff --git a/paws/R/iamrolesanywhere_operations.R b/paws/R/iamrolesanywhere_operations.R index c8faf401cb..31a5969c95 100644 --- a/paws/R/iamrolesanywhere_operations.R +++ b/paws/R/iamrolesanywhere_operations.R @@ -14,10 +14,12 @@ NULL #' **Required permissions:** `rolesanywhere:CreateProfile`. #' #' @usage -#' iamrolesanywhere_create_profile(durationSeconds, enabled, -#' managedPolicyArns, name, requireInstanceProperties, roleArns, +#' iamrolesanywhere_create_profile(acceptRoleSessionName, durationSeconds, +#' enabled, managedPolicyArns, name, requireInstanceProperties, roleArns, #' sessionPolicy, tags) #' +#' @param acceptRoleSessionName Used to determine if a custom role session name will be accepted in a +#' temporary credential request. #' @param durationSeconds Used to determine how long sessions vended using this profile are valid #' for. See the `Expiration` section of the [CreateSession API #' documentation](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object) @@ -40,6 +42,7 @@ NULL #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -77,6 +80,7 @@ NULL #' @section Request syntax: #' ``` #' svc$create_profile( +#' acceptRoleSessionName = TRUE|FALSE, #' durationSeconds = 123, #' enabled = TRUE|FALSE, #' managedPolicyArns = list( @@ -102,7 +106,7 @@ NULL #' @rdname iamrolesanywhere_create_profile #' #' @aliases iamrolesanywhere_create_profile -iamrolesanywhere_create_profile <- function(durationSeconds = NULL, enabled = NULL, managedPolicyArns = NULL, name, requireInstanceProperties = NULL, roleArns, sessionPolicy = NULL, tags = NULL) { +iamrolesanywhere_create_profile <- function(acceptRoleSessionName = NULL, durationSeconds = NULL, enabled = NULL, managedPolicyArns = NULL, name, requireInstanceProperties = NULL, roleArns, sessionPolicy = NULL, tags = NULL) { op <- new_operation( name = "CreateProfile", http_method = "POST", @@ -110,7 +114,7 @@ iamrolesanywhere_create_profile <- function(durationSeconds = NULL, enabled = NU host_prefix = "", paginator = list() ) - input <- .iamrolesanywhere$create_profile_input(durationSeconds = durationSeconds, enabled = enabled, managedPolicyArns = managedPolicyArns, name = name, requireInstanceProperties = requireInstanceProperties, roleArns = roleArns, sessionPolicy = sessionPolicy, tags = tags) + input <- .iamrolesanywhere$create_profile_input(acceptRoleSessionName = acceptRoleSessionName, durationSeconds = durationSeconds, enabled = enabled, managedPolicyArns = managedPolicyArns, name = name, requireInstanceProperties = requireInstanceProperties, roleArns = roleArns, sessionPolicy = sessionPolicy, tags = tags) output <- .iamrolesanywhere$create_profile_output() config <- get_config() svc <- .iamrolesanywhere$service(config, op) @@ -251,6 +255,7 @@ iamrolesanywhere_create_trust_anchor <- function(enabled = NULL, name, notificat #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -399,6 +404,7 @@ iamrolesanywhere_delete_crl <- function(crlId) { #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -621,6 +627,7 @@ iamrolesanywhere_disable_crl <- function(crlId) { #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -844,6 +851,7 @@ iamrolesanywhere_enable_crl <- function(crlId) { #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -1066,6 +1074,7 @@ iamrolesanywhere_get_crl <- function(crlId) { #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -1476,6 +1485,7 @@ iamrolesanywhere_list_crls <- function(nextToken = NULL, pageSize = NULL) { #' nextToken = "string", #' profiles = list( #' list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -1777,6 +1787,7 @@ iamrolesanywhere_list_trust_anchors <- function(nextToken = NULL, pageSize = NUL #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -2208,9 +2219,11 @@ iamrolesanywhere_update_crl <- function(crlData = NULL, crlId, name = NULL) { #' **Required permissions:** `rolesanywhere:UpdateProfile`. #' #' @usage -#' iamrolesanywhere_update_profile(durationSeconds, managedPolicyArns, -#' name, profileId, roleArns, sessionPolicy) +#' iamrolesanywhere_update_profile(acceptRoleSessionName, durationSeconds, +#' managedPolicyArns, name, profileId, roleArns, sessionPolicy) #' +#' @param acceptRoleSessionName Used to determine if a custom role session name will be accepted in a +#' temporary credential request. #' @param durationSeconds Used to determine how long sessions vended using this profile are valid #' for. See the `Expiration` section of the [CreateSession API #' documentation](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object) @@ -2230,6 +2243,7 @@ iamrolesanywhere_update_crl <- function(crlData = NULL, crlId, name = NULL) { #' ``` #' list( #' profile = list( +#' acceptRoleSessionName = TRUE|FALSE, #' attributeMappings = list( #' list( #' certificateField = "x509Subject"|"x509Issuer"|"x509SAN", @@ -2267,6 +2281,7 @@ iamrolesanywhere_update_crl <- function(crlData = NULL, crlId, name = NULL) { #' @section Request syntax: #' ``` #' svc$update_profile( +#' acceptRoleSessionName = TRUE|FALSE, #' durationSeconds = 123, #' managedPolicyArns = list( #' "string" @@ -2285,7 +2300,7 @@ iamrolesanywhere_update_crl <- function(crlData = NULL, crlId, name = NULL) { #' @rdname iamrolesanywhere_update_profile #' #' @aliases iamrolesanywhere_update_profile -iamrolesanywhere_update_profile <- function(durationSeconds = NULL, managedPolicyArns = NULL, name = NULL, profileId, roleArns = NULL, sessionPolicy = NULL) { +iamrolesanywhere_update_profile <- function(acceptRoleSessionName = NULL, durationSeconds = NULL, managedPolicyArns = NULL, name = NULL, profileId, roleArns = NULL, sessionPolicy = NULL) { op <- new_operation( name = "UpdateProfile", http_method = "PATCH", @@ -2293,7 +2308,7 @@ iamrolesanywhere_update_profile <- function(durationSeconds = NULL, managedPolic host_prefix = "", paginator = list() ) - input <- .iamrolesanywhere$update_profile_input(durationSeconds = durationSeconds, managedPolicyArns = managedPolicyArns, name = name, profileId = profileId, roleArns = roleArns, sessionPolicy = sessionPolicy) + input <- .iamrolesanywhere$update_profile_input(acceptRoleSessionName = acceptRoleSessionName, durationSeconds = durationSeconds, managedPolicyArns = managedPolicyArns, name = name, profileId = profileId, roleArns = roleArns, sessionPolicy = sessionPolicy) output <- .iamrolesanywhere$update_profile_output() config <- get_config() svc <- .iamrolesanywhere$service(config, op) diff --git a/paws/R/inspector2_operations.R b/paws/R/inspector2_operations.R index c3081ee3b5..b0f1bb2bff 100644 --- a/paws/R/inspector2_operations.R +++ b/paws/R/inspector2_operations.R @@ -81,28 +81,28 @@ inspector2_associate_member <- function(accountId) { #' accountId = "string", #' resourceState = list( #' ec2 = list( -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' status = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED" #' ), #' ecr = list( -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' status = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED" #' ), #' lambda = list( -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' status = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED" #' ), #' lambdaCode = list( -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' status = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED" #' ) #' ), #' state = list( -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' status = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED" #' ) @@ -111,7 +111,7 @@ inspector2_associate_member <- function(accountId) { #' failedAccounts = list( #' list( #' accountId = "string", -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' resourceStatus = list( #' ec2 = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED", @@ -1752,7 +1752,7 @@ inspector2_describe_organization_configuration <- function() { #' failedAccounts = list( #' list( #' accountId = "string", -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' resourceStatus = list( #' ec2 = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED", @@ -1936,7 +1936,7 @@ inspector2_disassociate_member <- function(accountId) { #' failedAccounts = list( #' list( #' accountId = "string", -#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED", +#' errorCode = "ALREADY_ENABLED"|"ENABLE_IN_PROGRESS"|"DISABLE_IN_PROGRESS"|"SUSPEND_IN_PROGRESS"|"RESOURCE_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"SSM_UNAVAILABLE"|"SSM_THROTTLED"|"EVENTBRIDGE_UNAVAILABLE"|"EVENTBRIDGE_THROTTLED"|"RESOURCE_SCAN_NOT_DISABLED"|"DISASSOCIATE_ALL_MEMBERS"|"ACCOUNT_IS_ISOLATED"|"EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED"|"EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", #' errorMessage = "string", #' resourceStatus = list( #' ec2 = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"SUSPENDING"|"SUSPENDED", @@ -3606,7 +3606,7 @@ inspector2_list_cis_scans <- function(detailLevel = NULL, filterCriteria = NULL, #' resourceType = "AWS_EC2_INSTANCE"|"AWS_ECR_CONTAINER_IMAGE"|"AWS_ECR_REPOSITORY"|"AWS_LAMBDA_FUNCTION", #' scanMode = "EC2_SSM_AGENT_BASED"|"EC2_AGENTLESS", #' scanStatus = list( -#' reason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|"NO_INVENTORY"|"STALE_INVENTORY"|"EXCLUDED_BY_TAG"|"UNSUPPORTED_RUNTIME"|"UNSUPPORTED_MEDIA_TYPE"|"UNSUPPORTED_CONFIG_FILE"|"DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED"|"DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED"|"DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED"|"DEEP_INSPECTION_NO_INVENTORY", +#' reason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|"NO_INVENTORY"|"STALE_INVENTORY"|"EXCLUDED_BY_TAG"|"UNSUPPORTED_RUNTIME"|"UNSUPPORTED_MEDIA_TYPE"|"UNSUPPORTED_CONFIG_FILE"|"DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED"|"DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED"|"DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED"|"DEEP_INSPECTION_NO_INVENTORY"|"AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED"|"AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED", #' statusCode = "ACTIVE"|"INACTIVE" #' ), #' scanType = "NETWORK"|"PACKAGE"|"CODE" @@ -4400,6 +4400,8 @@ inspector2_list_filters <- function(action = NULL, arns = NULL, maxResults = NUL #' list( #' accountAggregation = list( #' accountId = "string", +#' exploitAvailableCount = 123, +#' fixAvailableCount = 123, #' severityCounts = list( #' all = 123, #' critical = 123, @@ -4452,6 +4454,8 @@ inspector2_list_filters <- function(action = NULL, arns = NULL, maxResults = NUL #' ), #' findingTypeAggregation = list( #' accountId = "string", +#' exploitAvailableCount = 123, +#' fixAvailableCount = 123, #' severityCounts = list( #' all = 123, #' critical = 123, diff --git a/paws/R/ivs_operations.R b/paws/R/ivs_operations.R index 72bb4a622c..fdef371ca2 100644 --- a/paws/R/ivs_operations.R +++ b/paws/R/ivs_operations.R @@ -21,23 +21,23 @@ NULL #' channels = list( #' list( #' arn = "string", -#' authorized = TRUE|FALSE, -#' ingestEndpoint = "string", -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' recordingConfigurationArn = "string", +#' ingestEndpoint = "string", #' playbackUrl = "string", +#' authorized = TRUE|FALSE, +#' tags = list( +#' "string" +#' ), +#' insecureIngest = TRUE|FALSE, #' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", -#' recordingConfigurationArn = "string", #' srt = list( #' endpoint = "string", #' passphrase = "string" #' ), -#' tags = list( -#' "string" -#' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' playbackRestrictionPolicyArn = "string" #' ) #' ), #' errors = list( @@ -97,21 +97,21 @@ ivs_batch_get_channel <- function(arns) { #' A list with the following syntax: #' ``` #' list( -#' errors = list( -#' list( -#' arn = "string", -#' code = "string", -#' message = "string" -#' ) -#' ), #' streamKeys = list( #' list( #' arn = "string", +#' value = "string", #' channelArn = "string", #' tags = list( #' "string" -#' ), -#' value = "string" +#' ) +#' ) +#' ), +#' errors = list( +#' list( +#' arn = "string", +#' code = "string", +#' message = "string" #' ) #' ) #' ) @@ -169,9 +169,9 @@ ivs_batch_get_stream_key <- function(arns) { #' errors = list( #' list( #' channelArn = "string", +#' viewerId = "string", #' code = "string", -#' message = "string", -#' viewerId = "string" +#' message = "string" #' ) #' ) #' ) @@ -219,25 +219,21 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' Creates a new channel and an associated stream key to start streaming. #' #' @usage -#' ivs_create_channel(authorized, insecureIngest, latencyMode, name, -#' playbackRestrictionPolicyArn, preset, recordingConfigurationArn, tags, -#' type) +#' ivs_create_channel(name, latencyMode, type, authorized, +#' recordingConfigurationArn, tags, insecureIngest, preset, +#' playbackRestrictionPolicyArn) #' -#' @param authorized Whether the channel is private (enabled for playback authorization). -#' Default: `false`. -#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: -#' `false`. +#' @param name Channel name. #' @param latencyMode Channel latency mode. Use `NORMAL` to broadcast and deliver live video #' up to Full HD. Use `LOW` for near-real-time interaction with viewers. #' Default: `LOW`. -#' @param name Channel name. -#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies -#' the ARN and enables playback restriction. Default: "" (empty string, no -#' playback restriction policy is applied). -#' @param preset Optional transcode preset for the channel. This is selectable only for -#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, -#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel -#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). +#' @param type Channel type, which determines the allowable resolution and bitrate. *If +#' you exceed the allowable input resolution or bitrate, the stream +#' probably will disconnect immediately.* Default: `STANDARD`. For details, +#' see [Channel +#' Types](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html). +#' @param authorized Whether the channel is private (enabled for playback authorization). +#' Default: `false`. #' @param recordingConfigurationArn Recording-configuration ARN. A valid ARN value here both specifies the #' ARN and enables recording. Default: "" (empty string, recording is #' disabled). @@ -247,11 +243,15 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' for more information, including restrictions that apply to tags and "Tag #' naming limits and requirements"; Amazon IVS has no service-specific #' constraints beyond what is documented there. -#' @param type Channel type, which determines the allowable resolution and bitrate. *If -#' you exceed the allowable input resolution or bitrate, the stream -#' probably will disconnect immediately.* Default: `STANDARD`. For details, -#' see [Channel -#' Types](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html). +#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: +#' `false`. +#' @param preset Optional transcode preset for the channel. This is selectable only for +#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, +#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel +#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). +#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies +#' the ARN and enables playback restriction. Default: "" (empty string, no +#' playback restriction policy is applied). #' #' @return #' A list with the following syntax: @@ -259,31 +259,31 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' list( #' channel = list( #' arn = "string", -#' authorized = TRUE|FALSE, -#' ingestEndpoint = "string", -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' recordingConfigurationArn = "string", +#' ingestEndpoint = "string", #' playbackUrl = "string", +#' authorized = TRUE|FALSE, +#' tags = list( +#' "string" +#' ), +#' insecureIngest = TRUE|FALSE, #' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", -#' recordingConfigurationArn = "string", #' srt = list( #' endpoint = "string", #' passphrase = "string" #' ), -#' tags = list( -#' "string" -#' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' playbackRestrictionPolicyArn = "string" #' ), #' streamKey = list( #' arn = "string", +#' value = "string", #' channelArn = "string", #' tags = list( #' "string" -#' ), -#' value = "string" +#' ) #' ) #' ) #' ``` @@ -291,17 +291,17 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' @section Request syntax: #' ``` #' svc$create_channel( -#' authorized = TRUE|FALSE, -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", -#' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' authorized = TRUE|FALSE, #' recordingConfigurationArn = "string", #' tags = list( #' "string" #' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' insecureIngest = TRUE|FALSE, +#' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", +#' playbackRestrictionPolicyArn = "string" #' ) #' ``` #' @@ -310,7 +310,7 @@ ivs_batch_start_viewer_session_revocation <- function(viewerSessions) { #' @rdname ivs_create_channel #' #' @aliases ivs_create_channel -ivs_create_channel <- function(authorized = NULL, insecureIngest = NULL, latencyMode = NULL, name = NULL, playbackRestrictionPolicyArn = NULL, preset = NULL, recordingConfigurationArn = NULL, tags = NULL, type = NULL) { +ivs_create_channel <- function(name = NULL, latencyMode = NULL, type = NULL, authorized = NULL, recordingConfigurationArn = NULL, tags = NULL, insecureIngest = NULL, preset = NULL, playbackRestrictionPolicyArn = NULL) { op <- new_operation( name = "CreateChannel", http_method = "POST", @@ -318,7 +318,7 @@ ivs_create_channel <- function(authorized = NULL, insecureIngest = NULL, latency host_prefix = "", paginator = list() ) - input <- .ivs$create_channel_input(authorized = authorized, insecureIngest = insecureIngest, latencyMode = latencyMode, name = name, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn, preset = preset, recordingConfigurationArn = recordingConfigurationArn, tags = tags, type = type) + input <- .ivs$create_channel_input(name = name, latencyMode = latencyMode, type = type, authorized = authorized, recordingConfigurationArn = recordingConfigurationArn, tags = tags, insecureIngest = insecureIngest, preset = preset, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn) output <- .ivs$create_channel_output() config <- get_config() svc <- .ivs$service(config, op) @@ -362,13 +362,13 @@ ivs_create_channel <- function(authorized = NULL, insecureIngest = NULL, latency #' ``` #' list( #' playbackRestrictionPolicy = list( +#' arn = "string", #' allowedCountries = list( #' "string" #' ), #' allowedOrigins = list( #' "string" #' ), -#' arn = "string", #' enableStrictOriginEnforcement = TRUE|FALSE, #' name = "string", #' tags = list( @@ -438,17 +438,13 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' and create a new one with an S3 bucket from the correct region. #' #' @usage -#' ivs_create_recording_configuration(destinationConfiguration, name, -#' recordingReconnectWindowSeconds, renditionConfiguration, tags, -#' thumbnailConfiguration) +#' ivs_create_recording_configuration(name, destinationConfiguration, tags, +#' thumbnailConfiguration, recordingReconnectWindowSeconds, +#' renditionConfiguration) #' +#' @param name Recording-configuration name. The value does not need to be unique. #' @param destinationConfiguration [required] A complex type that contains a destination configuration for where #' recorded video will be stored. -#' @param name Recording-configuration name. The value does not need to be unique. -#' @param recordingReconnectWindowSeconds If a broadcast disconnects and then reconnects within the specified -#' interval, the multiple streams will be considered a single broadcast and -#' merged together. Default: 0. -#' @param renditionConfiguration Object that describes which renditions should be recorded for a stream. #' @param tags Array of 1-50 maps, each of the form `string:string (key:value)`. See #' [Tagging Amazon Web Services #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) @@ -458,6 +454,10 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' @param thumbnailConfiguration A complex type that allows you to enable/disable the recording of #' thumbnails for a live session and modify the interval at which #' thumbnails are generated for the live session. +#' @param recordingReconnectWindowSeconds If a broadcast disconnects and then reconnects within the specified +#' interval, the multiple streams will be considered a single broadcast and +#' merged together. Default: 0. +#' @param renditionConfiguration Object that describes which renditions should be recorded for a stream. #' #' @return #' A list with the following syntax: @@ -465,30 +465,30 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' list( #' recordingConfiguration = list( #' arn = "string", +#' name = "string", #' destinationConfiguration = list( #' s3 = list( #' bucketName = "string" #' ) #' ), -#' name = "string", -#' recordingReconnectWindowSeconds = 123, -#' renditionConfiguration = list( -#' renditionSelection = "ALL"|"NONE"|"CUSTOM", -#' renditions = list( -#' "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION" -#' ) -#' ), #' state = "CREATING"|"CREATE_FAILED"|"ACTIVE", #' tags = list( #' "string" #' ), #' thumbnailConfiguration = list( #' recordingMode = "DISABLED"|"INTERVAL", -#' resolution = "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION", +#' targetIntervalSeconds = 123, +#' resolution = "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION", #' storage = list( #' "SEQUENTIAL"|"LATEST" -#' ), -#' targetIntervalSeconds = 123 +#' ) +#' ), +#' recordingReconnectWindowSeconds = 123, +#' renditionConfiguration = list( +#' renditionSelection = "ALL"|"NONE"|"CUSTOM", +#' renditions = list( +#' "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION" +#' ) #' ) #' ) #' ) @@ -497,29 +497,29 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' @section Request syntax: #' ``` #' svc$create_recording_configuration( +#' name = "string", #' destinationConfiguration = list( #' s3 = list( #' bucketName = "string" #' ) #' ), -#' name = "string", -#' recordingReconnectWindowSeconds = 123, -#' renditionConfiguration = list( -#' renditionSelection = "ALL"|"NONE"|"CUSTOM", -#' renditions = list( -#' "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION" -#' ) -#' ), #' tags = list( #' "string" #' ), #' thumbnailConfiguration = list( #' recordingMode = "DISABLED"|"INTERVAL", -#' resolution = "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION", +#' targetIntervalSeconds = 123, +#' resolution = "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION", #' storage = list( #' "SEQUENTIAL"|"LATEST" -#' ), -#' targetIntervalSeconds = 123 +#' ) +#' ), +#' recordingReconnectWindowSeconds = 123, +#' renditionConfiguration = list( +#' renditionSelection = "ALL"|"NONE"|"CUSTOM", +#' renditions = list( +#' "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION" +#' ) #' ) #' ) #' ``` @@ -529,7 +529,7 @@ ivs_create_playback_restriction_policy <- function(allowedCountries = NULL, allo #' @rdname ivs_create_recording_configuration #' #' @aliases ivs_create_recording_configuration -ivs_create_recording_configuration <- function(destinationConfiguration, name = NULL, recordingReconnectWindowSeconds = NULL, renditionConfiguration = NULL, tags = NULL, thumbnailConfiguration = NULL) { +ivs_create_recording_configuration <- function(name = NULL, destinationConfiguration, tags = NULL, thumbnailConfiguration = NULL, recordingReconnectWindowSeconds = NULL, renditionConfiguration = NULL) { op <- new_operation( name = "CreateRecordingConfiguration", http_method = "POST", @@ -537,7 +537,7 @@ ivs_create_recording_configuration <- function(destinationConfiguration, name = host_prefix = "", paginator = list() ) - input <- .ivs$create_recording_configuration_input(destinationConfiguration = destinationConfiguration, name = name, recordingReconnectWindowSeconds = recordingReconnectWindowSeconds, renditionConfiguration = renditionConfiguration, tags = tags, thumbnailConfiguration = thumbnailConfiguration) + input <- .ivs$create_recording_configuration_input(name = name, destinationConfiguration = destinationConfiguration, tags = tags, thumbnailConfiguration = thumbnailConfiguration, recordingReconnectWindowSeconds = recordingReconnectWindowSeconds, renditionConfiguration = renditionConfiguration) output <- .ivs$create_recording_configuration_output() config <- get_config() svc <- .ivs$service(config, op) @@ -577,11 +577,11 @@ ivs_create_recording_configuration <- function(destinationConfiguration, name = #' list( #' streamKey = list( #' arn = "string", +#' value = "string", #' channelArn = "string", #' tags = list( #' "string" -#' ), -#' value = "string" +#' ) #' ) #' ) #' ``` @@ -871,23 +871,23 @@ ivs_delete_stream_key <- function(arn) { #' list( #' channel = list( #' arn = "string", -#' authorized = TRUE|FALSE, -#' ingestEndpoint = "string", -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' recordingConfigurationArn = "string", +#' ingestEndpoint = "string", #' playbackUrl = "string", +#' authorized = TRUE|FALSE, +#' tags = list( +#' "string" +#' ), +#' insecureIngest = TRUE|FALSE, #' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", -#' recordingConfigurationArn = "string", #' srt = list( #' endpoint = "string", #' passphrase = "string" #' ), -#' tags = list( -#' "string" -#' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' playbackRestrictionPolicyArn = "string" #' ) #' ) #' ``` @@ -944,8 +944,8 @@ ivs_get_channel <- function(arn) { #' list( #' keyPair = list( #' arn = "string", -#' fingerprint = "string", #' name = "string", +#' fingerprint = "string", #' tags = list( #' "string" #' ) @@ -998,13 +998,13 @@ ivs_get_playback_key_pair <- function(arn) { #' ``` #' list( #' playbackRestrictionPolicy = list( +#' arn = "string", #' allowedCountries = list( #' "string" #' ), #' allowedOrigins = list( #' "string" #' ), -#' arn = "string", #' enableStrictOriginEnforcement = TRUE|FALSE, #' name = "string", #' tags = list( @@ -1060,30 +1060,30 @@ ivs_get_playback_restriction_policy <- function(arn) { #' list( #' recordingConfiguration = list( #' arn = "string", +#' name = "string", #' destinationConfiguration = list( #' s3 = list( #' bucketName = "string" #' ) #' ), -#' name = "string", -#' recordingReconnectWindowSeconds = 123, -#' renditionConfiguration = list( -#' renditionSelection = "ALL"|"NONE"|"CUSTOM", -#' renditions = list( -#' "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION" -#' ) -#' ), #' state = "CREATING"|"CREATE_FAILED"|"ACTIVE", #' tags = list( #' "string" #' ), #' thumbnailConfiguration = list( #' recordingMode = "DISABLED"|"INTERVAL", -#' resolution = "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION", +#' targetIntervalSeconds = 123, +#' resolution = "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION", #' storage = list( #' "SEQUENTIAL"|"LATEST" -#' ), -#' targetIntervalSeconds = 123 +#' ) +#' ), +#' recordingReconnectWindowSeconds = 123, +#' renditionConfiguration = list( +#' renditionSelection = "ALL"|"NONE"|"CUSTOM", +#' renditions = list( +#' "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION" +#' ) #' ) #' ) #' ) @@ -1135,13 +1135,13 @@ ivs_get_recording_configuration <- function(arn) { #' list( #' stream = list( #' channelArn = "string", -#' health = "HEALTHY"|"STARVING"|"UNKNOWN", +#' streamId = "string", #' playbackUrl = "string", #' startTime = as.POSIXct( #' "2015-01-01" #' ), #' state = "LIVE"|"OFFLINE", -#' streamId = "string", +#' health = "HEALTHY"|"STARVING"|"UNKNOWN", #' viewerCount = 123 #' ) #' ) @@ -1193,11 +1193,11 @@ ivs_get_stream <- function(channelArn) { #' list( #' streamKey = list( #' arn = "string", +#' value = "string", #' channelArn = "string", #' tags = list( #' "string" -#' ), -#' value = "string" +#' ) #' ) #' ) #' ``` @@ -1250,86 +1250,86 @@ ivs_get_stream_key <- function(arn) { #' ``` #' list( #' streamSession = list( +#' streamId = "string", +#' startTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' endTime = as.POSIXct( +#' "2015-01-01" +#' ), #' channel = list( #' arn = "string", -#' authorized = TRUE|FALSE, -#' ingestEndpoint = "string", -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' recordingConfigurationArn = "string", +#' ingestEndpoint = "string", #' playbackUrl = "string", +#' authorized = TRUE|FALSE, +#' tags = list( +#' "string" +#' ), +#' insecureIngest = TRUE|FALSE, #' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", -#' recordingConfigurationArn = "string", #' srt = list( #' endpoint = "string", #' passphrase = "string" #' ), -#' tags = list( -#' "string" -#' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" -#' ), -#' endTime = as.POSIXct( -#' "2015-01-01" +#' playbackRestrictionPolicyArn = "string" #' ), #' ingestConfiguration = list( -#' audio = list( -#' channels = 123, -#' codec = "string", -#' sampleRate = 123, -#' targetBitrate = 123 -#' ), #' video = list( -#' avcLevel = "string", #' avcProfile = "string", +#' avcLevel = "string", #' codec = "string", #' encoder = "string", #' targetBitrate = 123, #' targetFramerate = 123, #' videoHeight = 123, #' videoWidth = 123 +#' ), +#' audio = list( +#' codec = "string", +#' targetBitrate = 123, +#' sampleRate = 123, +#' channels = 123 #' ) #' ), #' recordingConfiguration = list( #' arn = "string", +#' name = "string", #' destinationConfiguration = list( #' s3 = list( #' bucketName = "string" #' ) #' ), -#' name = "string", -#' recordingReconnectWindowSeconds = 123, -#' renditionConfiguration = list( -#' renditionSelection = "ALL"|"NONE"|"CUSTOM", -#' renditions = list( -#' "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION" -#' ) -#' ), #' state = "CREATING"|"CREATE_FAILED"|"ACTIVE", #' tags = list( #' "string" #' ), #' thumbnailConfiguration = list( #' recordingMode = "DISABLED"|"INTERVAL", -#' resolution = "FULL_HD"|"HD"|"SD"|"LOWEST_RESOLUTION", +#' targetIntervalSeconds = 123, +#' resolution = "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION", #' storage = list( #' "SEQUENTIAL"|"LATEST" -#' ), -#' targetIntervalSeconds = 123 +#' ) +#' ), +#' recordingReconnectWindowSeconds = 123, +#' renditionConfiguration = list( +#' renditionSelection = "ALL"|"NONE"|"CUSTOM", +#' renditions = list( +#' "SD"|"HD"|"FULL_HD"|"LOWEST_RESOLUTION" +#' ) #' ) #' ), -#' startTime = as.POSIXct( -#' "2015-01-01" -#' ), -#' streamId = "string", #' truncatedEvents = list( #' list( +#' name = "string", +#' type = "string", #' eventTime = as.POSIXct( #' "2015-01-01" -#' ), -#' name = "string", -#' type = "string" +#' ) #' ) #' ) #' ) @@ -1379,10 +1379,10 @@ ivs_get_stream_session <- function(channelArn, streamId = NULL) { #' in the *Amazon IVS User Guide*. #' #' @usage -#' ivs_import_playback_key_pair(name, publicKeyMaterial, tags) +#' ivs_import_playback_key_pair(publicKeyMaterial, name, tags) #' -#' @param name Playback-key-pair name. The value does not need to be unique. #' @param publicKeyMaterial [required] The public portion of a customer-generated key pair. +#' @param name Playback-key-pair name. The value does not need to be unique. #' @param tags Any tags provided with the request are added to the playback key pair #' tags. See [Tagging Amazon Web Services #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) @@ -1396,8 +1396,8 @@ ivs_get_stream_session <- function(channelArn, streamId = NULL) { #' list( #' keyPair = list( #' arn = "string", -#' fingerprint = "string", #' name = "string", +#' fingerprint = "string", #' tags = list( #' "string" #' ) @@ -1408,8 +1408,8 @@ ivs_get_stream_session <- function(channelArn, streamId = NULL) { #' @section Request syntax: #' ``` #' svc$import_playback_key_pair( -#' name = "string", #' publicKeyMaterial = "string", +#' name = "string", #' tags = list( #' "string" #' ) @@ -1421,7 +1421,7 @@ ivs_get_stream_session <- function(channelArn, streamId = NULL) { #' @rdname ivs_import_playback_key_pair #' #' @aliases ivs_import_playback_key_pair -ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = NULL) { +ivs_import_playback_key_pair <- function(publicKeyMaterial, name = NULL, tags = NULL) { op <- new_operation( name = "ImportPlaybackKeyPair", http_method = "POST", @@ -1429,7 +1429,7 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = host_prefix = "", paginator = list() ) - input <- .ivs$import_playback_key_pair_input(name = name, publicKeyMaterial = publicKeyMaterial, tags = tags) + input <- .ivs$import_playback_key_pair_input(publicKeyMaterial = publicKeyMaterial, name = name, tags = tags) output <- .ivs$import_playback_key_pair_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1450,16 +1450,16 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = #' try to use both filters, you will get an error (409 ConflictException). #' #' @usage -#' ivs_list_channels(filterByName, filterByPlaybackRestrictionPolicyArn, -#' filterByRecordingConfigurationArn, maxResults, nextToken) +#' ivs_list_channels(filterByName, filterByRecordingConfigurationArn, +#' filterByPlaybackRestrictionPolicyArn, nextToken, maxResults) #' #' @param filterByName Filters the channel list to match the specified name. -#' @param filterByPlaybackRestrictionPolicyArn Filters the channel list to match the specified policy. #' @param filterByRecordingConfigurationArn Filters the channel list to match the specified recording-configuration #' ARN. -#' @param maxResults Maximum number of channels to return. Default: 100. +#' @param filterByPlaybackRestrictionPolicyArn Filters the channel list to match the specified policy. #' @param nextToken The first channel to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of channels to return. Default: 100. #' #' @return #' A list with the following syntax: @@ -1468,17 +1468,17 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = #' channels = list( #' list( #' arn = "string", -#' authorized = TRUE|FALSE, -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", -#' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", +#' latencyMode = "NORMAL"|"LOW", +#' authorized = TRUE|FALSE, #' recordingConfigurationArn = "string", #' tags = list( #' "string" #' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' insecureIngest = TRUE|FALSE, +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", +#' playbackRestrictionPolicyArn = "string" #' ) #' ), #' nextToken = "string" @@ -1489,10 +1489,10 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = #' ``` #' svc$list_channels( #' filterByName = "string", -#' filterByPlaybackRestrictionPolicyArn = "string", #' filterByRecordingConfigurationArn = "string", -#' maxResults = 123, -#' nextToken = "string" +#' filterByPlaybackRestrictionPolicyArn = "string", +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1501,7 +1501,7 @@ ivs_import_playback_key_pair <- function(name = NULL, publicKeyMaterial, tags = #' @rdname ivs_list_channels #' #' @aliases ivs_list_channels -ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPolicyArn = NULL, filterByRecordingConfigurationArn = NULL, maxResults = NULL, nextToken = NULL) { +ivs_list_channels <- function(filterByName = NULL, filterByRecordingConfigurationArn = NULL, filterByPlaybackRestrictionPolicyArn = NULL, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListChannels", http_method = "POST", @@ -1509,7 +1509,7 @@ ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPo host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_channels_input(filterByName = filterByName, filterByPlaybackRestrictionPolicyArn = filterByPlaybackRestrictionPolicyArn, filterByRecordingConfigurationArn = filterByRecordingConfigurationArn, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_channels_input(filterByName = filterByName, filterByRecordingConfigurationArn = filterByRecordingConfigurationArn, filterByPlaybackRestrictionPolicyArn = filterByPlaybackRestrictionPolicyArn, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_channels_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1528,12 +1528,12 @@ ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPo #' in the *Amazon IVS User Guide*. #' #' @usage -#' ivs_list_playback_key_pairs(maxResults, nextToken) +#' ivs_list_playback_key_pairs(nextToken, maxResults) #' -#' @param maxResults Maximum number of key pairs to return. Default: your service quota or -#' 100, whichever is smaller. #' @param nextToken The first key pair to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of key pairs to return. Default: your service quota or +#' 100, whichever is smaller. #' #' @return #' A list with the following syntax: @@ -1555,8 +1555,8 @@ ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPo #' @section Request syntax: #' ``` #' svc$list_playback_key_pairs( -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1565,7 +1565,7 @@ ivs_list_channels <- function(filterByName = NULL, filterByPlaybackRestrictionPo #' @rdname ivs_list_playback_key_pairs #' #' @aliases ivs_list_playback_key_pairs -ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { +ivs_list_playback_key_pairs <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListPlaybackKeyPairs", http_method = "POST", @@ -1573,7 +1573,7 @@ ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_playback_key_pairs_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_playback_key_pairs_input(nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_playback_key_pairs_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1589,41 +1589,41 @@ ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { #' Gets summary information about playback restriction policies. #' #' @usage -#' ivs_list_playback_restriction_policies(maxResults, nextToken) +#' ivs_list_playback_restriction_policies(nextToken, maxResults) #' -#' @param maxResults Maximum number of policies to return. Default: 1. #' @param nextToken The first policy to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of policies to return. Default: 1. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' nextToken = "string", #' playbackRestrictionPolicies = list( #' list( +#' arn = "string", #' allowedCountries = list( #' "string" #' ), #' allowedOrigins = list( #' "string" #' ), -#' arn = "string", #' enableStrictOriginEnforcement = TRUE|FALSE, #' name = "string", #' tags = list( #' "string" #' ) #' ) -#' ) +#' ), +#' nextToken = "string" #' ) #' ``` #' #' @section Request syntax: #' ``` #' svc$list_playback_restriction_policies( -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1632,7 +1632,7 @@ ivs_list_playback_key_pairs <- function(maxResults = NULL, nextToken = NULL) { #' @rdname ivs_list_playback_restriction_policies #' #' @aliases ivs_list_playback_restriction_policies -ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken = NULL) { +ivs_list_playback_restriction_policies <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListPlaybackRestrictionPolicies", http_method = "POST", @@ -1640,7 +1640,7 @@ ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_playback_restriction_policies_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_playback_restriction_policies_input(nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_playback_restriction_policies_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1660,41 +1660,41 @@ ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken #' processed. #' #' @usage -#' ivs_list_recording_configurations(maxResults, nextToken) +#' ivs_list_recording_configurations(nextToken, maxResults) #' -#' @param maxResults Maximum number of recording configurations to return. Default: your -#' service quota or 100, whichever is smaller. #' @param nextToken The first recording configuration to retrieve. This is used for #' pagination; see the `nextToken` response field. +#' @param maxResults Maximum number of recording configurations to return. Default: your +#' service quota or 100, whichever is smaller. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' nextToken = "string", #' recordingConfigurations = list( #' list( #' arn = "string", +#' name = "string", #' destinationConfiguration = list( #' s3 = list( #' bucketName = "string" #' ) #' ), -#' name = "string", #' state = "CREATING"|"CREATE_FAILED"|"ACTIVE", #' tags = list( #' "string" #' ) #' ) -#' ) +#' ), +#' nextToken = "string" #' ) #' ``` #' #' @section Request syntax: #' ``` #' svc$list_recording_configurations( -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1703,7 +1703,7 @@ ivs_list_playback_restriction_policies <- function(maxResults = NULL, nextToken #' @rdname ivs_list_recording_configurations #' #' @aliases ivs_list_recording_configurations -ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NULL) { +ivs_list_recording_configurations <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListRecordingConfigurations", http_method = "POST", @@ -1711,7 +1711,7 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_recording_configurations_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_recording_configurations_input(nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_recording_configurations_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1727,18 +1727,17 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL #' Gets summary information about stream keys for the specified channel. #' #' @usage -#' ivs_list_stream_keys(channelArn, maxResults, nextToken) +#' ivs_list_stream_keys(channelArn, nextToken, maxResults) #' #' @param channelArn [required] Channel ARN used to filter the list. -#' @param maxResults Maximum number of streamKeys to return. Default: 1. #' @param nextToken The first stream key to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of streamKeys to return. Default: 1. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' nextToken = "string", #' streamKeys = list( #' list( #' arn = "string", @@ -1747,7 +1746,8 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL #' "string" #' ) #' ) -#' ) +#' ), +#' nextToken = "string" #' ) #' ``` #' @@ -1755,8 +1755,8 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL #' ``` #' svc$list_stream_keys( #' channelArn = "string", -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1765,7 +1765,7 @@ ivs_list_recording_configurations <- function(maxResults = NULL, nextToken = NUL #' @rdname ivs_list_stream_keys #' #' @aliases ivs_list_stream_keys -ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL) { +ivs_list_stream_keys <- function(channelArn, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListStreamKeys", http_method = "POST", @@ -1773,7 +1773,7 @@ ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_stream_keys_input(channelArn = channelArn, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_stream_keys_input(channelArn = channelArn, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_stream_keys_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1791,30 +1791,30 @@ ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL #' in your account, in the AWS region where the API request is processed. #' #' @usage -#' ivs_list_stream_sessions(channelArn, maxResults, nextToken) +#' ivs_list_stream_sessions(channelArn, nextToken, maxResults) #' #' @param channelArn [required] Channel ARN used to filter the list. -#' @param maxResults Maximum number of streams to return. Default: 100. #' @param nextToken The first stream to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of streams to return. Default: 100. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' nextToken = "string", #' streamSessions = list( #' list( -#' endTime = as.POSIXct( +#' streamId = "string", +#' startTime = as.POSIXct( #' "2015-01-01" #' ), -#' hasErrorEvent = TRUE|FALSE, -#' startTime = as.POSIXct( +#' endTime = as.POSIXct( #' "2015-01-01" #' ), -#' streamId = "string" +#' hasErrorEvent = TRUE|FALSE #' ) -#' ) +#' ), +#' nextToken = "string" #' ) #' ``` #' @@ -1822,8 +1822,8 @@ ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL #' ``` #' svc$list_stream_sessions( #' channelArn = "string", -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1832,7 +1832,7 @@ ivs_list_stream_keys <- function(channelArn, maxResults = NULL, nextToken = NULL #' @rdname ivs_list_stream_sessions #' #' @aliases ivs_list_stream_sessions -ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = NULL) { +ivs_list_stream_sessions <- function(channelArn, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListStreamSessions", http_method = "POST", @@ -1840,7 +1840,7 @@ ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_stream_sessions_input(channelArn = channelArn, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_stream_sessions_input(channelArn = channelArn, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_stream_sessions_output() config <- get_config() svc <- .ivs$service(config, op) @@ -1858,30 +1858,30 @@ ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = #' Amazon Web Services region where the API request is processed. #' #' @usage -#' ivs_list_streams(filterBy, maxResults, nextToken) +#' ivs_list_streams(filterBy, nextToken, maxResults) #' #' @param filterBy Filters the stream list to match the specified criterion. -#' @param maxResults Maximum number of streams to return. Default: 100. #' @param nextToken The first stream to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of streams to return. Default: 100. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' nextToken = "string", #' streams = list( #' list( #' channelArn = "string", +#' streamId = "string", +#' state = "LIVE"|"OFFLINE", #' health = "HEALTHY"|"STARVING"|"UNKNOWN", +#' viewerCount = 123, #' startTime = as.POSIXct( #' "2015-01-01" -#' ), -#' state = "LIVE"|"OFFLINE", -#' streamId = "string", -#' viewerCount = 123 +#' ) #' ) -#' ) +#' ), +#' nextToken = "string" #' ) #' ``` #' @@ -1891,8 +1891,8 @@ ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = #' filterBy = list( #' health = "HEALTHY"|"STARVING"|"UNKNOWN" #' ), -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -1901,7 +1901,7 @@ ivs_list_stream_sessions <- function(channelArn, maxResults = NULL, nextToken = #' @rdname ivs_list_streams #' #' @aliases ivs_list_streams -ivs_list_streams <- function(filterBy = NULL, maxResults = NULL, nextToken = NULL) { +ivs_list_streams <- function(filterBy = NULL, nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListStreams", http_method = "POST", @@ -1909,7 +1909,7 @@ ivs_list_streams <- function(filterBy = NULL, maxResults = NULL, nextToken = NUL host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivs$list_streams_input(filterBy = filterBy, maxResults = maxResults, nextToken = nextToken) + input <- .ivs$list_streams_input(filterBy = filterBy, nextToken = nextToken, maxResults = maxResults) output <- .ivs$list_streams_output() config <- get_config() svc <- .ivs$service(config, op) @@ -2245,31 +2245,32 @@ ivs_untag_resource <- function(resourceArn, tagKeys) { #' for the changes to take effect. #' #' @usage -#' ivs_update_channel(arn, authorized, insecureIngest, latencyMode, name, -#' playbackRestrictionPolicyArn, preset, recordingConfigurationArn, type) +#' ivs_update_channel(arn, name, latencyMode, type, authorized, +#' recordingConfigurationArn, insecureIngest, preset, +#' playbackRestrictionPolicyArn) #' #' @param arn [required] ARN of the channel to be updated. -#' @param authorized Whether the channel is private (enabled for playback authorization). -#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: -#' `false`. +#' @param name Channel name. #' @param latencyMode Channel latency mode. Use `NORMAL` to broadcast and deliver live video #' up to Full HD. Use `LOW` for near-real-time interaction with viewers. -#' @param name Channel name. -#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies -#' the ARN and enables playback restriction. If this is set to an empty -#' string, playback restriction policy is disabled. -#' @param preset Optional transcode preset for the channel. This is selectable only for -#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, -#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel -#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). -#' @param recordingConfigurationArn Recording-configuration ARN. A valid ARN value here both specifies the -#' ARN and enables recording. If this is set to an empty string, recording -#' is disabled. #' @param type Channel type, which determines the allowable resolution and bitrate. *If #' you exceed the allowable input resolution or bitrate, the stream #' probably will disconnect immediately.* Default: `STANDARD`. For details, #' see [Channel #' Types](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/channel-types.html). +#' @param authorized Whether the channel is private (enabled for playback authorization). +#' @param recordingConfigurationArn Recording-configuration ARN. A valid ARN value here both specifies the +#' ARN and enables recording. If this is set to an empty string, recording +#' is disabled. +#' @param insecureIngest Whether the channel allows insecure RTMP and SRT ingest. Default: +#' `false`. +#' @param preset Optional transcode preset for the channel. This is selectable only for +#' `ADVANCED_HD` and `ADVANCED_SD` channel types. For those channel types, +#' the default `preset` is `HIGHER_BANDWIDTH_DELIVERY`. For other channel +#' types (`BASIC` and `STANDARD`), `preset` is the empty string (`""`). +#' @param playbackRestrictionPolicyArn Playback-restriction-policy ARN. A valid ARN value here both specifies +#' the ARN and enables playback restriction. If this is set to an empty +#' string, playback restriction policy is disabled. #' #' @return #' A list with the following syntax: @@ -2277,23 +2278,23 @@ ivs_untag_resource <- function(resourceArn, tagKeys) { #' list( #' channel = list( #' arn = "string", -#' authorized = TRUE|FALSE, -#' ingestEndpoint = "string", -#' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", #' name = "string", -#' playbackRestrictionPolicyArn = "string", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", +#' recordingConfigurationArn = "string", +#' ingestEndpoint = "string", #' playbackUrl = "string", +#' authorized = TRUE|FALSE, +#' tags = list( +#' "string" +#' ), +#' insecureIngest = TRUE|FALSE, #' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", -#' recordingConfigurationArn = "string", #' srt = list( #' endpoint = "string", #' passphrase = "string" #' ), -#' tags = list( -#' "string" -#' ), -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' playbackRestrictionPolicyArn = "string" #' ) #' ) #' ``` @@ -2302,14 +2303,14 @@ ivs_untag_resource <- function(resourceArn, tagKeys) { #' ``` #' svc$update_channel( #' arn = "string", +#' name = "string", +#' latencyMode = "NORMAL"|"LOW", +#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD", #' authorized = TRUE|FALSE, +#' recordingConfigurationArn = "string", #' insecureIngest = TRUE|FALSE, -#' latencyMode = "NORMAL"|"LOW", -#' name = "string", -#' playbackRestrictionPolicyArn = "string", #' preset = "HIGHER_BANDWIDTH_DELIVERY"|"CONSTRAINED_BANDWIDTH_DELIVERY", -#' recordingConfigurationArn = "string", -#' type = "BASIC"|"STANDARD"|"ADVANCED_SD"|"ADVANCED_HD" +#' playbackRestrictionPolicyArn = "string" #' ) #' ``` #' @@ -2318,7 +2319,7 @@ ivs_untag_resource <- function(resourceArn, tagKeys) { #' @rdname ivs_update_channel #' #' @aliases ivs_update_channel -ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, latencyMode = NULL, name = NULL, playbackRestrictionPolicyArn = NULL, preset = NULL, recordingConfigurationArn = NULL, type = NULL) { +ivs_update_channel <- function(arn, name = NULL, latencyMode = NULL, type = NULL, authorized = NULL, recordingConfigurationArn = NULL, insecureIngest = NULL, preset = NULL, playbackRestrictionPolicyArn = NULL) { op <- new_operation( name = "UpdateChannel", http_method = "POST", @@ -2326,7 +2327,7 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la host_prefix = "", paginator = list() ) - input <- .ivs$update_channel_input(arn = arn, authorized = authorized, insecureIngest = insecureIngest, latencyMode = latencyMode, name = name, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn, preset = preset, recordingConfigurationArn = recordingConfigurationArn, type = type) + input <- .ivs$update_channel_input(arn = arn, name = name, latencyMode = latencyMode, type = type, authorized = authorized, recordingConfigurationArn = recordingConfigurationArn, insecureIngest = insecureIngest, preset = preset, playbackRestrictionPolicyArn = playbackRestrictionPolicyArn) output <- .ivs$update_channel_output() config <- get_config() svc <- .ivs$service(config, op) @@ -2342,9 +2343,10 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' Updates a specified playback restriction policy. #' #' @usage -#' ivs_update_playback_restriction_policy(allowedCountries, allowedOrigins, -#' arn, enableStrictOriginEnforcement, name) +#' ivs_update_playback_restriction_policy(arn, allowedCountries, +#' allowedOrigins, enableStrictOriginEnforcement, name) #' +#' @param arn [required] ARN of the playback-restriction-policy to be updated. #' @param allowedCountries A list of country codes that control geoblocking restriction. Allowed #' values are the officially assigned [ISO 3166-1 #' alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes. @@ -2353,7 +2355,6 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' the same as valid values of the Origin header defined at #' . #' Default: All origins (an empty array). -#' @param arn [required] ARN of the playback-restriction-policy to be updated. #' @param enableStrictOriginEnforcement Whether channel playback is constrained by origin site. Default: #' `false`. #' @param name Playback-restriction-policy name. The value does not need to be unique. @@ -2363,13 +2364,13 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' ``` #' list( #' playbackRestrictionPolicy = list( +#' arn = "string", #' allowedCountries = list( #' "string" #' ), #' allowedOrigins = list( #' "string" #' ), -#' arn = "string", #' enableStrictOriginEnforcement = TRUE|FALSE, #' name = "string", #' tags = list( @@ -2382,13 +2383,13 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' @section Request syntax: #' ``` #' svc$update_playback_restriction_policy( +#' arn = "string", #' allowedCountries = list( #' "string" #' ), #' allowedOrigins = list( #' "string" #' ), -#' arn = "string", #' enableStrictOriginEnforcement = TRUE|FALSE, #' name = "string" #' ) @@ -2399,7 +2400,7 @@ ivs_update_channel <- function(arn, authorized = NULL, insecureIngest = NULL, la #' @rdname ivs_update_playback_restriction_policy #' #' @aliases ivs_update_playback_restriction_policy -ivs_update_playback_restriction_policy <- function(allowedCountries = NULL, allowedOrigins = NULL, arn, enableStrictOriginEnforcement = NULL, name = NULL) { +ivs_update_playback_restriction_policy <- function(arn, allowedCountries = NULL, allowedOrigins = NULL, enableStrictOriginEnforcement = NULL, name = NULL) { op <- new_operation( name = "UpdatePlaybackRestrictionPolicy", http_method = "POST", @@ -2407,7 +2408,7 @@ ivs_update_playback_restriction_policy <- function(allowedCountries = NULL, allo host_prefix = "", paginator = list() ) - input <- .ivs$update_playback_restriction_policy_input(allowedCountries = allowedCountries, allowedOrigins = allowedOrigins, arn = arn, enableStrictOriginEnforcement = enableStrictOriginEnforcement, name = name) + input <- .ivs$update_playback_restriction_policy_input(arn = arn, allowedCountries = allowedCountries, allowedOrigins = allowedOrigins, enableStrictOriginEnforcement = enableStrictOriginEnforcement, name = name) output <- .ivs$update_playback_restriction_policy_output() config <- get_config() svc <- .ivs$service(config, op) diff --git a/paws/R/ivs_service.R b/paws/R/ivs_service.R index cf300b97ab..a44a326352 100644 --- a/paws/R/ivs_service.R +++ b/paws/R/ivs_service.R @@ -130,160 +130,6 @@ NULL #' policies and API calls. For more information, see [Amazon Resource #' Names](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *AWS General Reference*. -#' -#' **Channel Endpoints** -#' -#' - [`create_channel`][ivs_create_channel] — Creates a new channel and -#' an associated stream key to start streaming. -#' -#' - [`get_channel`][ivs_get_channel] — Gets the channel configuration -#' for the specified channel ARN. -#' -#' - [`batch_get_channel`][ivs_batch_get_channel] — Performs -#' [`get_channel`][ivs_get_channel] on multiple ARNs simultaneously. -#' -#' - [`list_channels`][ivs_list_channels] — Gets summary information -#' about all channels in your account, in the Amazon Web Services -#' region where the API request is processed. This list can be filtered -#' to match a specified name or recording-configuration ARN. Filters -#' are mutually exclusive and cannot be used together. If you try to -#' use both filters, you will get an error (409 Conflict Exception). -#' -#' - [`update_channel`][ivs_update_channel] — Updates a channel's -#' configuration. This does not affect an ongoing stream of this -#' channel. You must stop and restart the stream for the changes to -#' take effect. -#' -#' - [`delete_channel`][ivs_delete_channel] — Deletes the specified -#' channel. -#' -#' **Playback Restriction Policy Endpoints** -#' -#' - [`create_playback_restriction_policy`][ivs_create_playback_restriction_policy] -#' — Creates a new playback restriction policy, for constraining -#' playback by countries and/or origins. -#' -#' - [`delete_playback_restriction_policy`][ivs_delete_playback_restriction_policy] -#' — Deletes the specified playback restriction policy -#' -#' - [`get_playback_restriction_policy`][ivs_get_playback_restriction_policy] -#' — Gets the specified playback restriction policy. -#' -#' - [`list_playback_restriction_policies`][ivs_list_playback_restriction_policies] -#' — Gets summary information about playback restriction policies. -#' -#' - [`update_playback_restriction_policy`][ivs_update_playback_restriction_policy] -#' — Updates a specified playback restriction policy. -#' -#' **Private Channel Endpoints** -#' -#' For more information, see [Setting Up Private -#' Channels](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/private-channels.html) -#' in the *Amazon IVS User Guide*. -#' -#' - [`import_playback_key_pair`][ivs_import_playback_key_pair] — Imports -#' the public portion of a new key pair and returns its `arn` and -#' `fingerprint`. The `privateKey` can then be used to generate viewer -#' authorization tokens, to grant viewers access to private channels -#' (channels enabled for playback authorization). -#' -#' - [`get_playback_key_pair`][ivs_get_playback_key_pair] — Gets a -#' specified playback authorization key pair and returns the `arn` and -#' `fingerprint`. The `privateKey` held by the caller can be used to -#' generate viewer authorization tokens, to grant viewers access to -#' private channels. -#' -#' - [`list_playback_key_pairs`][ivs_list_playback_key_pairs] — Gets -#' summary information about playback key pairs. -#' -#' - [`delete_playback_key_pair`][ivs_delete_playback_key_pair] — Deletes -#' a specified authorization key pair. This invalidates future viewer -#' tokens generated using the key pair’s `privateKey`. -#' -#' - [`start_viewer_session_revocation`][ivs_start_viewer_session_revocation] -#' — Starts the process of revoking the viewer session associated with -#' a specified channel ARN and viewer ID. Optionally, you can provide a -#' version to revoke viewer sessions less than and including that -#' version. -#' -#' - [`batch_start_viewer_session_revocation`][ivs_batch_start_viewer_session_revocation] -#' — Performs -#' [`start_viewer_session_revocation`][ivs_start_viewer_session_revocation] -#' on multiple channel ARN and viewer ID pairs simultaneously. -#' -#' **Recording Configuration Endpoints** -#' -#' - [`create_recording_configuration`][ivs_create_recording_configuration] -#' — Creates a new recording configuration, used to enable recording to -#' Amazon S3. -#' -#' - [`get_recording_configuration`][ivs_get_recording_configuration] — -#' Gets the recording-configuration metadata for the specified ARN. -#' -#' - [`list_recording_configurations`][ivs_list_recording_configurations] -#' — Gets summary information about all recording configurations in -#' your account, in the Amazon Web Services region where the API -#' request is processed. -#' -#' - [`delete_recording_configuration`][ivs_delete_recording_configuration] -#' — Deletes the recording configuration for the specified ARN. -#' -#' **Stream Endpoints** -#' -#' - [`get_stream`][ivs_get_stream] — Gets information about the active -#' (live) stream on a specified channel. -#' -#' - [`get_stream_session`][ivs_get_stream_session] — Gets metadata on a -#' specified stream. -#' -#' - [`list_streams`][ivs_list_streams] — Gets summary information about -#' live streams in your account, in the Amazon Web Services region -#' where the API request is processed. -#' -#' - [`list_stream_sessions`][ivs_list_stream_sessions] — Gets a summary -#' of current and previous streams for a specified channel in your -#' account, in the AWS region where the API request is processed. -#' -#' - [`stop_stream`][ivs_stop_stream] — Disconnects the incoming RTMPS -#' stream for the specified channel. Can be used in conjunction with -#' [`delete_stream_key`][ivs_delete_stream_key] to prevent further -#' streaming to a channel. -#' -#' - [`put_metadata`][ivs_put_metadata] — Inserts metadata into the -#' active stream of the specified channel. At most 5 requests per -#' second per channel are allowed, each with a maximum 1 KB payload. -#' (If 5 TPS is not sufficient for your needs, we recommend batching -#' your data into a single PutMetadata call.) At most 155 requests per -#' second per account are allowed. -#' -#' **Stream Key Endpoints** -#' -#' - [`create_stream_key`][ivs_create_stream_key] — Creates a stream key, -#' used to initiate a stream, for the specified channel ARN. -#' -#' - [`get_stream_key`][ivs_get_stream_key] — Gets stream key information -#' for the specified ARN. -#' -#' - [`batch_get_stream_key`][ivs_batch_get_stream_key] — Performs -#' [`get_stream_key`][ivs_get_stream_key] on multiple ARNs -#' simultaneously. -#' -#' - [`list_stream_keys`][ivs_list_stream_keys] — Gets summary -#' information about stream keys for the specified channel. -#' -#' - [`delete_stream_key`][ivs_delete_stream_key] — Deletes the stream -#' key for the specified ARN, so it can no longer be used to stream. -#' -#' **Amazon Web Services Tags Endpoints** -#' -#' - [`tag_resource`][ivs_tag_resource] — Adds or updates tags for the -#' Amazon Web Services resource with the specified ARN. -#' -#' - [`untag_resource`][ivs_untag_resource] — Removes tags from the -#' resource with the specified ARN. -#' -#' - [`list_tags_for_resource`][ivs_list_tags_for_resource] — Gets -#' information about Amazon Web Services tags for the specified ARN. #' #' @param #' config @@ -438,7 +284,7 @@ ivs <- function(config = list(), credentials = list(), endpoint = NULL, region = service_id = "ivs", api_version = "2020-07-14", signing_name = "ivs", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/ivschat_operations.R b/paws/R/ivschat_operations.R index fc7f438075..c3628b035e 100644 --- a/paws/R/ivschat_operations.R +++ b/paws/R/ivschat_operations.R @@ -26,32 +26,32 @@ NULL #' your application. #' #' @usage -#' ivschat_create_chat_token(attributes, capabilities, roomIdentifier, -#' sessionDurationInMinutes, userId) +#' ivschat_create_chat_token(roomIdentifier, userId, capabilities, +#' sessionDurationInMinutes, attributes) #' -#' @param attributes Application-provided attributes to encode into the token and attach to a -#' chat session. Map keys and values can contain UTF-8 encoded text. The -#' maximum length of this field is 1 KB total. +#' @param roomIdentifier [required] Identifier of the room that the client is trying to access. Currently +#' this must be an ARN. +#' @param userId [required] Application-provided ID that uniquely identifies the user associated +#' with this token. This can be any UTF-8 encoded text. #' @param capabilities Set of capabilities that the user is allowed to perform in the room. #' Default: None (the capability to view messages is implicitly included in #' all requests). -#' @param roomIdentifier [required] Identifier of the room that the client is trying to access. Currently -#' this must be an ARN. #' @param sessionDurationInMinutes Session duration (in minutes), after which the session expires. Default: #' 60 (1 hour). -#' @param userId [required] Application-provided ID that uniquely identifies the user associated -#' with this token. This can be any UTF-8 encoded text. +#' @param attributes Application-provided attributes to encode into the token and attach to a +#' chat session. Map keys and values can contain UTF-8 encoded text. The +#' maximum length of this field is 1 KB total. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' sessionExpirationTime = as.POSIXct( -#' "2015-01-01" -#' ), #' token = "string", #' tokenExpirationTime = as.POSIXct( #' "2015-01-01" +#' ), +#' sessionExpirationTime = as.POSIXct( +#' "2015-01-01" #' ) #' ) #' ``` @@ -59,15 +59,15 @@ NULL #' @section Request syntax: #' ``` #' svc$create_chat_token( -#' attributes = list( -#' "string" -#' ), +#' roomIdentifier = "string", +#' userId = "string", #' capabilities = list( #' "SEND_MESSAGE"|"DISCONNECT_USER"|"DELETE_MESSAGE" #' ), -#' roomIdentifier = "string", #' sessionDurationInMinutes = 123, -#' userId = "string" +#' attributes = list( +#' "string" +#' ) #' ) #' ``` #' @@ -76,7 +76,7 @@ NULL #' @rdname ivschat_create_chat_token #' #' @aliases ivschat_create_chat_token -ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, roomIdentifier, sessionDurationInMinutes = NULL, userId) { +ivschat_create_chat_token <- function(roomIdentifier, userId, capabilities = NULL, sessionDurationInMinutes = NULL, attributes = NULL) { op <- new_operation( name = "CreateChatToken", http_method = "POST", @@ -84,7 +84,7 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro host_prefix = "", paginator = list() ) - input <- .ivschat$create_chat_token_input(attributes = attributes, capabilities = capabilities, roomIdentifier = roomIdentifier, sessionDurationInMinutes = sessionDurationInMinutes, userId = userId) + input <- .ivschat$create_chat_token_input(roomIdentifier = roomIdentifier, userId = userId, capabilities = capabilities, sessionDurationInMinutes = sessionDurationInMinutes, attributes = attributes) output <- .ivschat$create_chat_token_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -102,13 +102,13 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro #' sent messages. #' #' @usage -#' ivschat_create_logging_configuration(destinationConfiguration, name, +#' ivschat_create_logging_configuration(name, destinationConfiguration, #' tags) #' +#' @param name Logging-configuration name. The value does not need to be unique. #' @param destinationConfiguration [required] A complex type that contains a destination configuration for where chat #' content will be logged. There can be only one type of destination #' (`cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`. -#' @param name Logging-configuration name. The value does not need to be unique. #' @param tags Tags to attach to the resource. Array of maps, each of the form #' `string:string (key:value)`. See [Tagging AWS #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) @@ -121,28 +121,28 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro #' ``` #' list( #' arn = "string", +#' id = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), +#' updateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' name = "string", #' destinationConfiguration = list( +#' s3 = list( +#' bucketName = "string" +#' ), #' cloudWatchLogs = list( #' logGroupName = "string" #' ), #' firehose = list( #' deliveryStreamName = "string" -#' ), -#' s3 = list( -#' bucketName = "string" #' ) #' ), -#' id = "string", -#' name = "string", #' state = "ACTIVE", #' tags = list( #' "string" -#' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" #' ) #' ) #' ``` @@ -150,18 +150,18 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro #' @section Request syntax: #' ``` #' svc$create_logging_configuration( +#' name = "string", #' destinationConfiguration = list( +#' s3 = list( +#' bucketName = "string" +#' ), #' cloudWatchLogs = list( #' logGroupName = "string" #' ), #' firehose = list( #' deliveryStreamName = "string" -#' ), -#' s3 = list( -#' bucketName = "string" #' ) #' ), -#' name = "string", #' tags = list( #' "string" #' ) @@ -173,7 +173,7 @@ ivschat_create_chat_token <- function(attributes = NULL, capabilities = NULL, ro #' @rdname ivschat_create_logging_configuration #' #' @aliases ivschat_create_logging_configuration -ivschat_create_logging_configuration <- function(destinationConfiguration, name = NULL, tags = NULL) { +ivschat_create_logging_configuration <- function(name = NULL, destinationConfiguration, tags = NULL) { op <- new_operation( name = "CreateLoggingConfiguration", http_method = "POST", @@ -181,7 +181,7 @@ ivschat_create_logging_configuration <- function(destinationConfiguration, name host_prefix = "", paginator = list() ) - input <- .ivschat$create_logging_configuration_input(destinationConfiguration = destinationConfiguration, name = name, tags = tags) + input <- .ivschat$create_logging_configuration_input(name = name, destinationConfiguration = destinationConfiguration, tags = tags) output <- .ivschat$create_logging_configuration_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -197,49 +197,49 @@ ivschat_create_logging_configuration <- function(destinationConfiguration, name #' Creates a room that allows clients to connect and pass messages. #' #' @usage -#' ivschat_create_room(loggingConfigurationIdentifiers, -#' maximumMessageLength, maximumMessageRatePerSecond, messageReviewHandler, -#' name, tags) +#' ivschat_create_room(name, maximumMessageRatePerSecond, +#' maximumMessageLength, messageReviewHandler, tags, +#' loggingConfigurationIdentifiers) #' -#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. +#' @param name Room name. The value does not need to be unique. +#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by +#' all clients). Default: 10. #' @param maximumMessageLength Maximum number of characters in a single message. Messages are expected #' to be UTF-8 encoded and this limit applies specifically to #' rune/code-point count, not number of bytes. Default: 500. -#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by -#' all clients). Default: 10. #' @param messageReviewHandler Configuration information for optional review of messages. -#' @param name Room name. The value does not need to be unique. #' @param tags Tags to attach to the resource. Array of maps, each of the form #' `string:string (key:value)`. See [Tagging AWS #' Resources](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) #' for details, including restrictions that apply to tags and "Tag naming #' limits and requirements"; Amazon IVS Chat has no constraints beyond what #' is documented there. +#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. #' #' @return #' A list with the following syntax: #' ``` #' list( #' arn = "string", +#' id = "string", +#' name = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), -#' id = "string", -#' loggingConfigurationIdentifiers = list( -#' "string" +#' updateTime = as.POSIXct( +#' "2015-01-01" #' ), -#' maximumMessageLength = 123, #' maximumMessageRatePerSecond = 123, +#' maximumMessageLength = 123, #' messageReviewHandler = list( -#' fallbackResult = "ALLOW"|"DENY", -#' uri = "string" +#' uri = "string", +#' fallbackResult = "ALLOW"|"DENY" #' ), -#' name = "string", #' tags = list( #' "string" #' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" +#' loggingConfigurationIdentifiers = list( +#' "string" #' ) #' ) #' ``` @@ -247,18 +247,18 @@ ivschat_create_logging_configuration <- function(destinationConfiguration, name #' @section Request syntax: #' ``` #' svc$create_room( -#' loggingConfigurationIdentifiers = list( -#' "string" -#' ), -#' maximumMessageLength = 123, +#' name = "string", #' maximumMessageRatePerSecond = 123, +#' maximumMessageLength = 123, #' messageReviewHandler = list( -#' fallbackResult = "ALLOW"|"DENY", -#' uri = "string" +#' uri = "string", +#' fallbackResult = "ALLOW"|"DENY" #' ), -#' name = "string", #' tags = list( #' "string" +#' ), +#' loggingConfigurationIdentifiers = list( +#' "string" #' ) #' ) #' ``` @@ -268,7 +268,7 @@ ivschat_create_logging_configuration <- function(destinationConfiguration, name #' @rdname ivschat_create_room #' #' @aliases ivschat_create_room -ivschat_create_room <- function(loggingConfigurationIdentifiers = NULL, maximumMessageLength = NULL, maximumMessageRatePerSecond = NULL, messageReviewHandler = NULL, name = NULL, tags = NULL) { +ivschat_create_room <- function(name = NULL, maximumMessageRatePerSecond = NULL, maximumMessageLength = NULL, messageReviewHandler = NULL, tags = NULL, loggingConfigurationIdentifiers = NULL) { op <- new_operation( name = "CreateRoom", http_method = "POST", @@ -276,7 +276,7 @@ ivschat_create_room <- function(loggingConfigurationIdentifiers = NULL, maximumM host_prefix = "", paginator = list() ) - input <- .ivschat$create_room_input(loggingConfigurationIdentifiers = loggingConfigurationIdentifiers, maximumMessageLength = maximumMessageLength, maximumMessageRatePerSecond = maximumMessageRatePerSecond, messageReviewHandler = messageReviewHandler, name = name, tags = tags) + input <- .ivschat$create_room_input(name = name, maximumMessageRatePerSecond = maximumMessageRatePerSecond, maximumMessageLength = maximumMessageLength, messageReviewHandler = messageReviewHandler, tags = tags, loggingConfigurationIdentifiers = loggingConfigurationIdentifiers) output <- .ivschat$create_room_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -342,15 +342,15 @@ ivschat_delete_logging_configuration <- function(identifier) { #' WebSocket operation in the Amazon IVS Chat Messaging API. #' #' @usage -#' ivschat_delete_message(id, reason, roomIdentifier) +#' ivschat_delete_message(roomIdentifier, id, reason) #' +#' @param roomIdentifier [required] Identifier of the room where the message should be deleted. Currently +#' this must be an ARN. #' @param id [required] ID of the message to be deleted. This is the `Id` field in the received #' message (see [Message #' (Subscribe)](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-message-subscribe.html) #' in the Chat Messaging API). #' @param reason Reason for deleting the message. -#' @param roomIdentifier [required] Identifier of the room where the message should be deleted. Currently -#' this must be an ARN. #' #' @return #' A list with the following syntax: @@ -363,9 +363,9 @@ ivschat_delete_logging_configuration <- function(identifier) { #' @section Request syntax: #' ``` #' svc$delete_message( +#' roomIdentifier = "string", #' id = "string", -#' reason = "string", -#' roomIdentifier = "string" +#' reason = "string" #' ) #' ``` #' @@ -374,7 +374,7 @@ ivschat_delete_logging_configuration <- function(identifier) { #' @rdname ivschat_delete_message #' #' @aliases ivschat_delete_message -ivschat_delete_message <- function(id, reason = NULL, roomIdentifier) { +ivschat_delete_message <- function(roomIdentifier, id, reason = NULL) { op <- new_operation( name = "DeleteMessage", http_method = "POST", @@ -382,7 +382,7 @@ ivschat_delete_message <- function(id, reason = NULL, roomIdentifier) { host_prefix = "", paginator = list() ) - input <- .ivschat$delete_message_input(id = id, reason = reason, roomIdentifier = roomIdentifier) + input <- .ivschat$delete_message_input(roomIdentifier = roomIdentifier, id = id, reason = reason) output <- .ivschat$delete_message_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -444,12 +444,12 @@ ivschat_delete_room <- function(identifier) { #' WebSocket operation in the Amazon IVS Chat Messaging API. #' #' @usage -#' ivschat_disconnect_user(reason, roomIdentifier, userId) +#' ivschat_disconnect_user(roomIdentifier, userId, reason) #' -#' @param reason Reason for disconnecting the user. #' @param roomIdentifier [required] Identifier of the room from which the user's clients should be #' disconnected. Currently this must be an ARN. #' @param userId [required] ID of the user (connection) to disconnect from the room. +#' @param reason Reason for disconnecting the user. #' #' @return #' An empty list. @@ -457,9 +457,9 @@ ivschat_delete_room <- function(identifier) { #' @section Request syntax: #' ``` #' svc$disconnect_user( -#' reason = "string", #' roomIdentifier = "string", -#' userId = "string" +#' userId = "string", +#' reason = "string" #' ) #' ``` #' @@ -468,7 +468,7 @@ ivschat_delete_room <- function(identifier) { #' @rdname ivschat_disconnect_user #' #' @aliases ivschat_disconnect_user -ivschat_disconnect_user <- function(reason = NULL, roomIdentifier, userId) { +ivschat_disconnect_user <- function(roomIdentifier, userId, reason = NULL) { op <- new_operation( name = "DisconnectUser", http_method = "POST", @@ -476,7 +476,7 @@ ivschat_disconnect_user <- function(reason = NULL, roomIdentifier, userId) { host_prefix = "", paginator = list() ) - input <- .ivschat$disconnect_user_input(reason = reason, roomIdentifier = roomIdentifier, userId = userId) + input <- .ivschat$disconnect_user_input(roomIdentifier = roomIdentifier, userId = userId, reason = reason) output <- .ivschat$disconnect_user_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -501,28 +501,28 @@ ivschat_disconnect_user <- function(reason = NULL, roomIdentifier, userId) { #' ``` #' list( #' arn = "string", +#' id = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), +#' updateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' name = "string", #' destinationConfiguration = list( +#' s3 = list( +#' bucketName = "string" +#' ), #' cloudWatchLogs = list( #' logGroupName = "string" #' ), #' firehose = list( #' deliveryStreamName = "string" -#' ), -#' s3 = list( -#' bucketName = "string" #' ) #' ), -#' id = "string", -#' name = "string", #' state = "CREATING"|"CREATE_FAILED"|"DELETING"|"DELETE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"ACTIVE", #' tags = list( #' "string" -#' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" #' ) #' ) #' ``` @@ -573,25 +573,25 @@ ivschat_get_logging_configuration <- function(identifier) { #' ``` #' list( #' arn = "string", +#' id = "string", +#' name = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), -#' id = "string", -#' loggingConfigurationIdentifiers = list( -#' "string" +#' updateTime = as.POSIXct( +#' "2015-01-01" #' ), -#' maximumMessageLength = 123, #' maximumMessageRatePerSecond = 123, +#' maximumMessageLength = 123, #' messageReviewHandler = list( -#' fallbackResult = "ALLOW"|"DENY", -#' uri = "string" +#' uri = "string", +#' fallbackResult = "ALLOW"|"DENY" #' ), -#' name = "string", #' tags = list( #' "string" #' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" +#' loggingConfigurationIdentifiers = list( +#' "string" #' ) #' ) #' ``` @@ -634,11 +634,11 @@ ivschat_get_room <- function(identifier) { #' AWS region where the API request is processed. #' #' @usage -#' ivschat_list_logging_configurations(maxResults, nextToken) +#' ivschat_list_logging_configurations(nextToken, maxResults) #' -#' @param maxResults Maximum number of logging configurations to return. Default: 50. #' @param nextToken The first logging configurations to retrieve. This is used for #' pagination; see the `nextToken` response field. +#' @param maxResults Maximum number of logging configurations to return. Default: 50. #' #' @return #' A list with the following syntax: @@ -647,28 +647,28 @@ ivschat_get_room <- function(identifier) { #' loggingConfigurations = list( #' list( #' arn = "string", +#' id = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), +#' updateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' name = "string", #' destinationConfiguration = list( +#' s3 = list( +#' bucketName = "string" +#' ), #' cloudWatchLogs = list( #' logGroupName = "string" #' ), #' firehose = list( #' deliveryStreamName = "string" -#' ), -#' s3 = list( -#' bucketName = "string" #' ) #' ), -#' id = "string", -#' name = "string", #' state = "CREATING"|"CREATE_FAILED"|"DELETING"|"DELETE_FAILED"|"UPDATING"|"UPDATE_FAILED"|"ACTIVE", #' tags = list( #' "string" -#' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" #' ) #' ) #' ), @@ -679,8 +679,8 @@ ivschat_get_room <- function(identifier) { #' @section Request syntax: #' ``` #' svc$list_logging_configurations( -#' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' maxResults = 123 #' ) #' ``` #' @@ -689,7 +689,7 @@ ivschat_get_room <- function(identifier) { #' @rdname ivschat_list_logging_configurations #' #' @aliases ivschat_list_logging_configurations -ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = NULL) { +ivschat_list_logging_configurations <- function(nextToken = NULL, maxResults = NULL) { op <- new_operation( name = "ListLoggingConfigurations", http_method = "POST", @@ -697,7 +697,7 @@ ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = N host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivschat$list_logging_configurations_input(maxResults = maxResults, nextToken = nextToken) + input <- .ivschat$list_logging_configurations_input(nextToken = nextToken, maxResults = maxResults) output <- .ivschat$list_logging_configurations_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -716,55 +716,55 @@ ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = N #' `updateTime`. #' #' @usage -#' ivschat_list_rooms(loggingConfigurationIdentifier, maxResults, -#' messageReviewHandlerUri, name, nextToken) +#' ivschat_list_rooms(name, nextToken, maxResults, messageReviewHandlerUri, +#' loggingConfigurationIdentifier) #' -#' @param loggingConfigurationIdentifier Logging-configuration identifier. -#' @param maxResults Maximum number of rooms to return. Default: 50. -#' @param messageReviewHandlerUri Filters the list to match the specified message review handler URI. #' @param name Filters the list to match the specified room name. #' @param nextToken The first room to retrieve. This is used for pagination; see the #' `nextToken` response field. +#' @param maxResults Maximum number of rooms to return. Default: 50. +#' @param messageReviewHandlerUri Filters the list to match the specified message review handler URI. +#' @param loggingConfigurationIdentifier Logging-configuration identifier. #' #' @return #' A list with the following syntax: #' ``` #' list( -#' nextToken = "string", #' rooms = list( #' list( #' arn = "string", +#' id = "string", +#' name = "string", +#' messageReviewHandler = list( +#' uri = "string", +#' fallbackResult = "ALLOW"|"DENY" +#' ), #' createTime = as.POSIXct( #' "2015-01-01" #' ), -#' id = "string", -#' loggingConfigurationIdentifiers = list( -#' "string" -#' ), -#' messageReviewHandler = list( -#' fallbackResult = "ALLOW"|"DENY", -#' uri = "string" +#' updateTime = as.POSIXct( +#' "2015-01-01" #' ), -#' name = "string", #' tags = list( #' "string" #' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" +#' loggingConfigurationIdentifiers = list( +#' "string" #' ) #' ) -#' ) +#' ), +#' nextToken = "string" #' ) #' ``` #' #' @section Request syntax: #' ``` #' svc$list_rooms( -#' loggingConfigurationIdentifier = "string", +#' name = "string", +#' nextToken = "string", #' maxResults = 123, #' messageReviewHandlerUri = "string", -#' name = "string", -#' nextToken = "string" +#' loggingConfigurationIdentifier = "string" #' ) #' ``` #' @@ -773,7 +773,7 @@ ivschat_list_logging_configurations <- function(maxResults = NULL, nextToken = N #' @rdname ivschat_list_rooms #' #' @aliases ivschat_list_rooms -ivschat_list_rooms <- function(loggingConfigurationIdentifier = NULL, maxResults = NULL, messageReviewHandlerUri = NULL, name = NULL, nextToken = NULL) { +ivschat_list_rooms <- function(name = NULL, nextToken = NULL, maxResults = NULL, messageReviewHandlerUri = NULL, loggingConfigurationIdentifier = NULL) { op <- new_operation( name = "ListRooms", http_method = "POST", @@ -781,7 +781,7 @@ ivschat_list_rooms <- function(loggingConfigurationIdentifier = NULL, maxResults host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults") ) - input <- .ivschat$list_rooms_input(loggingConfigurationIdentifier = loggingConfigurationIdentifier, maxResults = maxResults, messageReviewHandlerUri = messageReviewHandlerUri, name = name, nextToken = nextToken) + input <- .ivschat$list_rooms_input(name = name, nextToken = nextToken, maxResults = maxResults, messageReviewHandlerUri = messageReviewHandlerUri, loggingConfigurationIdentifier = loggingConfigurationIdentifier) output <- .ivschat$list_rooms_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -849,13 +849,13 @@ ivschat_list_tags_for_resource <- function(resourceArn) { #' change the way the chat UI is rendered. #' #' @usage -#' ivschat_send_event(attributes, eventName, roomIdentifier) +#' ivschat_send_event(roomIdentifier, eventName, attributes) #' -#' @param attributes Application-defined metadata to attach to the event sent to clients. The -#' maximum length of the metadata is 1 KB total. -#' @param eventName [required] Application-defined name of the event to send to clients. #' @param roomIdentifier [required] Identifier of the room to which the event will be sent. Currently this #' must be an ARN. +#' @param eventName [required] Application-defined name of the event to send to clients. +#' @param attributes Application-defined metadata to attach to the event sent to clients. The +#' maximum length of the metadata is 1 KB total. #' #' @return #' A list with the following syntax: @@ -868,11 +868,11 @@ ivschat_list_tags_for_resource <- function(resourceArn) { #' @section Request syntax: #' ``` #' svc$send_event( +#' roomIdentifier = "string", +#' eventName = "string", #' attributes = list( #' "string" -#' ), -#' eventName = "string", -#' roomIdentifier = "string" +#' ) #' ) #' ``` #' @@ -881,7 +881,7 @@ ivschat_list_tags_for_resource <- function(resourceArn) { #' @rdname ivschat_send_event #' #' @aliases ivschat_send_event -ivschat_send_event <- function(attributes = NULL, eventName, roomIdentifier) { +ivschat_send_event <- function(roomIdentifier, eventName, attributes = NULL) { op <- new_operation( name = "SendEvent", http_method = "POST", @@ -889,7 +889,7 @@ ivschat_send_event <- function(attributes = NULL, eventName, roomIdentifier) { host_prefix = "", paginator = list() ) - input <- .ivschat$send_event_input(attributes = attributes, eventName = eventName, roomIdentifier = roomIdentifier) + input <- .ivschat$send_event_input(roomIdentifier = roomIdentifier, eventName = eventName, attributes = attributes) output <- .ivschat$send_event_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -1009,42 +1009,42 @@ ivschat_untag_resource <- function(resourceArn, tagKeys) { #' Updates a specified logging configuration. #' #' @usage -#' ivschat_update_logging_configuration(destinationConfiguration, -#' identifier, name) +#' ivschat_update_logging_configuration(identifier, name, +#' destinationConfiguration) #' +#' @param identifier [required] Identifier of the logging configuration to be updated. +#' @param name Logging-configuration name. The value does not need to be unique. #' @param destinationConfiguration A complex type that contains a destination configuration for where chat #' content will be logged. There can be only one type of destination #' (`cloudWatchLogs`, `firehose`, or `s3`) in a `destinationConfiguration`. -#' @param identifier [required] Identifier of the logging configuration to be updated. -#' @param name Logging-configuration name. The value does not need to be unique. #' #' @return #' A list with the following syntax: #' ``` #' list( #' arn = "string", +#' id = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), +#' updateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' name = "string", #' destinationConfiguration = list( +#' s3 = list( +#' bucketName = "string" +#' ), #' cloudWatchLogs = list( #' logGroupName = "string" #' ), #' firehose = list( #' deliveryStreamName = "string" -#' ), -#' s3 = list( -#' bucketName = "string" #' ) #' ), -#' id = "string", -#' name = "string", #' state = "ACTIVE", #' tags = list( #' "string" -#' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" #' ) #' ) #' ``` @@ -1052,19 +1052,19 @@ ivschat_untag_resource <- function(resourceArn, tagKeys) { #' @section Request syntax: #' ``` #' svc$update_logging_configuration( +#' identifier = "string", +#' name = "string", #' destinationConfiguration = list( +#' s3 = list( +#' bucketName = "string" +#' ), #' cloudWatchLogs = list( #' logGroupName = "string" #' ), #' firehose = list( #' deliveryStreamName = "string" -#' ), -#' s3 = list( -#' bucketName = "string" #' ) -#' ), -#' identifier = "string", -#' name = "string" +#' ) #' ) #' ``` #' @@ -1073,7 +1073,7 @@ ivschat_untag_resource <- function(resourceArn, tagKeys) { #' @rdname ivschat_update_logging_configuration #' #' @aliases ivschat_update_logging_configuration -ivschat_update_logging_configuration <- function(destinationConfiguration = NULL, identifier, name = NULL) { +ivschat_update_logging_configuration <- function(identifier, name = NULL, destinationConfiguration = NULL) { op <- new_operation( name = "UpdateLoggingConfiguration", http_method = "POST", @@ -1081,7 +1081,7 @@ ivschat_update_logging_configuration <- function(destinationConfiguration = NULL host_prefix = "", paginator = list() ) - input <- .ivschat$update_logging_configuration_input(destinationConfiguration = destinationConfiguration, identifier = identifier, name = name) + input <- .ivschat$update_logging_configuration_input(identifier = identifier, name = name, destinationConfiguration = destinationConfiguration) output <- .ivschat$update_logging_configuration_output() config <- get_config() svc <- .ivschat$service(config, op) @@ -1097,46 +1097,46 @@ ivschat_update_logging_configuration <- function(destinationConfiguration = NULL #' Updates a room’s configuration. #' #' @usage -#' ivschat_update_room(identifier, loggingConfigurationIdentifiers, -#' maximumMessageLength, maximumMessageRatePerSecond, messageReviewHandler, -#' name) +#' ivschat_update_room(identifier, name, maximumMessageRatePerSecond, +#' maximumMessageLength, messageReviewHandler, +#' loggingConfigurationIdentifiers) #' #' @param identifier [required] Identifier of the room to be updated. Currently this must be an ARN. -#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. +#' @param name Room name. The value does not need to be unique. +#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by +#' all clients). Default: 10. #' @param maximumMessageLength The maximum number of characters in a single message. Messages are #' expected to be UTF-8 encoded and this limit applies specifically to #' rune/code-point count, not number of bytes. Default: 500. -#' @param maximumMessageRatePerSecond Maximum number of messages per second that can be sent to the room (by -#' all clients). Default: 10. #' @param messageReviewHandler Configuration information for optional review of messages. Specify an #' empty `uri` string to disassociate a message review handler from the #' specified room. -#' @param name Room name. The value does not need to be unique. +#' @param loggingConfigurationIdentifiers Array of logging-configuration identifiers attached to the room. #' #' @return #' A list with the following syntax: #' ``` #' list( #' arn = "string", +#' id = "string", +#' name = "string", #' createTime = as.POSIXct( #' "2015-01-01" #' ), -#' id = "string", -#' loggingConfigurationIdentifiers = list( -#' "string" +#' updateTime = as.POSIXct( +#' "2015-01-01" #' ), -#' maximumMessageLength = 123, #' maximumMessageRatePerSecond = 123, +#' maximumMessageLength = 123, #' messageReviewHandler = list( -#' fallbackResult = "ALLOW"|"DENY", -#' uri = "string" +#' uri = "string", +#' fallbackResult = "ALLOW"|"DENY" #' ), -#' name = "string", #' tags = list( #' "string" #' ), -#' updateTime = as.POSIXct( -#' "2015-01-01" +#' loggingConfigurationIdentifiers = list( +#' "string" #' ) #' ) #' ``` @@ -1145,16 +1145,16 @@ ivschat_update_logging_configuration <- function(destinationConfiguration = NULL #' ``` #' svc$update_room( #' identifier = "string", -#' loggingConfigurationIdentifiers = list( -#' "string" -#' ), -#' maximumMessageLength = 123, +#' name = "string", #' maximumMessageRatePerSecond = 123, +#' maximumMessageLength = 123, #' messageReviewHandler = list( -#' fallbackResult = "ALLOW"|"DENY", -#' uri = "string" +#' uri = "string", +#' fallbackResult = "ALLOW"|"DENY" #' ), -#' name = "string" +#' loggingConfigurationIdentifiers = list( +#' "string" +#' ) #' ) #' ``` #' @@ -1163,7 +1163,7 @@ ivschat_update_logging_configuration <- function(destinationConfiguration = NULL #' @rdname ivschat_update_room #' #' @aliases ivschat_update_room -ivschat_update_room <- function(identifier, loggingConfigurationIdentifiers = NULL, maximumMessageLength = NULL, maximumMessageRatePerSecond = NULL, messageReviewHandler = NULL, name = NULL) { +ivschat_update_room <- function(identifier, name = NULL, maximumMessageRatePerSecond = NULL, maximumMessageLength = NULL, messageReviewHandler = NULL, loggingConfigurationIdentifiers = NULL) { op <- new_operation( name = "UpdateRoom", http_method = "POST", @@ -1171,7 +1171,7 @@ ivschat_update_room <- function(identifier, loggingConfigurationIdentifiers = NU host_prefix = "", paginator = list() ) - input <- .ivschat$update_room_input(identifier = identifier, loggingConfigurationIdentifiers = loggingConfigurationIdentifiers, maximumMessageLength = maximumMessageLength, maximumMessageRatePerSecond = maximumMessageRatePerSecond, messageReviewHandler = messageReviewHandler, name = name) + input <- .ivschat$update_room_input(identifier = identifier, name = name, maximumMessageRatePerSecond = maximumMessageRatePerSecond, maximumMessageLength = maximumMessageLength, messageReviewHandler = messageReviewHandler, loggingConfigurationIdentifiers = loggingConfigurationIdentifiers) output <- .ivschat$update_room_output() config <- get_config() svc <- .ivschat$service(config, op) diff --git a/paws/R/ivschat_service.R b/paws/R/ivschat_service.R index 19b5f8f620..83831e47de 100644 --- a/paws/R/ivschat_service.R +++ b/paws/R/ivschat_service.R @@ -19,6 +19,10 @@ NULL #' page](https://docs.aws.amazon.com/general/latest/gr/ivs.html) in the #' *AWS General Reference*. #' +#' This document describes HTTP operations. There is a separate *messaging* +#' API for managing Chat resources; see the [Amazon IVS Chat Messaging API +#' Reference](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/). +#' #' **Notes on terminology:** #' #' - You create service applications using the Amazon IVS Chat API. We @@ -28,13 +32,17 @@ NULL #' apps) using the Amazon IVS Chat Messaging API. We refer to these as #' *clients*. #' -#' **Key Concepts** +#' **Resources** +#' +#' The following resources are part of Amazon IVS Chat: #' #' - **LoggingConfiguration** — A configuration that allows customers to -#' store and record sent messages in a chat room. +#' store and record sent messages in a chat room. See the Logging +#' Configuration endpoints for more information. #' #' - **Room** — The central Amazon IVS Chat resource through which -#' clients connect to and exchange chat messages. +#' clients connect to and exchange chat messages. See the Room +#' endpoints for more information. #' #' **Tagging** #' @@ -109,85 +117,6 @@ NULL #' policies and API calls. For more information, see [Amazon Resource #' Names](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *AWS General Reference*. -#' -#' **Messaging Endpoints** -#' -#' - [`delete_message`][ivschat_delete_message] — Sends an event to a -#' specific room which directs clients to delete a specific message; -#' that is, unrender it from view and delete it from the client’s chat -#' history. This event’s `EventName` is `aws:DELETE_MESSAGE`. This -#' replicates the -#' [DeleteMessage](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-deletemessage-publish.html) -#' WebSocket operation in the Amazon IVS Chat Messaging API. -#' -#' - [`disconnect_user`][ivschat_disconnect_user] — Disconnects all -#' connections using a specified user ID from a room. This replicates -#' the -#' [DisconnectUser](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-disconnectuser-publish.html) -#' WebSocket operation in the Amazon IVS Chat Messaging API. -#' -#' - [`send_event`][ivschat_send_event] — Sends an event to a room. Use -#' this within your application’s business logic to send events to -#' clients of a room; e.g., to notify clients to change the way the -#' chat UI is rendered. -#' -#' **Chat Token Endpoint** -#' -#' - [`create_chat_token`][ivschat_create_chat_token] — Creates an -#' encrypted token that is used by a chat participant to establish an -#' individual WebSocket chat connection to a room. When the token is -#' used to connect to chat, the connection is valid for the session -#' duration specified in the request. The token becomes invalid at the -#' token-expiration timestamp included in the response. -#' -#' **Room Endpoints** -#' -#' - [`create_room`][ivschat_create_room] — Creates a room that allows -#' clients to connect and pass messages. -#' -#' - [`delete_room`][ivschat_delete_room] — Deletes the specified room. -#' -#' - [`get_room`][ivschat_get_room] — Gets the specified room. -#' -#' - [`list_rooms`][ivschat_list_rooms] — Gets summary information about -#' all your rooms in the AWS region where the API request is processed. -#' -#' - [`update_room`][ivschat_update_room] — Updates a room’s -#' configuration. -#' -#' **Logging Configuration Endpoints** -#' -#' - [`create_logging_configuration`][ivschat_create_logging_configuration] -#' — Creates a logging configuration that allows clients to store and -#' record sent messages. -#' -#' - [`delete_logging_configuration`][ivschat_delete_logging_configuration] -#' — Deletes the specified logging configuration. -#' -#' - [`get_logging_configuration`][ivschat_get_logging_configuration] — -#' Gets the specified logging configuration. -#' -#' - [`list_logging_configurations`][ivschat_list_logging_configurations] -#' — Gets summary information about all your logging configurations in -#' the AWS region where the API request is processed. -#' -#' - [`update_logging_configuration`][ivschat_update_logging_configuration] -#' — Updates a specified logging configuration. -#' -#' **Tags Endpoints** -#' -#' - [`list_tags_for_resource`][ivschat_list_tags_for_resource] — Gets -#' information about AWS tags for the specified ARN. -#' -#' - [`tag_resource`][ivschat_tag_resource] — Adds or updates tags for -#' the AWS resource with the specified ARN. -#' -#' - [`untag_resource`][ivschat_untag_resource] — Removes tags from the -#' resource with the specified ARN. -#' -#' All the above are HTTP operations. There is a separate *messaging* API -#' for managing Chat resources; see the [Amazon IVS Chat Messaging API -#' Reference](https://docs.aws.amazon.com/ivs/latest/chatmsgapireference/). #' #' @param #' config @@ -324,7 +253,7 @@ ivschat <- function(config = list(), credentials = list(), endpoint = NULL, regi service_id = "ivschat", api_version = "2020-07-14", signing_name = "ivschat", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/kms_operations.R b/paws/R/kms_operations.R index ef31487e1c..3271a98285 100644 --- a/paws/R/kms_operations.R +++ b/paws/R/kms_operations.R @@ -1277,7 +1277,7 @@ kms_create_grant <- function(KeyId, GranteePrincipal, RetiringPrincipal = NULL, #' in a key policy because the new principal might not be immediately #' visible to KMS. For more information, see [Changes that I make are #' not always immediately -#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency) +#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency) #' in the *Amazon Web Services Identity and Access Management User #' Guide*. #' @@ -7030,7 +7030,7 @@ kms_list_retirable_grants <- function(Limit = NULL, Marker = NULL, RetiringPrinc #' in a key policy because the new principal might not be immediately #' visible to KMS. For more information, see [Changes that I make are #' not always immediately -#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency) +#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency) #' in the *Amazon Web Services Identity and Access Management User #' Guide*. #' @@ -7604,7 +7604,7 @@ kms_re_encrypt <- function(CiphertextBlob, SourceEncryptionContext = NULL, Sourc #' in a key policy because the new principal might not be immediately #' visible to KMS. For more information, see [Changes that I make are #' not always immediately -#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_eventual-consistency) +#' visible](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_eventual-consistency) #' in the *Amazon Web Services Identity and Access Management User #' Guide*. #' diff --git a/paws/R/lambda_operations.R b/paws/R/lambda_operations.R index 1f1744cc57..02f4fe91ee 100644 --- a/paws/R/lambda_operations.R +++ b/paws/R/lambda_operations.R @@ -83,28 +83,28 @@ lambda_add_layer_version_permission <- function(LayerName, VersionNumber, Statem } .lambda$operations$add_layer_version_permission <- lambda_add_layer_version_permission -#' Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web -#' Services organization permission to use a function +#' Grants an Amazon Web Servicesservice, Amazon Web Services account, or +#' Amazon Web Services organization permission to use a function #' #' @description -#' Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web -#' Services organization permission to use a function. You can apply the -#' policy at the function level, or specify a qualifier to restrict access -#' to a single version or alias. If you use a qualifier, the invoker must -#' use the full Amazon Resource Name (ARN) of that version or alias to -#' invoke the function. Note: Lambda does not support adding policies to -#' version $LATEST. +#' Grants an Amazon Web Servicesservice, Amazon Web Services account, or +#' Amazon Web Services organization permission to use a function. You can +#' apply the policy at the function level, or specify a qualifier to +#' restrict access to a single version or alias. If you use a qualifier, +#' the invoker must use the full Amazon Resource Name (ARN) of that version +#' or alias to invoke the function. Note: Lambda does not support adding +#' policies to version $LATEST. #' #' To grant permission to another account, specify the account ID as the #' `Principal`. To grant permission to an organization defined in #' Organizations, specify the organization ID as the `PrincipalOrgID`. For -#' Amazon Web Services, the principal is a domain-style identifier that the -#' service defines, such as `s3.amazonaws.com` or `sns.amazonaws.com`. For -#' Amazon Web Services, you can also specify the ARN of the associated -#' resource as the `SourceArn`. If you grant permission to a service -#' principal without specifying the source, other accounts could -#' potentially configure resources in their account to invoke your Lambda -#' function. +#' Amazon Web Servicesservices, the principal is a domain-style identifier +#' that the service defines, such as `s3.amazonaws.com` or +#' `sns.amazonaws.com`. For Amazon Web Servicesservices, you can also +#' specify the ARN of the associated resource as the `SourceArn`. If you +#' grant permission to a service principal without specifying the source, +#' other accounts could potentially configure resources in their account to +#' invoke your Lambda function. #' #' This operation adds a statement to a resource-based permissions policy #' for the function. For more information about function policies, see @@ -135,19 +135,21 @@ lambda_add_layer_version_permission <- function(LayerName, VersionNumber, Statem #' the same policy. #' @param Action [required] The action that the principal can use on the function. For example, #' `lambda:InvokeFunction` or `lambda:GetFunction`. -#' @param Principal [required] The Amazon Web Service or Amazon Web Services account that invokes the -#' function. If you specify a service, use `SourceArn` or `SourceAccount` -#' to limit who can invoke the function through that service. -#' @param SourceArn For Amazon Web Services, the ARN of the Amazon Web Services resource -#' that invokes the function. For example, an Amazon S3 bucket or Amazon -#' SNS topic. +#' @param Principal [required] The Amazon Web Servicesservice or Amazon Web Services account that +#' invokes the function. If you specify a service, use `SourceArn` or +#' `SourceAccount` to limit who can invoke the function through that +#' service. +#' @param SourceArn For Amazon Web Servicesservices, the ARN of the Amazon Web Services +#' resource that invokes the function. For example, an Amazon S3 bucket or +#' Amazon SNS topic. #' #' Note that Lambda configures the comparison using the `StringLike` #' operator. -#' @param SourceAccount For Amazon Web Service, the ID of the Amazon Web Services account that -#' owns the resource. Use this together with `SourceArn` to ensure that the -#' specified account owns the resource. It is possible for an Amazon S3 -#' bucket to be deleted by its owner and recreated by another account. +#' @param SourceAccount For Amazon Web Servicesservice, the ID of the Amazon Web Services +#' account that owns the resource. Use this together with `SourceArn` to +#' ensure that the specified account owns the resource. It is possible for +#' an Amazon S3 bucket to be deleted by its owner and recreated by another +#' account. #' @param EventSourceToken For Alexa Smart Home functions, a token that the invoker must supply. #' @param Qualifier Specify a version or alias to add permissions to a published version of #' the function. @@ -463,7 +465,7 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' TumblingWindowInSeconds, Topics, Queues, SourceAccessConfigurations, #' SelfManagedEventSource, FunctionResponseTypes, #' AmazonManagedKafkaEventSourceConfig, SelfManagedKafkaEventSourceConfig, -#' ScalingConfig, DocumentDBEventSourceConfig) +#' ScalingConfig, DocumentDBEventSourceConfig, KMSKeyArn) #' #' @param EventSourceArn The Amazon Resource Name (ARN) of the event source. #' @@ -530,16 +532,17 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' `MaximumBatchingWindowInSeconds` to any value from 0 seconds to 300 #' seconds in increments of seconds. #' -#' For streams and Amazon SQS event sources, the default batching window is -#' 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and -#' DocumentDB event sources, the default batching window is 500 ms. Note -#' that because you can only change `MaximumBatchingWindowInSeconds` in -#' increments of seconds, you cannot revert back to the 500 ms default -#' batching window after you have changed it. To restore the default -#' batching window, you must create a new event source mapping. -#' -#' Related setting: For streams and Amazon SQS event sources, when you set -#' `BatchSize` to a value greater than 10, you must set +#' For Kinesis, DynamoDB, and Amazon SQS event sources, the default +#' batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, +#' Amazon MQ, and DocumentDB event sources, the default batching window is +#' 500 ms. Note that because you can only change +#' `MaximumBatchingWindowInSeconds` in increments of seconds, you cannot +#' revert back to the 500 ms default batching window after you have changed +#' it. To restore the default batching window, you must create a new event +#' source mapping. +#' +#' Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, +#' when you set `BatchSize` to a value greater than 10, you must set #' `MaximumBatchingWindowInSeconds` to at least 1. #' @param ParallelizationFactor (Kinesis and DynamoDB Streams only) The number of batches to process #' from each shard concurrently. @@ -578,6 +581,11 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' event #' sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). #' @param DocumentDBEventSourceConfig Specific configuration settings for a DocumentDB event source. +#' @param KMSKeyArn The ARN of the Key Management Service (KMS) customer managed key that +#' Lambda uses to encrypt your function's [filter +#' criteria](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics). +#' By default, Lambda does not encrypt your filter criteria object. Specify +#' this property to encrypt data using your own customer managed key. #' #' @return #' A list with the following syntax: @@ -653,6 +661,11 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" +#' ), +#' KMSKeyArn = "string", +#' FilterCriteriaError = list( +#' ErrorCode = "string", +#' Message = "string" #' ) #' ) #' ``` @@ -724,7 +737,8 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" -#' ) +#' ), +#' KMSKeyArn = "string" #' ) #' ``` #' @@ -733,7 +747,7 @@ lambda_create_code_signing_config <- function(Description = NULL, AllowedPublish #' @rdname lambda_create_event_source_mapping #' #' @aliases lambda_create_event_source_mapping -lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionName, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, ParallelizationFactor = NULL, StartingPosition = NULL, StartingPositionTimestamp = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, TumblingWindowInSeconds = NULL, Topics = NULL, Queues = NULL, SourceAccessConfigurations = NULL, SelfManagedEventSource = NULL, FunctionResponseTypes = NULL, AmazonManagedKafkaEventSourceConfig = NULL, SelfManagedKafkaEventSourceConfig = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL) { +lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionName, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, ParallelizationFactor = NULL, StartingPosition = NULL, StartingPositionTimestamp = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, TumblingWindowInSeconds = NULL, Topics = NULL, Queues = NULL, SourceAccessConfigurations = NULL, SelfManagedEventSource = NULL, FunctionResponseTypes = NULL, AmazonManagedKafkaEventSourceConfig = NULL, SelfManagedKafkaEventSourceConfig = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL, KMSKeyArn = NULL) { op <- new_operation( name = "CreateEventSourceMapping", http_method = "POST", @@ -741,7 +755,7 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa host_prefix = "", paginator = list() ) - input <- .lambda$create_event_source_mapping_input(EventSourceArn = EventSourceArn, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, ParallelizationFactor = ParallelizationFactor, StartingPosition = StartingPosition, StartingPositionTimestamp = StartingPositionTimestamp, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, TumblingWindowInSeconds = TumblingWindowInSeconds, Topics = Topics, Queues = Queues, SourceAccessConfigurations = SourceAccessConfigurations, SelfManagedEventSource = SelfManagedEventSource, FunctionResponseTypes = FunctionResponseTypes, AmazonManagedKafkaEventSourceConfig = AmazonManagedKafkaEventSourceConfig, SelfManagedKafkaEventSourceConfig = SelfManagedKafkaEventSourceConfig, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig) + input <- .lambda$create_event_source_mapping_input(EventSourceArn = EventSourceArn, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, ParallelizationFactor = ParallelizationFactor, StartingPosition = StartingPosition, StartingPositionTimestamp = StartingPositionTimestamp, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, TumblingWindowInSeconds = TumblingWindowInSeconds, Topics = Topics, Queues = Queues, SourceAccessConfigurations = SourceAccessConfigurations, SelfManagedEventSource = SelfManagedEventSource, FunctionResponseTypes = FunctionResponseTypes, AmazonManagedKafkaEventSourceConfig = AmazonManagedKafkaEventSourceConfig, SelfManagedKafkaEventSourceConfig = SelfManagedKafkaEventSourceConfig, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig, KMSKeyArn = KMSKeyArn) output <- .lambda$create_event_source_mapping_output() config <- get_config() svc <- .lambda$service(config, op) @@ -760,8 +774,8 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa #' role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-permissions.html#lambda-intro-execution-role). #' The deployment package is a .zip file archive or container image that #' contains your function code. The execution role grants the function -#' permission to use Amazon Web Services, such as Amazon CloudWatch Logs -#' for log streaming and X-Ray for request tracing. +#' permission to use Amazon Web Servicesservices, such as Amazon CloudWatch +#' Logs for log streaming and X-Ray for request tracing. #' #' If the deployment package is a [container #' image](https://docs.aws.amazon.com/lambda/latest/dg/images-create.html), @@ -814,15 +828,15 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa #' publisher. The code-signing configuration includes set of signing #' profiles, which define the trusted publishers for this function. #' -#' If another Amazon Web Services account or an Amazon Web Service invokes -#' your function, use [`add_permission`][lambda_add_permission] to grant -#' permission by creating a resource-based Identity and Access Management -#' (IAM) policy. You can grant permissions at the function level, on a -#' version, or on an alias. +#' If another Amazon Web Services account or an Amazon Web Servicesservice +#' invokes your function, use [`add_permission`][lambda_add_permission] to +#' grant permission by creating a resource-based Identity and Access +#' Management (IAM) policy. You can grant permissions at the function +#' level, on a version, or on an alias. #' #' To invoke your function directly, use [`invoke`][lambda_invoke]. To -#' invoke your function in response to events in other Amazon Web Services, -#' create an event source mapping +#' invoke your function in response to events in other Amazon Web +#' Servicesservices, create an event source mapping #' ([`create_event_source_mapping`][lambda_create_event_source_mapping]), #' or configure a function trigger in the other service. For more #' information, see [Invoking Lambda @@ -851,10 +865,16 @@ lambda_create_event_source_mapping <- function(EventSourceArn = NULL, FunctionNa #' @param Runtime The identifier of the function's #' [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). #' Runtime is required if the deployment package is a .zip file archive. +#' Specifying a runtime results in an error if you're deploying a function +#' using a container image. #' -#' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' The following list includes deprecated runtimes. Lambda blocks creating +#' new functions and updating existing functions shortly after each runtime +#' is deprecated. For more information, see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param Role [required] The Amazon Resource Name (ARN) of the function's execution role. #' @param Handler The name of the method within your code that Lambda calls to run your #' function. Handler is required if the deployment package is a .zip file @@ -1459,6 +1479,11 @@ lambda_delete_code_signing_config <- function(CodeSigningConfigArn) { #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" +#' ), +#' KMSKeyArn = "string", +#' FilterCriteriaError = list( +#' ErrorCode = "string", +#' Message = "string" #' ) #' ) #' ``` @@ -1503,8 +1528,9 @@ lambda_delete_event_source_mapping <- function(UUID) { #' #' To delete Lambda event source mappings that invoke a function, use #' [`delete_event_source_mapping`][lambda_delete_event_source_mapping]. For -#' Amazon Web Services and resources that invoke your function directly, -#' delete the trigger in the service where you originally configured it. +#' Amazon Web Servicesservices and resources that invoke your function +#' directly, delete the trigger in the service where you originally +#' configured it. #' #' @usage #' lambda_delete_function(FunctionName, Qualifier) @@ -2178,6 +2204,11 @@ lambda_get_code_signing_config <- function(CodeSigningConfigArn) { #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" +#' ), +#' KMSKeyArn = "string", +#' FilterCriteriaError = list( +#' ErrorCode = "string", +#' Message = "string" #' ) #' ) #' ``` @@ -2772,6 +2803,56 @@ lambda_get_function_event_invoke_config <- function(FunctionName, Qualifier = NU } .lambda$operations$get_function_event_invoke_config <- lambda_get_function_event_invoke_config +#' Returns your function's recursive loop detection configuration +#' +#' @description +#' Returns your function's [recursive loop +#' detection](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html) +#' configuration. +#' +#' @usage +#' lambda_get_function_recursion_config(FunctionName) +#' +#' @param FunctionName [required] +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' RecursiveLoop = "Allow"|"Terminate" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$get_function_recursion_config( +#' FunctionName = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname lambda_get_function_recursion_config +#' +#' @aliases lambda_get_function_recursion_config +lambda_get_function_recursion_config <- function(FunctionName) { + op <- new_operation( + name = "GetFunctionRecursionConfig", + http_method = "GET", + http_path = "/2024-08-31/functions/{FunctionName}/recursion-config", + host_prefix = "", + paginator = list() + ) + input <- .lambda$get_function_recursion_config_input(FunctionName = FunctionName) + output <- .lambda$get_function_recursion_config_output() + config <- get_config() + svc <- .lambda$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.lambda$operations$get_function_recursion_config <- lambda_get_function_recursion_config + #' Returns details about a Lambda function URL #' #' @description @@ -3860,6 +3941,11 @@ lambda_list_code_signing_configs <- function(Marker = NULL, MaxItems = NULL) { #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" +#' ), +#' KMSKeyArn = "string", +#' FilterCriteriaError = list( +#' ErrorCode = "string", +#' Message = "string" #' ) #' ) #' ) @@ -4335,11 +4421,14 @@ lambda_list_functions_by_code_signing_config <- function(CodeSigningConfigArn, M #' lambda_list_layer_versions(CompatibleRuntime, LayerName, Marker, #' MaxItems, CompatibleArchitecture) #' -#' @param CompatibleRuntime A runtime identifier. For example, `java21`. +#' @param CompatibleRuntime A runtime identifier. #' #' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param LayerName [required] The name or Amazon Resource Name (ARN) of the layer. #' @param Marker A pagination token returned by a previous call. #' @param MaxItems The maximum number of versions to return. @@ -4421,11 +4510,14 @@ lambda_list_layer_versions <- function(CompatibleRuntime = NULL, LayerName, Mark #' lambda_list_layers(CompatibleRuntime, Marker, MaxItems, #' CompatibleArchitecture) #' -#' @param CompatibleRuntime A runtime identifier. For example, `java21`. +#' @param CompatibleRuntime A runtime identifier. #' #' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param Marker A pagination token returned by a previous call. #' @param MaxItems The maximum number of layers to return. #' @param CompatibleArchitecture The compatible [instruction set @@ -5367,6 +5459,102 @@ lambda_put_function_event_invoke_config <- function(FunctionName, Qualifier = NU } .lambda$operations$put_function_event_invoke_config <- lambda_put_function_event_invoke_config +#' Sets your function's recursive loop detection configuration +#' +#' @description +#' Sets your function's [recursive loop +#' detection](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html) +#' configuration. +#' +#' When you configure a Lambda function to output to the same service or +#' resource that invokes the function, it's possible to create an infinite +#' recursive loop. For example, a Lambda function might write a message to +#' an Amazon Simple Queue Service (Amazon SQS) queue, which then invokes +#' the same function. This invocation causes the function to write another +#' message to the queue, which in turn invokes the function again. +#' +#' Lambda can detect certain types of recursive loops shortly after they +#' occur. When Lambda detects a recursive loop and your function's +#' recursive loop detection configuration is set to `Terminate`, it stops +#' your function being invoked and notifies you. +#' +#' @usage +#' lambda_put_function_recursion_config(FunctionName, RecursiveLoop) +#' +#' @param FunctionName [required] The name or ARN of the Lambda function. +#' +#' **Name formats** +#' +#' - **Function name** – `my-function`. +#' +#' - **Function ARN** – +#' `arn:aws:lambda:us-west-2:123456789012:function:my-function`. +#' +#' - **Partial ARN** – `123456789012:function:my-function`. +#' +#' The length constraint applies only to the full ARN. If you specify only +#' the function name, it is limited to 64 characters in length. +#' @param RecursiveLoop [required] If you set your function's recursive loop detection configuration to +#' `Allow`, Lambda doesn't take any action when it detects your function +#' being invoked as part of a recursive loop. We recommend that you only +#' use this setting if your design intentionally uses a Lambda function to +#' write data back to the same Amazon Web Services resource that invokes +#' it. +#' +#' If you set your function's recursive loop detection configuration to +#' `Terminate`, Lambda stops your function being invoked and notifies you +#' when it detects your function being invoked as part of a recursive loop. +#' +#' By default, Lambda sets your function's configuration to `Terminate`. +#' +#' If your design intentionally uses a Lambda function to write data back +#' to the same Amazon Web Services resource that invokes the function, then +#' use caution and implement suitable guard rails to prevent unexpected +#' charges being billed to your Amazon Web Services account. To learn more +#' about best practices for using recursive invocation patterns, see +#' [Recursive patterns that cause run-away Lambda +#' functions](https://serverlessland.com/content/service/lambda/guides/aws-lambda-operator-guide/recursive-runaway) +#' in Serverless Land. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' RecursiveLoop = "Allow"|"Terminate" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$put_function_recursion_config( +#' FunctionName = "string", +#' RecursiveLoop = "Allow"|"Terminate" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname lambda_put_function_recursion_config +#' +#' @aliases lambda_put_function_recursion_config +lambda_put_function_recursion_config <- function(FunctionName, RecursiveLoop) { + op <- new_operation( + name = "PutFunctionRecursionConfig", + http_method = "PUT", + http_path = "/2024-08-31/functions/{FunctionName}/recursion-config", + host_prefix = "", + paginator = list() + ) + input <- .lambda$put_function_recursion_config_input(FunctionName = FunctionName, RecursiveLoop = RecursiveLoop) + output <- .lambda$put_function_recursion_config_output() + config <- get_config() + svc <- .lambda$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.lambda$operations$put_function_recursion_config <- lambda_put_function_recursion_config + #' Adds a provisioned concurrency configuration to a function's alias or #' version #' @@ -5595,13 +5783,13 @@ lambda_remove_layer_version_permission <- function(LayerName, VersionNumber, Sta } .lambda$operations$remove_layer_version_permission <- lambda_remove_layer_version_permission -#' Revokes function-use permission from an Amazon Web Service or another -#' Amazon Web Services account +#' Revokes function-use permission from an Amazon Web Servicesservice or +#' another Amazon Web Services account #' #' @description -#' Revokes function-use permission from an Amazon Web Service or another -#' Amazon Web Services account. You can get the ID of the statement from -#' the output of [`get_policy`][lambda_get_policy]. +#' Revokes function-use permission from an Amazon Web Servicesservice or +#' another Amazon Web Services account. You can get the ID of the statement +#' from the output of [`get_policy`][lambda_get_policy]. #' #' @usage #' lambda_remove_permission(FunctionName, StatementId, Qualifier, @@ -6008,7 +6196,8 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' DestinationConfig, MaximumRecordAgeInSeconds, #' BisectBatchOnFunctionError, MaximumRetryAttempts, ParallelizationFactor, #' SourceAccessConfigurations, TumblingWindowInSeconds, -#' FunctionResponseTypes, ScalingConfig, DocumentDBEventSourceConfig) +#' FunctionResponseTypes, ScalingConfig, DocumentDBEventSourceConfig, +#' KMSKeyArn) #' #' @param UUID [required] The identifier of the event source mapping. #' @param FunctionName The name or ARN of the Lambda function. @@ -6059,16 +6248,17 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' `MaximumBatchingWindowInSeconds` to any value from 0 seconds to 300 #' seconds in increments of seconds. #' -#' For streams and Amazon SQS event sources, the default batching window is -#' 0 seconds. For Amazon MSK, Self-managed Apache Kafka, Amazon MQ, and -#' DocumentDB event sources, the default batching window is 500 ms. Note -#' that because you can only change `MaximumBatchingWindowInSeconds` in -#' increments of seconds, you cannot revert back to the 500 ms default -#' batching window after you have changed it. To restore the default -#' batching window, you must create a new event source mapping. -#' -#' Related setting: For streams and Amazon SQS event sources, when you set -#' `BatchSize` to a value greater than 10, you must set +#' For Kinesis, DynamoDB, and Amazon SQS event sources, the default +#' batching window is 0 seconds. For Amazon MSK, Self-managed Apache Kafka, +#' Amazon MQ, and DocumentDB event sources, the default batching window is +#' 500 ms. Note that because you can only change +#' `MaximumBatchingWindowInSeconds` in increments of seconds, you cannot +#' revert back to the 500 ms default batching window after you have changed +#' it. To restore the default batching window, you must create a new event +#' source mapping. +#' +#' Related setting: For Kinesis, DynamoDB, and Amazon SQS event sources, +#' when you set `BatchSize` to a value greater than 10, you must set #' `MaximumBatchingWindowInSeconds` to at least 1. #' @param DestinationConfig (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Kafka only) A #' configuration object that specifies the destination of an event after @@ -6094,6 +6284,11 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' event #' sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). #' @param DocumentDBEventSourceConfig Specific configuration settings for a DocumentDB event source. +#' @param KMSKeyArn The ARN of the Key Management Service (KMS) customer managed key that +#' Lambda uses to encrypt your function's [filter +#' criteria](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics). +#' By default, Lambda does not encrypt your filter criteria object. Specify +#' this property to encrypt data using your own customer managed key. #' #' @return #' A list with the following syntax: @@ -6169,6 +6364,11 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" +#' ), +#' KMSKeyArn = "string", +#' FilterCriteriaError = list( +#' ErrorCode = "string", +#' Message = "string" #' ) #' ) #' ``` @@ -6217,7 +6417,8 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' DatabaseName = "string", #' CollectionName = "string", #' FullDocument = "UpdateLookup"|"Default" -#' ) +#' ), +#' KMSKeyArn = "string" #' ) #' ``` #' @@ -6226,7 +6427,7 @@ lambda_update_code_signing_config <- function(CodeSigningConfigArn, Description #' @rdname lambda_update_event_source_mapping #' #' @aliases lambda_update_event_source_mapping -lambda_update_event_source_mapping <- function(UUID, FunctionName = NULL, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, ParallelizationFactor = NULL, SourceAccessConfigurations = NULL, TumblingWindowInSeconds = NULL, FunctionResponseTypes = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL) { +lambda_update_event_source_mapping <- function(UUID, FunctionName = NULL, Enabled = NULL, BatchSize = NULL, FilterCriteria = NULL, MaximumBatchingWindowInSeconds = NULL, DestinationConfig = NULL, MaximumRecordAgeInSeconds = NULL, BisectBatchOnFunctionError = NULL, MaximumRetryAttempts = NULL, ParallelizationFactor = NULL, SourceAccessConfigurations = NULL, TumblingWindowInSeconds = NULL, FunctionResponseTypes = NULL, ScalingConfig = NULL, DocumentDBEventSourceConfig = NULL, KMSKeyArn = NULL) { op <- new_operation( name = "UpdateEventSourceMapping", http_method = "PUT", @@ -6234,7 +6435,7 @@ lambda_update_event_source_mapping <- function(UUID, FunctionName = NULL, Enable host_prefix = "", paginator = list() ) - input <- .lambda$update_event_source_mapping_input(UUID = UUID, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, ParallelizationFactor = ParallelizationFactor, SourceAccessConfigurations = SourceAccessConfigurations, TumblingWindowInSeconds = TumblingWindowInSeconds, FunctionResponseTypes = FunctionResponseTypes, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig) + input <- .lambda$update_event_source_mapping_input(UUID = UUID, FunctionName = FunctionName, Enabled = Enabled, BatchSize = BatchSize, FilterCriteria = FilterCriteria, MaximumBatchingWindowInSeconds = MaximumBatchingWindowInSeconds, DestinationConfig = DestinationConfig, MaximumRecordAgeInSeconds = MaximumRecordAgeInSeconds, BisectBatchOnFunctionError = BisectBatchOnFunctionError, MaximumRetryAttempts = MaximumRetryAttempts, ParallelizationFactor = ParallelizationFactor, SourceAccessConfigurations = SourceAccessConfigurations, TumblingWindowInSeconds = TumblingWindowInSeconds, FunctionResponseTypes = FunctionResponseTypes, ScalingConfig = ScalingConfig, DocumentDBEventSourceConfig = DocumentDBEventSourceConfig, KMSKeyArn = KMSKeyArn) output <- .lambda$update_event_source_mapping_output() config <- get_config() svc <- .lambda$service(config, op) @@ -6488,7 +6689,7 @@ lambda_update_function_code <- function(FunctionName, ZipFile = NULL, S3Bucket = #' To configure function concurrency, use #' [`put_function_concurrency`][lambda_put_function_concurrency]. To grant #' invoke permissions to an Amazon Web Services account or Amazon Web -#' Service, use [`add_permission`][lambda_add_permission]. +#' Servicesservice, use [`add_permission`][lambda_add_permission]. #' #' @usage #' lambda_update_function_configuration(FunctionName, Role, Handler, @@ -6538,10 +6739,16 @@ lambda_update_function_code <- function(FunctionName, ZipFile = NULL, S3Bucket = #' @param Runtime The identifier of the function's #' [runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). #' Runtime is required if the deployment package is a .zip file archive. +#' Specifying a runtime results in an error if you're deploying a function +#' using a container image. #' -#' The following list includes deprecated runtimes. For more information, -#' see [Runtime deprecation -#' policy](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). +#' The following list includes deprecated runtimes. Lambda blocks creating +#' new functions and updating existing functions shortly after each runtime +#' is deprecated. For more information, see [Runtime use after +#' deprecation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels). +#' +#' For a list of all currently supported runtimes, see [Supported +#' runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported). #' @param DeadLetterConfig A dead-letter queue configuration that specifies the queue or topic #' where Lambda sends asynchronous events when they fail processing. For #' more information, see [Dead-letter diff --git a/paws/R/lambda_service.R b/paws/R/lambda_service.R index 49ea575822..ef0328f6ed 100644 --- a/paws/R/lambda_service.R +++ b/paws/R/lambda_service.R @@ -166,7 +166,7 @@ NULL #' @section Operations: #' \tabular{ll}{ #' \link[=lambda_add_layer_version_permission]{add_layer_version_permission} \tab Adds permissions to the resource-based policy of a version of an Lambda layer\cr -#' \link[=lambda_add_permission]{add_permission} \tab Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr +#' \link[=lambda_add_permission]{add_permission} \tab Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function\cr #' \link[=lambda_create_alias]{create_alias} \tab Creates an alias for a Lambda function version\cr #' \link[=lambda_create_code_signing_config]{create_code_signing_config} \tab Creates a code signing configuration\cr #' \link[=lambda_create_event_source_mapping]{create_event_source_mapping} \tab Creates a mapping between an event source and an Lambda function\cr @@ -191,6 +191,7 @@ NULL #' \link[=lambda_get_function_concurrency]{get_function_concurrency} \tab Returns details about the reserved concurrency configuration for a function\cr #' \link[=lambda_get_function_configuration]{get_function_configuration} \tab Returns the version-specific settings of a Lambda function or version\cr #' \link[=lambda_get_function_event_invoke_config]{get_function_event_invoke_config} \tab Retrieves the configuration for asynchronous invocation for a function, version, or alias\cr +#' \link[=lambda_get_function_recursion_config]{get_function_recursion_config} \tab Returns your function's recursive loop detection configuration\cr #' \link[=lambda_get_function_url_config]{get_function_url_config} \tab Returns details about a Lambda function URL\cr #' \link[=lambda_get_layer_version]{get_layer_version} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr #' \link[=lambda_get_layer_version_by_arn]{get_layer_version_by_arn} \tab Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes\cr @@ -218,10 +219,11 @@ NULL #' \link[=lambda_put_function_code_signing_config]{put_function_code_signing_config} \tab Update the code signing configuration for the function\cr #' \link[=lambda_put_function_concurrency]{put_function_concurrency} \tab Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level\cr #' \link[=lambda_put_function_event_invoke_config]{put_function_event_invoke_config} \tab Configures options for asynchronous invocation on a function, version, or alias\cr +#' \link[=lambda_put_function_recursion_config]{put_function_recursion_config} \tab Sets your function's recursive loop detection configuration\cr #' \link[=lambda_put_provisioned_concurrency_config]{put_provisioned_concurrency_config} \tab Adds a provisioned concurrency configuration to a function's alias or version\cr #' \link[=lambda_put_runtime_management_config]{put_runtime_management_config} \tab Sets the runtime management configuration for a function's version\cr #' \link[=lambda_remove_layer_version_permission]{remove_layer_version_permission} \tab Removes a statement from the permissions policy for a version of an Lambda layer\cr -#' \link[=lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account\cr +#' \link[=lambda_remove_permission]{remove_permission} \tab Revokes function-use permission from an Amazon Web Servicesservice or another Amazon Web Services account\cr #' \link[=lambda_tag_resource]{tag_resource} \tab Adds tags to a function\cr #' \link[=lambda_untag_resource]{untag_resource} \tab Removes tags from a function\cr #' \link[=lambda_update_alias]{update_alias} \tab Updates the configuration of a Lambda function alias\cr diff --git a/paws/R/lexmodelsv2_operations.R b/paws/R/lexmodelsv2_operations.R index c98dc69731..1fec651c90 100644 --- a/paws/R/lexmodelsv2_operations.R +++ b/paws/R/lexmodelsv2_operations.R @@ -690,7 +690,13 @@ lexmodelsv2_create_bot_alias <- function(botAliasName, description = NULL, botVe #' slotResolutionImprovement = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ), @@ -698,13 +704,25 @@ lexmodelsv2_create_bot_alias <- function(botAliasName, description = NULL, botVe #' descriptiveBotBuilder = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ), #' sampleUtteranceGeneration = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -729,7 +747,13 @@ lexmodelsv2_create_bot_alias <- function(botAliasName, description = NULL, botVe #' slotResolutionImprovement = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ), @@ -737,13 +761,25 @@ lexmodelsv2_create_bot_alias <- function(botAliasName, description = NULL, botVe #' descriptiveBotBuilder = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ), #' sampleUtteranceGeneration = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -4837,11 +4873,21 @@ lexmodelsv2_create_export <- function(resourceSpecification, fileFormat, filePas #' exactResponse = TRUE|FALSE #' ), #' bedrockKnowledgeStoreConfiguration = list( -#' bedrockKnowledgeBaseArn = "string" +#' bedrockKnowledgeBaseArn = "string", +#' exactResponse = TRUE|FALSE, +#' exactResponseFields = list( +#' answerField = "string" +#' ) #' ) #' ), #' bedrockModelConfiguration = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -8542,11 +8588,21 @@ lexmodelsv2_create_export <- function(resourceSpecification, fileFormat, filePas #' exactResponse = TRUE|FALSE #' ), #' bedrockKnowledgeStoreConfiguration = list( -#' bedrockKnowledgeBaseArn = "string" +#' bedrockKnowledgeBaseArn = "string", +#' exactResponse = TRUE|FALSE, +#' exactResponseFields = list( +#' answerField = "string" +#' ) #' ) #' ), #' bedrockModelConfiguration = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -8643,6 +8699,11 @@ lexmodelsv2_create_resource_policy <- function(resourceArn, policy) { #' #' You can't create a resource policy statement that allows cross-account #' access. +#' +#' You need to add the +#' [`create_resource_policy`][lexmodelsv2_create_resource_policy] or +#' [`update_resource_policy`][lexmodelsv2_update_resource_policy] action to +#' the bot role in order to call the API. #' #' @usage #' lexmodelsv2_create_resource_policy_statement(resourceArn, statementId, @@ -13236,6 +13297,11 @@ lexmodelsv2_delete_resource_policy <- function(resourceArn, expectedRevisionId = #' last statement from a policy, the policy is deleted. If you specify a #' statement ID that doesn't exist in the policy, or if the bot or bot #' alias doesn't have a policy attached, Amazon Lex returns an exception. +#' +#' You need to add the +#' [`delete_resource_policy`][lexmodelsv2_delete_resource_policy] or +#' [`update_resource_policy`][lexmodelsv2_update_resource_policy] action to +#' the bot role in order to call the API. #' #' @usage #' lexmodelsv2_delete_resource_policy_statement(resourceArn, statementId, @@ -13774,7 +13840,13 @@ lexmodelsv2_describe_bot_alias <- function(botAliasId, botId) { #' slotResolutionImprovement = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ), @@ -13782,13 +13854,25 @@ lexmodelsv2_describe_bot_alias <- function(botAliasId, botId) { #' descriptiveBotBuilder = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ), #' sampleUtteranceGeneration = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -18138,11 +18222,21 @@ lexmodelsv2_describe_import <- function(importId) { #' exactResponse = TRUE|FALSE #' ), #' bedrockKnowledgeStoreConfiguration = list( -#' bedrockKnowledgeBaseArn = "string" +#' bedrockKnowledgeBaseArn = "string", +#' exactResponse = TRUE|FALSE, +#' exactResponseFields = list( +#' answerField = "string" +#' ) #' ) #' ), #' bedrockModelConfiguration = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -25222,7 +25316,13 @@ lexmodelsv2_update_bot_alias <- function(botAliasId, botAliasName, description = #' slotResolutionImprovement = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ), @@ -25230,13 +25330,25 @@ lexmodelsv2_update_bot_alias <- function(botAliasId, botAliasName, description = #' descriptiveBotBuilder = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ), #' sampleUtteranceGeneration = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -25261,7 +25373,13 @@ lexmodelsv2_update_bot_alias <- function(botAliasId, botAliasName, description = #' slotResolutionImprovement = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ), @@ -25269,13 +25387,25 @@ lexmodelsv2_update_bot_alias <- function(botAliasId, botAliasName, description = #' descriptiveBotBuilder = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ), #' sampleUtteranceGeneration = list( #' enabled = TRUE|FALSE, #' bedrockModelSpecification = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -29250,11 +29380,21 @@ lexmodelsv2_update_export <- function(exportId, filePassword = NULL) { #' exactResponse = TRUE|FALSE #' ), #' bedrockKnowledgeStoreConfiguration = list( -#' bedrockKnowledgeBaseArn = "string" +#' bedrockKnowledgeBaseArn = "string", +#' exactResponse = TRUE|FALSE, +#' exactResponseFields = list( +#' answerField = "string" +#' ) #' ) #' ), #' bedrockModelConfiguration = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) @@ -32962,11 +33102,21 @@ lexmodelsv2_update_export <- function(exportId, filePassword = NULL) { #' exactResponse = TRUE|FALSE #' ), #' bedrockKnowledgeStoreConfiguration = list( -#' bedrockKnowledgeBaseArn = "string" +#' bedrockKnowledgeBaseArn = "string", +#' exactResponse = TRUE|FALSE, +#' exactResponseFields = list( +#' answerField = "string" +#' ) #' ) #' ), #' bedrockModelConfiguration = list( -#' modelArn = "string" +#' modelArn = "string", +#' guardrail = list( +#' identifier = "string", +#' version = "string" +#' ), +#' traceStatus = "ENABLED"|"DISABLED", +#' customPrompt = "string" #' ) #' ) #' ) diff --git a/paws/R/memorydb_operations.R b/paws/R/memorydb_operations.R index dba75707cd..98f25fda39 100644 --- a/paws/R/memorydb_operations.R +++ b/paws/R/memorydb_operations.R @@ -400,7 +400,7 @@ memorydb_create_acl <- function(ACLName, UserNames = NULL, Tags = NULL) { #' If you do not specify this parameter, MemoryDB automatically chooses an #' appropriate time range. #' @param ACLName [required] The name of the Access Control List to associate with the cluster. -#' @param EngineVersion The version number of the Redis engine to be used for the cluster. +#' @param EngineVersion The version number of the Redis OSS engine to be used for the cluster. #' @param AutoMinorVersionUpgrade When set to true, the cluster will automatically receive minor engine #' version upgrades after launch. #' @param DataTiering Enables data tiering. Data tiering is only supported for clusters using @@ -953,6 +953,10 @@ memorydb_delete_acl <- function(ACLName) { #' @description #' Deletes a cluster. It also deletes all associated nodes and node #' endpoints +#' +#' [`create_snapshot`][memorydb_create_snapshot] permission is required to +#' create a final snapshot. Without this permission, the API call will fail +#' with an `Access Denied` exception. #' #' @usage #' memorydb_delete_cluster(ClusterName, FinalSnapshotName) @@ -1556,16 +1560,16 @@ memorydb_describe_clusters <- function(ClusterName = NULL, MaxResults = NULL, Ne } .memorydb$operations$describe_clusters <- memorydb_describe_clusters -#' Returns a list of the available Redis engine versions +#' Returns a list of the available Redis OSS engine versions #' #' @description -#' Returns a list of the available Redis engine versions. +#' Returns a list of the available Redis OSS engine versions. #' #' @usage #' memorydb_describe_engine_versions(EngineVersion, ParameterGroupFamily, #' MaxResults, NextToken, DefaultOnly) #' -#' @param EngineVersion The Redis engine version +#' @param EngineVersion The Redis OSS engine version #' @param ParameterGroupFamily The name of a specific parameter group family to return details for. #' @param MaxResults The maximum number of records to include in the response. If more #' records exist than the specified MaxResults value, a token is included diff --git a/paws/R/memorydb_service.R b/paws/R/memorydb_service.R index 29e2f3ca61..6f934be7cf 100644 --- a/paws/R/memorydb_service.R +++ b/paws/R/memorydb_service.R @@ -5,13 +5,13 @@ NULL #' Amazon MemoryDB #' #' @description -#' MemoryDB for Redis is a fully managed, Redis-compatible, in-memory -#' database that delivers ultra-fast performance and Multi-AZ durability -#' for modern applications built using microservices architectures. -#' MemoryDB stores the entire database in-memory, enabling low latency and -#' high throughput data access. It is compatible with Redis, a popular open -#' source data store, enabling you to leverage Redis’ flexible and friendly -#' data structures, APIs, and commands. +#' MemoryDB is a fully managed, Redis OSS-compatible, in-memory database +#' that delivers ultra-fast performance and Multi-AZ durability for modern +#' applications built using microservices architectures. MemoryDB stores +#' the entire database in-memory, enabling low latency and high throughput +#' data access. It is compatible with Redis OSS, a popular open source data +#' store, enabling you to leverage Redis OSS’ flexible and friendly data +#' structures, APIs, and commands. #' #' @param #' config @@ -112,7 +112,7 @@ NULL #' \link[=memorydb_delete_user]{delete_user} \tab Deletes a user\cr #' \link[=memorydb_describe_ac_ls]{describe_ac_ls} \tab Returns a list of ACLs\cr #' \link[=memorydb_describe_clusters]{describe_clusters} \tab Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied\cr -#' \link[=memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis engine versions\cr +#' \link[=memorydb_describe_engine_versions]{describe_engine_versions} \tab Returns a list of the available Redis OSS engine versions\cr #' \link[=memorydb_describe_events]{describe_events} \tab Returns events related to clusters, security groups, and parameter groups\cr #' \link[=memorydb_describe_parameter_groups]{describe_parameter_groups} \tab Returns a list of parameter group descriptions\cr #' \link[=memorydb_describe_parameters]{describe_parameters} \tab Returns the detailed parameter list for a particular parameter group\cr diff --git a/paws/R/mq_operations.R b/paws/R/mq_operations.R index a2711a5f72..43cc7f4977 100644 --- a/paws/R/mq_operations.R +++ b/paws/R/mq_operations.R @@ -45,7 +45,7 @@ NULL #' Services #' Credentials](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/amazon-mq-setting-up.html#create-iam-user) #' and [Never Modify or Delete the Amazon MQ Elastic Network -#' Interface](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/connecting-to-amazon-mq.html#never-modify-delete-elastic-network-interface) +#' Interface](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/#never-modify-delete-elastic-network-interface) #' in the *Amazon MQ Developer Guide*. #' #' @usage @@ -1532,7 +1532,7 @@ mq_reboot_broker <- function(BrokerId) { #' the broker. #' @param HostInstanceType The broker's host instance type to upgrade to. For a list of supported #' instance types, see [Broker instance -#' types](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker.html#broker-instance-types). +#' types](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/#broker-instance-types). #' @param LdapServerMetadata Optional. The metadata of the LDAP server used to authenticate and #' authorize connections to the broker. Does not apply to RabbitMQ brokers. #' @param Logs Enables Amazon CloudWatch logging for brokers. diff --git a/paws/R/networkfirewall_operations.R b/paws/R/networkfirewall_operations.R index a5a8a9afce..b9a3433287 100644 --- a/paws/R/networkfirewall_operations.R +++ b/paws/R/networkfirewall_operations.R @@ -861,13 +861,16 @@ networkfirewall_create_rule_group <- function(RuleGroupName, RuleGroup = NULL, R #' Creates an Network Firewall TLS inspection configuration #' #' @description -#' Creates an Network Firewall TLS inspection configuration. A TLS -#' inspection configuration contains Certificate Manager certificate -#' associations between and the scope configurations that Network Firewall -#' uses to decrypt and re-encrypt traffic traveling through your firewall. -#' -#' After you create a TLS inspection configuration, you can associate it -#' with a new firewall policy. +#' Creates an Network Firewall TLS inspection configuration. Network +#' Firewall uses TLS inspection configurations to decrypt your firewall's +#' inbound and outbound SSL/TLS traffic. After decryption, Network Firewall +#' inspects the traffic according to your firewall policy's stateful rules, +#' and then re-encrypts it before sending it to its destination. You can +#' enable inspection of your firewall's inbound traffic, outbound traffic, +#' or both. To use TLS inspection with your firewall, you must first import +#' or provision certificates using ACM, create a TLS inspection +#' configuration, add that configuration to a new firewall policy, and then +#' associate that policy with your firewall. #' #' To update the settings for a TLS inspection configuration, use #' [`update_tls_inspection_configuration`][networkfirewall_update_tls_inspection_configuration]. @@ -1760,7 +1763,7 @@ networkfirewall_describe_firewall_policy <- function(FirewallPolicyName = NULL, #' LoggingConfiguration = list( #' LogDestinationConfigs = list( #' list( -#' LogType = "ALERT"|"FLOW", +#' LogType = "ALERT"|"FLOW"|"TLS", #' LogDestinationType = "S3"|"CloudWatchLogs"|"KinesisDataFirehose", #' LogDestination = list( #' "string" @@ -3511,7 +3514,7 @@ networkfirewall_update_firewall_policy_change_protection <- function(UpdateToken #' LoggingConfiguration = list( #' LogDestinationConfigs = list( #' list( -#' LogType = "ALERT"|"FLOW", +#' LogType = "ALERT"|"FLOW"|"TLS", #' LogDestinationType = "S3"|"CloudWatchLogs"|"KinesisDataFirehose", #' LogDestination = list( #' "string" @@ -3530,7 +3533,7 @@ networkfirewall_update_firewall_policy_change_protection <- function(UpdateToken #' LoggingConfiguration = list( #' LogDestinationConfigs = list( #' list( -#' LogType = "ALERT"|"FLOW", +#' LogType = "ALERT"|"FLOW"|"TLS", #' LogDestinationType = "S3"|"CloudWatchLogs"|"KinesisDataFirehose", #' LogDestination = list( #' "string" diff --git a/paws/R/omics_operations.R b/paws/R/omics_operations.R index d1e0ae8d1c..67cfd38e9d 100644 --- a/paws/R/omics_operations.R +++ b/paws/R/omics_operations.R @@ -700,23 +700,28 @@ omics_create_reference_store <- function(name, description = NULL, sseConfig = N } .omics$operations$create_reference_store <- omics_create_reference_store -#' Creates a run group +#' You can optionally create a run group to limit the compute resources for +#' the runs that you add to the group #' #' @description -#' Creates a run group. +#' You can optionally create a run group to limit the compute resources for +#' the runs that you add to the group. #' #' @usage #' omics_create_run_group(name, maxCpus, maxRuns, maxDuration, tags, #' requestId, maxGpus) #' #' @param name A name for the group. -#' @param maxCpus The maximum number of CPUs to use in the group. -#' @param maxRuns The maximum number of concurrent runs for the group. -#' @param maxDuration A maximum run time for the group in minutes. +#' @param maxCpus The maximum number of CPUs that can run concurrently across all active +#' runs in the run group. +#' @param maxRuns The maximum number of runs that can be running at the same time. +#' @param maxDuration The maximum time for each run (in minutes). If a run exceeds the maximum +#' run time, the run fails automatically. #' @param tags Tags for the group. #' @param requestId [required] To ensure that requests don't run multiple times, specify a unique ID #' for each request. -#' @param maxGpus The maximum GPUs that can be used by a run group. +#' @param maxGpus The maximum number of GPUs that can run concurrently across all active +#' runs in the run group. #' #' @return #' A list with the following syntax: @@ -857,9 +862,9 @@ omics_create_sequence_store <- function(name, description = NULL, sseConfig = NU #' #' The following resources support cross-account sharing: #' -#' - Healthomics variant stores +#' - HealthOmics variant stores #' -#' - Healthomics annotation stores +#' - HealthOmics annotation stores #' #' - Private workflows #' @@ -1002,7 +1007,7 @@ omics_create_variant_store <- function(reference, name = NULL, description = NUL #' @param definitionUri The URI of a definition for the workflow. #' @param main The path of the main definition file for the workflow. #' @param parameterTemplate A parameter template for the workflow. -#' @param storageCapacity The storage capacity for the workflow in gibibytes. +#' @param storageCapacity The default storage capacity for the workflow runs, in gibibytes. #' @param tags Tags for the workflow. #' @param requestId [required] To ensure that requests don't run multiple times, specify a unique ID #' for each request. @@ -2026,7 +2031,8 @@ omics_get_read_set_export_job <- function(sequenceStoreId, id) { #' description = "string", #' tags = list( #' "string" -#' ) +#' ), +#' readSetId = "string" #' ) #' ) #' ) @@ -2129,7 +2135,8 @@ omics_get_read_set_import_job <- function(id, sequenceStoreId) { #' algorithm = "FASTQ_MD5up"|"BAM_MD5up"|"CRAM_MD5up"|"FASTQ_SHA256up"|"BAM_SHA256up"|"CRAM_SHA256up"|"FASTQ_SHA512up"|"BAM_SHA512up"|"CRAM_SHA512up", #' source1 = "string", #' source2 = "string" -#' ) +#' ), +#' creationJobId = "string" #' ) #' ``` #' @@ -2255,7 +2262,8 @@ omics_get_reference <- function(id, referenceStoreId, range = NULL, partNumber, #' description = "string", #' tags = list( #' "string" -#' ) +#' ), +#' referenceId = "string" #' ) #' ) #' ) @@ -2337,7 +2345,9 @@ omics_get_reference_import_job <- function(id, referenceStoreId) { #' s3Uri = "string" #' ) #' ) -#' ) +#' ), +#' creationType = "IMPORT", +#' creationJobId = "string" #' ) #' ``` #' diff --git a/paws/R/omics_service.R b/paws/R/omics_service.R index 268d6a7325..21398b7852 100644 --- a/paws/R/omics_service.R +++ b/paws/R/omics_service.R @@ -104,7 +104,7 @@ NULL #' \link[=omics_create_annotation_store_version]{create_annotation_store_version} \tab Creates a new version of an annotation store\cr #' \link[=omics_create_multipart_read_set_upload]{create_multipart_read_set_upload} \tab Begins a multipart read set upload\cr #' \link[=omics_create_reference_store]{create_reference_store} \tab Creates a reference store\cr -#' \link[=omics_create_run_group]{create_run_group} \tab Creates a run group\cr +#' \link[=omics_create_run_group]{create_run_group} \tab You can optionally create a run group to limit the compute resources for the runs that you add to the group\cr #' \link[=omics_create_sequence_store]{create_sequence_store} \tab Creates a sequence store\cr #' \link[=omics_create_share]{create_share} \tab Creates a cross-account shared resource\cr #' \link[=omics_create_variant_store]{create_variant_store} \tab Creates a variant store\cr @@ -210,7 +210,7 @@ omics <- function(config = list(), credentials = list(), endpoint = NULL, region service_id = "Omics", api_version = "2022-11-28", signing_name = "omics", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/opensearchserviceserverless_operations.R b/paws/R/opensearchserviceserverless_operations.R index eb73040355..d822d73601 100644 --- a/paws/R/opensearchserviceserverless_operations.R +++ b/paws/R/opensearchserviceserverless_operations.R @@ -33,6 +33,8 @@ NULL #' createdDate = 123, #' dashboardEndpoint = "string", #' description = "string", +#' failureCode = "string", +#' failureMessage = "string", #' id = "string", #' kmsKeyArn = "string", #' lastModifiedDate = 123, @@ -256,6 +258,8 @@ opensearchserviceserverless_batch_get_lifecycle_policy <- function(identifiers) #' vpcEndpointDetails = list( #' list( #' createdDate = 123, +#' failureCode = "string", +#' failureMessage = "string", #' id = "string", #' name = "string", #' securityGroupIds = list( diff --git a/paws/R/opsworks_service.R b/paws/R/opsworks_service.R index 7b1b036747..5054980228 100644 --- a/paws/R/opsworks_service.R +++ b/paws/R/opsworks_service.R @@ -14,7 +14,7 @@ NULL #' OpsWorks Stacks is an application management service that provides an #' integrated experience for managing the complete application lifecycle. #' For information about OpsWorks, see the -#' [OpsWorks](https://aws.amazon.com/opsworks/) information page. +#' [OpsWorks](https://aws.amazon.com/) information page. #' #' **SDKs and CLI** #' diff --git a/paws/R/organizations_operations.R b/paws/R/organizations_operations.R index c7939a929e..99adee9998 100644 --- a/paws/R/organizations_operations.R +++ b/paws/R/organizations_operations.R @@ -2440,7 +2440,7 @@ organizations_detach_policy <- function(PolicyId, TargetId) { #' that is specified by `ServicePrincipal`) with Organizations. When you #' disable integration, the specified service no longer can create a #' [service-linked -#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) +#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html) #' in *new* accounts in your organization. This means the service can't #' perform operations on your behalf on any new accounts in your #' organization. The service can still perform operations in older accounts @@ -2659,7 +2659,7 @@ organizations_disable_policy_type <- function(RootId, PolicyType) { #' that is specified by `ServicePrincipal`) with Organizations. When you #' enable integration, you allow the specified service to create a #' [service-linked -#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html) +#' role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create-service-linked-role.html) #' in all the accounts in your organization. This allows the service to #' perform operations on your behalf in your organization and its accounts. #' diff --git a/paws/R/personalize_operations.R b/paws/R/personalize_operations.R index b076e0512d..f24746791c 100644 --- a/paws/R/personalize_operations.R +++ b/paws/R/personalize_operations.R @@ -1408,15 +1408,15 @@ personalize_create_schema <- function(name, schema, domain = NULL) { } .personalize$operations$create_schema <- personalize_create_schema -#' After you create a solution, you can’t change its configuration +#' By default, all new solutions use automatic training #' #' @description -#' After you create a solution, you can’t change its configuration. By -#' default, all new solutions use automatic training. With automatic -#' training, you incur training costs while your solution is active. You -#' can't stop automatic training for a solution. To avoid unnecessary -#' costs, make sure to delete the solution when you are finished. For -#' information about training costs, see [Amazon Personalize +#' By default, all new solutions use automatic training. With automatic +#' training, you incur training costs while your solution is active. To +#' avoid unnecessary costs, when you are finished you can [update the +#' solution](https://docs.aws.amazon.com/personalize/latest/dg/API_UpdateSolution.html) +#' to turn off automatic training. For information about training costs, +#' see [Amazon Personalize #' pricing](https://aws.amazon.com/personalize/pricing/). #' #' Creates the configuration for training a model (creating a solution @@ -1428,9 +1428,9 @@ personalize_create_schema <- function(name, schema, domain = NULL) { #' #' By default, new solutions use automatic training to create solution #' versions every 7 days. You can change the training frequency. Automatic -#' solution version creation starts one hour after the solution is ACTIVE. -#' If you manually create a solution version within the hour, the solution -#' skips the first automatic training. For more information, see +#' solution version creation starts within one hour after the solution is +#' ACTIVE. If you manually create a solution version within the hour, the +#' solution skips the first automatic training. For more information, see #' [Configuring automatic #' training](https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html). #' @@ -1472,6 +1472,8 @@ personalize_create_schema <- function(name, schema, domain = NULL) { #' #' **Related APIs** #' +#' - [`update_solution`][personalize_update_solution] +#' #' - [`list_solutions`][personalize_list_solutions] #' #' - [`create_solution_version`][personalize_create_solution_version] @@ -1518,9 +1520,9 @@ personalize_create_schema <- function(name, schema, domain = NULL) { #' information about automatic training, see [Configuring automatic #' training](https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html). #' -#' Automatic solution version creation starts one hour after the solution -#' is ACTIVE. If you manually create a solution version within the hour, -#' the solution skips the first automatic training. +#' Automatic solution version creation starts within one hour after the +#' solution is ACTIVE. If you manually create a solution version within the +#' hour, the solution skips the first automatic training. #' #' After training starts, you can get the solution version's Amazon #' Resource Name (ARN) with the @@ -1539,9 +1541,9 @@ personalize_create_schema <- function(name, schema, domain = NULL) { #' #' If you do not provide an `eventType`, Amazon Personalize will use all #' interactions for training with equal weight regardless of type. -#' @param solutionConfig The configuration to use with the solution. When `performAutoML` is set -#' to true, Amazon Personalize only evaluates the `autoMLConfig` section of -#' the solution configuration. +#' @param solutionConfig The configuration properties for the solution. When `performAutoML` is +#' set to true, Amazon Personalize only evaluates the `autoMLConfig` +#' section of the solution configuration. #' #' Amazon Personalize doesn't support configuring the `hpoObjective` at #' this time. @@ -3540,6 +3542,22 @@ personalize_describe_schema <- function(schemaArn) { #' "2015-01-01" #' ), #' failureReason = "string" +#' ), +#' latestSolutionUpdate = list( +#' solutionUpdateConfig = list( +#' autoTrainingConfig = list( +#' schedulingExpression = "string" +#' ) +#' ), +#' status = "string", +#' performAutoTraining = TRUE|FALSE, +#' creationDateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' lastUpdatedDateTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' failureReason = "string" #' ) #' ) #' ) @@ -5614,3 +5632,90 @@ personalize_update_recommender <- function(recommenderArn, recommenderConfig) { return(response) } .personalize$operations$update_recommender <- personalize_update_recommender + +#' Updates an Amazon Personalize solution to use a different automatic +#' training configuration +#' +#' @description +#' Updates an Amazon Personalize solution to use a different automatic +#' training configuration. When you update a solution, you can change +#' whether the solution uses automatic training, and you can change the +#' training frequency. For more information about updating a solution, see +#' [Updating a +#' solution](https://docs.aws.amazon.com/personalize/latest/dg/updating-solution.html). +#' +#' A solution update can be in one of the following states: +#' +#' CREATE PENDING \> CREATE IN_PROGRESS \> ACTIVE -or- CREATE FAILED +#' +#' To get the status of a solution update, call the +#' [`describe_solution`][personalize_describe_solution] API operation and +#' find the status in the `latestSolutionUpdate`. +#' +#' @usage +#' personalize_update_solution(solutionArn, performAutoTraining, +#' solutionUpdateConfig) +#' +#' @param solutionArn [required] The Amazon Resource Name (ARN) of the solution to update. +#' @param performAutoTraining Whether the solution uses automatic training to create new solution +#' versions (trained models). You can change the training frequency by +#' specifying a `schedulingExpression` in the `AutoTrainingConfig` as part +#' of solution configuration. +#' +#' If you turn on automatic training, the first automatic training starts +#' within one hour after the solution update completes. If you manually +#' create a solution version within the hour, the solution skips the first +#' automatic training. For more information about automatic training, see +#' [Configuring automatic +#' training](https://docs.aws.amazon.com/personalize/latest/dg/solution-config-auto-training.html). +#' +#' After training starts, you can get the solution version's Amazon +#' Resource Name (ARN) with the +#' [`list_solution_versions`][personalize_list_solution_versions] API +#' operation. To get its status, use the +#' [`describe_solution_version`][personalize_describe_solution_version]. +#' @param solutionUpdateConfig The new configuration details of the solution. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' solutionArn = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$update_solution( +#' solutionArn = "string", +#' performAutoTraining = TRUE|FALSE, +#' solutionUpdateConfig = list( +#' autoTrainingConfig = list( +#' schedulingExpression = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname personalize_update_solution +#' +#' @aliases personalize_update_solution +personalize_update_solution <- function(solutionArn, performAutoTraining = NULL, solutionUpdateConfig = NULL) { + op <- new_operation( + name = "UpdateSolution", + http_method = "POST", + http_path = "/", + host_prefix = "", + paginator = list() + ) + input <- .personalize$update_solution_input(solutionArn = solutionArn, performAutoTraining = performAutoTraining, solutionUpdateConfig = solutionUpdateConfig) + output <- .personalize$update_solution_output() + config <- get_config() + svc <- .personalize$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.personalize$operations$update_solution <- personalize_update_solution diff --git a/paws/R/personalize_service.R b/paws/R/personalize_service.R index 51870da369..4ed6b56720 100644 --- a/paws/R/personalize_service.R +++ b/paws/R/personalize_service.R @@ -104,7 +104,7 @@ NULL #' \link[=personalize_create_metric_attribution]{create_metric_attribution} \tab Creates a metric attribution\cr #' \link[=personalize_create_recommender]{create_recommender} \tab Creates a recommender with the recipe (a Domain dataset group use case) you specify\cr #' \link[=personalize_create_schema]{create_schema} \tab Creates an Amazon Personalize schema from the specified schema string\cr -#' \link[=personalize_create_solution]{create_solution} \tab After you create a solution, you can’t change its configuration\cr +#' \link[=personalize_create_solution]{create_solution} \tab By default, all new solutions use automatic training\cr #' \link[=personalize_create_solution_version]{create_solution_version} \tab Trains or retrains an active solution in a Custom dataset group\cr #' \link[=personalize_delete_campaign]{delete_campaign} \tab Removes a campaign by deleting the solution deployment\cr #' \link[=personalize_delete_dataset]{delete_dataset} \tab Deletes a dataset\cr @@ -160,7 +160,8 @@ NULL #' \link[=personalize_update_campaign]{update_campaign} \tab Updates a campaign to deploy a retrained solution version with an existing campaign, change your campaign's minProvisionedTPS, or modify your campaign's configuration\cr #' \link[=personalize_update_dataset]{update_dataset} \tab Update a dataset to replace its schema with a new or existing one\cr #' \link[=personalize_update_metric_attribution]{update_metric_attribution} \tab Updates a metric attribution\cr -#' \link[=personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration +#' \link[=personalize_update_recommender]{update_recommender} \tab Updates the recommender to modify the recommender configuration\cr +#' \link[=personalize_update_solution]{update_solution} \tab Updates an Amazon Personalize solution to use a different automatic training configuration #' } #' #' @return diff --git a/paws/R/pinpointsmsvoicev2_operations.R b/paws/R/pinpointsmsvoicev2_operations.R index 6f5b59c4cb..f3a7249655 100644 --- a/paws/R/pinpointsmsvoicev2_operations.R +++ b/paws/R/pinpointsmsvoicev2_operations.R @@ -221,14 +221,14 @@ pinpointsmsvoicev2_create_configuration_set <- function(ConfigurationSetName, Ta #' Creates a new event destination in a configuration set. #' #' An event destination is a location where you send message events. The -#' event options are Amazon CloudWatch, Amazon Kinesis Data Firehose, or -#' Amazon SNS. For example, when a message is delivered successfully, you -#' can send information about that event to an event destination, or send +#' event options are Amazon CloudWatch, Amazon Data Firehose, or Amazon +#' SNS. For example, when a message is delivered successfully, you can send +#' information about that event to an event destination, or send #' notifications to endpoints that are subscribed to an Amazon SNS topic. #' #' Each configuration set can contain between 0 and 5 event destinations. #' Each event destination can contain a reference to a single destination, -#' such as a CloudWatch or Kinesis Data Firehose destination. +#' such as a CloudWatch or Firehose destination. #' #' @usage #' pinpointsmsvoicev2_create_event_destination(ConfigurationSetName, @@ -242,13 +242,13 @@ pinpointsmsvoicev2_create_configuration_set <- function(ConfigurationSetName, Ta #' action. #' @param EventDestinationName [required] The name that identifies the event destination. #' @param MatchingEventTypes [required] An array of event types that determine which events to log. If "ALL" is -#' used, then Amazon Pinpoint logs every event type. +#' used, then AWS End User Messaging SMS and Voice logs every event type. #' #' The `TEXT_SENT` event type is not supported. #' @param CloudWatchLogsDestination An object that contains information about an event destination for #' logging to Amazon CloudWatch Logs. #' @param KinesisFirehoseDestination An object that contains information about an event destination for -#' logging to Amazon Kinesis Data Firehose. +#' logging to Amazon Data Firehose. #' @param SnsDestination An object that contains information about an event destination for #' logging to Amazon SNS. #' @param ClientToken Unique, case-sensitive identifier that you provide to ensure the @@ -342,7 +342,7 @@ pinpointsmsvoicev2_create_event_destination <- function(ConfigurationSetName, Ev #' opt-out keyword, such as CANCEL or OPTOUT. For a list of supported #' opt-out keywords, see [SMS opt #' out](https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-manage.html#channels-sms-manage-optout) -#' in the *Amazon Pinpoint User Guide*. +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_create_opt_out_list(OptOutListName, Tags, @@ -438,11 +438,16 @@ pinpointsmsvoicev2_create_opt_out_list <- function(OptOutListName, Tags = NULL, #' find the values for PhoneNumberId and PhoneNumberArn while #' [`describe_sender_ids`][pinpointsmsvoicev2_describe_sender_ids] can be #' used to get the values for SenderId and SenderIdArn. +#' +#' After the pool is created you can add more origination identities to the +#' pool by using +#' [`associate_origination_identity`][pinpointsmsvoicev2_associate_origination_identity]. #' @param IsoCountryCode [required] The new two-character code, in ISO 3166-1 alpha-2 format, for the #' country or region of the new pool. #' @param MessageType [required] The type of message. Valid values are TRANSACTIONAL for messages that #' are critical or time-sensitive and PROMOTIONAL for messages that aren't -#' critical or time-sensitive. +#' critical or time-sensitive. After the pool is created the MessageType +#' can't be changed. #' @param DeletionProtectionEnabled By default this is set to false. When set to true the pool can't be #' deleted. You can change this value using the #' [`update_pool`][pinpointsmsvoicev2_update_pool] action. @@ -1310,7 +1315,8 @@ pinpointsmsvoicev2_delete_event_destination <- function(ConfigurationSetName, Ev #' or pool. It is also a specific word or phrase that an end user can send #' to your number to elicit a response, such as an informational message or #' a special offer. When your number receives a message that begins with a -#' keyword, Amazon Pinpoint responds with a customizable message. +#' keyword, AWS End User Messaging SMS and Voice responds with a +#' customizable message. #' #' Keywords "HELP" and "STOP" can't be deleted or modified. #' @@ -1854,10 +1860,9 @@ pinpointsmsvoicev2_delete_registration_field_value <- function(RegistrationId, F #' Deletes an account-level monthly spending limit override for sending #' text messages. Deleting a spend limit override will set the #' `EnforcedLimit` to equal the `MaxLimit`, which is controlled by Amazon -#' Web Services. For more information on spend limits (quotas) see [Amazon -#' Pinpoint -#' quotas](https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html) -#' in the *Amazon Pinpoint Developer Guide*. +#' Web Services. For more information on spend limits (quotas) see +#' [Quotas](https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html) +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_delete_text_message_spend_limit_override() @@ -1961,9 +1966,9 @@ pinpointsmsvoicev2_delete_verified_destination_number <- function(VerifiedDestin #' Deletes an account level monthly spend limit override for sending voice #' messages. Deleting a spend limit override sets the `EnforcedLimit` equal #' to the `MaxLimit`, which is controlled by Amazon Web Services. For more -#' information on spending limits (quotas) see [Amazon Pinpoint -#' quotas](https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html) -#' in the *Amazon Pinpoint Developer Guide*. +#' information on spending limits (quotas) see +#' [Quotas](https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html) +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_delete_voice_message_spend_limit_override() @@ -2015,9 +2020,9 @@ pinpointsmsvoicev2_delete_voice_message_spend_limit_override <- function() { #' to move your account out of the sandbox, create an Amazon Web Services #' Support case for a service limit increase request. #' -#' New Amazon Pinpoint accounts are placed into an SMS or voice sandbox. -#' The sandbox protects both Amazon Web Services end recipients and SMS or -#' voice recipients from fraud and abuse. +#' New accounts are placed into an SMS or voice sandbox. The sandbox +#' protects both Amazon Web Services end recipients and SMS or voice +#' recipients from fraud and abuse. #' #' @usage #' pinpointsmsvoicev2_describe_account_attributes(NextToken, MaxResults) @@ -2071,20 +2076,21 @@ pinpointsmsvoicev2_describe_account_attributes <- function(NextToken = NULL, Max } .pinpointsmsvoicev2$operations$describe_account_attributes <- pinpointsmsvoicev2_describe_account_attributes -#' Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for -#' your account +#' Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 +#' resource quotas for your account #' #' @description -#' Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for -#' your account. The description for a quota includes the quota name, -#' current usage toward that quota, and the quota's maximum value. +#' Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 +#' resource quotas for your account. The description for a quota includes +#' the quota name, current usage toward that quota, and the quota's maximum +#' value. #' #' When you establish an Amazon Web Services account, the account has #' initial quotas on the maximum number of configuration sets, opt-out #' lists, phone numbers, and pools that you can create in a given Region. -#' For more information see [Amazon Pinpoint -#' quotas](https://docs.aws.amazon.com/pinpoint/latest/developerguide/quotas.html) -#' in the *Amazon Pinpoint Developer Guide*. +#' For more information see +#' [Quotas](https://docs.aws.amazon.com/sms-voice/latest/userguide/quotas.html) +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_describe_account_limits(NextToken, MaxResults) @@ -2257,7 +2263,8 @@ pinpointsmsvoicev2_describe_configuration_sets <- function(ConfigurationSetNames #' or pool. It is also a specific word or phrase that an end user can send #' to your number to elicit a response, such as an informational message or #' a special offer. When your number receives a message that begins with a -#' keyword, Amazon Pinpoint responds with a customizable message. +#' keyword, AWS End User Messaging SMS and Voice responds with a +#' customizable message. #' #' If you specify a keyword that isn't valid, an error is returned. #' @@ -3489,19 +3496,19 @@ pinpointsmsvoicev2_describe_sender_ids <- function(SenderIds = NULL, Filters = N } .pinpointsmsvoicev2$operations$describe_sender_ids <- pinpointsmsvoicev2_describe_sender_ids -#' Describes the current Amazon Pinpoint monthly spend limits for sending -#' voice and text messages +#' Describes the current monthly spend limits for sending voice and text +#' messages #' #' @description -#' Describes the current Amazon Pinpoint monthly spend limits for sending -#' voice and text messages. +#' Describes the current monthly spend limits for sending voice and text +#' messages. #' #' When you establish an Amazon Web Services account, the account has #' initial monthly spend limit in a given Region. For more information on #' increasing your monthly spend limit, see [Requesting increases to your -#' monthly SMS spending quota for Amazon -#' Pinpoint](https://docs.aws.amazon.com/sms-voice/latest/userguide/awssupport-spend-threshold.html) -#' in the *Amazon Pinpoint User Guide*. +#' monthly SMS, MMS, or Voice spending +#' quota](https://docs.aws.amazon.com/sms-voice/latest/userguide/awssupport-spend-threshold.html) +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_describe_spend_limits(NextToken, MaxResults) @@ -4126,7 +4133,8 @@ pinpointsmsvoicev2_list_tags_for_resource <- function(ResourceArn) { #' or pool. It is also a specific word or phrase that an end user can send #' to your number to elicit a response, such as an informational message or #' a special offer. When your number receives a message that begins with a -#' keyword, Amazon Pinpoint responds with a customizable message. +#' keyword, AWS End User Messaging SMS and Voice responds with a +#' customizable message. #' #' If you specify a keyword that isn't valid, an error is returned. #' @@ -4460,9 +4468,9 @@ pinpointsmsvoicev2_release_sender_id <- function(SenderId, IsoCountryCode) { #' #' @description #' Request an origination phone number for use in your account. For more -#' information on phone number request see [Requesting a +#' information on phone number request see [Request a phone #' number](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-request.html) -#' in the *Amazon Pinpoint User Guide*. +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_request_phone_number(IsoCountryCode, MessageType, @@ -4834,14 +4842,16 @@ pinpointsmsvoicev2_send_media_message <- function(DestinationPhoneNumber, Origin #' #' @description #' Creates a new text message and sends it to a recipient's phone number. +#' SendTextMessage only sends an SMS message to one recipient each time it +#' is invoked. #' #' SMS throughput limits are measured in Message Parts per Second (MPS). #' Your MPS limit depends on the destination country of your messages, as #' well as the type of phone number (origination number) that you use to -#' send the message. For more information, see [Message Parts per Second -#' (MPS) +#' send the message. For more information about MPS, see [Message Parts per +#' Second (MPS) #' limits](https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html) -#' in the *Amazon Pinpoint User Guide*. +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_send_text_message(DestinationPhoneNumber, @@ -4862,8 +4872,11 @@ pinpointsmsvoicev2_send_media_message <- function(DestinationPhoneNumber, Origin #' @param ConfigurationSetName The name of the configuration set to use. This can be either the #' ConfigurationSetName or ConfigurationSetArn. #' @param MaxPrice The maximum amount that you want to spend, in US dollars, per each text -#' message part. A text message can contain multiple parts. -#' @param TimeToLive How long the text message is valid for. By default this is 72 hours. +#' message. If the calculated amount to send the text message is greater +#' than `MaxPrice`, the message is not sent and an error is returned. +#' @param TimeToLive How long the text message is valid for, in seconds. By default this is +#' 72 hours. If the messages isn't handed off before the TTL expires we +#' stop attempting to hand off the message and return `TTL_EXPIRED` event. #' @param Context You can specify custom data in this field. If you do, that data is #' logged to the event destination. #' @param DestinationCountryParameters This field is used for any country-specific registration requirements. @@ -4871,8 +4884,26 @@ pinpointsmsvoicev2_send_media_message <- function(DestinationPhoneNumber, Origin #' recipients in India using a sender ID. For more information see [Special #' requirements for sending SMS messages to recipients in #' India](https://docs.aws.amazon.com/sms-voice/latest/userguide/registrations-sms-senderid-india.html). +#' +#' - `IN_ENTITY_ID` The entity ID or Principal Entity (PE) ID that you +#' received after completing the sender ID registration process. +#' +#' - `IN_TEMPLATE_ID` The template ID that you received after completing +#' the sender ID registration process. +#' +#' Make sure that the Template ID that you specify matches your message +#' template exactly. If your message doesn't match the template that +#' you provided during the registration process, the mobile carriers +#' might reject your message. #' @param DryRun When set to true, the message is checked and validated, but isn't sent -#' to the end recipient. +#' to the end recipient. You are not charged for using `DryRun`. +#' +#' The Message Parts per Second (MPS) limit when using `DryRun` is five. If +#' your origination identity has a lower MPS limit then the lower MPS limit +#' is used. For more information about MPS limits, see [Message Parts per +#' Second (MPS) +#' limits](https://docs.aws.amazon.com/sms-voice/latest/userguide/sms-limitations-mps.html) +#' in the *AWS End User Messaging SMS User Guide*.. #' @param ProtectConfigurationId The unique identifier for the protect configuration. #' #' @return @@ -4928,14 +4959,12 @@ pinpointsmsvoicev2_send_text_message <- function(DestinationPhoneNumber, Origina } .pinpointsmsvoicev2$operations$send_text_message <- pinpointsmsvoicev2_send_text_message -#' Allows you to send a request that sends a voice message through Amazon -#' Pinpoint +#' Allows you to send a request that sends a voice message #' #' @description -#' Allows you to send a request that sends a voice message through Amazon -#' Pinpoint. This operation uses [Amazon -#' Polly](https://aws.amazon.com/polly/) to convert a text script into a -#' voice message. +#' Allows you to send a request that sends a voice message. This operation +#' uses [Amazon Polly](https://aws.amazon.com/polly/) to convert a text +#' script into a voice message. #' #' @usage #' pinpointsmsvoicev2_send_voice_message(DestinationPhoneNumber, @@ -5429,18 +5458,16 @@ pinpointsmsvoicev2_submit_registration_version <- function(RegistrationId) { } .pinpointsmsvoicev2$operations$submit_registration_version <- pinpointsmsvoicev2_submit_registration_version -#' Adds or overwrites only the specified tags for the specified Amazon -#' Pinpoint SMS Voice, version 2 resource +#' Adds or overwrites only the specified tags for the specified resource #' #' @description -#' Adds or overwrites only the specified tags for the specified Amazon -#' Pinpoint SMS Voice, version 2 resource. When you specify an existing tag -#' key, the value is overwritten with the new value. Each resource can have -#' a maximum of 50 tags. Each tag consists of a key and an optional value. -#' Tag keys must be unique per resource. For more information about tags, -#' see [Tagging Amazon Pinpoint -#' resources](https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html) -#' in the *Amazon Pinpoint Developer Guide*. +#' Adds or overwrites only the specified tags for the specified resource. +#' When you specify an existing tag key, the value is overwritten with the +#' new value. Each resource can have a maximum of 50 tags. Each tag +#' consists of a key and an optional value. Tag keys must be unique per +#' resource. For more information about tags, see +#' [Tags](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html) +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_tag_resource(ResourceArn, Tags) @@ -5488,15 +5515,13 @@ pinpointsmsvoicev2_tag_resource <- function(ResourceArn, Tags) { } .pinpointsmsvoicev2$operations$tag_resource <- pinpointsmsvoicev2_tag_resource -#' Removes the association of the specified tags from an Amazon Pinpoint -#' SMS Voice V2 resource +#' Removes the association of the specified tags from a resource #' #' @description -#' Removes the association of the specified tags from an Amazon Pinpoint -#' SMS Voice V2 resource. For more information on tags see [Tagging Amazon -#' Pinpoint -#' resources](https://docs.aws.amazon.com/pinpoint/latest/developerguide/tagging-resources.html) -#' in the *Amazon Pinpoint Developer Guide*. +#' Removes the association of the specified tags from a resource. For more +#' information on tags see +#' [Tags](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-tags.html) +#' in the *AWS End User Messaging SMS User Guide*. #' #' @usage #' pinpointsmsvoicev2_untag_resource(ResourceArn, TagKeys) @@ -5544,13 +5569,13 @@ pinpointsmsvoicev2_untag_resource <- function(ResourceArn, TagKeys) { #' #' @description #' Updates an existing event destination in a configuration set. You can -#' update the IAM role ARN for CloudWatch Logs and Kinesis Data Firehose. -#' You can also enable or disable the event destination. +#' update the IAM role ARN for CloudWatch Logs and Firehose. You can also +#' enable or disable the event destination. #' #' You may want to update an event destination to change its matching event #' types or updating the destination resource ARN. You can't change an -#' event destination's type between CloudWatch Logs, Kinesis Data Firehose, -#' and Amazon SNS. +#' event destination's type between CloudWatch Logs, Firehose, and Amazon +#' SNS. #' #' @usage #' pinpointsmsvoicev2_update_event_destination(ConfigurationSetName, @@ -5567,7 +5592,7 @@ pinpointsmsvoicev2_untag_resource <- function(ResourceArn, TagKeys) { #' @param CloudWatchLogsDestination An object that contains information about an event destination that #' sends data to CloudWatch Logs. #' @param KinesisFirehoseDestination An object that contains information about an event destination for -#' logging to Kinesis Data Firehose. +#' logging to Firehose. #' @param SnsDestination An object that contains information about an event destination that #' sends data to Amazon SNS. #' @@ -5668,11 +5693,11 @@ pinpointsmsvoicev2_update_event_destination <- function(ConfigurationSetName, Ev #' @param TwoWayChannelRole An optional IAM Role Arn for a service to assume, to be able to post #' inbound SMS messages. #' @param SelfManagedOptOutsEnabled By default this is set to false. When an end recipient sends a message -#' that begins with HELP or STOP to one of your dedicated numbers, Amazon -#' Pinpoint automatically replies with a customizable message and adds the -#' end recipient to the OptOutList. When set to true you're responsible for -#' responding to HELP and STOP requests. You're also responsible for -#' tracking and honoring opt-out requests. +#' that begins with HELP or STOP to one of your dedicated numbers, AWS End +#' User Messaging SMS and Voice automatically replies with a customizable +#' message and adds the end recipient to the OptOutList. When set to true +#' you're responsible for responding to HELP and STOP requests. You're also +#' responsible for tracking and honoring opt-out requests. #' @param OptOutListName The OptOutList to add the phone number to. Valid values for this field #' can be either the OutOutListName or OutOutListArn. #' @param DeletionProtectionEnabled By default this is set to false. When set to true the phone number can't @@ -5763,11 +5788,11 @@ pinpointsmsvoicev2_update_phone_number <- function(PhoneNumberId, TwoWayEnabled #' @param TwoWayChannelRole An optional IAM Role Arn for a service to assume, to be able to post #' inbound SMS messages. #' @param SelfManagedOptOutsEnabled By default this is set to false. When an end recipient sends a message -#' that begins with HELP or STOP to one of your dedicated numbers, Amazon -#' Pinpoint automatically replies with a customizable message and adds the -#' end recipient to the OptOutList. When set to true you're responsible for -#' responding to HELP and STOP requests. You're also responsible for -#' tracking and honoring opt-out requests. +#' that begins with HELP or STOP to one of your dedicated numbers, AWS End +#' User Messaging SMS and Voice automatically replies with a customizable +#' message and adds the end recipient to the OptOutList. When set to true +#' you're responsible for responding to HELP and STOP requests. You're also +#' responsible for tracking and honoring opt-out requests. #' @param OptOutListName The OptOutList to associate with the pool. Valid values are either #' OptOutListName or OptOutListArn. #' @param SharedRoutesEnabled Indicates whether shared routes are enabled for the pool. @@ -5909,7 +5934,7 @@ pinpointsmsvoicev2_update_protect_configuration <- function(ProtectConfiguration #' two-letter ISO country code. For a list of supported ISO country codes, #' see [Supported countries and regions (SMS #' channel)](https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-sms-by-country.html) -#' in the Amazon Pinpoint SMS user guide. +#' in the AWS End User Messaging SMS User Guide. #' #' @return #' A list with the following syntax: diff --git a/paws/R/pinpointsmsvoicev2_service.R b/paws/R/pinpointsmsvoicev2_service.R index 67290bdf77..e8aab42f70 100644 --- a/paws/R/pinpointsmsvoicev2_service.R +++ b/paws/R/pinpointsmsvoicev2_service.R @@ -5,31 +5,32 @@ NULL #' Amazon Pinpoint SMS Voice V2 #' #' @description -#' Welcome to the *Amazon Pinpoint SMS and Voice, version 2 API Reference*. -#' This guide provides information about Amazon Pinpoint SMS and Voice, -#' version 2 API resources, including supported HTTP methods, parameters, -#' and schemas. +#' Welcome to the *AWS End User Messaging SMS and Voice, version 2 API +#' Reference*. This guide provides information about AWS End User Messaging +#' SMS and Voice, version 2 API resources, including supported HTTP +#' methods, parameters, and schemas. #' #' Amazon Pinpoint is an Amazon Web Services service that you can use to -#' engage with your recipients across multiple messaging channels. The -#' Amazon Pinpoint SMS and Voice, version 2 API provides programmatic -#' access to options that are unique to the SMS and voice channels. Amazon -#' Pinpoint SMS and Voice, version 2 resources such as phone numbers, +#' engage with your recipients across multiple messaging channels. The AWS +#' End User Messaging SMS and Voice, version 2 API provides programmatic +#' access to options that are unique to the SMS and voice channels. AWS End +#' User Messaging SMS and Voice, version 2 resources such as phone numbers, #' sender IDs, and opt-out lists can be used by the Amazon Pinpoint API. #' -#' If you're new to Amazon Pinpoint SMS, it's also helpful to review the -#' [Amazon Pinpoint SMS User +#' If you're new to AWS End User Messaging SMS and Voice, it's also helpful +#' to review the [AWS End User Messaging SMS User #' Guide](https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html). -#' The *Amazon Pinpoint Developer Guide* provides tutorials, code samples, -#' and procedures that demonstrate how to use Amazon Pinpoint SMS features -#' programmatically and how to integrate Amazon Pinpoint functionality into -#' mobile apps and other types of applications. The guide also provides key -#' information, such as Amazon Pinpoint integration with other Amazon Web -#' Services services, and the quotas that apply to use of the service. +#' The *AWS End User Messaging SMS User Guide* provides tutorials, code +#' samples, and procedures that demonstrate how to use AWS End User +#' Messaging SMS and Voice features programmatically and how to integrate +#' functionality into mobile apps and other types of applications. The +#' guide also provides key information, such as AWS End User Messaging SMS +#' and Voice integration with other Amazon Web Services services, and the +#' quotas that apply to use of the service. #' #' **Regional availability** #' -#' The *Amazon Pinpoint SMS and Voice, version 2 API Reference* is +#' The *AWS End User Messaging SMS and Voice version 2 API Reference* is #' available in several Amazon Web Services Regions and it provides an #' endpoint for each of these Regions. For a list of all the Regions and #' endpoints where the API is currently available, see [Amazon Web Services @@ -164,7 +165,7 @@ NULL #' \link[=pinpointsmsvoicev2_delete_verified_destination_number]{delete_verified_destination_number} \tab Delete a verified destination phone number\cr #' \link[=pinpointsmsvoicev2_delete_voice_message_spend_limit_override]{delete_voice_message_spend_limit_override} \tab Deletes an account level monthly spend limit override for sending voice messages\cr #' \link[=pinpointsmsvoicev2_describe_account_attributes]{describe_account_attributes} \tab Describes attributes of your Amazon Web Services account\cr -#' \link[=pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current Amazon Pinpoint SMS Voice V2 resource quotas for your account\cr +#' \link[=pinpointsmsvoicev2_describe_account_limits]{describe_account_limits} \tab Describes the current AWS End User Messaging SMS and Voice SMS Voice V2 resource quotas for your account\cr #' \link[=pinpointsmsvoicev2_describe_configuration_sets]{describe_configuration_sets} \tab Describes the specified configuration sets or all in your account\cr #' \link[=pinpointsmsvoicev2_describe_keywords]{describe_keywords} \tab Describes the specified keywords or all keywords on your origination phone number or pool\cr #' \link[=pinpointsmsvoicev2_describe_opted_out_numbers]{describe_opted_out_numbers} \tab Describes the specified opted out destination numbers or all opted out destination numbers in an opt-out list\cr @@ -180,7 +181,7 @@ NULL #' \link[=pinpointsmsvoicev2_describe_registration_type_definitions]{describe_registration_type_definitions} \tab Retrieves the specified registration type definitions\cr #' \link[=pinpointsmsvoicev2_describe_registration_versions]{describe_registration_versions} \tab Retrieves the specified registration version\cr #' \link[=pinpointsmsvoicev2_describe_sender_ids]{describe_sender_ids} \tab Describes the specified SenderIds or all SenderIds associated with your Amazon Web Services account\cr -#' \link[=pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current Amazon Pinpoint monthly spend limits for sending voice and text messages\cr +#' \link[=pinpointsmsvoicev2_describe_spend_limits]{describe_spend_limits} \tab Describes the current monthly spend limits for sending voice and text messages\cr #' \link[=pinpointsmsvoicev2_describe_verified_destination_numbers]{describe_verified_destination_numbers} \tab Retrieves the specified verified destiona numbers\cr #' \link[=pinpointsmsvoicev2_disassociate_origination_identity]{disassociate_origination_identity} \tab Removes the specified origination identity from an existing pool\cr #' \link[=pinpointsmsvoicev2_disassociate_protect_configuration]{disassociate_protect_configuration} \tab Disassociate a protect configuration from a configuration set\cr @@ -199,7 +200,7 @@ NULL #' \link[=pinpointsmsvoicev2_send_destination_number_verification_code]{send_destination_number_verification_code} \tab Before you can send test messages to a verified destination phone number you need to opt-in the verified destination phone number\cr #' \link[=pinpointsmsvoicev2_send_media_message]{send_media_message} \tab Creates a new multimedia message (MMS) and sends it to a recipient's phone number\cr #' \link[=pinpointsmsvoicev2_send_text_message]{send_text_message} \tab Creates a new text message and sends it to a recipient's phone number\cr -#' \link[=pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message through Amazon Pinpoint\cr +#' \link[=pinpointsmsvoicev2_send_voice_message]{send_voice_message} \tab Allows you to send a request that sends a voice message\cr #' \link[=pinpointsmsvoicev2_set_account_default_protect_configuration]{set_account_default_protect_configuration} \tab Set a protect configuration as your account default\cr #' \link[=pinpointsmsvoicev2_set_default_message_type]{set_default_message_type} \tab Sets the default message type on a configuration set\cr #' \link[=pinpointsmsvoicev2_set_default_sender_id]{set_default_sender_id} \tab Sets default sender ID on a configuration set\cr @@ -207,8 +208,8 @@ NULL #' \link[=pinpointsmsvoicev2_set_text_message_spend_limit_override]{set_text_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending text messages\cr #' \link[=pinpointsmsvoicev2_set_voice_message_spend_limit_override]{set_voice_message_spend_limit_override} \tab Sets an account level monthly spend limit override for sending voice messages\cr #' \link[=pinpointsmsvoicev2_submit_registration_version]{submit_registration_version} \tab Submit the specified registration for review and approval\cr -#' \link[=pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified Amazon Pinpoint SMS Voice, version 2 resource\cr -#' \link[=pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from an Amazon Pinpoint SMS Voice V2 resource\cr +#' \link[=pinpointsmsvoicev2_tag_resource]{tag_resource} \tab Adds or overwrites only the specified tags for the specified resource\cr +#' \link[=pinpointsmsvoicev2_untag_resource]{untag_resource} \tab Removes the association of the specified tags from a resource\cr #' \link[=pinpointsmsvoicev2_update_event_destination]{update_event_destination} \tab Updates an existing event destination in a configuration set\cr #' \link[=pinpointsmsvoicev2_update_phone_number]{update_phone_number} \tab Updates the configuration of an existing origination phone number\cr #' \link[=pinpointsmsvoicev2_update_pool]{update_pool} \tab Updates the configuration of an existing pool\cr diff --git a/paws/R/polly_operations.R b/paws/R/polly_operations.R index c2e21c2683..dd59e363ab 100644 --- a/paws/R/polly_operations.R +++ b/paws/R/polly_operations.R @@ -114,12 +114,12 @@ polly_delete_lexicon <- function(Name) { #' Voices = list( #' list( #' Gender = "Female"|"Male", -#' Id = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE", +#' Id = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH", #' LanguageName = "string", #' Name = "string", #' AdditionalLanguageCodes = list( -#' "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE" +#' "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH" #' ), #' SupportedEngines = list( #' "standard"|"neural"|"long-form"|"generative" @@ -134,7 +134,7 @@ polly_delete_lexicon <- function(Name) { #' ``` #' svc$describe_voices( #' Engine = "standard"|"neural"|"long-form"|"generative", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH", #' IncludeAdditionalLanguageCodes = TRUE|FALSE, #' NextToken = "string" #' ) @@ -197,7 +197,7 @@ polly_describe_voices <- function(Engine = NULL, LanguageCode = NULL, IncludeAdd #' ), #' LexiconAttributes = list( #' Alphabet = "string", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH", #' LastModified = as.POSIXct( #' "2015-01-01" #' ), @@ -284,8 +284,8 @@ polly_get_lexicon <- function(Name) { #' "sentence"|"ssml"|"viseme"|"word" #' ), #' TextType = "ssml"|"text", -#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE" +#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH" #' ) #' ) #' ``` @@ -344,7 +344,7 @@ polly_get_speech_synthesis_task <- function(TaskId) { #' Name = "string", #' Attributes = list( #' Alphabet = "string", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH", #' LastModified = as.POSIXct( #' "2015-01-01" #' ), @@ -436,8 +436,8 @@ polly_list_lexicons <- function(NextToken = NULL) { #' "sentence"|"ssml"|"viseme"|"word" #' ), #' TextType = "ssml"|"text", -#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE" +#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH" #' ) #' ) #' ) @@ -622,8 +622,8 @@ polly_put_lexicon <- function(Name, Content) { #' "sentence"|"ssml"|"viseme"|"word" #' ), #' TextType = "ssml"|"text", -#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE" +#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH" #' ) #' ) #' ``` @@ -632,7 +632,7 @@ polly_put_lexicon <- function(Name, Content) { #' ``` #' svc$start_speech_synthesis_task( #' Engine = "standard"|"neural"|"long-form"|"generative", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH", #' LexiconNames = list( #' "string" #' ), @@ -646,7 +646,7 @@ polly_put_lexicon <- function(Name, Content) { #' ), #' Text = "string", #' TextType = "ssml"|"text", -#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu" +#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina" #' ) #' ``` #' @@ -754,7 +754,7 @@ polly_start_speech_synthesis_task <- function(Engine = NULL, LanguageCode = NULL #' ``` #' svc$synthesize_speech( #' Engine = "standard"|"neural"|"long-form"|"generative", -#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE", +#' LanguageCode = "arb"|"cmn-CN"|"cy-GB"|"da-DK"|"de-DE"|"en-AU"|"en-GB"|"en-GB-WLS"|"en-IN"|"en-US"|"es-ES"|"es-MX"|"es-US"|"fr-CA"|"fr-FR"|"is-IS"|"it-IT"|"ja-JP"|"hi-IN"|"ko-KR"|"nb-NO"|"nl-NL"|"pl-PL"|"pt-BR"|"pt-PT"|"ro-RO"|"ru-RU"|"sv-SE"|"tr-TR"|"en-NZ"|"en-ZA"|"ca-ES"|"de-AT"|"yue-CN"|"ar-AE"|"fi-FI"|"en-IE"|"nl-BE"|"fr-BE"|"cs-CZ"|"de-CH", #' LexiconNames = list( #' "string" #' ), @@ -765,7 +765,7 @@ polly_start_speech_synthesis_task <- function(Engine = NULL, LanguageCode = NULL #' ), #' Text = "string", #' TextType = "ssml"|"text", -#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu" +#' VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|"Kajal"|"Hiujin"|"Laura"|"Elin"|"Ida"|"Suvi"|"Ola"|"Hala"|"Andres"|"Sergio"|"Remi"|"Adriano"|"Thiago"|"Ruth"|"Stephen"|"Kazuha"|"Tomoko"|"Niamh"|"Sofie"|"Lisa"|"Isabelle"|"Zayd"|"Danielle"|"Gregory"|"Burcu"|"Jitka"|"Sabrina" #' ) #' ``` #' diff --git a/paws/R/quicksight_operations.R b/paws/R/quicksight_operations.R index 642b8b6d64..db6da9ceee 100644 --- a/paws/R/quicksight_operations.R +++ b/paws/R/quicksight_operations.R @@ -35785,6 +35785,9 @@ quicksight_create_account_subscription <- function(Edition = NULL, Authenticatio #' Options = list( #' Timezone = "string", #' WeekStart = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY" +#' ), +#' QueryExecutionOptions = list( +#' QueryExecutionMode = "AUTO"|"MANUAL" #' ) #' ), #' ValidationStrategy = list( @@ -106237,6 +106240,9 @@ quicksight_create_role_membership <- function(MemberName, AwsAccountId, Namespac #' Options = list( #' Timezone = "string", #' WeekStart = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY" +#' ), +#' QueryExecutionOptions = list( +#' QueryExecutionMode = "AUTO"|"MANUAL" #' ) #' ), #' ValidationStrategy = list( @@ -143237,6 +143243,9 @@ quicksight_describe_analysis <- function(AwsAccountId, AnalysisId) { #' Options = list( #' Timezone = "string", #' WeekStart = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY" +#' ), +#' QueryExecutionOptions = list( +#' QueryExecutionMode = "AUTO"|"MANUAL" #' ) #' ), #' Status = 123, @@ -215086,6 +215095,9 @@ quicksight_describe_template_alias <- function(AwsAccountId, TemplateId, AliasNa #' Options = list( #' Timezone = "string", #' WeekStart = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY" +#' ), +#' QueryExecutionOptions = list( +#' QueryExecutionMode = "AUTO"|"MANUAL" #' ) #' ), #' Status = 123, @@ -216210,7 +216222,18 @@ quicksight_describe_vpc_connection <- function(AwsAccountId, VPCConnectionId) { #' ), #' ExperienceConfiguration = list( #' Dashboard = list( -#' InitialDashboardId = "string" +#' InitialDashboardId = "string", +#' EnabledFeatures = list( +#' "SHARED_VIEW" +#' ), +#' DisabledFeatures = list( +#' "SHARED_VIEW" +#' ), +#' FeatureConfigurations = list( +#' SharedView = list( +#' Enabled = TRUE|FALSE +#' ) +#' ) #' ), #' DashboardVisual = list( #' InitialDashboardVisualId = list( @@ -216338,6 +216361,9 @@ quicksight_generate_embed_url_for_anonymous_user <- function(AwsAccountId, Sessi #' StatePersistence = list( #' Enabled = TRUE|FALSE #' ), +#' SharedView = list( +#' Enabled = TRUE|FALSE +#' ), #' Bookmarks = list( #' Enabled = TRUE|FALSE #' ) @@ -216348,6 +216374,9 @@ quicksight_generate_embed_url_for_anonymous_user <- function(AwsAccountId, Sessi #' FeatureConfigurations = list( #' StatePersistence = list( #' Enabled = TRUE|FALSE +#' ), +#' SharedView = list( +#' Enabled = TRUE|FALSE #' ) #' ) #' ), @@ -256276,6 +256305,9 @@ quicksight_update_account_settings <- function(AwsAccountId, DefaultNamespace, N #' Options = list( #' Timezone = "string", #' WeekStart = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY" +#' ), +#' QueryExecutionOptions = list( +#' QueryExecutionMode = "AUTO"|"MANUAL" #' ) #' ), #' ValidationStrategy = list( @@ -327157,6 +327189,9 @@ quicksight_update_spice_capacity_configuration <- function(AwsAccountId, Purchas #' Options = list( #' Timezone = "string", #' WeekStart = "SUNDAY"|"MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY" +#' ), +#' QueryExecutionOptions = list( +#' QueryExecutionMode = "AUTO"|"MANUAL" #' ) #' ), #' ValidationStrategy = list( diff --git a/paws/R/rds_operations.R b/paws/R/rds_operations.R index 7075170099..a37ebc6762 100644 --- a/paws/R/rds_operations.R +++ b/paws/R/rds_operations.R @@ -2418,13 +2418,13 @@ rds_create_custom_db_engine_version <- function(Engine, EngineVersion, DatabaseI #' DB cluster. #' @param PubliclyAccessible Specifies whether the DB cluster is publicly accessible. #' -#' When the DB cluster is publicly accessible, its Domain Name System (DNS) -#' endpoint resolves to the private IP address from within the DB cluster's -#' virtual private cloud (VPC). It resolves to the public IP address from -#' outside of the DB cluster's VPC. Access to the DB cluster is ultimately -#' controlled by the security group it uses. That public access isn't -#' permitted if the security group assigned to the DB cluster doesn't -#' permit it. +#' When the DB cluster is publicly accessible and you connect from outside +#' of the DB cluster's virtual private cloud (VPC), its Domain Name System +#' (DNS) endpoint resolves to the public IP address. When you connect from +#' within the same VPC as the DB cluster, the endpoint resolves to the +#' private IP address. Access to the DB cluster is ultimately controlled by +#' the security group it uses. That public access isn't permitted if the +#' security group assigned to the DB cluster doesn't permit it. #' #' When the DB cluster isn't publicly accessible, it is an internal DB #' cluster with a DNS name that resolves to a private IP address. @@ -3983,13 +3983,13 @@ rds_create_db_cluster_snapshot <- function(DBClusterSnapshotIdentifier, DBCluste #' This setting doesn't apply to RDS Custom DB instances. #' @param PubliclyAccessible Specifies whether the DB instance is publicly accessible. #' -#' When the DB instance is publicly accessible, its Domain Name System -#' (DNS) endpoint resolves to the private IP address from within the DB -#' instance's virtual private cloud (VPC). It resolves to the public IP -#' address from outside of the DB instance's VPC. Access to the DB instance -#' is ultimately controlled by the security group it uses. That public -#' access is not permitted if the security group assigned to the DB -#' instance doesn't permit it. +#' When the DB instance is publicly accessible and you connect from outside +#' of the DB instance's virtual private cloud (VPC), its Domain Name System +#' (DNS) endpoint resolves to the public IP address. When you connect from +#' within the same VPC as the DB instance, the endpoint resolves to the +#' private IP address. Access to the DB instance is ultimately controlled +#' by the security group it uses. That public access is not permitted if +#' the security group assigned to the DB instance doesn't permit it. #' #' When the DB instance isn't publicly accessible, it is an internal DB #' instance with a DNS name that resolves to a private IP address. @@ -6166,7 +6166,7 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' #' @usage #' rds_create_db_shard_group(DBShardGroupIdentifier, DBClusterIdentifier, -#' ComputeRedundancy, MaxACU, PubliclyAccessible) +#' ComputeRedundancy, MaxACU, MinACU, PubliclyAccessible) #' #' @param DBShardGroupIdentifier [required] The name of the DB shard group. #' @param DBClusterIdentifier [required] The name of the primary DB cluster for the DB shard group. @@ -6184,6 +6184,8 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' different AZs for each physical shard. #' @param MaxACU [required] The maximum capacity of the DB shard group in Aurora capacity units #' (ACUs). +#' @param MinACU The minimum capacity of the DB shard group in Aurora capacity units +#' (ACUs). #' @param PubliclyAccessible Specifies whether the DB shard group is publicly accessible. #' #' When the DB shard group is publicly accessible, its Domain Name System @@ -6226,6 +6228,7 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' DBShardGroupIdentifier = "string", #' DBClusterIdentifier = "string", #' MaxACU = 123.0, +#' MinACU = 123.0, #' ComputeRedundancy = 123, #' Status = "string", #' PubliclyAccessible = TRUE|FALSE, @@ -6240,6 +6243,7 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' DBClusterIdentifier = "string", #' ComputeRedundancy = 123, #' MaxACU = 123.0, +#' MinACU = 123.0, #' PubliclyAccessible = TRUE|FALSE #' ) #' ``` @@ -6249,7 +6253,7 @@ rds_create_db_security_group <- function(DBSecurityGroupName, DBSecurityGroupDes #' @rdname rds_create_db_shard_group #' #' @aliases rds_create_db_shard_group -rds_create_db_shard_group <- function(DBShardGroupIdentifier, DBClusterIdentifier, ComputeRedundancy = NULL, MaxACU, PubliclyAccessible = NULL) { +rds_create_db_shard_group <- function(DBShardGroupIdentifier, DBClusterIdentifier, ComputeRedundancy = NULL, MaxACU, MinACU = NULL, PubliclyAccessible = NULL) { op <- new_operation( name = "CreateDBShardGroup", http_method = "POST", @@ -6257,7 +6261,7 @@ rds_create_db_shard_group <- function(DBShardGroupIdentifier, DBClusterIdentifie host_prefix = "", paginator = list() ) - input <- .rds$create_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, DBClusterIdentifier = DBClusterIdentifier, ComputeRedundancy = ComputeRedundancy, MaxACU = MaxACU, PubliclyAccessible = PubliclyAccessible) + input <- .rds$create_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, DBClusterIdentifier = DBClusterIdentifier, ComputeRedundancy = ComputeRedundancy, MaxACU = MaxACU, MinACU = MinACU, PubliclyAccessible = PubliclyAccessible) output <- .rds$create_db_shard_group_output() config <- get_config() svc <- .rds$service(config, op) @@ -7511,20 +7515,20 @@ rds_delete_custom_db_engine_version <- function(Engine, EngineVersion) { #' #' - Must match an existing DBClusterIdentifier. #' @param SkipFinalSnapshot Specifies whether to skip the creation of a final DB cluster snapshot -#' before the DB cluster is deleted. If skip is specified, no DB cluster -#' snapshot is created. If skip isn't specified, a DB cluster snapshot is -#' created before the DB cluster is deleted. By default, skip isn't -#' specified, and the DB cluster snapshot is created. By default, this -#' parameter is disabled. -#' -#' You must specify a `FinalDBSnapshotIdentifier` parameter if -#' `SkipFinalSnapshot` is disabled. +#' before RDS deletes the DB cluster. If you set this value to `true`, RDS +#' doesn't create a final DB cluster snapshot. If you set this value to +#' `false` or don't specify it, RDS creates a DB cluster snapshot before it +#' deletes the DB cluster. By default, this parameter is disabled, so RDS +#' creates a final DB cluster snapshot. +#' +#' If `SkipFinalSnapshot` is disabled, you must specify a value for the +#' `FinalDBSnapshotIdentifier` parameter. #' @param FinalDBSnapshotIdentifier The DB cluster snapshot identifier of the new DB cluster snapshot #' created when `SkipFinalSnapshot` is disabled. #' -#' Specifying this parameter and also skipping the creation of a final DB -#' cluster snapshot with the `SkipFinalShapshot` parameter results in an -#' error. +#' If you specify this parameter and also skip the creation of a final DB +#' cluster snapshot with the `SkipFinalShapshot` parameter, the request +#' results in an error. #' #' Constraints: #' @@ -8853,6 +8857,7 @@ rds_delete_db_security_group <- function(DBSecurityGroupName) { #' DBShardGroupIdentifier = "string", #' DBClusterIdentifier = "string", #' MaxACU = 123.0, +#' MinACU = 123.0, #' ComputeRedundancy = 123, #' Status = "string", #' PubliclyAccessible = TRUE|FALSE, @@ -12847,6 +12852,7 @@ rds_describe_db_security_groups <- function(DBSecurityGroupName = NULL, Filters #' DBShardGroupIdentifier = "string", #' DBClusterIdentifier = "string", #' MaxACU = 123.0, +#' MinACU = 123.0, #' ComputeRedundancy = 123, #' Status = "string", #' PubliclyAccessible = TRUE|FALSE, @@ -14938,6 +14944,15 @@ rds_describe_orderable_db_instance_options <- function(Engine, EngineVersion = N #' @description #' Returns a list of resources (for example, DB instances) that have at #' least one pending maintenance action. +#' +#' This API follows an eventual consistency model. This means that the +#' result of the +#' [`describe_pending_maintenance_actions`][rds_describe_pending_maintenance_actions] +#' command might not be immediately visible to all subsequent RDS commands. +#' Keep this in mind when you use +#' [`describe_pending_maintenance_actions`][rds_describe_pending_maintenance_actions] +#' immediately after using a previous API command such as +#' `ApplyPendingMaintenanceActions`. #' #' @usage #' rds_describe_pending_maintenance_actions(ResourceIdentifier, Filters, @@ -18534,13 +18549,13 @@ rds_modify_db_cluster_snapshot_attribute <- function(DBClusterSnapshotIdentifier #' `3260`, `3343`, `3389`, `47001`, or `49152-49156`. #' @param PubliclyAccessible Specifies whether the DB instance is publicly accessible. #' -#' When the DB cluster is publicly accessible, its Domain Name System (DNS) -#' endpoint resolves to the private IP address from within the DB cluster's -#' virtual private cloud (VPC). It resolves to the public IP address from -#' outside of the DB cluster's VPC. Access to the DB cluster is ultimately -#' controlled by the security group it uses. That public access isn't -#' permitted if the security group assigned to the DB cluster doesn't -#' permit it. +#' When the DB instance is publicly accessible and you connect from outside +#' of the DB instance's virtual private cloud (VPC), its Domain Name System +#' (DNS) endpoint resolves to the public IP address. When you connect from +#' within the same VPC as the DB instance, the endpoint resolves to the +#' private IP address. Access to the DB instance is ultimately controlled +#' by the security group it uses. That public access isn't permitted if the +#' security group assigned to the DB instance doesn't permit it. #' #' When the DB instance isn't publicly accessible, it is an internal DB #' instance with a DNS name that resolves to a private IP address. @@ -19821,11 +19836,13 @@ rds_modify_db_recommendation <- function(RecommendationId, Locale = NULL, Status #' the new values in the request. #' #' @usage -#' rds_modify_db_shard_group(DBShardGroupIdentifier, MaxACU) +#' rds_modify_db_shard_group(DBShardGroupIdentifier, MaxACU, MinACU) #' #' @param DBShardGroupIdentifier [required] The name of the DB shard group to modify. #' @param MaxACU The maximum capacity of the DB shard group in Aurora capacity units #' (ACUs). +#' @param MinACU The minimum capacity of the DB shard group in Aurora capacity units +#' (ACUs). #' #' @return #' A list with the following syntax: @@ -19835,6 +19852,7 @@ rds_modify_db_recommendation <- function(RecommendationId, Locale = NULL, Status #' DBShardGroupIdentifier = "string", #' DBClusterIdentifier = "string", #' MaxACU = 123.0, +#' MinACU = 123.0, #' ComputeRedundancy = 123, #' Status = "string", #' PubliclyAccessible = TRUE|FALSE, @@ -19846,7 +19864,8 @@ rds_modify_db_recommendation <- function(RecommendationId, Locale = NULL, Status #' ``` #' svc$modify_db_shard_group( #' DBShardGroupIdentifier = "string", -#' MaxACU = 123.0 +#' MaxACU = 123.0, +#' MinACU = 123.0 #' ) #' ``` #' @@ -19855,7 +19874,7 @@ rds_modify_db_recommendation <- function(RecommendationId, Locale = NULL, Status #' @rdname rds_modify_db_shard_group #' #' @aliases rds_modify_db_shard_group -rds_modify_db_shard_group <- function(DBShardGroupIdentifier, MaxACU = NULL) { +rds_modify_db_shard_group <- function(DBShardGroupIdentifier, MaxACU = NULL, MinACU = NULL) { op <- new_operation( name = "ModifyDBShardGroup", http_method = "POST", @@ -19863,7 +19882,7 @@ rds_modify_db_shard_group <- function(DBShardGroupIdentifier, MaxACU = NULL) { host_prefix = "", paginator = list() ) - input <- .rds$modify_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, MaxACU = MaxACU) + input <- .rds$modify_db_shard_group_input(DBShardGroupIdentifier = DBShardGroupIdentifier, MaxACU = MaxACU, MinACU = MinACU) output <- .rds$modify_db_shard_group_output() config <- get_config() svc <- .rds$service(config, op) @@ -20836,8 +20855,8 @@ rds_modify_tenant_database <- function(DBInstanceIdentifier, TenantDBName, Maste #' The default is a 30-minute window selected at random from an 8-hour #' block of time for each Amazon Web Services Region. To see the time #' blocks available, see [Adjusting the Preferred Maintenance -#' Window](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/) in the -#' *Amazon RDS User Guide.* +#' Window](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/AdjustingTheMaintenanceWindow.html) +#' in the *Amazon RDS User Guide.* #' #' Constraints: #' @@ -22076,6 +22095,7 @@ rds_reboot_db_instance <- function(DBInstanceIdentifier, ForceFailover = NULL) { #' DBShardGroupIdentifier = "string", #' DBClusterIdentifier = "string", #' MaxACU = 123.0, +#' MinACU = 123.0, #' ComputeRedundancy = 123, #' Status = "string", #' PubliclyAccessible = TRUE|FALSE, diff --git a/paws/R/recyclebin_operations.R b/paws/R/recyclebin_operations.R index e2efecd88e..0171c7f3c0 100644 --- a/paws/R/recyclebin_operations.R +++ b/paws/R/recyclebin_operations.R @@ -8,7 +8,7 @@ NULL #' @description #' Creates a Recycle Bin retention rule. For more information, see [Create #' Recycle Bin retention -#' rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-create-rule) +#' rules](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-create-rule) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' @usage @@ -134,7 +134,7 @@ recyclebin_create_rule <- function(RetentionPeriod, Description = NULL, Tags = N #' @description #' Deletes a Recycle Bin retention rule. For more information, see [Delete #' Recycle Bin retention -#' rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule) +#' rules](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-delete-rule) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' @usage @@ -637,7 +637,7 @@ recyclebin_untag_resource <- function(ResourceArn, TagKeys) { #' retention rule's description, resource tags, and retention period at any #' time after creation. You can't update a retention rule's resource type #' after creation. For more information, see [Update Recycle Bin retention -#' rules](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-rules.html#recycle-bin-update-rule) +#' rules](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-rules.html#recycle-bin-update-rule) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' @usage diff --git a/paws/R/recyclebin_service.R b/paws/R/recyclebin_service.R index 0dd303c740..76f65ec90b 100644 --- a/paws/R/recyclebin_service.R +++ b/paws/R/recyclebin_service.R @@ -22,7 +22,7 @@ NULL #' restored, the resource is permanently deleted from the Recycle Bin and #' is no longer available for recovery. For more information about Recycle #' Bin, see [Recycle -#' Bin](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +#' Bin](https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin.html) #' in the *Amazon Elastic Compute Cloud User Guide*. #' #' @param diff --git a/paws/R/redshiftdataapiservice_operations.R b/paws/R/redshiftdataapiservice_operations.R index 1cd3439e45..2ae87ecbf8 100644 --- a/paws/R/redshiftdataapiservice_operations.R +++ b/paws/R/redshiftdataapiservice_operations.R @@ -48,21 +48,25 @@ NULL #' #' @usage #' redshiftdataapiservice_batch_execute_statement(ClientToken, -#' ClusterIdentifier, Database, DbUser, SecretArn, Sqls, StatementName, -#' WithEvent, WorkgroupName) +#' ClusterIdentifier, Database, DbUser, SecretArn, SessionId, +#' SessionKeepAliveSeconds, Sqls, StatementName, WithEvent, WorkgroupName) #' #' @param ClientToken A unique, case-sensitive identifier that you provide to ensure the #' idempotency of the request. #' @param ClusterIdentifier The cluster identifier. This parameter is required when connecting to a #' cluster and authenticating using either Secrets Manager or temporary #' credentials. -#' @param Database [required] The name of the database. This parameter is required when authenticating +#' @param Database The name of the database. This parameter is required when authenticating #' using either Secrets Manager or temporary credentials. #' @param DbUser The database user name. This parameter is required when connecting to a #' cluster as a database user and authenticating using temporary #' credentials. #' @param SecretArn The name or ARN of the secret that enables access to the database. This #' parameter is required when authenticating using Secrets Manager. +#' @param SessionId The session identifier of the query. +#' @param SessionKeepAliveSeconds The number of seconds to keep the session alive after the query +#' finishes. The maximum time a session can keep alive is 24 hours. After +#' 24 hours, the session is forced closed and the query is terminated. #' @param Sqls [required] One or more SQL statements to run. #' #' The SQL statements are run as a single transaction. They run serially in the order of the array. Subsequent SQL statements don\'t start until the previous statement in the array completes. If any SQL statement fails, then because they are run as one transaction, all work is rolled back.

@@ -83,9 +87,13 @@ NULL #' "2015-01-01" #' ), #' Database = "string", +#' DbGroups = list( +#' "string" +#' ), #' DbUser = "string", #' Id = "string", #' SecretArn = "string", +#' SessionId = "string", #' WorkgroupName = "string" #' ) #' ``` @@ -98,6 +106,8 @@ NULL #' Database = "string", #' DbUser = "string", #' SecretArn = "string", +#' SessionId = "string", +#' SessionKeepAliveSeconds = 123, #' Sqls = list( #' "string" #' ), @@ -112,7 +122,7 @@ NULL #' @rdname redshiftdataapiservice_batch_execute_statement #' #' @aliases redshiftdataapiservice_batch_execute_statement -redshiftdataapiservice_batch_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database, DbUser = NULL, SecretArn = NULL, Sqls, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { +redshiftdataapiservice_batch_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database = NULL, DbUser = NULL, SecretArn = NULL, SessionId = NULL, SessionKeepAliveSeconds = NULL, Sqls, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { op <- new_operation( name = "BatchExecuteStatement", http_method = "POST", @@ -120,7 +130,7 @@ redshiftdataapiservice_batch_execute_statement <- function(ClientToken = NULL, C host_prefix = "", paginator = list() ) - input <- .redshiftdataapiservice$batch_execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, SecretArn = SecretArn, Sqls = Sqls, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) + input <- .redshiftdataapiservice$batch_execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, SecretArn = SecretArn, SessionId = SessionId, SessionKeepAliveSeconds = SessionKeepAliveSeconds, Sqls = Sqls, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) output <- .redshiftdataapiservice$batch_execute_statement_output() config <- get_config() svc <- .redshiftdataapiservice$service(config, op) @@ -239,6 +249,7 @@ redshiftdataapiservice_cancel_statement <- function(Id) { #' ResultRows = 123, #' ResultSize = 123, #' SecretArn = "string", +#' SessionId = "string", #' Status = "SUBMITTED"|"PICKED"|"STARTED"|"FINISHED"|"ABORTED"|"FAILED"|"ALL", #' SubStatements = list( #' list( @@ -487,15 +498,15 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' #' @usage #' redshiftdataapiservice_execute_statement(ClientToken, ClusterIdentifier, -#' Database, DbUser, Parameters, SecretArn, Sql, StatementName, WithEvent, -#' WorkgroupName) +#' Database, DbUser, Parameters, SecretArn, SessionId, +#' SessionKeepAliveSeconds, Sql, StatementName, WithEvent, WorkgroupName) #' #' @param ClientToken A unique, case-sensitive identifier that you provide to ensure the #' idempotency of the request. #' @param ClusterIdentifier The cluster identifier. This parameter is required when connecting to a #' cluster and authenticating using either Secrets Manager or temporary #' credentials. -#' @param Database [required] The name of the database. This parameter is required when authenticating +#' @param Database The name of the database. This parameter is required when authenticating #' using either Secrets Manager or temporary credentials. #' @param DbUser The database user name. This parameter is required when connecting to a #' cluster as a database user and authenticating using temporary @@ -503,6 +514,10 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' @param Parameters The parameters for the SQL statement. #' @param SecretArn The name or ARN of the secret that enables access to the database. This #' parameter is required when authenticating using Secrets Manager. +#' @param SessionId The session identifier of the query. +#' @param SessionKeepAliveSeconds The number of seconds to keep the session alive after the query +#' finishes. The maximum time a session can keep alive is 24 hours. After +#' 24 hours, the session is forced closed and the query is terminated. #' @param Sql [required] The SQL statement text to run. #' @param StatementName The name of the SQL statement. You can name the SQL statement when you #' create it to identify the query. @@ -521,9 +536,13 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' "2015-01-01" #' ), #' Database = "string", +#' DbGroups = list( +#' "string" +#' ), #' DbUser = "string", #' Id = "string", #' SecretArn = "string", +#' SessionId = "string", #' WorkgroupName = "string" #' ) #' ``` @@ -542,6 +561,8 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' ) #' ), #' SecretArn = "string", +#' SessionId = "string", +#' SessionKeepAliveSeconds = 123, #' Sql = "string", #' StatementName = "string", #' WithEvent = TRUE|FALSE, @@ -554,7 +575,7 @@ redshiftdataapiservice_describe_table <- function(ClusterIdentifier = NULL, Conn #' @rdname redshiftdataapiservice_execute_statement #' #' @aliases redshiftdataapiservice_execute_statement -redshiftdataapiservice_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database, DbUser = NULL, Parameters = NULL, SecretArn = NULL, Sql, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { +redshiftdataapiservice_execute_statement <- function(ClientToken = NULL, ClusterIdentifier = NULL, Database = NULL, DbUser = NULL, Parameters = NULL, SecretArn = NULL, SessionId = NULL, SessionKeepAliveSeconds = NULL, Sql, StatementName = NULL, WithEvent = NULL, WorkgroupName = NULL) { op <- new_operation( name = "ExecuteStatement", http_method = "POST", @@ -562,7 +583,7 @@ redshiftdataapiservice_execute_statement <- function(ClientToken = NULL, Cluster host_prefix = "", paginator = list() ) - input <- .redshiftdataapiservice$execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, Parameters = Parameters, SecretArn = SecretArn, Sql = Sql, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) + input <- .redshiftdataapiservice$execute_statement_input(ClientToken = ClientToken, ClusterIdentifier = ClusterIdentifier, Database = Database, DbUser = DbUser, Parameters = Parameters, SecretArn = SecretArn, SessionId = SessionId, SessionKeepAliveSeconds = SessionKeepAliveSeconds, Sql = Sql, StatementName = StatementName, WithEvent = WithEvent, WorkgroupName = WorkgroupName) output <- .redshiftdataapiservice$execute_statement_output() config <- get_config() svc <- .redshiftdataapiservice$service(config, op) @@ -988,6 +1009,7 @@ redshiftdataapiservice_list_schemas <- function(ClusterIdentifier = NULL, Connec #' "string" #' ), #' SecretArn = "string", +#' SessionId = "string", #' StatementName = "string", #' Status = "SUBMITTED"|"PICKED"|"STARTED"|"FINISHED"|"ABORTED"|"FAILED"|"ALL", #' UpdatedAt = as.POSIXct( diff --git a/paws/R/redshiftserverless_operations.R b/paws/R/redshiftserverless_operations.R index b524814528..0075e1c406 100644 --- a/paws/R/redshiftserverless_operations.R +++ b/paws/R/redshiftserverless_operations.R @@ -198,6 +198,7 @@ redshiftserverless_create_custom_domain_association <- function(customDomainCert #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -399,7 +400,7 @@ redshiftserverless_create_namespace <- function(adminPasswordSecretKmsKeyId = NU #' For more information about the IAM role to use with the Amazon Redshift #' scheduler, see [Using Identity-Based Policies for Amazon #' Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html) -#' in the Amazon Redshift Cluster Management Guide +#' in the Amazon Redshift Management Guide #' @param schedule [required] The schedule for a one-time (at timestamp format) or recurring (cron #' format) scheduled action. Schedule invocations must be separated by at #' least one hour. Times are in UTC. @@ -767,7 +768,7 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' #' @usage #' redshiftserverless_create_workgroup(baseCapacity, configParameters, -#' enhancedVpcRouting, maxCapacity, namespaceName, port, +#' enhancedVpcRouting, ipAddressType, maxCapacity, namespaceName, port, #' publiclyAccessible, securityGroupIds, subnetIds, tags, workgroupName) #' #' @param baseCapacity The base data warehouse capacity of the workgroup in Redshift Processing @@ -783,6 +784,8 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' @param enhancedVpcRouting The value that specifies whether to turn on enhanced virtual private #' cloud (VPC) routing, which forces Amazon Redshift Serverless to route #' traffic through your VPC instead of over the internet. +#' @param ipAddressType The IP address type that the workgroup supports. Possible values are +#' `ipv4` and `dualstack`. #' @param maxCapacity The maximum data-warehouse capacity Amazon Redshift Serverless uses to #' serve queries. The max capacity is specified in RPUs. #' @param namespaceName [required] The name of the namespace to associate with the workgroup. @@ -826,6 +829,7 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -837,6 +841,7 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' namespaceName = "string", #' patchVersion = "string", @@ -868,6 +873,7 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' namespaceName = "string", #' port = 123, @@ -893,7 +899,7 @@ redshiftserverless_create_usage_limit <- function(amount, breachAction = NULL, p #' @rdname redshiftserverless_create_workgroup #' #' @aliases redshiftserverless_create_workgroup -redshiftserverless_create_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, maxCapacity = NULL, namespaceName, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, tags = NULL, workgroupName) { +redshiftserverless_create_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, ipAddressType = NULL, maxCapacity = NULL, namespaceName, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, tags = NULL, workgroupName) { op <- new_operation( name = "CreateWorkgroup", http_method = "POST", @@ -901,7 +907,7 @@ redshiftserverless_create_workgroup <- function(baseCapacity = NULL, configParam host_prefix = "", paginator = list() ) - input <- .redshiftserverless$create_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, maxCapacity = maxCapacity, namespaceName = namespaceName, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, tags = tags, workgroupName = workgroupName) + input <- .redshiftserverless$create_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, ipAddressType = ipAddressType, maxCapacity = maxCapacity, namespaceName = namespaceName, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, tags = tags, workgroupName = workgroupName) output <- .redshiftserverless$create_workgroup_output() config <- get_config() svc <- .redshiftserverless$service(config, op) @@ -987,6 +993,7 @@ redshiftserverless_delete_custom_domain_association <- function(customDomainName #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -1471,6 +1478,7 @@ redshiftserverless_delete_usage_limit <- function(usageLimitId) { #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -1482,6 +1490,7 @@ redshiftserverless_delete_usage_limit <- function(usageLimitId) { #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' namespaceName = "string", #' patchVersion = "string", @@ -1706,6 +1715,7 @@ redshiftserverless_get_custom_domain_association <- function(customDomainName, w #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -2266,6 +2276,7 @@ redshiftserverless_get_usage_limit <- function(usageLimitId) { #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -2277,6 +2288,7 @@ redshiftserverless_get_usage_limit <- function(usageLimitId) { #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' namespaceName = "string", #' patchVersion = "string", @@ -2439,6 +2451,7 @@ redshiftserverless_list_custom_domain_associations <- function(customDomainCerti #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -3148,6 +3161,7 @@ redshiftserverless_list_usage_limits <- function(maxResults = NULL, nextToken = #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -3159,6 +3173,7 @@ redshiftserverless_list_usage_limits <- function(maxResults = NULL, nextToken = #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' namespaceName = "string", #' patchVersion = "string", @@ -3816,6 +3831,7 @@ redshiftserverless_update_custom_domain_association <- function(customDomainCert #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -3998,7 +4014,7 @@ redshiftserverless_update_namespace <- function(adminPasswordSecretKmsKeyId = NU #' For more information about the IAM role to use with the Amazon Redshift #' scheduler, see [Using Identity-Based Policies for Amazon #' Redshift](https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html) -#' in the Amazon Redshift Cluster Management Guide +#' in the Amazon Redshift Management Guide #' @param schedule The schedule for a one-time (at timestamp format) or recurring (cron #' format) scheduled action. Schedule invocations must be separated by at #' least one hour. Times are in UTC. @@ -4335,8 +4351,8 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' #' @usage #' redshiftserverless_update_workgroup(baseCapacity, configParameters, -#' enhancedVpcRouting, maxCapacity, port, publiclyAccessible, -#' securityGroupIds, subnetIds, workgroupName) +#' enhancedVpcRouting, ipAddressType, maxCapacity, port, +#' publiclyAccessible, securityGroupIds, subnetIds, workgroupName) #' #' @param baseCapacity The new base data warehouse capacity in Redshift Processing Units #' (RPUs). @@ -4351,6 +4367,8 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' @param enhancedVpcRouting The value that specifies whether to turn on enhanced virtual private #' cloud (VPC) routing, which forces Amazon Redshift Serverless to route #' traffic through your VPC. +#' @param ipAddressType The IP address type that the workgroup supports. Possible values are +#' `ipv4` and `dualstack`. #' @param maxCapacity The maximum data-warehouse capacity Amazon Redshift Serverless uses to #' serve queries. The max capacity is specified in RPUs. #' @param port The custom port to use when connecting to a workgroup. Valid port ranges @@ -4393,6 +4411,7 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' networkInterfaces = list( #' list( #' availabilityZone = "string", +#' ipv6Address = "string", #' networkInterfaceId = "string", #' privateIpAddress = "string", #' subnetId = "string" @@ -4404,6 +4423,7 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' namespaceName = "string", #' patchVersion = "string", @@ -4435,6 +4455,7 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' ) #' ), #' enhancedVpcRouting = TRUE|FALSE, +#' ipAddressType = "string", #' maxCapacity = 123, #' port = 123, #' publiclyAccessible = TRUE|FALSE, @@ -4453,7 +4474,7 @@ redshiftserverless_update_usage_limit <- function(amount = NULL, breachAction = #' @rdname redshiftserverless_update_workgroup #' #' @aliases redshiftserverless_update_workgroup -redshiftserverless_update_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, maxCapacity = NULL, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, workgroupName) { +redshiftserverless_update_workgroup <- function(baseCapacity = NULL, configParameters = NULL, enhancedVpcRouting = NULL, ipAddressType = NULL, maxCapacity = NULL, port = NULL, publiclyAccessible = NULL, securityGroupIds = NULL, subnetIds = NULL, workgroupName) { op <- new_operation( name = "UpdateWorkgroup", http_method = "POST", @@ -4461,7 +4482,7 @@ redshiftserverless_update_workgroup <- function(baseCapacity = NULL, configParam host_prefix = "", paginator = list() ) - input <- .redshiftserverless$update_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, maxCapacity = maxCapacity, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, workgroupName = workgroupName) + input <- .redshiftserverless$update_workgroup_input(baseCapacity = baseCapacity, configParameters = configParameters, enhancedVpcRouting = enhancedVpcRouting, ipAddressType = ipAddressType, maxCapacity = maxCapacity, port = port, publiclyAccessible = publiclyAccessible, securityGroupIds = securityGroupIds, subnetIds = subnetIds, workgroupName = workgroupName) output <- .redshiftserverless$update_workgroup_output() config <- get_config() svc <- .redshiftserverless$service(config, op) diff --git a/paws/R/resiliencehub_operations.R b/paws/R/resiliencehub_operations.R index d8792673bf..f03b5d851c 100644 --- a/paws/R/resiliencehub_operations.R +++ b/paws/R/resiliencehub_operations.R @@ -3,6 +3,74 @@ #' @include resiliencehub_service.R NULL +#' Accepts the resource grouping recommendations suggested by Resilience +#' Hub for your application +#' +#' @description +#' Accepts the resource grouping recommendations suggested by Resilience +#' Hub for your application. +#' +#' @usage +#' resiliencehub_accept_resource_grouping_recommendations(appArn, entries) +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param entries [required] Indicates the list of resource grouping recommendations you want to +#' include in your application. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' appArn = "string", +#' failedEntries = list( +#' list( +#' errorMessage = "string", +#' groupingRecommendationId = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$accept_resource_grouping_recommendations( +#' appArn = "string", +#' entries = list( +#' list( +#' groupingRecommendationId = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname resiliencehub_accept_resource_grouping_recommendations +#' +#' @aliases resiliencehub_accept_resource_grouping_recommendations +resiliencehub_accept_resource_grouping_recommendations <- function(appArn, entries) { + op <- new_operation( + name = "AcceptResourceGroupingRecommendations", + http_method = "POST", + http_path = "/accept-resource-grouping-recommendations", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$accept_resource_grouping_recommendations_input(appArn = appArn, entries = entries) + output <- .resiliencehub$accept_resource_grouping_recommendations_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$accept_resource_grouping_recommendations <- resiliencehub_accept_resource_grouping_recommendations + #' Adds the source of resource-maps to the draft version of an application #' #' @description @@ -10,7 +78,7 @@ NULL #' During assessment, Resilience Hub will use these resource-maps to #' resolve the latest physical ID for each resource in the application #' template. For more information about different types of resources -#' suported by Resilience Hub and how to add them in your application, see +#' supported by Resilience Hub and how to add them in your application, see #' [Step 2: How is your application #' managed?](https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html) #' in the Resilience Hub User Guide. @@ -247,7 +315,7 @@ resiliencehub_batch_update_recommendation_status <- function(appArn, requestEntr #' app = list( #' appArn = "string", #' assessmentSchedule = "Disabled"|"Daily", -#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected"|"NotApplicable"|"MissingPolicy", #' creationTime = as.POSIXct( #' "2015-01-01" #' ), @@ -1350,7 +1418,7 @@ resiliencehub_delete_resiliency_policy <- function(clientToken = NULL, policyArn #' app = list( #' appArn = "string", #' assessmentSchedule = "Disabled"|"Daily", -#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected"|"NotApplicable"|"MissingPolicy", #' creationTime = as.POSIXct( #' "2015-01-01" #' ), @@ -1451,7 +1519,7 @@ resiliencehub_describe_app <- function(appArn) { #' list( #' achievableRpoInSecs = 123, #' achievableRtoInSecs = 123, -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' currentRpoInSecs = 123, #' currentRtoInSecs = 123, #' message = "string", @@ -1461,7 +1529,7 @@ resiliencehub_describe_app <- function(appArn) { #' rtoReferenceId = "string" #' ) #' ), -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' cost = list( #' amount = 123.0, #' currency = "string", @@ -1520,6 +1588,18 @@ resiliencehub_describe_app <- function(appArn) { #' startTime = as.POSIXct( #' "2015-01-01" #' ), +#' summary = list( +#' riskRecommendations = list( +#' list( +#' appComponents = list( +#' "string" +#' ), +#' recommendation = "string", +#' risk = "string" +#' ) +#' ), +#' summary = "string" +#' ), #' tags = list( #' "string" #' ), @@ -1692,7 +1772,7 @@ resiliencehub_describe_app_version_app_component <- function(appArn, appVersion, #' @description #' Describes a resource of the Resilience Hub application. #' -#' This API accepts only one of the following parameters to descibe the +#' This API accepts only one of the following parameters to describe the #' resource: #' #' - `resourceName` @@ -2071,6 +2151,66 @@ resiliencehub_describe_resiliency_policy <- function(policyArn) { } .resiliencehub$operations$describe_resiliency_policy <- resiliencehub_describe_resiliency_policy +#' Describes the resource grouping recommendation tasks run by Resilience +#' Hub for your application +#' +#' @description +#' Describes the resource grouping recommendation tasks run by Resilience +#' Hub for your application. +#' +#' @usage +#' resiliencehub_describe_resource_grouping_recommendation_task(appArn, +#' groupingId) +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param groupingId Indicates the identifier of the grouping recommendation task. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' errorMessage = "string", +#' groupingId = "string", +#' status = "Pending"|"InProgress"|"Failed"|"Success" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$describe_resource_grouping_recommendation_task( +#' appArn = "string", +#' groupingId = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname resiliencehub_describe_resource_grouping_recommendation_task +#' +#' @aliases resiliencehub_describe_resource_grouping_recommendation_task +resiliencehub_describe_resource_grouping_recommendation_task <- function(appArn, groupingId = NULL) { + op <- new_operation( + name = "DescribeResourceGroupingRecommendationTask", + http_method = "POST", + http_path = "/describe-resource-grouping-recommendation-task", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$describe_resource_grouping_recommendation_task_input(appArn = appArn, groupingId = groupingId) + output <- .resiliencehub$describe_resource_grouping_recommendation_task_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$describe_resource_grouping_recommendation_task <- resiliencehub_describe_resource_grouping_recommendation_task + #' Imports resources to Resilience Hub application draft version from #' different input sources #' @@ -2272,10 +2412,8 @@ resiliencehub_list_alarm_recommendations <- function(assessmentArn, maxResults = #' For more information about ARNs, see [Amazon Resource Names #' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) #' in the *Amazon Web Services General Reference* guide. -#' @param maxResults Indicates the maximum number of applications requested. -#' @param nextToken Indicates the unique token number of the next application to be checked -#' for compliance and regulatory requirements from the list of -#' applications. +#' @param maxResults Indicates the maximum number of compliance drifts requested. +#' @param nextToken Null, or the token from a previous call to get the next set of results. #' #' @return #' A list with the following syntax: @@ -2288,7 +2426,7 @@ resiliencehub_list_alarm_recommendations <- function(assessmentArn, maxResults = #' list( #' achievableRpoInSecs = 123, #' achievableRtoInSecs = 123, -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' currentRpoInSecs = 123, #' currentRtoInSecs = 123, #' message = "string", @@ -2309,7 +2447,7 @@ resiliencehub_list_alarm_recommendations <- function(assessmentArn, maxResults = #' list( #' achievableRpoInSecs = 123, #' achievableRtoInSecs = 123, -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' currentRpoInSecs = 123, #' currentRtoInSecs = 123, #' message = "string", @@ -2478,7 +2616,7 @@ resiliencehub_list_app_assessment_resource_drifts <- function(assessmentArn, max #' assessmentArn = "string", #' assessmentName = "string", #' assessmentStatus = "Pending"|"InProgress"|"Failed"|"Success", -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' cost = list( #' amount = 123.0, #' currency = "string", @@ -2509,7 +2647,7 @@ resiliencehub_list_app_assessment_resource_drifts <- function(assessmentArn, max #' assessmentStatus = list( #' "Pending"|"InProgress"|"Failed"|"Success" #' ), -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' invoker = "User"|"System", #' maxResults = 123, #' nextToken = "string", @@ -2571,7 +2709,7 @@ resiliencehub_list_app_assessments <- function(appArn = NULL, assessmentName = N #' list( #' achievableRpoInSecs = 123, #' achievableRtoInSecs = 123, -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' currentRpoInSecs = 123, #' currentRtoInSecs = 123, #' message = "string", @@ -2601,7 +2739,7 @@ resiliencehub_list_app_assessments <- function(appArn = NULL, assessmentName = N #' ), #' score = 123.0 #' ), -#' status = "PolicyBreached"|"PolicyMet" +#' status = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy" #' ) #' ), #' nextToken = "string" @@ -2674,7 +2812,7 @@ resiliencehub_list_app_component_compliances <- function(assessmentArn, maxResul #' list( #' achievableRpoInSecs = 123, #' achievableRtoInSecs = 123, -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' currentRpoInSecs = 123, #' currentRtoInSecs = 123, #' message = "string", @@ -2695,7 +2833,7 @@ resiliencehub_list_app_component_compliances <- function(assessmentArn, maxResul #' optimizationType = "LeastCost"|"LeastChange"|"BestAZRecovery"|"LeastErrors"|"BestAttainable"|"BestRegionRecovery", #' recommendationCompliance = list( #' list( -#' expectedComplianceStatus = "PolicyBreached"|"PolicyMet", +#' expectedComplianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' expectedRpoDescription = "string", #' expectedRpoInSecs = 123, #' expectedRtoDescription = "string", @@ -2708,7 +2846,7 @@ resiliencehub_list_app_component_compliances <- function(assessmentArn, maxResul #' ) #' ) #' ), -#' recommendationStatus = "BreachedUnattainable"|"BreachedCanMeet"|"MetCanImprove" +#' recommendationStatus = "BreachedUnattainable"|"BreachedCanMeet"|"MetCanImprove"|"MissingPolicy" #' ) #' ), #' nextToken = "string" @@ -3195,7 +3333,7 @@ resiliencehub_list_app_versions <- function(appArn, endTime = NULL, maxResults = #' @param nextToken Null, or the token from a previous call to get the next set of results. #' @param reverseOrder The application list is sorted based on the values of #' `lastAppComplianceEvaluationTime` field. By default, application list is -#' sorted in ascending order. To sort the appliation list in descending +#' sorted in ascending order. To sort the application list in descending #' order, set this field to `True`. #' @param toLastAssessmentTime Indicates the upper limit of the range that is used to filter the #' applications based on their last assessment times. @@ -3208,7 +3346,7 @@ resiliencehub_list_app_versions <- function(appArn, endTime = NULL, maxResults = #' list( #' appArn = "string", #' assessmentSchedule = "Disabled"|"Daily", -#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected"|"NotApplicable"|"MissingPolicy", #' creationTime = as.POSIXct( #' "2015-01-01" #' ), @@ -3447,6 +3585,109 @@ resiliencehub_list_resiliency_policies <- function(maxResults = NULL, nextToken } .resiliencehub$operations$list_resiliency_policies <- resiliencehub_list_resiliency_policies +#' Lists the resource grouping recommendations suggested by Resilience Hub +#' for your application +#' +#' @description +#' Lists the resource grouping recommendations suggested by Resilience Hub +#' for your application. +#' +#' @usage +#' resiliencehub_list_resource_grouping_recommendations(appArn, maxResults, +#' nextToken) +#' +#' @param appArn Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param maxResults Maximum number of grouping recommendations to be displayed per +#' Resilience Hub application. +#' @param nextToken Null, or the token from a previous call to get the next set of results. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' groupingRecommendations = list( +#' list( +#' confidenceLevel = "High"|"Medium", +#' creationTime = as.POSIXct( +#' "2015-01-01" +#' ), +#' groupingAppComponent = list( +#' appComponentId = "string", +#' appComponentName = "string", +#' appComponentType = "string" +#' ), +#' groupingRecommendationId = "string", +#' recommendationReasons = list( +#' "string" +#' ), +#' rejectionReason = "DistinctBusinessPurpose"|"SeparateDataConcern"|"DistinctUserGroupHandling"|"Other", +#' resources = list( +#' list( +#' logicalResourceId = list( +#' eksSourceName = "string", +#' identifier = "string", +#' logicalStackName = "string", +#' resourceGroupName = "string", +#' terraformSourceName = "string" +#' ), +#' physicalResourceId = list( +#' awsAccountId = "string", +#' awsRegion = "string", +#' identifier = "string", +#' type = "Arn"|"Native" +#' ), +#' resourceName = "string", +#' resourceType = "string", +#' sourceAppComponentIds = list( +#' "string" +#' ) +#' ) +#' ), +#' score = 123.0, +#' status = "Accepted"|"Rejected"|"PendingDecision" +#' ) +#' ), +#' nextToken = "string" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$list_resource_grouping_recommendations( +#' appArn = "string", +#' maxResults = 123, +#' nextToken = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname resiliencehub_list_resource_grouping_recommendations +#' +#' @aliases resiliencehub_list_resource_grouping_recommendations +resiliencehub_list_resource_grouping_recommendations <- function(appArn = NULL, maxResults = NULL, nextToken = NULL) { + op <- new_operation( + name = "ListResourceGroupingRecommendations", + http_method = "GET", + http_path = "/list-resource-grouping-recommendations", + host_prefix = "", + paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "groupingRecommendations") + ) + input <- .resiliencehub$list_resource_grouping_recommendations_input(appArn = appArn, maxResults = maxResults, nextToken = nextToken) + output <- .resiliencehub$list_resource_grouping_recommendations_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$list_resource_grouping_recommendations <- resiliencehub_list_resource_grouping_recommendations + #' Lists the standard operating procedure (SOP) recommendations for the #' Resilience Hub applications #' @@ -4168,6 +4409,73 @@ resiliencehub_put_draft_app_version_template <- function(appArn, appTemplateBody } .resiliencehub$operations$put_draft_app_version_template <- resiliencehub_put_draft_app_version_template +#' Rejects resource grouping recommendations +#' +#' @description +#' Rejects resource grouping recommendations. +#' +#' @usage +#' resiliencehub_reject_resource_grouping_recommendations(appArn, entries) +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' @param entries [required] Indicates the list of resource grouping recommendations you have +#' selected to exclude from your application. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' appArn = "string", +#' failedEntries = list( +#' list( +#' errorMessage = "string", +#' groupingRecommendationId = "string" +#' ) +#' ) +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$reject_resource_grouping_recommendations( +#' appArn = "string", +#' entries = list( +#' list( +#' groupingRecommendationId = "string", +#' rejectionReason = "DistinctBusinessPurpose"|"SeparateDataConcern"|"DistinctUserGroupHandling"|"Other" +#' ) +#' ) +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname resiliencehub_reject_resource_grouping_recommendations +#' +#' @aliases resiliencehub_reject_resource_grouping_recommendations +resiliencehub_reject_resource_grouping_recommendations <- function(appArn, entries) { + op <- new_operation( + name = "RejectResourceGroupingRecommendations", + http_method = "POST", + http_path = "/reject-resource-grouping-recommendations", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$reject_resource_grouping_recommendations_input(appArn = appArn, entries = entries) + output <- .resiliencehub$reject_resource_grouping_recommendations_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$reject_resource_grouping_recommendations <- resiliencehub_reject_resource_grouping_recommendations + #' Removes resource mappings from a draft application version #' #' @description @@ -4351,7 +4659,7 @@ resiliencehub_resolve_app_version_resources <- function(appArn, appVersion) { #' list( #' achievableRpoInSecs = 123, #' achievableRtoInSecs = 123, -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' currentRpoInSecs = 123, #' currentRtoInSecs = 123, #' message = "string", @@ -4361,7 +4669,7 @@ resiliencehub_resolve_app_version_resources <- function(appArn, appVersion) { #' rtoReferenceId = "string" #' ) #' ), -#' complianceStatus = "PolicyBreached"|"PolicyMet", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotApplicable"|"MissingPolicy", #' cost = list( #' amount = 123.0, #' currency = "string", @@ -4420,6 +4728,18 @@ resiliencehub_resolve_app_version_resources <- function(appArn, appVersion) { #' startTime = as.POSIXct( #' "2015-01-01" #' ), +#' summary = list( +#' riskRecommendations = list( +#' list( +#' appComponents = list( +#' "string" +#' ), +#' recommendation = "string", +#' risk = "string" +#' ) +#' ), +#' summary = "string" +#' ), #' tags = list( #' "string" #' ), @@ -4464,6 +4784,62 @@ resiliencehub_start_app_assessment <- function(appArn, appVersion, assessmentNam } .resiliencehub$operations$start_app_assessment <- resiliencehub_start_app_assessment +#' Starts grouping recommendation task +#' +#' @description +#' Starts grouping recommendation task. +#' +#' @usage +#' resiliencehub_start_resource_grouping_recommendation_task(appArn) +#' +#' @param appArn [required] Amazon Resource Name (ARN) of the Resilience Hub application. The format +#' for this ARN is: +#' arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For more +#' information about ARNs, see [Amazon Resource Names +#' (ARNs)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) +#' in the *Amazon Web Services General Reference* guide. +#' +#' @return +#' A list with the following syntax: +#' ``` +#' list( +#' appArn = "string", +#' errorMessage = "string", +#' groupingId = "string", +#' status = "Pending"|"InProgress"|"Failed"|"Success" +#' ) +#' ``` +#' +#' @section Request syntax: +#' ``` +#' svc$start_resource_grouping_recommendation_task( +#' appArn = "string" +#' ) +#' ``` +#' +#' @keywords internal +#' +#' @rdname resiliencehub_start_resource_grouping_recommendation_task +#' +#' @aliases resiliencehub_start_resource_grouping_recommendation_task +resiliencehub_start_resource_grouping_recommendation_task <- function(appArn) { + op <- new_operation( + name = "StartResourceGroupingRecommendationTask", + http_method = "POST", + http_path = "/start-resource-grouping-recommendation-task", + host_prefix = "", + paginator = list() + ) + input <- .resiliencehub$start_resource_grouping_recommendation_task_input(appArn = appArn) + output <- .resiliencehub$start_resource_grouping_recommendation_task_output() + config <- get_config() + svc <- .resiliencehub$service(config, op) + request <- new_request(svc, op, input, output) + response <- send_request(request) + return(response) +} +.resiliencehub$operations$start_resource_grouping_recommendation_task <- resiliencehub_start_resource_grouping_recommendation_task + #' Applies one or more tags to a resource #' #' @description @@ -4598,7 +4974,7 @@ resiliencehub_untag_resource <- function(resourceArn, tagKeys) { #' app = list( #' appArn = "string", #' assessmentSchedule = "Disabled"|"Daily", -#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected", +#' complianceStatus = "PolicyBreached"|"PolicyMet"|"NotAssessed"|"ChangesDetected"|"NotApplicable"|"MissingPolicy", #' creationTime = as.POSIXct( #' "2015-01-01" #' ), diff --git a/paws/R/resiliencehub_service.R b/paws/R/resiliencehub_service.R index 821f0d6a6a..20473b885b 100644 --- a/paws/R/resiliencehub_service.R +++ b/paws/R/resiliencehub_service.R @@ -89,13 +89,14 @@ NULL #' @examples #' \dontrun{ #' svc <- resiliencehub() -#' svc$add_draft_app_version_resource_mappings( +#' svc$accept_resource_grouping_recommendations( #' Foo = 123 #' ) #' } #' #' @section Operations: #' \tabular{ll}{ +#' \link[=resiliencehub_accept_resource_grouping_recommendations]{accept_resource_grouping_recommendations} \tab Accepts the resource grouping recommendations suggested by Resilience Hub for your application\cr #' \link[=resiliencehub_add_draft_app_version_resource_mappings]{add_draft_app_version_resource_mappings} \tab Adds the source of resource-maps to the draft version of an application\cr #' \link[=resiliencehub_batch_update_recommendation_status]{batch_update_recommendation_status} \tab Enables you to include or exclude one or more operational recommendations\cr #' \link[=resiliencehub_create_app]{create_app} \tab Creates an Resilience Hub application\cr @@ -119,6 +120,7 @@ NULL #' \link[=resiliencehub_describe_app_version_template]{describe_app_version_template} \tab Describes details about an Resilience Hub application\cr #' \link[=resiliencehub_describe_draft_app_version_resources_import_status]{describe_draft_app_version_resources_import_status} \tab Describes the status of importing resources to an application version\cr #' \link[=resiliencehub_describe_resiliency_policy]{describe_resiliency_policy} \tab Describes a specified resiliency policy for an Resilience Hub application\cr +#' \link[=resiliencehub_describe_resource_grouping_recommendation_task]{describe_resource_grouping_recommendation_task} \tab Describes the resource grouping recommendation tasks run by Resilience Hub for your application\cr #' \link[=resiliencehub_import_resources_to_draft_app_version]{import_resources_to_draft_app_version} \tab Imports resources to Resilience Hub application draft version from different input sources\cr #' \link[=resiliencehub_list_alarm_recommendations]{list_alarm_recommendations} \tab Lists the alarm recommendations for an Resilience Hub application\cr #' \link[=resiliencehub_list_app_assessment_compliance_drifts]{list_app_assessment_compliance_drifts} \tab List of compliance drifts that were detected while running an assessment\cr @@ -134,6 +136,7 @@ NULL #' \link[=resiliencehub_list_app_versions]{list_app_versions} \tab Lists the different versions for the Resilience Hub applications\cr #' \link[=resiliencehub_list_recommendation_templates]{list_recommendation_templates} \tab Lists the recommendation templates for the Resilience Hub applications\cr #' \link[=resiliencehub_list_resiliency_policies]{list_resiliency_policies} \tab Lists the resiliency policies for the Resilience Hub applications\cr +#' \link[=resiliencehub_list_resource_grouping_recommendations]{list_resource_grouping_recommendations} \tab Lists the resource grouping recommendations suggested by Resilience Hub for your application\cr #' \link[=resiliencehub_list_sop_recommendations]{list_sop_recommendations} \tab Lists the standard operating procedure (SOP) recommendations for the Resilience Hub applications\cr #' \link[=resiliencehub_list_suggested_resiliency_policies]{list_suggested_resiliency_policies} \tab Lists the suggested resiliency policies for the Resilience Hub applications\cr #' \link[=resiliencehub_list_tags_for_resource]{list_tags_for_resource} \tab Lists the tags for your resources in your Resilience Hub applications\cr @@ -141,9 +144,11 @@ NULL #' \link[=resiliencehub_list_unsupported_app_version_resources]{list_unsupported_app_version_resources} \tab Lists the resources that are not currently supported in Resilience Hub\cr #' \link[=resiliencehub_publish_app_version]{publish_app_version} \tab Publishes a new version of a specific Resilience Hub application\cr #' \link[=resiliencehub_put_draft_app_version_template]{put_draft_app_version_template} \tab Adds or updates the app template for an Resilience Hub application draft version\cr +#' \link[=resiliencehub_reject_resource_grouping_recommendations]{reject_resource_grouping_recommendations} \tab Rejects resource grouping recommendations\cr #' \link[=resiliencehub_remove_draft_app_version_resource_mappings]{remove_draft_app_version_resource_mappings} \tab Removes resource mappings from a draft application version\cr #' \link[=resiliencehub_resolve_app_version_resources]{resolve_app_version_resources} \tab Resolves the resources for an application version\cr #' \link[=resiliencehub_start_app_assessment]{start_app_assessment} \tab Creates a new application assessment for an application\cr +#' \link[=resiliencehub_start_resource_grouping_recommendation_task]{start_resource_grouping_recommendation_task} \tab Starts grouping recommendation task\cr #' \link[=resiliencehub_tag_resource]{tag_resource} \tab Applies one or more tags to a resource\cr #' \link[=resiliencehub_untag_resource]{untag_resource} \tab Removes one or more tags from a resource\cr #' \link[=resiliencehub_update_app]{update_app} \tab Updates an application\cr diff --git a/paws/R/route53_operations.R b/paws/R/route53_operations.R index 33d292d45f..9132e15b7f 100644 --- a/paws/R/route53_operations.R +++ b/paws/R/route53_operations.R @@ -130,7 +130,7 @@ route53_activate_key_signing_key <- function(HostedZoneId, Name) { #' svc$associate_vpc_with_hosted_zone( #' HostedZoneId = "string", #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ), #' Comment = "string" @@ -408,7 +408,7 @@ route53_change_cidr_collection <- function(Id, CollectionVersion = NULL, Changes #' Type = "SOA"|"A"|"TXT"|"NS"|"CNAME"|"MX"|"NAPTR"|"PTR"|"SRV"|"SPF"|"AAAA"|"CAA"|"DS", #' SetIdentifier = "string", #' Weight = 123, -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' GeoLocation = list( #' ContinentCode = "string", #' CountryCode = "string", @@ -1199,7 +1199,7 @@ route53_create_cidr_collection <- function(Name, CallerReference) { #' "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1" #' ), #' AlarmIdentifier = list( -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' Name = "string" #' ), #' InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus", @@ -1251,7 +1251,7 @@ route53_create_cidr_collection <- function(Name, CallerReference) { #' "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1" #' ), #' AlarmIdentifier = list( -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' Name = "string" #' ), #' InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus", @@ -1436,7 +1436,7 @@ route53_create_health_check <- function(CallerReference, HealthCheckConfig) { #' ) #' ), #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ), #' Location = "string" @@ -1448,7 +1448,7 @@ route53_create_health_check <- function(CallerReference, HealthCheckConfig) { #' svc$create_hosted_zone( #' Name = "string", #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ), #' CallerReference = "string", @@ -2199,7 +2199,7 @@ route53_create_traffic_policy_version <- function(Id, Document, Comment = NULL) #' list( #' HostedZoneId = "string", #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ) #' ) @@ -2210,7 +2210,7 @@ route53_create_traffic_policy_version <- function(Id, Document, Comment = NULL) #' svc$create_vpc_association_authorization( #' HostedZoneId = "string", #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ) #' ) @@ -2826,7 +2826,7 @@ route53_delete_traffic_policy_instance <- function(Id) { #' svc$delete_vpc_association_authorization( #' HostedZoneId = "string", #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ) #' ) @@ -2988,7 +2988,7 @@ route53_disable_hosted_zone_dnssec <- function(HostedZoneId) { #' svc$disassociate_vpc_from_hosted_zone( #' HostedZoneId = "string", #' VPC = list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ), #' Comment = "string" @@ -3504,7 +3504,7 @@ route53_get_geo_location <- function(ContinentCode = NULL, CountryCode = NULL, S #' "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1" #' ), #' AlarmIdentifier = list( -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' Name = "string" #' ), #' InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus", @@ -3786,7 +3786,7 @@ route53_get_health_check_status <- function(HealthCheckId) { #' ), #' VPCs = list( #' list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ) #' ) @@ -4658,7 +4658,7 @@ route53_list_geo_locations <- function(StartContinentCode = NULL, StartCountryCo #' "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1" #' ), #' AlarmIdentifier = list( -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' Name = "string" #' ), #' InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus", @@ -5051,7 +5051,7 @@ route53_list_hosted_zones_by_name <- function(DNSName = NULL, HostedZoneId = NUL #' ``` #' svc$list_hosted_zones_by_vpc( #' VPCId = "string", -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' MaxItems = "string", #' NextToken = "string" #' ) @@ -5311,7 +5311,7 @@ route53_list_query_logging_configs <- function(HostedZoneId = NULL, NextToken = #' Type = "SOA"|"A"|"TXT"|"NS"|"CNAME"|"MX"|"NAPTR"|"PTR"|"SRV"|"SPF"|"AAAA"|"CAA"|"DS", #' SetIdentifier = "string", #' Weight = 123, -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-north-1"|"cn-northwest-1"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' GeoLocation = list( #' ContinentCode = "string", #' CountryCode = "string", @@ -6185,7 +6185,7 @@ route53_list_traffic_policy_versions <- function(Id, TrafficPolicyVersionMarker #' NextToken = "string", #' VPCs = list( #' list( -#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"eu-central-2"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-south-2"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' VPCId = "string" #' ) #' ) @@ -6645,7 +6645,7 @@ route53_test_dns_answer <- function(HostedZoneId, RecordName, RecordType, Resolv #' "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1" #' ), #' AlarmIdentifier = list( -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' Name = "string" #' ), #' InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus", @@ -6693,7 +6693,7 @@ route53_test_dns_answer <- function(HostedZoneId, RecordName, RecordType, Resolv #' "us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1" #' ), #' AlarmIdentifier = list( -#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1", +#' Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5", #' Name = "string" #' ), #' InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus", diff --git a/paws/R/s3_operations.R b/paws/R/s3_operations.R index f6c07f9e28..cf7332fade 100644 --- a/paws/R/s3_operations.R +++ b/paws/R/s3_operations.R @@ -18,14 +18,23 @@ NULL #' for the part storage, you should call the [`list_parts`][s3_list_parts] #' API operation and ensure that the parts list is empty. #' -#' **Directory buckets** - For directory buckets, you must make requests -#' for this API operation to the Zonal endpoint. These endpoints support -#' virtual-hosted-style requests in the format -#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. -#' Path-style requests are not supported. For more information, see -#' [Regional and Zonal -#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) -#' in the *Amazon S3 User Guide*. +#' - **Directory buckets** - If multipart uploads in a directory bucket +#' are in progress, you can't delete the bucket until all the +#' in-progress multipart uploads are aborted or completed. To delete +#' these in-progress multipart uploads, use the +#' [`list_multipart_uploads`][s3_list_multipart_uploads] operation to +#' list the in-progress multipart uploads in the bucket and use the +#' `AbortMultupartUpload` operation to abort all the in-progress +#' multipart uploads. +#' +#' - **Directory buckets** - For directory buckets, you must make +#' requests for this API operation to the Zonal endpoint. These +#' endpoints support virtual-hosted-style requests in the format +#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. +#' Path-style requests are not supported. For more information, see +#' [Regional and Zonal +#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) +#' in the *Amazon S3 User Guide*. #' #' ### Permissions #' @@ -258,6 +267,14 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' [`create_session`](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html) #' . #' +#' - If you provide an [additional checksum +#' value](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html) +#' in your `MultipartUpload` requests and the object is encrypted with +#' Key Management Service, you must have permission to use the +#' `kms:Decrypt` action for the +#' [`complete_multipart_upload`][s3_complete_multipart_upload] request +#' to succeed. +#' #' ### Special errors #' #' - Error Code: `EntityTooSmall` @@ -312,8 +329,8 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' @usage #' s3_complete_multipart_upload(Bucket, Key, MultipartUpload, UploadId, #' ChecksumCRC32, ChecksumCRC32C, ChecksumSHA1, ChecksumSHA256, -#' RequestPayer, ExpectedBucketOwner, SSECustomerAlgorithm, SSECustomerKey, -#' SSECustomerKeyMD5) +#' RequestPayer, ExpectedBucketOwner, IfNoneMatch, SSECustomerAlgorithm, +#' SSECustomerKey, SSECustomerKeyMD5) #' #' @param Bucket [required] Name of the bucket to which the multipart upload was initiated. #' @@ -384,6 +401,22 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' @param ExpectedBucketOwner The account ID of the expected bucket owner. If the account ID that you #' provide does not match the actual owner of the bucket, the request fails #' with the HTTP status code `403 Forbidden` (access denied). +#' @param IfNoneMatch Uploads the object only if the object key name does not already exist in +#' the bucket specified. Otherwise, Amazon S3 returns a +#' `412 Precondition Failed` error. +#' +#' If a conflicting operation occurs during the upload S3 returns a +#' `409 ConditionalRequestConflict` response. On a 409 failure you should +#' re-initiate the multipart upload with +#' [`create_multipart_upload`][s3_create_multipart_upload] and re-upload +#' each part. +#' +#' Expects the '*' (asterisk) character. +#' +#' For more information about conditional requests, see [RFC +#' 7232](https://datatracker.ietf.org/doc/html/rfc7232), or [Conditional +#' requests](https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html) +#' in the *Amazon S3 User Guide*. #' @param SSECustomerAlgorithm The server-side encryption (SSE) algorithm used to encrypt the object. #' This parameter is required only when the object was created using a #' checksum algorithm or if your bucket policy requires the use of SSE-C. @@ -452,6 +485,7 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' ChecksumSHA256 = "string", #' RequestPayer = "requester", #' ExpectedBucketOwner = "string", +#' IfNoneMatch = "string", #' SSECustomerAlgorithm = "string", #' SSECustomerKey = raw, #' SSECustomerKeyMD5 = "string" @@ -485,7 +519,7 @@ s3_abort_multipart_upload <- function(Bucket, Key, UploadId, RequestPayer = NULL #' @rdname s3_complete_multipart_upload #' #' @aliases s3_complete_multipart_upload -s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, UploadId, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, RequestPayer = NULL, ExpectedBucketOwner = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL) { +s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, UploadId, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, RequestPayer = NULL, ExpectedBucketOwner = NULL, IfNoneMatch = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL) { op <- new_operation( name = "CompleteMultipartUpload", http_method = "POST", @@ -493,7 +527,7 @@ s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, Up host_prefix = "", paginator = list() ) - input <- .s3$complete_multipart_upload_input(Bucket = Bucket, Key = Key, MultipartUpload = MultipartUpload, UploadId = UploadId, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, RequestPayer = RequestPayer, ExpectedBucketOwner = ExpectedBucketOwner, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5) + input <- .s3$complete_multipart_upload_input(Bucket = Bucket, Key = Key, MultipartUpload = MultipartUpload, UploadId = UploadId, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, RequestPayer = RequestPayer, ExpectedBucketOwner = ExpectedBucketOwner, IfNoneMatch = IfNoneMatch, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5) output <- .s3$complete_multipart_upload_output() config <- get_config() svc <- .s3$service(config, op) @@ -519,14 +553,22 @@ s3_complete_multipart_upload <- function(Bucket, Key, MultipartUpload = NULL, Up #' directory buckets, and between general purpose buckets and directory #' buckets. #' -#' **Directory buckets** - For directory buckets, you must make requests -#' for this API operation to the Zonal endpoint. These endpoints support -#' virtual-hosted-style requests in the format -#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. -#' Path-style requests are not supported. For more information, see -#' [Regional and Zonal -#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) -#' in the *Amazon S3 User Guide*. +#' - Amazon S3 supports copy operations using Multi-Region Access Points +#' only as a destination when using the Multi-Region Access Point ARN. +#' +#' - **Directory buckets** - For directory buckets, you must make +#' requests for this API operation to the Zonal endpoint. These +#' endpoints support virtual-hosted-style requests in the format +#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. +#' Path-style requests are not supported. For more information, see +#' [Regional and Zonal +#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) +#' in the *Amazon S3 User Guide*. +#' +#' - VPC endpoints don't support cross-Region requests (including +#' copies). If you're using VPC endpoints, your source and destination +#' buckets should be in the same Amazon Web Services Region as your VPC +#' endpoint. #' #' Both the Region that you want to copy the object from and the Region #' that you want to copy the object to must be enabled for your account. @@ -1627,18 +1669,18 @@ s3_create_bucket <- function(ACL = NULL, Bucket, CreateBucketConfiguration = NUL #' #' ### Permissions #' -#' - **General purpose bucket permissions** - For information about the -#' permissions required to use the multipart upload API, see [Multipart -#' upload and -#' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) -#' in the *Amazon S3 User Guide*. -#' -#' To perform a multipart upload with encryption by using an Amazon Web -#' Services KMS key, the requester must have permission to the -#' `kms:Decrypt` and `kms:GenerateDataKey*` actions on the key. These -#' permissions are required because Amazon S3 must decrypt and read -#' data from the encrypted file parts before it completes the multipart -#' upload. For more information, see [Multipart upload API and +#' - **General purpose bucket permissions** - To perform a multipart +#' upload with encryption using an Key Management Service (KMS) KMS +#' key, the requester must have permission to the `kms:Decrypt` and +#' `kms:GenerateDataKey` actions on the key. The requester must also +#' have permissions for the `kms:GenerateDataKey` action for the +#' [`create_multipart_upload`][s3_create_multipart_upload] API. Then, +#' the requester needs permissions for the `kms:Decrypt` action on the +#' [`upload_part`][s3_upload_part] and +#' [`upload_part_copy`][s3_upload_part_copy] APIs. These permissions +#' are required because Amazon S3 must decrypt and read data from the +#' encrypted file parts before it completes the multipart upload. For +#' more information, see [Multipart upload API and #' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions) #' and [Protecting data using server-side encryption with Amazon Web #' Services @@ -3684,17 +3726,17 @@ s3_delete_bucket_website <- function(Bucket, ExpectedBucketOwner = NULL) { #' #' @examples #' \dontrun{ -#' # The following example deletes an object from an S3 bucket. -#' svc$delete_object( -#' Bucket = "examplebucket", -#' Key = "objectkey.jpg" -#' ) -#' #' # The following example deletes an object from a non-versioned bucket. #' svc$delete_object( #' Bucket = "ExampleBucket", #' Key = "HappyFace.jpg" #' ) +#' +#' # The following example deletes an object from an S3 bucket. +#' svc$delete_object( +#' Bucket = "examplebucket", +#' Key = "objectkey.jpg" +#' ) #' } #' #' @keywords internal @@ -6966,6 +7008,12 @@ s3_get_bucket_website <- function(Bucket, ExpectedBucketOwner = NULL) { #' provide does not match the actual owner of the bucket, the request fails #' with the HTTP status code `403 Forbidden` (access denied). #' @param ChecksumMode To retrieve the checksum, this mode must be enabled. +#' +#' In addition, if you enable checksum mode and the object is uploaded with +#' a +#' [checksum](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html) +#' and encrypted with an Key Management Service (KMS) key, you must have +#' permission to use the `kms:Decrypt` action to retrieve the checksum. #' #' @return #' A list with the following syntax: @@ -7054,18 +7102,18 @@ s3_get_bucket_website <- function(Bucket, ExpectedBucketOwner = NULL) { #' #' @examples #' \dontrun{ -#' # The following example retrieves an object for an S3 bucket. The request -#' # specifies the range header to retrieve a specific byte range. +#' # The following example retrieves an object for an S3 bucket. #' svc$get_object( #' Bucket = "examplebucket", -#' Key = "SampleFile.txt", -#' Range = "bytes=0-9" +#' Key = "HappyFace.jpg" #' ) #' -#' # The following example retrieves an object for an S3 bucket. +#' # The following example retrieves an object for an S3 bucket. The request +#' # specifies the range header to retrieve a specific byte range. #' svc$get_object( #' Bucket = "examplebucket", -#' Key = "HappyFace.jpg" +#' Key = "SampleFile.txt", +#' Range = "bytes=0-9" #' ) #' } #' @@ -7890,18 +7938,18 @@ s3_get_object_retention <- function(Bucket, Key, VersionId = NULL, RequestPayer #' #' @examples #' \dontrun{ -#' # The following example retrieves tag set of an object. The request -#' # specifies object version. +#' # The following example retrieves tag set of an object. #' svc$get_object_tagging( #' Bucket = "examplebucket", -#' Key = "exampleobject", -#' VersionId = "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" +#' Key = "HappyFace.jpg" #' ) #' -#' # The following example retrieves tag set of an object. +#' # The following example retrieves tag set of an object. The request +#' # specifies object version. #' svc$get_object_tagging( #' Bucket = "examplebucket", -#' Key = "HappyFace.jpg" +#' Key = "exampleobject", +#' VersionId = "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" #' ) #' } #' @@ -8111,24 +8159,17 @@ s3_get_public_access_block <- function(Bucket, ExpectedBucketOwner = NULL) { #' or `404 Not Found` code. A message body is not included, so you cannot #' determine the exception beyond these HTTP response codes. #' -#' **Directory buckets** - You must make requests for this API operation to -#' the Zonal endpoint. These endpoints support virtual-hosted-style -#' requests in the format -#' `https://bucket_name.s3express-az_id.region.amazonaws.com`. Path-style -#' requests are not supported. For more information, see [Regional and -#' Zonal -#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) -#' in the *Amazon S3 User Guide*. -#' #' ### Authentication and authorization #' -#' All [`head_bucket`][s3_head_bucket] requests must be authenticated and +#' **General purpose buckets** - Request to public buckets that grant the +#' s3:ListBucket permission publicly do not need to be signed. All other +#' [`head_bucket`][s3_head_bucket] requests must be authenticated and #' signed by using IAM credentials (access key ID and secret access key for #' the IAM identities). All headers with the `x-amz-` prefix, including #' `x-amz-copy-source`, must be signed. For more information, see [REST #' Authentication](https://docs.aws.amazon.com/AmazonS3/latest/userguide/RESTAuthentication.html). #' -#' **Directory bucket** - You must use IAM credentials to authenticate and +#' **Directory buckets** - You must use IAM credentials to authenticate and #' authorize your access to the [`head_bucket`][s3_head_bucket] API #' operation, instead of using the temporary security credentials through #' the [`create_session`][s3_create_session] API operation. @@ -8164,6 +8205,14 @@ s3_get_public_access_block <- function(Bucket, ExpectedBucketOwner = NULL) { #' #' **Directory buckets** - The HTTP Host header syntax is #' ` Bucket_name.s3express-az_id.region.amazonaws.com`. +#' +#' You must make requests for this API operation to the Zonal endpoint. +#' These endpoints support virtual-hosted-style requests in the format +#' `https://bucket_name.s3express-az_id.region.amazonaws.com`. Path-style +#' requests are not supported. For more information, see [Regional and +#' Zonal +#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) +#' in the *Amazon S3 User Guide*. #' #' @usage #' s3_head_bucket(Bucket, ExpectedBucketOwner) @@ -8288,15 +8337,6 @@ s3_head_bucket <- function(Bucket, ExpectedBucketOwner = NULL) { #' [Common Request #' Headers](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html). #' -#' **Directory buckets** - For directory buckets, you must make requests -#' for this API operation to the Zonal endpoint. These endpoints support -#' virtual-hosted-style requests in the format -#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. -#' Path-style requests are not supported. For more information, see -#' [Regional and Zonal -#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) -#' in the *Amazon S3 User Guide*. -#' #' ### Permissions #' #' - **General purpose bucket permissions** - To use `HEAD`, you must @@ -8392,6 +8432,15 @@ s3_head_bucket <- function(Bucket, ExpectedBucketOwner = NULL) { #' **Directory buckets** - The HTTP Host header syntax is #' ` Bucket_name.s3express-az_id.region.amazonaws.com`. #' +#' For directory buckets, you must make requests for this API operation to +#' the Zonal endpoint. These endpoints support virtual-hosted-style +#' requests in the format +#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. +#' Path-style requests are not supported. For more information, see +#' [Regional and Zonal +#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) +#' in the *Amazon S3 User Guide*. +#' #' The following actions are related to [`head_object`][s3_head_object]: #' #' - [`get_object`][s3_get_object] @@ -8541,10 +8590,11 @@ s3_head_bucket <- function(Bucket, ExpectedBucketOwner = NULL) { #' with the HTTP status code `403 Forbidden` (access denied). #' @param ChecksumMode To retrieve the checksum, this parameter must be enabled. #' -#' In addition, if you enable `ChecksumMode` and the object is encrypted -#' with Amazon Web Services Key Management Service (Amazon Web Services -#' KMS), you must have permission to use the `kms:Decrypt` action for the -#' request to succeed. +#' In addition, if you enable checksum mode and the object is uploaded with +#' a +#' [checksum](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html) +#' and encrypted with an Key Management Service (KMS) key, you must have +#' permission to use the `kms:Decrypt` action to retrieve the checksum. #' #' @return #' A list with the following syntax: @@ -9162,9 +9212,19 @@ s3_list_bucket_metrics_configurations <- function(Bucket, ContinuationToken = NU #' buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). #' #' @usage -#' s3_list_buckets() +#' s3_list_buckets(MaxBuckets, ContinuationToken) #' - +#' @param MaxBuckets Maximum number of buckets to be returned in response. When the number is +#' more than the count of buckets that are owned by an Amazon Web Services +#' account, return all the buckets in response. +#' @param ContinuationToken `ContinuationToken` indicates to Amazon S3 that the list is being +#' continued on this bucket with a token. `ContinuationToken` is obfuscated +#' and is not a real key. You can use this `ContinuationToken` for +#' pagination of the list results. +#' +#' Length Constraints: Minimum length of 0. Maximum length of 1024. +#' +#' Required: No. #' #' @return #' A list with the following syntax: @@ -9181,11 +9241,18 @@ s3_list_bucket_metrics_configurations <- function(Bucket, ContinuationToken = NU #' Owner = list( #' DisplayName = "string", #' ID = "string" -#' ) +#' ), +#' ContinuationToken = "string" #' ) #' ``` #' - +#' @section Request syntax: +#' ``` +#' svc$list_buckets( +#' MaxBuckets = 123, +#' ContinuationToken = "string" +#' ) +#' ``` #' #' @examples #' \dontrun{ @@ -9199,15 +9266,15 @@ s3_list_bucket_metrics_configurations <- function(Bucket, ContinuationToken = NU #' @rdname s3_list_buckets #' #' @aliases s3_list_buckets -s3_list_buckets <- function() { +s3_list_buckets <- function(MaxBuckets = NULL, ContinuationToken = NULL) { op <- new_operation( name = "ListBuckets", http_method = "GET", http_path = "/", host_prefix = "", - paginator = list(result_key = "Buckets") + paginator = list(input_token = "ContinuationToken", limit_key = "MaxBuckets", output_token = "ContinuationToken", result_key = "Buckets") ) - input <- .s3$list_buckets_input() + input <- .s3$list_buckets_input(MaxBuckets = MaxBuckets, ContinuationToken = ContinuationToken) output <- .s3$list_buckets_output() config <- get_config() svc <- .s3$service(config, op) @@ -9257,9 +9324,9 @@ s3_list_buckets <- function() { #' s3_list_directory_buckets(ContinuationToken, MaxDirectoryBuckets) #' #' @param ContinuationToken `ContinuationToken` indicates to Amazon S3 that the list is being -#' continued on this bucket with a token. `ContinuationToken` is obfuscated -#' and is not a real key. You can use this `ContinuationToken` for -#' pagination of the list results. +#' continued on buckets in this account with a token. `ContinuationToken` +#' is obfuscated and is not a real bucket name. You can use this +#' `ContinuationToken` for the pagination of the list results. #' @param MaxDirectoryBuckets Maximum number of buckets to be returned in response. When the number is #' more than the count of buckets that are owned by an Amazon Web Services #' account, return all the buckets in response. @@ -9321,7 +9388,12 @@ s3_list_directory_buckets <- function(ContinuationToken = NULL, MaxDirectoryBuck #' #' **Directory buckets** - If multipart uploads in a directory bucket are #' in progress, you can't delete the bucket until all the in-progress -#' multipart uploads are aborted or completed. +#' multipart uploads are aborted or completed. To delete these in-progress +#' multipart uploads, use the +#' [`list_multipart_uploads`][s3_list_multipart_uploads] operation to list +#' the in-progress multipart uploads in the bucket and use the +#' `AbortMultupartUpload` operation to abort all the in-progress multipart +#' uploads. #' #' The [`list_multipart_uploads`][s3_list_multipart_uploads] operation #' returns a maximum of 1,000 multipart uploads in the response. The limit @@ -9998,14 +10070,22 @@ s3_list_objects <- function(Bucket, Delimiter = NULL, EncodingType = NULL, Marke #' in the *Amazon S3 User Guide*. To get a list of your buckets, see #' [`list_buckets`][s3_list_buckets]. #' -#' **Directory buckets** - For directory buckets, you must make requests -#' for this API operation to the Zonal endpoint. These endpoints support -#' virtual-hosted-style requests in the format -#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. -#' Path-style requests are not supported. For more information, see -#' [Regional and Zonal -#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) -#' in the *Amazon S3 User Guide*. +#' - **General purpose bucket** - For general purpose buckets, +#' [`list_objects_v2`][s3_list_objects_v2] doesn't return prefixes that +#' are related only to in-progress multipart uploads. +#' +#' - **Directory buckets** - For directory buckets, +#' [`list_objects_v2`][s3_list_objects_v2] response includes the +#' prefixes that are related only to in-progress multipart uploads. +#' +#' - **Directory buckets** - For directory buckets, you must make +#' requests for this API operation to the Zonal endpoint. These +#' endpoints support virtual-hosted-style requests in the format +#' `https://bucket_name.s3express-az_id.region.amazonaws.com/key-name `. +#' Path-style requests are not supported. For more information, see +#' [Regional and Zonal +#' endpoints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html) +#' in the *Amazon S3 User Guide*. #' #' ### Permissions #' @@ -10121,10 +10201,21 @@ s3_list_objects <- function(Bucket, Delimiter = NULL, EncodingType = NULL, Marke #' uploads, see [Multipart Upload #' Overview](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) #' in the *Amazon S3 User Guide*. -#' @param EncodingType Encoding type used by Amazon S3 to encode object keys in the response. -#' If using `url`, non-ASCII characters used in an object's key name will -#' be URL encoded. For example, the object `test_file(3).png` will appear -#' as `test_file%283%29.png`. +#' @param EncodingType Encoding type used by Amazon S3 to encode the [object +#' keys](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html) +#' in the response. Responses are encoded only in UTF-8. An object key can +#' contain any Unicode character. However, the XML 1.0 parser can't parse +#' certain characters, such as characters with an ASCII value from 0 to 10. +#' For characters that aren't supported in XML 1.0, you can add this +#' parameter to request that Amazon S3 encode the keys in the response. For +#' more information about characters to avoid in object key names, see +#' [Object key naming +#' guidelines](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-guidelines). +#' +#' When using the URL encoding type, non-ASCII characters that are used in +#' an object's key name will be percent-encoded according to UTF-8 code +#' values. For example, the object `test_file(3).png` will appear as +#' `test_file%283%29.png`. #' @param MaxKeys Sets the maximum number of keys returned in the response. By default, #' the action returns up to 1,000 key names. The response might contain #' fewer keys but will never contain more. @@ -11241,9 +11332,15 @@ s3_put_bucket_cors <- function(Bucket, CORSConfiguration, ContentMD5 = NULL, Che #' does not validate the KMS key ID provided in PutBucketEncryption #' requests. #' -#' This action requires Amazon Web Services Signature Version 4. For more -#' information, see [Authenticating Requests (Amazon Web Services Signature -#' Version +#' If you're specifying a customer managed KMS key, we recommend using a +#' fully qualified KMS key ARN. If you use a KMS key alias instead, then +#' KMS resolves the key within the requester’s account. This behavior can +#' result in data that's encrypted with a KMS key that belongs to the +#' requester, and not the bucket owner. +#' +#' Also, this action requires Amazon Web Services Signature Version 4. For +#' more information, see [Authenticating Requests (Amazon Web Services +#' Signature Version #' 4)](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html). #' #' To use this operation, you must have permission to perform the @@ -13377,6 +13474,11 @@ s3_put_bucket_tagging <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' @description #' This operation is not supported by directory buckets. #' +#' When you enable versioning on a bucket for the first time, it might take +#' a short amount of time for the change to be fully propagated. We +#' recommend that you wait for 15 minutes after enabling versioning before +#' issuing write operations (`PUT` or `DELETE`) on objects in the bucket. +#' #' Sets the versioning state of an existing bucket. #' #' You can set the versioning state with one of the following values: @@ -13803,12 +13905,12 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' s3_put_object(ACL, Body, Bucket, CacheControl, ContentDisposition, #' ContentEncoding, ContentLanguage, ContentLength, ContentMD5, #' ContentType, ChecksumAlgorithm, ChecksumCRC32, ChecksumCRC32C, -#' ChecksumSHA1, ChecksumSHA256, Expires, GrantFullControl, GrantRead, -#' GrantReadACP, GrantWriteACP, Key, Metadata, ServerSideEncryption, -#' StorageClass, WebsiteRedirectLocation, SSECustomerAlgorithm, -#' SSECustomerKey, SSECustomerKeyMD5, SSEKMSKeyId, SSEKMSEncryptionContext, -#' BucketKeyEnabled, RequestPayer, Tagging, ObjectLockMode, -#' ObjectLockRetainUntilDate, ObjectLockLegalHoldStatus, +#' ChecksumSHA1, ChecksumSHA256, Expires, IfNoneMatch, GrantFullControl, +#' GrantRead, GrantReadACP, GrantWriteACP, Key, Metadata, +#' ServerSideEncryption, StorageClass, WebsiteRedirectLocation, +#' SSECustomerAlgorithm, SSECustomerKey, SSECustomerKeyMD5, SSEKMSKeyId, +#' SSEKMSEncryptionContext, BucketKeyEnabled, RequestPayer, Tagging, +#' ObjectLockMode, ObjectLockRetainUntilDate, ObjectLockLegalHoldStatus, #' ExpectedBucketOwner) #' #' @param ACL The canned ACL to apply to the object. For more information, see [Canned @@ -13968,6 +14070,20 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' in the *Amazon S3 User Guide*. #' @param Expires The date and time at which the object is no longer cacheable. For more #' information, see . +#' @param IfNoneMatch Uploads the object only if the object key name does not already exist in +#' the bucket specified. Otherwise, Amazon S3 returns a +#' `412 Precondition Failed` error. +#' +#' If a conflicting operation occurs during the upload S3 returns a +#' `409 ConditionalRequestConflict` response. On a 409 failure you should +#' retry the upload. +#' +#' Expects the '*' (asterisk) character. +#' +#' For more information about conditional requests, see [RFC +#' 7232](https://datatracker.ietf.org/doc/html/rfc7232), or [Conditional +#' requests](https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html) +#' in the *Amazon S3 User Guide*. #' @param GrantFullControl Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the #' object. #' @@ -14156,6 +14272,7 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' Expires = as.POSIXct( #' "2015-01-01" #' ), +#' IfNoneMatch = "string", #' GrantFullControl = "string", #' GrantRead = "string", #' GrantReadACP = "string", @@ -14186,27 +14303,6 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' #' @examples #' \dontrun{ -#' # The following example uploads an object to a versioning-enabled bucket. -#' # The source file is specified using Windows file syntax. S3 returns -#' # VersionId of the newly created object. -#' svc$put_object( -#' Body = "HappyFace.jpg", -#' Bucket = "examplebucket", -#' Key = "HappyFace.jpg" -#' ) -#' -#' # The following example uploads an object. The request specifies the -#' # optional server-side encryption option. The request also specifies -#' # optional object tags. If the bucket is versioning enabled, S3 returns -#' # version ID in response. -#' svc$put_object( -#' Body = "filetoupload", -#' Bucket = "examplebucket", -#' Key = "exampleobject", -#' ServerSideEncryption = "AES256", -#' Tagging = "key1=value1&key2=value2" -#' ) -#' #' # The following example uploads an object. The request specifies optional #' # request headers to directs S3 to use specific storage class and use #' # server-side encryption. @@ -14218,17 +14314,21 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' StorageClass = "STANDARD_IA" #' ) #' -#' # The following example creates an object. The request also specifies -#' # optional metadata. If the bucket is versioning enabled, S3 returns -#' # version ID in response. +#' # The following example creates an object. If the bucket is versioning +#' # enabled, S3 returns version ID in response. #' svc$put_object( #' Body = "filetoupload", #' Bucket = "examplebucket", -#' Key = "exampleobject", -#' Metadata = list( -#' metadata1 = "value1", -#' metadata2 = "value2" -#' ) +#' Key = "objectkey" +#' ) +#' +#' # The following example uploads an object to a versioning-enabled bucket. +#' # The source file is specified using Windows file syntax. S3 returns +#' # VersionId of the newly created object. +#' svc$put_object( +#' Body = "HappyFace.jpg", +#' Bucket = "examplebucket", +#' Key = "HappyFace.jpg" #' ) #' #' # The following example uploads an object. The request specifies optional @@ -14252,12 +14352,29 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' Key = "exampleobject" #' ) #' -#' # The following example creates an object. If the bucket is versioning -#' # enabled, S3 returns version ID in response. +#' # The following example creates an object. The request also specifies +#' # optional metadata. If the bucket is versioning enabled, S3 returns +#' # version ID in response. #' svc$put_object( #' Body = "filetoupload", #' Bucket = "examplebucket", -#' Key = "objectkey" +#' Key = "exampleobject", +#' Metadata = list( +#' metadata1 = "value1", +#' metadata2 = "value2" +#' ) +#' ) +#' +#' # The following example uploads an object. The request specifies the +#' # optional server-side encryption option. The request also specifies +#' # optional object tags. If the bucket is versioning enabled, S3 returns +#' # version ID in response. +#' svc$put_object( +#' Body = "filetoupload", +#' Bucket = "examplebucket", +#' Key = "exampleobject", +#' ServerSideEncryption = "AES256", +#' Tagging = "key1=value1&key2=value2" #' ) #' } #' @@ -14266,7 +14383,7 @@ s3_put_bucket_website <- function(Bucket, ContentMD5 = NULL, ChecksumAlgorithm = #' @rdname s3_put_object #' #' @aliases s3_put_object -s3_put_object <- function(ACL = NULL, Body = NULL, Bucket, CacheControl = NULL, ContentDisposition = NULL, ContentEncoding = NULL, ContentLanguage = NULL, ContentLength = NULL, ContentMD5 = NULL, ContentType = NULL, ChecksumAlgorithm = NULL, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, Expires = NULL, GrantFullControl = NULL, GrantRead = NULL, GrantReadACP = NULL, GrantWriteACP = NULL, Key, Metadata = NULL, ServerSideEncryption = NULL, StorageClass = NULL, WebsiteRedirectLocation = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL, SSEKMSKeyId = NULL, SSEKMSEncryptionContext = NULL, BucketKeyEnabled = NULL, RequestPayer = NULL, Tagging = NULL, ObjectLockMode = NULL, ObjectLockRetainUntilDate = NULL, ObjectLockLegalHoldStatus = NULL, ExpectedBucketOwner = NULL) { +s3_put_object <- function(ACL = NULL, Body = NULL, Bucket, CacheControl = NULL, ContentDisposition = NULL, ContentEncoding = NULL, ContentLanguage = NULL, ContentLength = NULL, ContentMD5 = NULL, ContentType = NULL, ChecksumAlgorithm = NULL, ChecksumCRC32 = NULL, ChecksumCRC32C = NULL, ChecksumSHA1 = NULL, ChecksumSHA256 = NULL, Expires = NULL, IfNoneMatch = NULL, GrantFullControl = NULL, GrantRead = NULL, GrantReadACP = NULL, GrantWriteACP = NULL, Key, Metadata = NULL, ServerSideEncryption = NULL, StorageClass = NULL, WebsiteRedirectLocation = NULL, SSECustomerAlgorithm = NULL, SSECustomerKey = NULL, SSECustomerKeyMD5 = NULL, SSEKMSKeyId = NULL, SSEKMSEncryptionContext = NULL, BucketKeyEnabled = NULL, RequestPayer = NULL, Tagging = NULL, ObjectLockMode = NULL, ObjectLockRetainUntilDate = NULL, ObjectLockLegalHoldStatus = NULL, ExpectedBucketOwner = NULL) { op <- new_operation( name = "PutObject", http_method = "PUT", @@ -14274,7 +14391,7 @@ s3_put_object <- function(ACL = NULL, Body = NULL, Bucket, CacheControl = NULL, host_prefix = "", paginator = list() ) - input <- .s3$put_object_input(ACL = ACL, Body = Body, Bucket = Bucket, CacheControl = CacheControl, ContentDisposition = ContentDisposition, ContentEncoding = ContentEncoding, ContentLanguage = ContentLanguage, ContentLength = ContentLength, ContentMD5 = ContentMD5, ContentType = ContentType, ChecksumAlgorithm = ChecksumAlgorithm, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, Expires = Expires, GrantFullControl = GrantFullControl, GrantRead = GrantRead, GrantReadACP = GrantReadACP, GrantWriteACP = GrantWriteACP, Key = Key, Metadata = Metadata, ServerSideEncryption = ServerSideEncryption, StorageClass = StorageClass, WebsiteRedirectLocation = WebsiteRedirectLocation, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5, SSEKMSKeyId = SSEKMSKeyId, SSEKMSEncryptionContext = SSEKMSEncryptionContext, BucketKeyEnabled = BucketKeyEnabled, RequestPayer = RequestPayer, Tagging = Tagging, ObjectLockMode = ObjectLockMode, ObjectLockRetainUntilDate = ObjectLockRetainUntilDate, ObjectLockLegalHoldStatus = ObjectLockLegalHoldStatus, ExpectedBucketOwner = ExpectedBucketOwner) + input <- .s3$put_object_input(ACL = ACL, Body = Body, Bucket = Bucket, CacheControl = CacheControl, ContentDisposition = ContentDisposition, ContentEncoding = ContentEncoding, ContentLanguage = ContentLanguage, ContentLength = ContentLength, ContentMD5 = ContentMD5, ContentType = ContentType, ChecksumAlgorithm = ChecksumAlgorithm, ChecksumCRC32 = ChecksumCRC32, ChecksumCRC32C = ChecksumCRC32C, ChecksumSHA1 = ChecksumSHA1, ChecksumSHA256 = ChecksumSHA256, Expires = Expires, IfNoneMatch = IfNoneMatch, GrantFullControl = GrantFullControl, GrantRead = GrantRead, GrantReadACP = GrantReadACP, GrantWriteACP = GrantWriteACP, Key = Key, Metadata = Metadata, ServerSideEncryption = ServerSideEncryption, StorageClass = StorageClass, WebsiteRedirectLocation = WebsiteRedirectLocation, SSECustomerAlgorithm = SSECustomerAlgorithm, SSECustomerKey = SSECustomerKey, SSECustomerKeyMD5 = SSECustomerKeyMD5, SSEKMSKeyId = SSEKMSKeyId, SSEKMSEncryptionContext = SSEKMSEncryptionContext, BucketKeyEnabled = BucketKeyEnabled, RequestPayer = RequestPayer, Tagging = Tagging, ObjectLockMode = ObjectLockMode, ObjectLockRetainUntilDate = ObjectLockRetainUntilDate, ObjectLockLegalHoldStatus = ObjectLockLegalHoldStatus, ExpectedBucketOwner = ExpectedBucketOwner) output <- .s3$put_object_output() config <- get_config() svc <- .s3$service(config, op) @@ -15216,6 +15333,11 @@ s3_put_public_access_block <- function(Bucket, ContentMD5 = NULL, ChecksumAlgori #' @description #' This operation is not supported by directory buckets. #' +#' The `SELECT` job type for the RestoreObject operation is no longer +#' available to new customers. Existing customers of Amazon S3 Select can +#' continue to use the feature as usual. [Learn +#' more](https://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/) +#' #' Restores an archived copy of an object back into Amazon S3 #' #' This functionality is not supported for Amazon S3 on Outposts. @@ -15574,6 +15696,11 @@ s3_restore_object <- function(Bucket, Key, VersionId = NULL, RestoreRequest = NU #' @description #' This operation is not supported by directory buckets. #' +#' The SelectObjectContent operation is no longer available to new +#' customers. Existing customers of Amazon S3 Select can continue to use +#' the operation as usual. [Learn +#' more](https://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/) +#' #' This action filters the contents of an Amazon S3 object based on a #' simple structured query language (SQL) statement. In the request, along #' with the SQL expression, you must also specify a data serialization @@ -15880,10 +16007,26 @@ s3_select_object_content <- function(Bucket, Key, SSECustomerAlgorithm = NULL, S #' #' ### Permissions #' -#' - **General purpose bucket permissions** - For information on the -#' permissions required to use the multipart upload API, see [Multipart -#' Upload and -#' Permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) +#' - **General purpose bucket permissions** - To perform a multipart +#' upload with encryption using an Key Management Service key, the +#' requester must have permission to the `kms:Decrypt` and +#' `kms:GenerateDataKey` actions on the key. The requester must also +#' have permissions for the `kms:GenerateDataKey` action for the +#' [`create_multipart_upload`][s3_create_multipart_upload] API. Then, +#' the requester needs permissions for the `kms:Decrypt` action on the +#' [`upload_part`][s3_upload_part] and +#' [`upload_part_copy`][s3_upload_part_copy] APIs. +#' +#' These permissions are required because Amazon S3 must decrypt and +#' read data from the encrypted file parts before it completes the +#' multipart upload. For more information about KMS permissions, see +#' [Protecting data using server-side encryption with +#' KMS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html) +#' in the *Amazon S3 User Guide*. For information about the permissions +#' required to use the multipart upload API, see [Multipart upload and +#' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) +#' and [Multipart upload API and +#' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions) #' in the *Amazon S3 User Guide*. #' #' - **Directory bucket permissions** - To grant access to this API @@ -16260,10 +16403,27 @@ s3_upload_part <- function(Body = NULL, Bucket, ContentLength = NULL, ContentMD5 #' have the **`s3:PutObject`** permission to write the object copy #' to the destination bucket. #' -#' For information about permissions required to use the multipart -#' upload API, see [Multipart upload API and -#' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions) -#' in the *Amazon S3 User Guide*. +#' - To perform a multipart upload with encryption using an Key +#' Management Service key, the requester must have permission to +#' the `kms:Decrypt` and `kms:GenerateDataKey` actions on the key. +#' The requester must also have permissions for the +#' `kms:GenerateDataKey` action for the +#' [`create_multipart_upload`][s3_create_multipart_upload] API. +#' Then, the requester needs permissions for the `kms:Decrypt` +#' action on the [`upload_part`][s3_upload_part] and +#' [`upload_part_copy`][s3_upload_part_copy] APIs. These +#' permissions are required because Amazon S3 must decrypt and read +#' data from the encrypted file parts before it completes the +#' multipart upload. For more information about KMS permissions, +#' see [Protecting data using server-side encryption with +#' KMS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html) +#' in the *Amazon S3 User Guide*. For information about the +#' permissions required to use the multipart upload API, see +#' [Multipart upload and +#' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html) +#' and [Multipart upload API and +#' permissions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions) +#' in the *Amazon S3 User Guide*. #' #' - **Directory bucket permissions** - You must have permissions in a #' bucket policy or an IAM identity-based policy based on the source diff --git a/paws/R/sagemaker_operations.R b/paws/R/sagemaker_operations.R index ed13b28219..03b5133110 100644 --- a/paws/R/sagemaker_operations.R +++ b/paws/R/sagemaker_operations.R @@ -523,7 +523,7 @@ sagemaker_create_action <- function(ActionName, Source, ActionType, Description #' ) #' ), #' SupportedTrainingInstanceTypes = list( -#' "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge" +#' "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge" #' ), #' SupportsDistributedTraining = TRUE|FALSE, #' MetricDefinitions = list( @@ -657,14 +657,14 @@ sagemaker_create_action <- function(ActionName, Source, ActionType, Description #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) @@ -1039,6 +1039,24 @@ sagemaker_create_artifact <- function(ArtifactName = NULL, Source, ArtifactType, #' Creates an Autopilot job also referred to as Autopilot experiment or #' AutoML job. #' +#' An AutoML job in SageMaker is a fully automated process that allows you +#' to build machine learning models with minimal effort and machine +#' learning expertise. When initiating an AutoML job, you provide your data +#' and optionally specify parameters tailored to your use case. SageMaker +#' then automates the entire model development lifecycle, including data +#' preprocessing, model training, tuning, and evaluation. AutoML jobs are +#' designed to simplify and accelerate the model building process by +#' automating various tasks and exploring different combinations of machine +#' learning algorithms, data preprocessing techniques, and hyperparameter +#' values. The output of an AutoML job comprises one or more trained models +#' ready for deployment and inference. Additionally, SageMaker AutoML jobs +#' generate a candidate model leaderboard, allowing you to select the +#' best-performing model for deployment. +#' +#' For more information about AutoML jobs, see +#' +#' in the SageMaker developer guide. +#' #' We recommend using the new versions #' [`create_auto_ml_job_v2`][sagemaker_create_auto_ml_job_v2] and #' [`describe_auto_ml_job_v2`][sagemaker_describe_auto_ml_job_v2], which @@ -1211,6 +1229,29 @@ sagemaker_create_auto_ml_job <- function(AutoMLJobName, InputDataConfig, OutputD #' Creates an Autopilot job also referred to as Autopilot experiment or #' AutoML job V2. #' +#' An AutoML job in SageMaker is a fully automated process that allows you +#' to build machine learning models with minimal effort and machine +#' learning expertise. When initiating an AutoML job, you provide your data +#' and optionally specify parameters tailored to your use case. SageMaker +#' then automates the entire model development lifecycle, including data +#' preprocessing, model training, tuning, and evaluation. AutoML jobs are +#' designed to simplify and accelerate the model building process by +#' automating various tasks and exploring different combinations of machine +#' learning algorithms, data preprocessing techniques, and hyperparameter +#' values. The output of an AutoML job comprises one or more trained models +#' ready for deployment and inference. Additionally, SageMaker AutoML jobs +#' generate a candidate model leaderboard, allowing you to select the +#' best-performing model for deployment. +#' +#' For more information about AutoML jobs, see +#' +#' in the SageMaker developer guide. +#' +#' AutoML jobs V2 support various problem types such as regression, binary, +#' and multiclass classification with tabular data, text and image +#' classification, time-series forecasting, and fine-tuning of large +#' language models (LLMs) for text generation. +#' #' [`create_auto_ml_job_v2`][sagemaker_create_auto_ml_job_v2] and #' [`describe_auto_ml_job_v2`][sagemaker_describe_auto_ml_job_v2] are new #' versions of [`create_auto_ml_job`][sagemaker_create_auto_ml_job] and @@ -1239,7 +1280,8 @@ sagemaker_create_auto_ml_job <- function(AutoMLJobName, InputDataConfig, OutputD #' @usage #' sagemaker_create_auto_ml_job_v2(AutoMLJobName, AutoMLJobInputDataConfig, #' OutputDataConfig, AutoMLProblemTypeConfig, RoleArn, Tags, -#' SecurityConfig, AutoMLJobObjective, ModelDeployConfig, DataSplitConfig) +#' SecurityConfig, AutoMLJobObjective, ModelDeployConfig, DataSplitConfig, +#' AutoMLComputeConfig) #' #' @param AutoMLJobName [required] Identifies an Autopilot job. The name must be unique to your account and #' is case insensitive. @@ -1304,6 +1346,7 @@ sagemaker_create_auto_ml_job <- function(AutoMLJobName, InputDataConfig, OutputD #' This attribute must not be set for the time-series forecasting problem #' type, as Autopilot automatically splits the input dataset into training #' and validation sets. +#' @param AutoMLComputeConfig Specifies the compute configuration for the AutoML job V2. #' #' @return #' A list with the following syntax: @@ -1461,6 +1504,11 @@ sagemaker_create_auto_ml_job <- function(AutoMLJobName, InputDataConfig, OutputD #' ), #' DataSplitConfig = list( #' ValidationFraction = 123.0 +#' ), +#' AutoMLComputeConfig = list( +#' EmrServerlessComputeConfig = list( +#' ExecutionRoleARN = "string" +#' ) #' ) #' ) #' ``` @@ -1470,7 +1518,7 @@ sagemaker_create_auto_ml_job <- function(AutoMLJobName, InputDataConfig, OutputD #' @rdname sagemaker_create_auto_ml_job_v2 #' #' @aliases sagemaker_create_auto_ml_job_v2 -sagemaker_create_auto_ml_job_v2 <- function(AutoMLJobName, AutoMLJobInputDataConfig, OutputDataConfig, AutoMLProblemTypeConfig, RoleArn, Tags = NULL, SecurityConfig = NULL, AutoMLJobObjective = NULL, ModelDeployConfig = NULL, DataSplitConfig = NULL) { +sagemaker_create_auto_ml_job_v2 <- function(AutoMLJobName, AutoMLJobInputDataConfig, OutputDataConfig, AutoMLProblemTypeConfig, RoleArn, Tags = NULL, SecurityConfig = NULL, AutoMLJobObjective = NULL, ModelDeployConfig = NULL, DataSplitConfig = NULL, AutoMLComputeConfig = NULL) { op <- new_operation( name = "CreateAutoMLJobV2", http_method = "POST", @@ -1478,7 +1526,7 @@ sagemaker_create_auto_ml_job_v2 <- function(AutoMLJobName, AutoMLJobInputDataCon host_prefix = "", paginator = list() ) - input <- .sagemaker$create_auto_ml_job_v2_input(AutoMLJobName = AutoMLJobName, AutoMLJobInputDataConfig = AutoMLJobInputDataConfig, OutputDataConfig = OutputDataConfig, AutoMLProblemTypeConfig = AutoMLProblemTypeConfig, RoleArn = RoleArn, Tags = Tags, SecurityConfig = SecurityConfig, AutoMLJobObjective = AutoMLJobObjective, ModelDeployConfig = ModelDeployConfig, DataSplitConfig = DataSplitConfig) + input <- .sagemaker$create_auto_ml_job_v2_input(AutoMLJobName = AutoMLJobName, AutoMLJobInputDataConfig = AutoMLJobInputDataConfig, OutputDataConfig = OutputDataConfig, AutoMLProblemTypeConfig = AutoMLProblemTypeConfig, RoleArn = RoleArn, Tags = Tags, SecurityConfig = SecurityConfig, AutoMLJobObjective = AutoMLJobObjective, ModelDeployConfig = ModelDeployConfig, DataSplitConfig = DataSplitConfig, AutoMLComputeConfig = AutoMLComputeConfig) output <- .sagemaker$create_auto_ml_job_v2_output() config <- get_config() svc <- .sagemaker$service(config, op) @@ -2012,7 +2060,7 @@ sagemaker_create_context <- function(ContextName, Source, ContextType, Descripti #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -2348,6 +2396,10 @@ sagemaker_create_device_fleet <- function(DeviceFleetName, RoleArn = NULL, Descr #' ), #' GenerativeAiSettings = list( #' AmazonBedrockRoleArn = "string" +#' ), +#' EmrServerlessSettings = list( +#' ExecutionRoleArn = "string", +#' Status = "ENABLED"|"DISABLED" #' ) #' ), #' CodeEditorAppSettings = list( @@ -2391,6 +2443,14 @@ sagemaker_create_device_fleet <- function(DeviceFleetName, RoleArn = NULL, Descr #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -2415,7 +2475,7 @@ sagemaker_create_device_fleet <- function(DeviceFleetName, RoleArn = NULL, Descr #' ), #' StudioWebPortalSettings = list( #' HiddenMlTools = list( -#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects" +#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|"InferenceOptimization" #' ), #' HiddenAppTypes = list( #' "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas" @@ -2527,6 +2587,14 @@ sagemaker_create_device_fleet <- function(DeviceFleetName, RoleArn = NULL, Descr #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -4155,28 +4223,28 @@ sagemaker_create_human_task_ui <- function(HumanTaskUiName, UiTemplate, Tags = N #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) #' ) #' ), #' HyperParameterTuningResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' AllocationStrategy = "Prioritized", #' InstanceConfigs = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123 #' ) @@ -4300,28 +4368,28 @@ sagemaker_create_human_task_ui <- function(HumanTaskUiName, UiTemplate, Tags = N #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) #' ) #' ), #' HyperParameterTuningResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' AllocationStrategy = "Prioritized", #' InstanceConfigs = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123 #' ) @@ -5769,7 +5837,7 @@ sagemaker_create_model <- function(ModelName, PrimaryContainer = NULL, Container #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -6070,7 +6138,7 @@ sagemaker_create_model_card_export_job <- function(ModelCardName, ModelCardVersi #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -6767,7 +6835,7 @@ sagemaker_create_model_package_group <- function(ModelPackageGroupName, ModelPac #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -6921,7 +6989,7 @@ sagemaker_create_model_quality_job_definition <- function(JobDefinitionName, Mod #' MonitoringResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -7846,7 +7914,7 @@ sagemaker_create_presigned_notebook_instance_url <- function(NotebookInstanceNam #' ProcessingResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -8493,14 +8561,14 @@ sagemaker_create_studio_lifecycle_config <- function(StudioLifecycleConfigName, #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) @@ -8553,7 +8621,7 @@ sagemaker_create_studio_lifecycle_config <- function(StudioLifecycleConfigName, #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -8584,7 +8652,7 @@ sagemaker_create_studio_lifecycle_config <- function(StudioLifecycleConfigName, #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -9203,6 +9271,10 @@ sagemaker_create_trial_component <- function(TrialComponentName, DisplayName = N #' ), #' GenerativeAiSettings = list( #' AmazonBedrockRoleArn = "string" +#' ), +#' EmrServerlessSettings = list( +#' ExecutionRoleArn = "string", +#' Status = "ENABLED"|"DISABLED" #' ) #' ), #' CodeEditorAppSettings = list( @@ -9246,6 +9318,14 @@ sagemaker_create_trial_component <- function(TrialComponentName, DisplayName = N #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -9270,7 +9350,7 @@ sagemaker_create_trial_component <- function(TrialComponentName, DisplayName = N #' ), #' StudioWebPortalSettings = list( #' HiddenMlTools = list( -#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects" +#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|"InferenceOptimization" #' ), #' HiddenAppTypes = list( #' "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas" @@ -12242,7 +12322,7 @@ sagemaker_describe_action <- function(ActionName) { #' ) #' ), #' SupportedTrainingInstanceTypes = list( -#' "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge" +#' "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge" #' ), #' SupportsDistributedTraining = TRUE|FALSE, #' MetricDefinitions = list( @@ -12376,14 +12456,14 @@ sagemaker_describe_action <- function(ActionName) { #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) @@ -13238,6 +13318,11 @@ sagemaker_describe_auto_ml_job <- function(AutoMLJobName) { #' "string" #' ) #' ) +#' ), +#' AutoMLComputeConfig = list( +#' EmrServerlessComputeConfig = list( +#' ExecutionRoleARN = "string" +#' ) #' ) #' ) #' ``` @@ -13788,7 +13873,7 @@ sagemaker_describe_context <- function(ContextName) { #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -14116,6 +14201,10 @@ sagemaker_describe_device_fleet <- function(DeviceFleetName) { #' ), #' GenerativeAiSettings = list( #' AmazonBedrockRoleArn = "string" +#' ), +#' EmrServerlessSettings = list( +#' ExecutionRoleArn = "string", +#' Status = "ENABLED"|"DISABLED" #' ) #' ), #' CodeEditorAppSettings = list( @@ -14159,6 +14248,14 @@ sagemaker_describe_device_fleet <- function(DeviceFleetName) { #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -14183,7 +14280,7 @@ sagemaker_describe_device_fleet <- function(DeviceFleetName) { #' ), #' StudioWebPortalSettings = list( #' HiddenMlTools = list( -#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects" +#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|"InferenceOptimization" #' ), #' HiddenAppTypes = list( #' "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas" @@ -14290,6 +14387,14 @@ sagemaker_describe_device_fleet <- function(DeviceFleetName) { #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -15807,28 +15912,28 @@ sagemaker_describe_human_task_ui <- function(HumanTaskUiName) { #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) #' ) #' ), #' HyperParameterTuningResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' AllocationStrategy = "Prioritized", #' InstanceConfigs = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123 #' ) @@ -15952,28 +16057,28 @@ sagemaker_describe_human_task_ui <- function(HumanTaskUiName) { #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) #' ) #' ), #' HyperParameterTuningResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' AllocationStrategy = "Prioritized", #' InstanceConfigs = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123 #' ) @@ -17244,7 +17349,7 @@ sagemaker_describe_model <- function(ModelName) { #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -17537,7 +17642,7 @@ sagemaker_describe_model_card_export_job <- function(ModelCardExportJobArn) { #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -18151,7 +18256,7 @@ sagemaker_describe_model_package_group <- function(ModelPackageGroupName) { #' JobResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -18300,7 +18405,7 @@ sagemaker_describe_model_quality_job_definition <- function(JobDefinitionName) { #' MonitoringResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -18962,7 +19067,7 @@ sagemaker_describe_pipeline_execution <- function(PipelineExecutionArn) { #' ProcessingResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -19499,14 +19604,14 @@ sagemaker_describe_subscribed_workteam <- function(WorkteamArn) { #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) @@ -19599,7 +19704,7 @@ sagemaker_describe_subscribed_workteam <- function(WorkteamArn) { #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -19635,7 +19740,7 @@ sagemaker_describe_subscribed_workteam <- function(WorkteamArn) { #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -20166,6 +20271,10 @@ sagemaker_describe_trial_component <- function(TrialComponentName) { #' ), #' GenerativeAiSettings = list( #' AmazonBedrockRoleArn = "string" +#' ), +#' EmrServerlessSettings = list( +#' ExecutionRoleArn = "string", +#' Status = "ENABLED"|"DISABLED" #' ) #' ), #' CodeEditorAppSettings = list( @@ -20209,6 +20318,14 @@ sagemaker_describe_trial_component <- function(TrialComponentName) { #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -20233,7 +20350,7 @@ sagemaker_describe_trial_component <- function(TrialComponentName) { #' ), #' StudioWebPortalSettings = list( #' HiddenMlTools = list( -#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects" +#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|"InferenceOptimization" #' ), #' HiddenAppTypes = list( #' "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas" @@ -26719,6 +26836,12 @@ sagemaker_list_optimization_jobs <- function(NextToken = NULL, MaxResults = NULL #' ), #' AutoMLJob = list( #' Arn = "string" +#' ), +#' Endpoint = list( +#' Arn = "string" +#' ), +#' EndpointConfig = list( +#' Arn = "string" #' ) #' ), #' AttemptCount = 123, @@ -29010,14 +29133,14 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) @@ -29105,7 +29228,7 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -29423,14 +29546,14 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) @@ -29518,7 +29641,7 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -29623,7 +29746,7 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' ProcessingResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -29923,7 +30046,7 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' MonitoringResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -30817,28 +30940,28 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) #' ) #' ), #' HyperParameterTuningResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' AllocationStrategy = "Prioritized", #' InstanceConfigs = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123 #' ) @@ -30962,28 +31085,28 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' CompressionType = "GZIP"|"NONE" #' ), #' ResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' KeepAlivePeriodInSeconds = 123, #' InstanceGroups = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' InstanceGroupName = "string" #' ) #' ) #' ), #' HyperParameterTuningResourceConfig = list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string", #' AllocationStrategy = "Prioritized", #' InstanceConfigs = list( #' list( -#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge", +#' InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.p4de.24xlarge"|"ml.p5.48xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.trn1.2xlarge"|"ml.trn1.32xlarge"|"ml.trn1n.32xlarge"|"ml.m6i.large"|"ml.m6i.xlarge"|"ml.m6i.2xlarge"|"ml.m6i.4xlarge"|"ml.m6i.8xlarge"|"ml.m6i.12xlarge"|"ml.m6i.16xlarge"|"ml.m6i.24xlarge"|"ml.m6i.32xlarge"|"ml.c6i.xlarge"|"ml.c6i.2xlarge"|"ml.c6i.8xlarge"|"ml.c6i.4xlarge"|"ml.c6i.12xlarge"|"ml.c6i.16xlarge"|"ml.c6i.24xlarge"|"ml.c6i.32xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge"|"ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge", #' InstanceCount = 123, #' VolumeSizeInGB = 123 #' ) @@ -31460,7 +31583,7 @@ sagemaker_retry_pipeline_execution <- function(PipelineExecutionArn, ClientReque #' MonitoringResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -33666,6 +33789,10 @@ sagemaker_update_devices <- function(DeviceFleetName, Devices) { #' ), #' GenerativeAiSettings = list( #' AmazonBedrockRoleArn = "string" +#' ), +#' EmrServerlessSettings = list( +#' ExecutionRoleArn = "string", +#' Status = "ENABLED"|"DISABLED" #' ) #' ), #' CodeEditorAppSettings = list( @@ -33709,6 +33836,14 @@ sagemaker_update_devices <- function(DeviceFleetName, Devices) { #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -33733,7 +33868,7 @@ sagemaker_update_devices <- function(DeviceFleetName, Devices) { #' ), #' StudioWebPortalSettings = list( #' HiddenMlTools = list( -#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects" +#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|"InferenceOptimization" #' ), #' HiddenAppTypes = list( #' "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas" @@ -33832,6 +33967,14 @@ sagemaker_update_devices <- function(DeviceFleetName, Devices) { #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -35257,7 +35400,7 @@ sagemaker_update_monitoring_alert <- function(MonitoringScheduleName, Monitoring #' MonitoringResources = list( #' ClusterConfig = list( #' InstanceCount = 123, -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' VolumeKmsKeyId = "string" #' ) @@ -35917,7 +36060,7 @@ sagemaker_update_space <- function(DomainId, SpaceName, SpaceSettings = NULL, Sp #' LocalPath = "string", #' S3OutputPath = "string", #' RuleEvaluatorImage = "string", -#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge", +#' InstanceType = "ml.t3.medium"|"ml.t3.large"|"ml.t3.xlarge"|"ml.t3.2xlarge"|"ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.r5.large"|"ml.r5.xlarge"|"ml.r5.2xlarge"|"ml.r5.4xlarge"|"ml.r5.8xlarge"|"ml.r5.12xlarge"|"ml.r5.16xlarge"|"ml.r5.24xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.g5.xlarge"|"ml.g5.2xlarge"|"ml.g5.4xlarge"|"ml.g5.8xlarge"|"ml.g5.16xlarge"|"ml.g5.12xlarge"|"ml.g5.24xlarge"|"ml.g5.48xlarge"|"ml.r5d.large"|"ml.r5d.xlarge"|"ml.r5d.2xlarge"|"ml.r5d.4xlarge"|"ml.r5d.8xlarge"|"ml.r5d.12xlarge"|"ml.r5d.16xlarge"|"ml.r5d.24xlarge", #' VolumeSizeInGB = 123, #' RuleParameters = list( #' "string" @@ -36245,6 +36388,10 @@ sagemaker_update_trial_component <- function(TrialComponentName, DisplayName = N #' ), #' GenerativeAiSettings = list( #' AmazonBedrockRoleArn = "string" +#' ), +#' EmrServerlessSettings = list( +#' ExecutionRoleArn = "string", +#' Status = "ENABLED"|"DISABLED" #' ) #' ), #' CodeEditorAppSettings = list( @@ -36288,6 +36435,14 @@ sagemaker_update_trial_component <- function(TrialComponentName, DisplayName = N #' list( #' RepositoryUrl = "string" #' ) +#' ), +#' EmrSettings = list( +#' AssumableRoleArns = list( +#' "string" +#' ), +#' ExecutionRoleArns = list( +#' "string" +#' ) #' ) #' ), #' SpaceStorageSettings = list( @@ -36312,7 +36467,7 @@ sagemaker_update_trial_component <- function(TrialComponentName, DisplayName = N #' ), #' StudioWebPortalSettings = list( #' HiddenMlTools = list( -#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects" +#' "DataWrangler"|"FeatureStore"|"EmrClusters"|"AutoMl"|"Experiments"|"Training"|"ModelEvaluation"|"Pipelines"|"Models"|"JumpStart"|"InferenceRecommender"|"Endpoints"|"Projects"|"InferenceOptimization" #' ), #' HiddenAppTypes = list( #' "JupyterServer"|"KernelGateway"|"DetailedProfiler"|"TensorBoard"|"CodeEditor"|"JupyterLab"|"RStudioServerPro"|"RSessionGateway"|"Canvas" diff --git a/paws/R/secretsmanager_operations.R b/paws/R/secretsmanager_operations.R index 5c1ecdd184..69e2de0741 100644 --- a/paws/R/secretsmanager_operations.R +++ b/paws/R/secretsmanager_operations.R @@ -293,6 +293,13 @@ secretsmanager_cancel_rotate_secret <- function(SecretId) { #' #' To encrypt the secret with a KMS key other than `aws/secretsmanager`, #' you need `kms:GenerateDataKey` and `kms:Decrypt` permission to the key. +#' +#' When you enter commands in a command shell, there is a risk of the +#' command history being accessed or utilities having access to your +#' command parameters. This is a concern if the command includes the value +#' of a secret. Learn how to [Mitigate the risks of using command-line +#' tools to store Secrets Manager +#' secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/security_cli-exposure-risks.html). #' #' @usage #' secretsmanager_create_secret(Name, ClientRequestToken, Description, @@ -1573,6 +1580,13 @@ secretsmanager_put_resource_policy <- function(SecretId, ResourcePolicy, BlockPu #' Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#reference_iam-permissions_actions) #' and [Authentication and access control in Secrets #' Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access.html). +#' +#' When you enter commands in a command shell, there is a risk of the +#' command history being accessed or utilities having access to your +#' command parameters. This is a concern if the command includes the value +#' of a secret. Learn how to [Mitigate the risks of using command-line +#' tools to store Secrets Manager +#' secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/security_cli-exposure-risks.html). #' #' @usage #' secretsmanager_put_secret_value(SecretId, ClientRequestToken, @@ -2460,10 +2474,17 @@ secretsmanager_untag_resource <- function(SecretId, TagKeys) { #' If you use a customer managed key, you must also have #' `kms:GenerateDataKey`, `kms:Encrypt`, and `kms:Decrypt` permissions on #' the key. If you change the KMS key and you don't have `kms:Encrypt` -#' permission to the new key, Secrets Manager does not re-ecrypt existing +#' permission to the new key, Secrets Manager does not re-encrypt existing #' secret versions with the new key. For more information, see [Secret #' encryption and #' decryption](https://docs.aws.amazon.com/secretsmanager/latest/userguide/security-encryption.html). +#' +#' When you enter commands in a command shell, there is a risk of the +#' command history being accessed or utilities having access to your +#' command parameters. This is a concern if the command includes the value +#' of a secret. Learn how to [Mitigate the risks of using command-line +#' tools to store Secrets Manager +#' secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/security_cli-exposure-risks.html). #' #' @usage #' secretsmanager_update_secret(SecretId, ClientRequestToken, Description, @@ -2497,7 +2518,7 @@ secretsmanager_untag_resource <- function(SecretId, TagKeys) { #' encrypt new secret versions as well as any existing versions with the #' staging labels `AWSCURRENT`, `AWSPENDING`, or `AWSPREVIOUS`. If you #' don't have `kms:Encrypt` permission to the new key, Secrets Manager does -#' not re-ecrypt existing secret versions with the new key. For more +#' not re-encrypt existing secret versions with the new key. For more #' information about versions and staging labels, see [Concepts: #' Version](https://docs.aws.amazon.com/secretsmanager/latest/userguide/#term_version). #' diff --git a/paws/R/securityhub_operations.R b/paws/R/securityhub_operations.R index d42d666d62..554771ed20 100644 --- a/paws/R/securityhub_operations.R +++ b/paws/R/securityhub_operations.R @@ -477,18 +477,18 @@ securityhub_batch_enable_standards <- function(StandardsSubscriptionRequests) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -5830,18 +5830,18 @@ securityhub_batch_import_findings <- function(Findings) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -6614,18 +6614,18 @@ securityhub_create_action_target <- function(Name, Description, Id) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -7142,20 +7142,23 @@ securityhub_create_configuration_policy <- function(Name, Description = NULL, Co #' #' The options are as follows: #' -#' - `ALL_REGIONS` - Indicates to aggregate findings from all of the -#' Regions where Security Hub is enabled. When you choose this option, -#' Security Hub also automatically aggregates findings from new Regions -#' as Security Hub supports them and you opt into them. +#' - `ALL_REGIONS` - Aggregates findings from all of the Regions where +#' Security Hub is enabled. When you choose this option, Security Hub +#' also automatically aggregates findings from new Regions as Security +#' Hub supports them and you opt into them. #' -#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings -#' from all of the Regions where Security Hub is enabled, except for -#' the Regions listed in the `Regions` parameter. When you choose this -#' option, Security Hub also automatically aggregates findings from new -#' Regions as Security Hub supports them and you opt into them. +#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the +#' Regions where Security Hub is enabled, except for the Regions listed +#' in the `Regions` parameter. When you choose this option, Security +#' Hub also automatically aggregates findings from new Regions as +#' Security Hub supports them and you opt into them. #' -#' - `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the -#' Regions listed in the `Regions` parameter. Security Hub does not +#' - `SPECIFIED_REGIONS` - Aggregates findings only from the Regions +#' listed in the `Regions` parameter. Security Hub does not #' automatically aggregate findings from new Regions. +#' +#' - `NO_REGIONS` - Aggregates no data because no Regions are selected as +#' linked Regions. #' @param Regions If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a #' space-separated list of Regions that do not aggregate findings to the #' aggregation Region. @@ -7163,6 +7166,9 @@ securityhub_create_configuration_policy <- function(Name, Description = NULL, Co #' If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a #' space-separated list of Regions that do aggregate findings to the #' aggregation Region. +#' +#' An `InvalidInputException` error results if you populate this field +#' while `RegionLinkingMode` is `NO_REGIONS`. #' #' @return #' A list with the following syntax: @@ -7338,18 +7344,18 @@ securityhub_create_finding_aggregator <- function(RegionLinkingMode, Regions = N #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityNormalized = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityLabel = list( @@ -7362,18 +7368,18 @@ securityhub_create_finding_aggregator <- function(RegionLinkingMode, Regions = N #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -7476,9 +7482,9 @@ securityhub_create_finding_aggregator <- function(RegionLinkingMode, Regions = N #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkSourceDomain = list( @@ -7507,9 +7513,9 @@ securityhub_create_finding_aggregator <- function(RegionLinkingMode, Regions = N #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkDestinationDomain = list( @@ -7534,18 +7540,18 @@ securityhub_create_finding_aggregator <- function(RegionLinkingMode, Regions = N #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessParentPid = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessLaunchedAt = list( @@ -7849,18 +7855,18 @@ securityhub_create_finding_aggregator <- function(RegionLinkingMode, Regions = N #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsCriticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsRelatedFindingsId = list( @@ -14833,18 +14839,18 @@ securityhub_get_finding_history <- function(FindingIdentifier, StartTime = NULL, #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityNormalized = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityLabel = list( @@ -14857,18 +14863,18 @@ securityhub_get_finding_history <- function(FindingIdentifier, StartTime = NULL, #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -14971,9 +14977,9 @@ securityhub_get_finding_history <- function(FindingIdentifier, StartTime = NULL, #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkSourceDomain = list( @@ -15002,9 +15008,9 @@ securityhub_get_finding_history <- function(FindingIdentifier, StartTime = NULL, #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkDestinationDomain = list( @@ -15029,18 +15035,18 @@ securityhub_get_finding_history <- function(FindingIdentifier, StartTime = NULL, #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessParentPid = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessLaunchedAt = list( @@ -15344,18 +15350,18 @@ securityhub_get_finding_history <- function(FindingIdentifier, StartTime = NULL, #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsCriticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsRelatedFindingsId = list( @@ -15676,18 +15682,18 @@ securityhub_get_insight_results <- function(InsightArn) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityNormalized = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityLabel = list( @@ -15700,18 +15706,18 @@ securityhub_get_insight_results <- function(InsightArn) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -15814,9 +15820,9 @@ securityhub_get_insight_results <- function(InsightArn) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkSourceDomain = list( @@ -15845,9 +15851,9 @@ securityhub_get_insight_results <- function(InsightArn) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkDestinationDomain = list( @@ -15872,18 +15878,18 @@ securityhub_get_insight_results <- function(InsightArn) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessParentPid = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessLaunchedAt = list( @@ -16187,18 +16193,18 @@ securityhub_get_insight_results <- function(InsightArn) { #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsCriticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsRelatedFindingsId = list( @@ -18297,20 +18303,23 @@ securityhub_update_configuration_policy <- function(Identifier, Name = NULL, Des #' #' The options are as follows: #' -#' - `ALL_REGIONS` - Indicates to aggregate findings from all of the -#' Regions where Security Hub is enabled. When you choose this option, -#' Security Hub also automatically aggregates findings from new Regions -#' as Security Hub supports them and you opt into them. +#' - `ALL_REGIONS` - Aggregates findings from all of the Regions where +#' Security Hub is enabled. When you choose this option, Security Hub +#' also automatically aggregates findings from new Regions as Security +#' Hub supports them and you opt into them. #' -#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Indicates to aggregate findings -#' from all of the Regions where Security Hub is enabled, except for -#' the Regions listed in the `Regions` parameter. When you choose this -#' option, Security Hub also automatically aggregates findings from new -#' Regions as Security Hub supports them and you opt into them. +#' - `ALL_REGIONS_EXCEPT_SPECIFIED` - Aggregates findings from all of the +#' Regions where Security Hub is enabled, except for the Regions listed +#' in the `Regions` parameter. When you choose this option, Security +#' Hub also automatically aggregates findings from new Regions as +#' Security Hub supports them and you opt into them. #' -#' - `SPECIFIED_REGIONS` - Indicates to aggregate findings only from the -#' Regions listed in the `Regions` parameter. Security Hub does not +#' - `SPECIFIED_REGIONS` - Aggregates findings only from the Regions +#' listed in the `Regions` parameter. Security Hub does not #' automatically aggregate findings from new Regions. +#' +#' - `NO_REGIONS` - Aggregates no data because no Regions are selected as +#' linked Regions. #' @param Regions If `RegionLinkingMode` is `ALL_REGIONS_EXCEPT_SPECIFIED`, then this is a #' space-separated list of Regions that do not aggregate findings to the #' aggregation Region. @@ -18318,6 +18327,9 @@ securityhub_update_configuration_policy <- function(Identifier, Name = NULL, Des #' If `RegionLinkingMode` is `SPECIFIED_REGIONS`, then this is a #' space-separated list of Regions that do aggregate findings to the #' aggregation Region. +#' +#' An `InvalidInputException` error results if you populate this field +#' while `RegionLinkingMode` is `NO_REGIONS`. #' #' @return #' A list with the following syntax: @@ -18390,14 +18402,17 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' use the [`batch_update_findings`][securityhub_batch_update_findings] #' operation. #' -#' Updates the `Note` and `RecordState` of the Security Hub-aggregated -#' findings that the filter attributes specify. Any member account that can -#' view the finding also sees the update to the finding. +#' The [`update_findings`][securityhub_update_findings] operation updates +#' the `Note` and `RecordState` of the Security Hub aggregated findings +#' that the filter attributes specify. Any member account that can view the +#' finding can also see the update to the finding. #' #' Finding updates made with -#' [`update_findings`][securityhub_update_findings] might not be persisted -#' if the same finding is later updated by the finding provider through the +#' [`update_findings`][securityhub_update_findings] aren't persisted if the +#' same finding is later updated by the finding provider through the #' [`batch_import_findings`][securityhub_batch_import_findings] operation. +#' In addition, Security Hub doesn't record updates made with +#' [`update_findings`][securityhub_update_findings] in the finding history. #' #' @usage #' securityhub_update_findings(Filters, Note, RecordState) @@ -18494,18 +18509,18 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityNormalized = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityLabel = list( @@ -18518,18 +18533,18 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -18632,9 +18647,9 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkSourceDomain = list( @@ -18663,9 +18678,9 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkDestinationDomain = list( @@ -18690,18 +18705,18 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessParentPid = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessLaunchedAt = list( @@ -19005,18 +19020,18 @@ securityhub_update_finding_aggregator <- function(FindingAggregatorArn, RegionLi #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsCriticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsRelatedFindingsId = list( @@ -19243,18 +19258,18 @@ securityhub_update_findings <- function(Filters, Note = NULL, RecordState = NULL #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityNormalized = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' SeverityLabel = list( @@ -19267,18 +19282,18 @@ securityhub_update_findings <- function(Filters, Note = NULL, RecordState = NULL #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Criticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' Title = list( @@ -19381,9 +19396,9 @@ securityhub_update_findings <- function(Filters, Note = NULL, RecordState = NULL #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkSourceDomain = list( @@ -19412,9 +19427,9 @@ securityhub_update_findings <- function(Filters, Note = NULL, RecordState = NULL #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' NetworkDestinationDomain = list( @@ -19439,18 +19454,18 @@ securityhub_update_findings <- function(Filters, Note = NULL, RecordState = NULL #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessParentPid = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' ProcessLaunchedAt = list( @@ -19754,18 +19769,18 @@ securityhub_update_findings <- function(Filters, Note = NULL, RecordState = NULL #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsCriticality = list( #' list( #' Gte = 123.0, #' Lte = 123.0, +#' Eq = 123.0, #' Gt = 123.0, -#' Lt = 123.0, -#' Eq = 123.0 +#' Lt = 123.0 #' ) #' ), #' FindingProviderFieldsRelatedFindingsId = list( diff --git a/paws/R/securityhub_service.R b/paws/R/securityhub_service.R index aa636ad002..4da1609430 100644 --- a/paws/R/securityhub_service.R +++ b/paws/R/securityhub_service.R @@ -11,9 +11,9 @@ NULL #' practices. #' #' Security Hub collects security data across Amazon Web Services accounts, -#' Amazon Web Services, and supported third-party products and helps you -#' analyze your security trends and identify the highest priority security -#' issues. +#' Amazon Web Servicesservices, and supported third-party products and +#' helps you analyze your security trends and identify the highest priority +#' security issues. #' #' To help you manage the security state of your organization, Security Hub #' supports multiple security standards. These include the Amazon Web @@ -27,11 +27,11 @@ NULL #' you assess your compliance against security best practices. #' #' In addition to generating control findings, Security Hub also receives -#' findings from other Amazon Web Services, such as Amazon GuardDuty and -#' Amazon Inspector, and supported third-party products. This gives you a -#' single pane of glass into a variety of security-related issues. You can -#' also send Security Hub findings to other Amazon Web Services and -#' supported third-party products. +#' findings from other Amazon Web Servicesservices, such as Amazon +#' GuardDuty and Amazon Inspector, and supported third-party products. This +#' gives you a single pane of glass into a variety of security-related +#' issues. You can also send Security Hub findings to other Amazon Web +#' Servicesservices and supported third-party products. #' #' Security Hub offers automation features that help you triage and #' remediate security issues. For example, you can use automation rules to @@ -47,7 +47,7 @@ NULL #' . The user guide explains key concepts and provides procedures that #' demonstrate how to use Security Hub features. It also provides #' information about topics such as integrating Security Hub with other -#' Amazon Web Services. +#' Amazon Web Servicesservices. #' #' In addition to interacting with Security Hub by making calls to the #' Security Hub API, you can use a current version of an Amazon Web @@ -55,10 +55,10 @@ NULL #' and SDKs that consist of libraries and sample code for various languages #' and platforms, such as PowerShell, Java, Go, Python, C++, and .NET. #' These tools and SDKs provide convenient, programmatic access to Security -#' Hub and other Amazon Web Services . They also handle tasks such as -#' signing requests, managing errors, and retrying requests automatically. -#' For information about installing and using the Amazon Web Services tools -#' and SDKs, see [Tools to Build on Amazon Web +#' Hub and other Amazon Web Servicesservices . They also handle tasks such +#' as signing requests, managing errors, and retrying requests +#' automatically. For information about installing and using the Amazon Web +#' Services tools and SDKs, see [Tools to Build on Amazon Web #' Services](https://aws.amazon.com/developer/tools/). #' #' With the exception of operations that are related to central diff --git a/paws/R/ses_operations.R b/paws/R/ses_operations.R index 03d5540757..82966bcdee 100644 --- a/paws/R/ses_operations.R +++ b/paws/R/ses_operations.R @@ -447,7 +447,8 @@ ses_create_receipt_filter <- function(Filter) { #' TopicArn = "string", #' BucketName = "string", #' ObjectKeyPrefix = "string", -#' KmsKeyArn = "string" +#' KmsKeyArn = "string", +#' IamRoleArn = "string" #' ), #' BounceAction = list( #' TopicArn = "string", @@ -1304,7 +1305,8 @@ ses_delete_verified_email_address <- function(EmailAddress) { #' TopicArn = "string", #' BucketName = "string", #' ObjectKeyPrefix = "string", -#' KmsKeyArn = "string" +#' KmsKeyArn = "string", +#' IamRoleArn = "string" #' ), #' BounceAction = list( #' TopicArn = "string", @@ -1508,7 +1510,8 @@ ses_describe_configuration_set <- function(ConfigurationSetName, ConfigurationSe #' TopicArn = "string", #' BucketName = "string", #' ObjectKeyPrefix = "string", -#' KmsKeyArn = "string" +#' KmsKeyArn = "string", +#' IamRoleArn = "string" #' ), #' BounceAction = list( #' TopicArn = "string", @@ -1625,7 +1628,8 @@ ses_describe_receipt_rule <- function(RuleSetName, RuleName) { #' TopicArn = "string", #' BucketName = "string", #' ObjectKeyPrefix = "string", -#' KmsKeyArn = "string" +#' KmsKeyArn = "string", +#' IamRoleArn = "string" #' ), #' BounceAction = list( #' TopicArn = "string", @@ -3426,7 +3430,7 @@ ses_send_bounce <- function(OriginalMessageId, BounceSender, Explanation = NULL, #' [`send_bulk_templated_email`][ses_send_bulk_templated_email]. #' @param Template [required] The template to use when sending this email. #' @param TemplateArn The ARN of the template to use when sending this email. -#' @param DefaultTemplateData A list of replacement values to apply to the template when replacement +#' @param DefaultTemplateData [required] A list of replacement values to apply to the template when replacement #' data is not specified in a Destination object. These values act as a #' default or fallback option when no other data is available. #' @@ -3501,7 +3505,7 @@ ses_send_bounce <- function(OriginalMessageId, BounceSender, Explanation = NULL, #' @rdname ses_send_bulk_templated_email #' #' @aliases ses_send_bulk_templated_email -ses_send_bulk_templated_email <- function(Source, SourceArn = NULL, ReplyToAddresses = NULL, ReturnPath = NULL, ReturnPathArn = NULL, ConfigurationSetName = NULL, DefaultTags = NULL, Template, TemplateArn = NULL, DefaultTemplateData = NULL, Destinations) { +ses_send_bulk_templated_email <- function(Source, SourceArn = NULL, ReplyToAddresses = NULL, ReturnPath = NULL, ReturnPathArn = NULL, ConfigurationSetName = NULL, DefaultTags = NULL, Template, TemplateArn = NULL, DefaultTemplateData, Destinations) { op <- new_operation( name = "SendBulkTemplatedEmail", http_method = "POST", @@ -5314,7 +5318,8 @@ ses_update_custom_verification_email_template <- function(TemplateName, FromEmai #' TopicArn = "string", #' BucketName = "string", #' ObjectKeyPrefix = "string", -#' KmsKeyArn = "string" +#' KmsKeyArn = "string", +#' IamRoleArn = "string" #' ), #' BounceAction = list( #' TopicArn = "string", diff --git a/paws/R/sesv2_operations.R b/paws/R/sesv2_operations.R index 38b27a3f2a..8de7801a31 100644 --- a/paws/R/sesv2_operations.R +++ b/paws/R/sesv2_operations.R @@ -4428,7 +4428,7 @@ sesv2_put_account_dedicated_ip_warmup_attributes <- function(AutoWarmupEnabled = #' @param WebsiteURL [required] The URL of your website. This information helps us better understand the #' type of content that you plan to send. #' @param ContactLanguage The language you would prefer to be contacted with. -#' @param UseCaseDescription [required] A description of the types of email that you plan to send. +#' @param UseCaseDescription A description of the types of email that you plan to send. #' @param AdditionalContactEmailAddresses Additional email addresses that you would like to be notified regarding #' Amazon SES matters. #' @param ProductionAccessEnabled Indicates whether or not your account should have production access in @@ -4465,7 +4465,7 @@ sesv2_put_account_dedicated_ip_warmup_attributes <- function(AutoWarmupEnabled = #' @rdname sesv2_put_account_details #' #' @aliases sesv2_put_account_details -sesv2_put_account_details <- function(MailType, WebsiteURL, ContactLanguage = NULL, UseCaseDescription, AdditionalContactEmailAddresses = NULL, ProductionAccessEnabled = NULL) { +sesv2_put_account_details <- function(MailType, WebsiteURL, ContactLanguage = NULL, UseCaseDescription = NULL, AdditionalContactEmailAddresses = NULL, ProductionAccessEnabled = NULL) { op <- new_operation( name = "PutAccountDetails", http_method = "POST", diff --git a/paws/R/sfn_operations.R b/paws/R/sfn_operations.R index a0c2e21fb8..c526c50562 100644 --- a/paws/R/sfn_operations.R +++ b/paws/R/sfn_operations.R @@ -26,12 +26,12 @@ NULL #' be updated, even if they are different. #' #' @usage -#' sfn_create_activity(name, tags) +#' sfn_create_activity(name, tags, encryptionConfiguration) #' #' @param name [required] The name of the activity to create. This name must be unique for your #' Amazon Web Services account and region for 90 days. For more #' information, see [Limits Related to State Machine -#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions) +#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions) #' in the *Step Functions Developer Guide*. #' #' A name must *not* contain: @@ -59,6 +59,7 @@ NULL #' #' Tags may only contain Unicode letters, digits, white space, or these #' symbols: `_ . : / = + - @@`. +#' @param encryptionConfiguration Settings to configure server-side encryption. #' #' @return #' A list with the following syntax: @@ -80,6 +81,11 @@ NULL #' key = "string", #' value = "string" #' ) +#' ), +#' encryptionConfiguration = list( +#' kmsKeyId = "string", +#' kmsDataKeyReusePeriodSeconds = 123, +#' type = "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KMS_KEY" #' ) #' ) #' ``` @@ -89,7 +95,7 @@ NULL #' @rdname sfn_create_activity #' #' @aliases sfn_create_activity -sfn_create_activity <- function(name, tags = NULL) { +sfn_create_activity <- function(name, tags = NULL, encryptionConfiguration = NULL) { op <- new_operation( name = "CreateActivity", http_method = "POST", @@ -97,7 +103,7 @@ sfn_create_activity <- function(name, tags = NULL) { host_prefix = "", paginator = list() ) - input <- .sfn$create_activity_input(name = name, tags = tags) + input <- .sfn$create_activity_input(name = name, tags = tags, encryptionConfiguration = encryptionConfiguration) output <- .sfn$create_activity_output() config <- get_config() svc <- .sfn$service(config, op) @@ -122,6 +128,12 @@ sfn_create_activity <- function(name, tags = NULL) { #' If you set the `publish` parameter of this API action to `true`, it #' publishes version `1` as the first revision of the state machine. #' +#' For additional control over security, you can encrypt your data using a +#' **customer-managed key** for Step Functions state machines. You can +#' configure a symmetric KMS key and data key reuse period when creating or +#' updating a **State Machine**. The execution history and state machine +#' definition will be encrypted with the key applied to the State Machine. +#' #' This operation is eventually consistent. The results are best effort and #' may not reflect very recent updates and changes. #' @@ -129,17 +141,17 @@ sfn_create_activity <- function(name, tags = NULL) { #' Subsequent requests won’t create a duplicate resource if it was already #' created. [`create_state_machine`][sfn_create_state_machine]'s #' idempotency check is based on the state machine `name`, `definition`, -#' `type`, `LoggingConfiguration`, and `TracingConfiguration`. The check is -#' also based on the `publish` and `versionDescription` parameters. If a -#' following request has a different `roleArn` or `tags`, Step Functions -#' will ignore these differences and treat it as an idempotent request of -#' the previous. In this case, `roleArn` and `tags` will not be updated, -#' even if they are different. +#' `type`, `LoggingConfiguration`, `TracingConfiguration`, and +#' `EncryptionConfiguration` The check is also based on the `publish` and +#' `versionDescription` parameters. If a following request has a different +#' `roleArn` or `tags`, Step Functions will ignore these differences and +#' treat it as an idempotent request of the previous. In this case, +#' `roleArn` and `tags` will not be updated, even if they are different. #' #' @usage #' sfn_create_state_machine(name, definition, roleArn, type, #' loggingConfiguration, tags, tracingConfiguration, publish, -#' versionDescription) +#' versionDescription, encryptionConfiguration) #' #' @param name [required] The name of the state machine. #' @@ -169,7 +181,7 @@ sfn_create_activity <- function(name, tags = NULL) { #' logged. #' #' By default, the `level` is set to `OFF`. For more information see [Log -#' Levels](https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html) +#' Levels](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html) #' in the Step Functions User Guide. #' @param tags Tags to be added when creating a state machine. #' @@ -189,6 +201,7 @@ sfn_create_activity <- function(name, tags = NULL) { #' description if the `publish` parameter is set to `true`. Otherwise, if #' you set `versionDescription`, but `publish` to `false`, this API action #' throws `ValidationException`. +#' @param encryptionConfiguration Settings to configure server-side encryption. #' #' @return #' A list with the following syntax: @@ -230,7 +243,12 @@ sfn_create_activity <- function(name, tags = NULL) { #' enabled = TRUE|FALSE #' ), #' publish = TRUE|FALSE, -#' versionDescription = "string" +#' versionDescription = "string", +#' encryptionConfiguration = list( +#' kmsKeyId = "string", +#' kmsDataKeyReusePeriodSeconds = 123, +#' type = "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KMS_KEY" +#' ) #' ) #' ``` #' @@ -239,7 +257,7 @@ sfn_create_activity <- function(name, tags = NULL) { #' @rdname sfn_create_state_machine #' #' @aliases sfn_create_state_machine -sfn_create_state_machine <- function(name, definition, roleArn, type = NULL, loggingConfiguration = NULL, tags = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL) { +sfn_create_state_machine <- function(name, definition, roleArn, type = NULL, loggingConfiguration = NULL, tags = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL, encryptionConfiguration = NULL) { op <- new_operation( name = "CreateStateMachine", http_method = "POST", @@ -247,7 +265,7 @@ sfn_create_state_machine <- function(name, definition, roleArn, type = NULL, log host_prefix = "", paginator = list() ) - input <- .sfn$create_state_machine_input(name = name, definition = definition, roleArn = roleArn, type = type, loggingConfiguration = loggingConfiguration, tags = tags, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription) + input <- .sfn$create_state_machine_input(name = name, definition = definition, roleArn = roleArn, type = type, loggingConfiguration = loggingConfiguration, tags = tags, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription, encryptionConfiguration = encryptionConfiguration) output <- .sfn$create_state_machine_output() config <- get_config() svc <- .sfn$service(config, op) @@ -626,6 +644,11 @@ sfn_delete_state_machine_version <- function(stateMachineVersionArn) { #' name = "string", #' creationDate = as.POSIXct( #' "2015-01-01" +#' ), +#' encryptionConfiguration = list( +#' kmsKeyId = "string", +#' kmsDataKeyReusePeriodSeconds = 123, +#' type = "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KMS_KEY" #' ) #' ) #' ``` @@ -686,9 +709,14 @@ sfn_describe_activity <- function(activityArn) { #' dispatched them. #' #' @usage -#' sfn_describe_execution(executionArn) +#' sfn_describe_execution(executionArn, includedData) #' #' @param executionArn [required] The Amazon Resource Name (ARN) of the execution to describe. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call DescribeStateMachine API with +#' `includedData = METADATA_ONLY` to get a successful response without the +#' encrypted definition. #' #' @return #' A list with the following syntax: @@ -730,7 +758,8 @@ sfn_describe_activity <- function(activityArn) { #' @section Request syntax: #' ``` #' svc$describe_execution( -#' executionArn = "string" +#' executionArn = "string", +#' includedData = "ALL_DATA"|"METADATA_ONLY" #' ) #' ``` #' @@ -739,7 +768,7 @@ sfn_describe_activity <- function(activityArn) { #' @rdname sfn_describe_execution #' #' @aliases sfn_describe_execution -sfn_describe_execution <- function(executionArn) { +sfn_describe_execution <- function(executionArn, includedData = NULL) { op <- new_operation( name = "DescribeExecution", http_method = "POST", @@ -747,7 +776,7 @@ sfn_describe_execution <- function(executionArn) { host_prefix = "", paginator = list() ) - input <- .sfn$describe_execution_input(executionArn = executionArn) + input <- .sfn$describe_execution_input(executionArn = executionArn, includedData = includedData) output <- .sfn$describe_execution_output() config <- get_config() svc <- .sfn$service(config, op) @@ -895,7 +924,7 @@ sfn_describe_map_run <- function(mapRunArn) { #' may not reflect very recent updates and changes. #' #' @usage -#' sfn_describe_state_machine(stateMachineArn) +#' sfn_describe_state_machine(stateMachineArn, includedData) #' #' @param stateMachineArn [required] The Amazon Resource Name (ARN) of the state machine for which you want #' the information. @@ -904,6 +933,16 @@ sfn_describe_map_run <- function(mapRunArn) { #' about that version. The version ARN is a combination of state machine #' ARN and the version number separated by a colon (:). For example, #' `stateMachineARN:1`. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call the API with `includedData = METADATA_ONLY` +#' to get a successful response without the encrypted definition. +#' +#' When calling a labelled ARN for an encrypted state machine, the +#' `includedData = METADATA_ONLY` parameter will not apply because Step +#' Functions needs to decrypt the entire state machine definition to get +#' the Distributed Map state’s definition. In this case, the API caller +#' needs to have `kms:Decrypt` permission. #' #' @return #' A list with the following syntax: @@ -934,14 +973,20 @@ sfn_describe_map_run <- function(mapRunArn) { #' ), #' label = "string", #' revisionId = "string", -#' description = "string" +#' description = "string", +#' encryptionConfiguration = list( +#' kmsKeyId = "string", +#' kmsDataKeyReusePeriodSeconds = 123, +#' type = "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KMS_KEY" +#' ) #' ) #' ``` #' #' @section Request syntax: #' ``` #' svc$describe_state_machine( -#' stateMachineArn = "string" +#' stateMachineArn = "string", +#' includedData = "ALL_DATA"|"METADATA_ONLY" #' ) #' ``` #' @@ -950,7 +995,7 @@ sfn_describe_map_run <- function(mapRunArn) { #' @rdname sfn_describe_state_machine #' #' @aliases sfn_describe_state_machine -sfn_describe_state_machine <- function(stateMachineArn) { +sfn_describe_state_machine <- function(stateMachineArn, includedData = NULL) { op <- new_operation( name = "DescribeStateMachine", http_method = "POST", @@ -958,7 +1003,7 @@ sfn_describe_state_machine <- function(stateMachineArn) { host_prefix = "", paginator = list() ) - input <- .sfn$describe_state_machine_input(stateMachineArn = stateMachineArn) + input <- .sfn$describe_state_machine_input(stateMachineArn = stateMachineArn, includedData = includedData) output <- .sfn$describe_state_machine_output() config <- get_config() svc <- .sfn$service(config, op) @@ -1057,10 +1102,14 @@ sfn_describe_state_machine_alias <- function(stateMachineAliasArn) { #' This API action is not supported by `EXPRESS` state machines. #' #' @usage -#' sfn_describe_state_machine_for_execution(executionArn) +#' sfn_describe_state_machine_for_execution(executionArn, includedData) #' #' @param executionArn [required] The Amazon Resource Name (ARN) of the execution you want state machine #' information for. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call the API with `includedData = METADATA_ONLY` +#' to get a successful response without the encrypted definition. #' #' @return #' A list with the following syntax: @@ -1089,14 +1138,20 @@ sfn_describe_state_machine_alias <- function(stateMachineAliasArn) { #' ), #' mapRunArn = "string", #' label = "string", -#' revisionId = "string" +#' revisionId = "string", +#' encryptionConfiguration = list( +#' kmsKeyId = "string", +#' kmsDataKeyReusePeriodSeconds = 123, +#' type = "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KMS_KEY" +#' ) #' ) #' ``` #' #' @section Request syntax: #' ``` #' svc$describe_state_machine_for_execution( -#' executionArn = "string" +#' executionArn = "string", +#' includedData = "ALL_DATA"|"METADATA_ONLY" #' ) #' ``` #' @@ -1105,7 +1160,7 @@ sfn_describe_state_machine_alias <- function(stateMachineAliasArn) { #' @rdname sfn_describe_state_machine_for_execution #' #' @aliases sfn_describe_state_machine_for_execution -sfn_describe_state_machine_for_execution <- function(executionArn) { +sfn_describe_state_machine_for_execution <- function(executionArn, includedData = NULL) { op <- new_operation( name = "DescribeStateMachineForExecution", http_method = "POST", @@ -1113,7 +1168,7 @@ sfn_describe_state_machine_for_execution <- function(executionArn) { host_prefix = "", paginator = list() ) - input <- .sfn$describe_state_machine_for_execution_input(executionArn = executionArn) + input <- .sfn$describe_state_machine_for_execution_input(executionArn = executionArn, includedData = includedData) output <- .sfn$describe_state_machine_for_execution_output() config <- get_config() svc <- .sfn$service(config, op) @@ -1144,7 +1199,7 @@ sfn_describe_state_machine_for_execution <- function(executionArn) { #' Polling with [`get_activity_task`][sfn_get_activity_task] can cause #' latency in some implementations. See [Avoid Latency When Polling for #' Activity -#' Tasks](https://docs.aws.amazon.com/step-functions/latest/dg/bp-activity-pollers.html) +#' Tasks](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html) #' in the Step Functions Developer Guide. #' #' @usage @@ -2215,16 +2270,16 @@ sfn_publish_state_machine_version <- function(stateMachineArn, revisionId = NULL #' machine definition and execution ARN as the original execution attempt. #' #' For workflows that include an [Inline -#' Map](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-map-state.html) +#' Map](https://docs.aws.amazon.com/step-functions/latest/dg/state-map.html) #' or -#' [Parallel](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-parallel-state.html) +#' [Parallel](https://docs.aws.amazon.com/step-functions/latest/dg/state-parallel.html) #' state, [`redrive_execution`][sfn_redrive_execution] API action #' reschedules and redrives only the iterations and branches that failed or #' aborted. #' #' To redrive a workflow that includes a Distributed Map state whose Map #' Run failed, you must redrive the [parent -#' workflow](https://docs.aws.amazon.com/step-functions/latest/dg/use-dist-map-orchestrate-large-scale-parallel-workloads.html#dist-map-orchestrate-parallel-workloads-key-terms). +#' workflow](https://docs.aws.amazon.com/step-functions/latest/dg/state-map-distributed.html#dist-map-orchestrate-parallel-workloads-key-terms). #' The parent workflow redrives all the unsuccessful states, including a #' failed Map Run. If a Map Run was not started in the original execution #' attempt, the redriven parent workflow starts the Map Run. @@ -2251,7 +2306,7 @@ sfn_publish_state_machine_version <- function(stateMachineArn, revisionId = NULL #' - The workflow execution has not exceeded the maximum open time of one #' year. For more information about state machine quotas, see [Quotas #' related to state machine -#' executions](https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions). +#' executions](https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions). #' #' - The execution event history count is less than 24,999. Redriven #' executions append their event history to the existing event history. @@ -2322,6 +2377,13 @@ sfn_redrive_execution <- function(executionArn, clientToken = NULL) { #' pattern, and optionally Task states using the [job #' run](https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-sync) #' pattern to report that the task identified by the `taskToken` failed. +#' +#' For an execution with encryption enabled, Step Functions will encrypt +#' the error and cause fields using the KMS key for the execution role. +#' +#' A caller can mark a task as fail without using any KMS permissions in +#' the execution role if the caller provides a null value for both `error` +#' and `cause` fields because no data needs to be encrypted. #' #' @usage #' sfn_send_task_failure(taskToken, error, cause) @@ -2594,7 +2656,7 @@ sfn_send_task_success <- function(taskToken, output) { #' @param name Optional name of the execution. This name must be unique for your Amazon #' Web Services account, Region, and state machine for 90 days. For more #' information, see [Limits Related to State Machine -#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/limits-overview.html#service-limits-state-machine-executions) +#' Executions](https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html#service-limits-state-machine-executions) #' in the *Step Functions Developer Guide*. #' #' If you don't provide a name for the execution, Step Functions @@ -2689,7 +2751,8 @@ sfn_start_execution <- function(stateMachineArn, name = NULL, input = NULL, trac #' This API action isn't logged in CloudTrail. #' #' @usage -#' sfn_start_sync_execution(stateMachineArn, name, input, traceHeader) +#' sfn_start_sync_execution(stateMachineArn, name, input, traceHeader, +#' includedData) #' #' @param stateMachineArn [required] The Amazon Resource Name (ARN) of the state machine to execute. #' @param name The name of the execution. @@ -2705,6 +2768,10 @@ sfn_start_execution <- function(stateMachineArn, name = NULL, input = NULL, trac #' in UTF-8 encoding. #' @param traceHeader Passes the X-Ray trace header. The trace header can also be passed in #' the request payload. +#' @param includedData If your state machine definition is encrypted with a KMS key, callers +#' must have `kms:Decrypt` permission to decrypt the definition. +#' Alternatively, you can call the API with `includedData = METADATA_ONLY` +#' to get a successful response without the encrypted definition. #' #' @return #' A list with the following syntax: @@ -2744,7 +2811,8 @@ sfn_start_execution <- function(stateMachineArn, name = NULL, input = NULL, trac #' stateMachineArn = "string", #' name = "string", #' input = "string", -#' traceHeader = "string" +#' traceHeader = "string", +#' includedData = "ALL_DATA"|"METADATA_ONLY" #' ) #' ``` #' @@ -2753,7 +2821,7 @@ sfn_start_execution <- function(stateMachineArn, name = NULL, input = NULL, trac #' @rdname sfn_start_sync_execution #' #' @aliases sfn_start_sync_execution -sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, traceHeader = NULL) { +sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, traceHeader = NULL, includedData = NULL) { op <- new_operation( name = "StartSyncExecution", http_method = "POST", @@ -2761,7 +2829,7 @@ sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, host_prefix = "sync-", paginator = list() ) - input <- .sfn$start_sync_execution_input(stateMachineArn = stateMachineArn, name = name, input = input, traceHeader = traceHeader) + input <- .sfn$start_sync_execution_input(stateMachineArn = stateMachineArn, name = name, input = input, traceHeader = traceHeader, includedData = includedData) output <- .sfn$start_sync_execution_output() config <- get_config() svc <- .sfn$service(config, op) @@ -2777,6 +2845,13 @@ sfn_start_sync_execution <- function(stateMachineArn, name = NULL, input = NULL, #' Stops an execution. #' #' This API action is not supported by `EXPRESS` state machines. +#' +#' For an execution with encryption enabled, Step Functions will encrypt +#' the error and cause fields using the KMS key for the execution role. +#' +#' A caller can stop an execution without using any KMS permissions in the +#' execution role if the caller provides a null value for both `error` and +#' `cause` fields because no data needs to be encrypted. #' #' @usage #' sfn_stop_execution(executionArn, error, cause) @@ -2903,7 +2978,7 @@ sfn_tag_resource <- function(resourceArn, tags) { #' data flow #' #' - An [Amazon Web Services service -#' integration](https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-services.html) +#' integration](https://docs.aws.amazon.com/step-functions/latest/dg/integrate-services.html) #' request and response #' #' - An [HTTP @@ -2914,19 +2989,19 @@ sfn_tag_resource <- function(resourceArn, tags) { #' can test include the following: #' #' - [All Task -#' types](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-task-state.html#task-types) +#' types](https://docs.aws.amazon.com/step-functions/latest/dg/state-task.html#task-types) #' except #' [Activity](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html) #' -#' - [Pass](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-pass-state.html) +#' - [Pass](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html) #' -#' - [Wait](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-wait-state.html) +#' - [Wait](https://docs.aws.amazon.com/step-functions/latest/dg/state-wait.html) #' -#' - [Choice](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-choice-state.html) +#' - [Choice](https://docs.aws.amazon.com/step-functions/latest/dg/state-choice.html) #' -#' - [Succeed](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-succeed-state.html) +#' - [Succeed](https://docs.aws.amazon.com/step-functions/latest/dg/state-succeed.html) #' -#' - [Fail](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-fail-state.html) +#' - [Fail](https://docs.aws.amazon.com/step-functions/latest/dg/state-fail.html) #' #' The [`test_state`][sfn_test_state] API assumes an IAM role which must #' contain the required IAM permissions for the resources your state is @@ -2942,9 +3017,9 @@ sfn_tag_resource <- function(resourceArn, tags) { #' tasks](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-activities.html), #' `.sync` or `.waitForTaskToken` [service integration #' patterns](https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html), -#' [Parallel](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-parallel-state.html), +#' [Parallel](https://docs.aws.amazon.com/step-functions/latest/dg/state-parallel.html), #' or -#' [Map](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-map-state.html) +#' [Map](https://docs.aws.amazon.com/step-functions/latest/dg/state-map.html) #' states. #' #' @usage @@ -3158,14 +3233,14 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur .sfn$operations$update_map_run <- sfn_update_map_run #' Updates an existing state machine by modifying its definition, roleArn, -#' or loggingConfiguration +#' loggingConfiguration, or EncryptionConfiguration #' #' @description #' Updates an existing state machine by modifying its `definition`, -#' `roleArn`, or `loggingConfiguration`. Running executions will continue -#' to use the previous `definition` and `roleArn`. You must include at -#' least one of `definition` or `roleArn` or you will receive a -#' `MissingRequiredParameter` error. +#' `roleArn`, `loggingConfiguration`, or `EncryptionConfiguration`. Running +#' executions will continue to use the previous `definition` and `roleArn`. +#' You must include at least one of `definition` or `roleArn` or you will +#' receive a `MissingRequiredParameter` error. #' #' A qualified state machine ARN refers to a *Distributed Map state* #' defined within a state machine. For example, the qualified state machine @@ -3220,7 +3295,8 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur #' #' @usage #' sfn_update_state_machine(stateMachineArn, definition, roleArn, -#' loggingConfiguration, tracingConfiguration, publish, versionDescription) +#' loggingConfiguration, tracingConfiguration, publish, versionDescription, +#' encryptionConfiguration) #' #' @param stateMachineArn [required] The Amazon Resource Name (ARN) of the state machine. #' @param definition The Amazon States Language definition of the state machine. See [Amazon @@ -3236,6 +3312,7 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur #' #' You can only specify the `versionDescription` parameter if you've set #' `publish` to `true`. +#' @param encryptionConfiguration Settings to configure server-side encryption. #' #' @return #' A list with the following syntax: @@ -3270,7 +3347,12 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur #' enabled = TRUE|FALSE #' ), #' publish = TRUE|FALSE, -#' versionDescription = "string" +#' versionDescription = "string", +#' encryptionConfiguration = list( +#' kmsKeyId = "string", +#' kmsDataKeyReusePeriodSeconds = 123, +#' type = "AWS_OWNED_KEY"|"CUSTOMER_MANAGED_KMS_KEY" +#' ) #' ) #' ``` #' @@ -3279,7 +3361,7 @@ sfn_update_map_run <- function(mapRunArn, maxConcurrency = NULL, toleratedFailur #' @rdname sfn_update_state_machine #' #' @aliases sfn_update_state_machine -sfn_update_state_machine <- function(stateMachineArn, definition = NULL, roleArn = NULL, loggingConfiguration = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL) { +sfn_update_state_machine <- function(stateMachineArn, definition = NULL, roleArn = NULL, loggingConfiguration = NULL, tracingConfiguration = NULL, publish = NULL, versionDescription = NULL, encryptionConfiguration = NULL) { op <- new_operation( name = "UpdateStateMachine", http_method = "POST", @@ -3287,7 +3369,7 @@ sfn_update_state_machine <- function(stateMachineArn, definition = NULL, roleArn host_prefix = "", paginator = list() ) - input <- .sfn$update_state_machine_input(stateMachineArn = stateMachineArn, definition = definition, roleArn = roleArn, loggingConfiguration = loggingConfiguration, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription) + input <- .sfn$update_state_machine_input(stateMachineArn = stateMachineArn, definition = definition, roleArn = roleArn, loggingConfiguration = loggingConfiguration, tracingConfiguration = tracingConfiguration, publish = publish, versionDescription = versionDescription, encryptionConfiguration = encryptionConfiguration) output <- .sfn$update_state_machine_output() config <- get_config() svc <- .sfn$service(config, op) @@ -3420,7 +3502,8 @@ sfn_update_state_machine_alias <- function(stateMachineAliasArn, description = N #' exception. #' #' @usage -#' sfn_validate_state_machine_definition(definition, type) +#' sfn_validate_state_machine_definition(definition, type, severity, +#' maxResults) #' #' @param definition [required] The Amazon States Language definition of the state machine. For more #' information, see [Amazon States @@ -3428,6 +3511,16 @@ sfn_update_state_machine_alias <- function(stateMachineAliasArn, description = N #' (ASL). #' @param type The target type of state machine for this definition. The default is #' `STANDARD`. +#' @param severity Minimum level of diagnostics to return. `ERROR` returns only `ERROR` +#' diagnostics, whereas `WARNING` returns both `WARNING` and `ERROR` +#' diagnostics. The default is `ERROR`. +#' @param maxResults The maximum number of diagnostics that are returned per call. The +#' default and maximum value is 100. Setting the value to 0 will also use +#' the default of 100. +#' +#' If the number of diagnostics returned in the response exceeds +#' `maxResults`, the value of the `truncated` field in the response will be +#' set to `true`. #' #' @return #' A list with the following syntax: @@ -3436,12 +3529,13 @@ sfn_update_state_machine_alias <- function(stateMachineAliasArn, description = N #' result = "OK"|"FAIL", #' diagnostics = list( #' list( -#' severity = "ERROR", +#' severity = "ERROR"|"WARNING", #' code = "string", #' message = "string", #' location = "string" #' ) -#' ) +#' ), +#' truncated = TRUE|FALSE #' ) #' ``` #' @@ -3449,7 +3543,9 @@ sfn_update_state_machine_alias <- function(stateMachineAliasArn, description = N #' ``` #' svc$validate_state_machine_definition( #' definition = "string", -#' type = "STANDARD"|"EXPRESS" +#' type = "STANDARD"|"EXPRESS", +#' severity = "ERROR"|"WARNING", +#' maxResults = 123 #' ) #' ``` #' @@ -3458,7 +3554,7 @@ sfn_update_state_machine_alias <- function(stateMachineAliasArn, description = N #' @rdname sfn_validate_state_machine_definition #' #' @aliases sfn_validate_state_machine_definition -sfn_validate_state_machine_definition <- function(definition, type = NULL) { +sfn_validate_state_machine_definition <- function(definition, type = NULL, severity = NULL, maxResults = NULL) { op <- new_operation( name = "ValidateStateMachineDefinition", http_method = "POST", @@ -3466,7 +3562,7 @@ sfn_validate_state_machine_definition <- function(definition, type = NULL) { host_prefix = "", paginator = list() ) - input <- .sfn$validate_state_machine_definition_input(definition = definition, type = type) + input <- .sfn$validate_state_machine_definition_input(definition = definition, type = type, severity = severity, maxResults = maxResults) output <- .sfn$validate_state_machine_definition_output() config <- get_config() svc <- .sfn$service(config, op) diff --git a/paws/R/sfn_service.R b/paws/R/sfn_service.R index 6e148e21aa..a2d78ec3d7 100644 --- a/paws/R/sfn_service.R +++ b/paws/R/sfn_service.R @@ -7,8 +7,8 @@ NULL #' @description #' Step Functions #' -#' Step Functions is a service that lets you coordinate the components of -#' distributed applications and microservices using visual workflows. +#' Step Functions coordinates the components of distributed applications +#' and microservices using visual workflows. #' #' You can use Step Functions to build applications from individual #' components, each of which performs a discrete function, or *task*, @@ -150,7 +150,7 @@ NULL #' \link[=sfn_test_state]{test_state} \tab Accepts the definition of a single state and executes it\cr #' \link[=sfn_untag_resource]{untag_resource} \tab Remove a tag from a Step Functions resource\cr #' \link[=sfn_update_map_run]{update_map_run} \tab Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure\cr -#' \link[=sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, or loggingConfiguration\cr +#' \link[=sfn_update_state_machine]{update_state_machine} \tab Updates an existing state machine by modifying its definition, roleArn, loggingConfiguration, or EncryptionConfiguration\cr #' \link[=sfn_update_state_machine_alias]{update_state_machine_alias} \tab Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration\cr #' \link[=sfn_validate_state_machine_definition]{validate_state_machine_definition} \tab Validates the syntax of a state machine definition #' } diff --git a/paws/R/ssm_operations.R b/paws/R/ssm_operations.R index 4504f86b8b..75f2f6b61a 100644 --- a/paws/R/ssm_operations.R +++ b/paws/R/ssm_operations.R @@ -1812,18 +1812,27 @@ ssm_create_ops_metadata <- function(ResourceId, Metadata = NULL, Tags = NULL) { #' @param RejectedPatchesAction The action for Patch Manager to take on patches included in the #' `RejectedPackages` list. #' -#' - **`ALLOW_AS_DEPENDENCY`** : A package in the `Rejected` patches list -#' is installed only if it is a dependency of another package. It is -#' considered compliant with the patch baseline, and its status is -#' reported as `InstalledOther`. This is the default action if no -#' option is specified. -#' -#' - **BLOCK**: Packages in the **Rejected patches** list, and packages -#' that include them as dependencies, aren't installed by Patch Manager -#' under any circumstances. If a package was installed before it was -#' added to the **Rejected patches** list, or is installed outside of -#' Patch Manager afterward, it's considered noncompliant with the patch -#' baseline and its status is reported as *InstalledRejected*. +#' **ALLOW_AS_DEPENDENCY** +#' +#' **Linux and macOS**: A package in the rejected patches list is installed +#' only if it is a dependency of another package. It is considered +#' compliant with the patch baseline, and its status is reported as +#' `INSTALLED_OTHER`. This is the default action if no option is specified. +#' +#' **Windows Server**: Windows Server doesn't support the concept of +#' package dependencies. If a package in the rejected patches list and +#' already installed on the node, its status is reported as +#' `INSTALLED_OTHER`. Any package not already installed on the node is +#' skipped. This is the default action if no option is specified. +#' +#' **BLOCK** +#' +#' **All OSs**: Packages in the rejected patches list, and packages that +#' include them as dependencies, aren't installed by Patch Manager under +#' any circumstances. If a package was installed before it was added to the +#' rejected patches list, or is installed outside of Patch Manager +#' afterward, it's considered noncompliant with the patch baseline and its +#' status is reported as `INSTALLED_REJECTED`. #' @param Description A description of the patch baseline. #' @param Sources Information about the patches to use to update the managed nodes, #' including target operating systems and source repositories. Applies to @@ -1951,7 +1960,7 @@ ssm_create_patch_baseline <- function(OperatingSystem = NULL, Name, GlobalFilter #' Amazon Web Services Regions to a single Amazon Simple Storage Service #' (Amazon S3) bucket. For more information, see [Configuring resource data #' sync for -#' Inventory](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html) +#' Inventory](https://docs.aws.amazon.com/systems-manager/latest/userguide/) #' in the *Amazon Web Services Systems Manager User Guide*. #' #' You can configure Systems Manager Explorer to use the `SyncFromSource` @@ -4387,9 +4396,10 @@ ssm_describe_instance_associations_status <- function(InstanceId, MaxResults = N #' information for all your managed nodes. If you specify a node ID that #' isn't valid or a node that you don't own, you receive an error. #' -#' The `IamRole` field returned for this API operation is the Identity and -#' Access Management (IAM) role assigned to on-premises managed nodes. This -#' operation does not return the IAM role for EC2 instances. +#' The `IamRole` field returned for this API operation is the role assigned +#' to an Amazon EC2 instance configured with a Systems Manager Quick Setup +#' host management configuration or the role assigned to an on-premises +#' managed node. #' #' @usage #' ssm_describe_instance_information(InstanceInformationFilterList, @@ -6287,6 +6297,10 @@ ssm_describe_patch_groups <- function(MaxResults = NULL, Filters = NULL, NextTok #' #' Valid properties: `PRODUCT` | `CLASSIFICATION` | `SEVERITY` #' +#' ### AMAZON_LINUX_2023 +#' +#' Valid properties: `PRODUCT` | `CLASSIFICATION` | `SEVERITY` +#' #' ### CENTOS #' #' Valid properties: `PRODUCT` | `CLASSIFICATION` | `SEVERITY` @@ -6897,7 +6911,12 @@ ssm_get_calendar_state <- function(CalendarNames, AtTime = NULL) { #' #' @description #' Returns detailed information about command execution for an invocation -#' or plugin. +#' or plugin. The Run Command API follows an eventual consistency model, +#' due to the distributed nature of the system supporting the API. This +#' means that the result of an API command you run that affects your +#' resources might not be immediately visible to all subsequent commands +#' you run. You should keep this in mind when you carry out an API command +#' that immediately follows a previous API command. #' #' [`get_command_invocation`][ssm_get_command_invocation] only gives the #' execution status of a plugin in a document. To get the command execution @@ -11493,7 +11512,7 @@ ssm_register_target_with_maintenance_window <- function(WindowId, ResourceType, #' maintenance window tasks. The policy can be crafted to provide only the #' permissions needed for your particular maintenance window tasks. For #' more information, see [Setting up maintenance -#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html) +#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/) #' in the in the *Amazon Web Services Systems Manager User Guide*. #' @param TaskType [required] The type of task being registered. #' @param TaskParameters The parameters that should be passed to the task when it is run. @@ -14025,7 +14044,7 @@ ssm_update_maintenance_window_target <- function(WindowId, WindowTargetId, Targe #' maintenance window tasks. The policy can be crafted to provide only the #' permissions needed for your particular maintenance window tasks. For #' more information, see [Setting up maintenance -#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html) +#' windows](https://docs.aws.amazon.com/systems-manager/latest/userguide/) #' in the in the *Amazon Web Services Systems Manager User Guide*. #' @param TaskParameters The parameters to modify. #' @@ -14627,18 +14646,27 @@ ssm_update_ops_metadata <- function(OpsMetadataArn, MetadataToUpdate = NULL, Key #' @param RejectedPatchesAction The action for Patch Manager to take on patches included in the #' `RejectedPackages` list. #' -#' - **`ALLOW_AS_DEPENDENCY`** : A package in the `Rejected` patches list -#' is installed only if it is a dependency of another package. It is -#' considered compliant with the patch baseline, and its status is -#' reported as `InstalledOther`. This is the default action if no -#' option is specified. -#' -#' - **BLOCK**: Packages in the **Rejected patches** list, and packages -#' that include them as dependencies, aren't installed by Patch Manager -#' under any circumstances. If a package was installed before it was -#' added to the **Rejected patches** list, or is installed outside of -#' Patch Manager afterward, it's considered noncompliant with the patch -#' baseline and its status is reported as *InstalledRejected*. +#' **ALLOW_AS_DEPENDENCY** +#' +#' **Linux and macOS**: A package in the rejected patches list is installed +#' only if it is a dependency of another package. It is considered +#' compliant with the patch baseline, and its status is reported as +#' `INSTALLED_OTHER`. This is the default action if no option is specified. +#' +#' **Windows Server**: Windows Server doesn't support the concept of +#' package dependencies. If a package in the rejected patches list and +#' already installed on the node, its status is reported as +#' `INSTALLED_OTHER`. Any package not already installed on the node is +#' skipped. This is the default action if no option is specified. +#' +#' **BLOCK** +#' +#' **All OSs**: Packages in the rejected patches list, and packages that +#' include them as dependencies, aren't installed by Patch Manager under +#' any circumstances. If a package was installed before it was added to the +#' rejected patches list, or is installed outside of Patch Manager +#' afterward, it's considered noncompliant with the patch baseline and its +#' status is reported as `INSTALLED_REJECTED`. #' @param Description A description of the patch baseline. #' @param Sources Information about the patches to use to update the managed nodes, #' including target operating systems and source repositories. Applies to diff --git a/paws/R/ssmsap_operations.R b/paws/R/ssmsap_operations.R index fb567e1a4e..78f1ce1940 100644 --- a/paws/R/ssmsap_operations.R +++ b/paws/R/ssmsap_operations.R @@ -131,7 +131,10 @@ ssmsap_deregister_application <- function(ApplicationId) { #' LastUpdated = as.POSIXct( #' "2015-01-01" #' ), -#' StatusMessage = "string" +#' StatusMessage = "string", +#' AssociatedApplicationArns = list( +#' "string" +#' ) #' ), #' Tags = list( #' "string" @@ -321,6 +324,9 @@ ssmsap_get_component <- function(ApplicationId, ComponentId) { #' SQLPort = 123, #' LastUpdated = as.POSIXct( #' "2015-01-01" +#' ), +#' ConnectedComponentArns = list( +#' "string" #' ) #' ), #' Tags = list( @@ -1013,7 +1019,10 @@ ssmsap_put_resource_permission <- function(ActionType, SourceResourceArn, Resour #' LastUpdated = as.POSIXct( #' "2015-01-01" #' ), -#' StatusMessage = "string" +#' StatusMessage = "string", +#' AssociatedApplicationArns = list( +#' "string" +#' ) #' ), #' OperationId = "string" #' ) diff --git a/paws/R/ssmsap_service.R b/paws/R/ssmsap_service.R index 42c3db6ba1..96af960586 100644 --- a/paws/R/ssmsap_service.R +++ b/paws/R/ssmsap_service.R @@ -149,7 +149,7 @@ ssmsap <- function(config = list(), credentials = list(), endpoint = NULL, regio service_id = "Ssm Sap", api_version = "2018-05-10", signing_name = "ssm-sap", - json_version = "1.1", + json_version = "", target_prefix = "" ) diff --git a/paws/R/sts_operations.R b/paws/R/sts_operations.R index 09ee3dc1aa..df5f4e2fb7 100644 --- a/paws/R/sts_operations.R +++ b/paws/R/sts_operations.R @@ -218,7 +218,7 @@ NULL #' `DurationSeconds` parameter value greater than one hour, the operation #' fails. To learn how to view the maximum value for your role, see [View #' the Maximum Session Duration Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. #' #' By default, the value is set to `3600` seconds. @@ -293,7 +293,7 @@ NULL #' rather than everyone in the account. For more information about the #' external ID, see [How to Use an External ID When Granting Access to Your #' Amazon Web Services Resources to a Third -#' Party](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html) +#' Party](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html) #' in the *IAM User Guide*. #' #' The regex used to validate this parameter is a string of characters @@ -490,16 +490,16 @@ sts_assume_role <- function(RoleArn, RoleSessionName, PolicyArns = NULL, Policy #' the maximum session duration setting for the role. This setting can have #' a value from 1 hour to 12 hours. To learn how to view the maximum value #' for your role, see [View the Maximum Session Duration Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. The maximum session duration limit applies when #' you use the `AssumeRole*` API operations or the `assume-role*` CLI #' commands. However the limit does not apply when you use those operations #' to create a console URL. For more information, see [Using IAM -#' Roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' Roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' in the *IAM User Guide*. #' #' [Role -#' chaining](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-role-chaining) +#' chaining](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#id_roles_terms-and-concepts) #' limits your CLI or Amazon Web Services API role session to a maximum of #' one hour. When you use the [`assume_role`][sts_assume_role] API #' operation to assume a role, you can specify the duration of your role @@ -694,7 +694,7 @@ sts_assume_role <- function(RoleArn, RoleSessionName, PolicyArns = NULL, Policy #' duration to 6 hours, your operation fails. To learn how to view the #' maximum value for your role, see [View the Maximum Session Duration #' Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. #' #' By default, the value is set to `3600` seconds. @@ -841,12 +841,12 @@ sts_assume_role_with_saml <- function(RoleArn, PrincipalArn, SAMLAssertion, Poli #' setting for the role. This setting can have a value from 1 hour to 12 #' hours. To learn how to view the maximum value for your role, see [View #' the Maximum Session Duration Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. The maximum session duration limit applies when #' you use the `AssumeRole*` API operations or the `assume-role*` CLI #' commands. However the limit does not apply when you use those operations #' to create a console URL. For more information, see [Using IAM -#' Roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) +#' Roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html) #' in the *IAM User Guide*. #' #' **Permissions** @@ -939,7 +939,7 @@ sts_assume_role_with_saml <- function(RoleArn, PrincipalArn, SAMLAssertion, Poli #' API, see the following resources: #' #' - [Using Web Identity Federation API Operations for Mobile -#' Apps](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual.html) +#' Apps](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_federation_common_scenarios.html) #' and [Federation Through a Web-based Identity #' Provider](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity). #' @@ -1057,7 +1057,7 @@ sts_assume_role_with_saml <- function(RoleArn, PrincipalArn, SAMLAssertion, Poli #' administrator set the maximum session duration to 6 hours, your #' operation fails. To learn how to view the maximum value for your role, #' see [View the Maximum Session Duration Setting for a -#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session) +#' Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage-assume.html#id_roles_use_view-role-max-session) #' in the *IAM User Guide*. #' #' By default, the value is set to `3600` seconds. @@ -1335,7 +1335,7 @@ sts_get_access_key_info <- function(AccessKeyId) { #' operation. Permissions are not required because the same information is #' returned when access is denied. To view an example response, see [I Am #' Not Authorized to Perform: -#' iam:DeleteVirtualMFADevice](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa) +#' iam:DeleteVirtualMFADevice](https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot.html#troubleshoot_general_access-denied-delete-mfa) #' in the *IAM User Guide*. #' #' @usage diff --git a/paws/R/support_service.R b/paws/R/support_service.R index 1db7f553f6..97cadd4cb4 100644 --- a/paws/R/support_service.R +++ b/paws/R/support_service.R @@ -53,8 +53,8 @@ NULL #' #' You can also use the Amazon Web Services Support API to call the Trusted #' Advisor operations. For more information, see [Trusted -#' Advisor](https://docs.aws.amazon.com/) in the *Amazon Web Services -#' Support User Guide*. +#' Advisor](https://docs.aws.amazon.com/awssupport/latest/user/trusted-advisor.html) +#' in the *Amazon Web Services Support User Guide*. #' #' For authentication of requests, Amazon Web Services Support uses #' [Signature Version 4 Signing diff --git a/paws/R/telconetworkbuilder_operations.R b/paws/R/telconetworkbuilder_operations.R index 99fa00a6e1..45084ff65f 100644 --- a/paws/R/telconetworkbuilder_operations.R +++ b/paws/R/telconetworkbuilder_operations.R @@ -435,12 +435,12 @@ telconetworkbuilder_delete_sol_network_package <- function(nsdInfoId) { .telconetworkbuilder$operations$delete_sol_network_package <- telconetworkbuilder_delete_sol_network_package #' Gets the details of a network function instance, including the -#' instantation state and metadata from the function package descriptor in +#' instantiation state and metadata from the function package descriptor in #' the network function package #' #' @description #' Gets the details of a network function instance, including the -#' instantation state and metadata from the function package descriptor in +#' instantiation state and metadata from the function package descriptor in #' the network function package. #' #' A network function instance is a function in a function package . @@ -756,7 +756,7 @@ telconetworkbuilder_get_sol_function_package_descriptor <- function(accept, vnfP #' ), #' nsInstanceDescription = "string", #' nsInstanceName = "string", -#' nsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"IMPAIRED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS", +#' nsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"UPDATED"|"IMPAIRED"|"UPDATE_FAILED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"INTENT_TO_UPDATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS", #' nsdId = "string", #' nsdInfoId = "string", #' tags = list( @@ -825,8 +825,20 @@ telconetworkbuilder_get_sol_network_instance <- function(nsInstanceId) { #' createdAt = as.POSIXct( #' "2015-01-01" #' ), +#' instantiateMetadata = list( +#' additionalParamsForNs = list(), +#' nsdInfoId = "string" +#' ), #' lastModified = as.POSIXct( #' "2015-01-01" +#' ), +#' modifyVnfInfoMetadata = list( +#' vnfConfigurableProperties = list(), +#' vnfInstanceId = "string" +#' ), +#' updateNsMetadata = list( +#' additionalParamsForNs = list(), +#' nsdInfoId = "string" #' ) #' ), #' nsInstanceId = "string", @@ -852,7 +864,8 @@ telconetworkbuilder_get_sol_network_instance <- function(nsInstanceId) { #' ), #' taskStatus = "SCHEDULED"|"STARTED"|"IN_PROGRESS"|"COMPLETED"|"ERROR"|"SKIPPED"|"CANCELLED" #' ) -#' ) +#' ), +#' updateType = "MODIFY_VNF_INFORMATION"|"UPDATE_NS" #' ) #' ``` #' @@ -1101,9 +1114,9 @@ telconetworkbuilder_get_sol_network_package_descriptor <- function(nsdInfoId) { #' @param nsInstanceId [required] ID of the network instance. #' @param tags A tag is a label that you assign to an Amazon Web Services resource. #' Each tag consists of a key and an optional value. When you use this API, -#' the tags are transferred to the network operation that is created. Use -#' tags to search and filter your resources or track your Amazon Web -#' Services costs. +#' the tags are only applied to the network operation that is created. +#' These tags are not applied to the network instance. Use tags to search +#' and filter your resources or track your Amazon Web Services costs. #' #' @return #' A list with the following syntax: @@ -1334,7 +1347,7 @@ telconetworkbuilder_list_sol_function_packages <- function(maxResults = NULL, ne #' ), #' nsInstanceDescription = "string", #' nsInstanceName = "string", -#' nsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"IMPAIRED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS", +#' nsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"UPDATED"|"IMPAIRED"|"UPDATE_FAILED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"INTENT_TO_UPDATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS", #' nsdId = "string", #' nsdInfoId = "string" #' ) @@ -1385,10 +1398,13 @@ telconetworkbuilder_list_sol_network_instances <- function(maxResults = NULL, ne #' as network instance instantiation or termination. #' #' @usage -#' telconetworkbuilder_list_sol_network_operations(maxResults, nextToken) +#' telconetworkbuilder_list_sol_network_operations(maxResults, nextToken, +#' nsInstanceId) #' #' @param maxResults The maximum number of results to include in the response. #' @param nextToken The token for the next page of results. +#' @param nsInstanceId Network instance id filter, to retrieve network operations associated to +#' a network instance. #' #' @return #' A list with the following syntax: @@ -1409,10 +1425,13 @@ telconetworkbuilder_list_sol_network_instances <- function(maxResults = NULL, ne #' ), #' lastModified = as.POSIXct( #' "2015-01-01" -#' ) +#' ), +#' nsdInfoId = "string", +#' vnfInstanceId = "string" #' ), #' nsInstanceId = "string", -#' operationState = "PROCESSING"|"COMPLETED"|"FAILED"|"CANCELLING"|"CANCELLED" +#' operationState = "PROCESSING"|"COMPLETED"|"FAILED"|"CANCELLING"|"CANCELLED", +#' updateType = "MODIFY_VNF_INFORMATION"|"UPDATE_NS" #' ) #' ), #' nextToken = "string" @@ -1423,7 +1442,8 @@ telconetworkbuilder_list_sol_network_instances <- function(maxResults = NULL, ne #' ``` #' svc$list_sol_network_operations( #' maxResults = 123, -#' nextToken = "string" +#' nextToken = "string", +#' nsInstanceId = "string" #' ) #' ``` #' @@ -1432,7 +1452,7 @@ telconetworkbuilder_list_sol_network_instances <- function(maxResults = NULL, ne #' @rdname telconetworkbuilder_list_sol_network_operations #' #' @aliases telconetworkbuilder_list_sol_network_operations -telconetworkbuilder_list_sol_network_operations <- function(maxResults = NULL, nextToken = NULL) { +telconetworkbuilder_list_sol_network_operations <- function(maxResults = NULL, nextToken = NULL, nsInstanceId = NULL) { op <- new_operation( name = "ListSolNetworkOperations", http_method = "GET", @@ -1440,7 +1460,7 @@ telconetworkbuilder_list_sol_network_operations <- function(maxResults = NULL, n host_prefix = "", paginator = list(input_token = "nextToken", output_token = "nextToken", limit_key = "maxResults", result_key = "networkOperations") ) - input <- .telconetworkbuilder$list_sol_network_operations_input(maxResults = maxResults, nextToken = nextToken) + input <- .telconetworkbuilder$list_sol_network_operations_input(maxResults = maxResults, nextToken = nextToken, nsInstanceId = nsInstanceId) output <- .telconetworkbuilder$list_sol_network_operations_output() config <- get_config() svc <- .telconetworkbuilder$service(config, op) @@ -1798,9 +1818,9 @@ telconetworkbuilder_tag_resource <- function(resourceArn, tags) { #' @param nsInstanceId [required] ID of the network instance. #' @param tags A tag is a label that you assign to an Amazon Web Services resource. #' Each tag consists of a key and an optional value. When you use this API, -#' the tags are transferred to the network operation that is created. Use -#' tags to search and filter your resources or track your Amazon Web -#' Services costs. +#' the tags are only applied to the network operation that is created. +#' These tags are not applied to the network instance. Use tags to search +#' and filter your resources or track your Amazon Web Services costs. #' #' @return #' A list with the following syntax: @@ -1963,20 +1983,36 @@ telconetworkbuilder_update_sol_function_package <- function(operationalState, vn #' A network instance is a single network created in Amazon Web Services #' TNB that can be deployed and on which life-cycle operations (like #' terminate, update, and delete) can be performed. +#' +#' Choose the *updateType* parameter to target the necessary update of the +#' network instance. #' #' @usage #' telconetworkbuilder_update_sol_network_instance(modifyVnfInfoData, -#' nsInstanceId, tags, updateType) +#' nsInstanceId, tags, updateNs, updateType) #' #' @param modifyVnfInfoData Identifies the network function information parameters and/or the #' configurable properties of the network function to be modified. +#' +#' Include this property only if the update type is +#' `MODIFY_VNF_INFORMATION`. #' @param nsInstanceId [required] ID of the network instance. #' @param tags A tag is a label that you assign to an Amazon Web Services resource. #' Each tag consists of a key and an optional value. When you use this API, -#' the tags are transferred to the network operation that is created. Use -#' tags to search and filter your resources or track your Amazon Web -#' Services costs. +#' the tags are only applied to the network operation that is created. +#' These tags are not applied to the network instance. Use tags to search +#' and filter your resources or track your Amazon Web Services costs. +#' @param updateNs Identifies the network service descriptor and the configurable +#' properties of the descriptor, to be used for the update. +#' +#' Include this property only if the update type is `UPDATE_NS`. #' @param updateType [required] The type of update. +#' +#' - Use the `MODIFY_VNF_INFORMATION` update type, to update a specific +#' network function configuration, in the network instance. +#' +#' - Use the `UPDATE_NS` update type, to update the network instance to a +#' new network service descriptor. #' #' @return #' A list with the following syntax: @@ -2000,7 +2036,11 @@ telconetworkbuilder_update_sol_function_package <- function(operationalState, vn #' tags = list( #' "string" #' ), -#' updateType = "MODIFY_VNF_INFORMATION" +#' updateNs = list( +#' additionalParamsForNs = list(), +#' nsdInfoId = "string" +#' ), +#' updateType = "MODIFY_VNF_INFORMATION"|"UPDATE_NS" #' ) #' ``` #' @@ -2009,7 +2049,7 @@ telconetworkbuilder_update_sol_function_package <- function(operationalState, vn #' @rdname telconetworkbuilder_update_sol_network_instance #' #' @aliases telconetworkbuilder_update_sol_network_instance -telconetworkbuilder_update_sol_network_instance <- function(modifyVnfInfoData = NULL, nsInstanceId, tags = NULL, updateType) { +telconetworkbuilder_update_sol_network_instance <- function(modifyVnfInfoData = NULL, nsInstanceId, tags = NULL, updateNs = NULL, updateType) { op <- new_operation( name = "UpdateSolNetworkInstance", http_method = "POST", @@ -2017,7 +2057,7 @@ telconetworkbuilder_update_sol_network_instance <- function(modifyVnfInfoData = host_prefix = "", paginator = list() ) - input <- .telconetworkbuilder$update_sol_network_instance_input(modifyVnfInfoData = modifyVnfInfoData, nsInstanceId = nsInstanceId, tags = tags, updateType = updateType) + input <- .telconetworkbuilder$update_sol_network_instance_input(modifyVnfInfoData = modifyVnfInfoData, nsInstanceId = nsInstanceId, tags = tags, updateNs = updateNs, updateType = updateType) output <- .telconetworkbuilder$update_sol_network_instance_output() config <- get_config() svc <- .telconetworkbuilder$service(config, op) diff --git a/paws/R/telconetworkbuilder_service.R b/paws/R/telconetworkbuilder_service.R index fbe8a996c1..f9f93bfcc9 100644 --- a/paws/R/telconetworkbuilder_service.R +++ b/paws/R/telconetworkbuilder_service.R @@ -101,7 +101,7 @@ NULL #' \link[=telconetworkbuilder_delete_sol_function_package]{delete_sol_function_package} \tab Deletes a function package\cr #' \link[=telconetworkbuilder_delete_sol_network_instance]{delete_sol_network_instance} \tab Deletes a network instance\cr #' \link[=telconetworkbuilder_delete_sol_network_package]{delete_sol_network_package} \tab Deletes network package\cr -#' \link[=telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package\cr +#' \link[=telconetworkbuilder_get_sol_function_instance]{get_sol_function_instance} \tab Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package\cr #' \link[=telconetworkbuilder_get_sol_function_package]{get_sol_function_package} \tab Gets the details of an individual function package, such as the operational state and whether the package is in use\cr #' \link[=telconetworkbuilder_get_sol_function_package_content]{get_sol_function_package_content} \tab Gets the contents of a function package\cr #' \link[=telconetworkbuilder_get_sol_function_package_descriptor]{get_sol_function_package_descriptor} \tab Gets a function package descriptor in a function package\cr diff --git a/paws/R/timestreamquery_operations.R b/paws/R/timestreamquery_operations.R index a319d95e0b..05493e5e0c 100644 --- a/paws/R/timestreamquery_operations.R +++ b/paws/R/timestreamquery_operations.R @@ -1168,6 +1168,11 @@ timestreamquery_untag_resource <- function(ResourceARN, TagKeys) { #' information about the default quota for maxQueryTCU, see [Default #' quotas](https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html#limits.default). #' @param QueryPricingModel The pricing model for queries in an account. +#' +#' The `QueryPricingModel` parameter is used by several Timestream +#' operations; however, the +#' [`update_account_settings`][timestreamquery_update_account_settings] API +#' operation doesn't recognize any values other than `COMPUTE_UNITS`. #' #' @return #' A list with the following syntax: diff --git a/paws/R/wafv2_operations.R b/paws/R/wafv2_operations.R index 17ce3060d6..994e2bb78b 100644 --- a/paws/R/wafv2_operations.R +++ b/paws/R/wafv2_operations.R @@ -13132,13 +13132,13 @@ wafv2_put_managed_rule_set_versions <- function(Name, Scope, Id, LockToken, Reco } .wafv2$operations$put_managed_rule_set_versions <- wafv2_put_managed_rule_set_versions -#' Attaches an IAM policy to the specified resource +#' Use this to share a rule group with other accounts #' #' @description -#' Attaches an IAM policy to the specified resource. Use this to share a -#' rule group across accounts. +#' Use this to share a rule group with other accounts. #' -#' You must be the owner of the rule group to perform this operation. +#' This action attaches an IAM policy to the specified resource. You must +#' be the owner of the rule group to perform this operation. #' #' This action is subject to the following restrictions: #' @@ -13149,6 +13149,12 @@ wafv2_put_managed_rule_set_versions <- function(Name, Scope, Id, LockToken, Reco #' rule group must exist in the same Region. #' #' - The user making the request must be the owner of the rule group. +#' +#' If a rule group has been shared with your account, you can access it +#' through the call [`get_rule_group`][wafv2_get_rule_group], and you can +#' reference it in [`create_web_acl`][wafv2_create_web_acl] and +#' [`update_web_acl`][wafv2_update_web_acl]. Rule groups that are shared +#' with you don't appear in your WAF console rule groups listing. #' #' @usage #' wafv2_put_permission_policy(ResourceArn, Policy) diff --git a/paws/R/wafv2_service.R b/paws/R/wafv2_service.R index 91d04c01fc..b4c60f3fbc 100644 --- a/paws/R/wafv2_service.R +++ b/paws/R/wafv2_service.R @@ -205,7 +205,7 @@ NULL #' \link[=wafv2_list_web_ac_ls]{list_web_ac_ls} \tab Retrieves an array of WebACLSummary objects for the web ACLs that you manage\cr #' \link[=wafv2_put_logging_configuration]{put_logging_configuration} \tab Enables the specified LoggingConfiguration, to start logging from a web ACL, according to the configuration provided\cr #' \link[=wafv2_put_managed_rule_set_versions]{put_managed_rule_set_versions} \tab Defines the versions of your managed rule set that you are offering to the customers\cr -#' \link[=wafv2_put_permission_policy]{put_permission_policy} \tab Attaches an IAM policy to the specified resource\cr +#' \link[=wafv2_put_permission_policy]{put_permission_policy} \tab Use this to share a rule group with other accounts\cr #' \link[=wafv2_tag_resource]{tag_resource} \tab Associates tags with the specified Amazon Web Services resource\cr #' \link[=wafv2_untag_resource]{untag_resource} \tab Disassociates tags from an Amazon Web Services resource\cr #' \link[=wafv2_update_ip_set]{update_ip_set} \tab Updates the specified IPSet\cr diff --git a/paws/R/workspaces_operations.R b/paws/R/workspaces_operations.R index c9ddcce9e2..aa47e81154 100644 --- a/paws/R/workspaces_operations.R +++ b/paws/R/workspaces_operations.R @@ -1037,6 +1037,11 @@ workspaces_create_workspace_image <- function(Name, Description, WorkspaceId, Ta #' #' - User-decoupled WorkSpaces are only supported by Amazon WorkSpaces #' Core. +#' +#' - Review your running mode to ensure you are using one that is optimal +#' for your needs and budget. For more information on switching running +#' modes, see [Can I switch between hourly and monthly +#' billing?](https://aws.amazon.com/workspaces-family/workspaces/faqs/#:~:text=Can%20I%20switch%20between%20hourly%20and%20monthly%20billing%20on%20WorkSpaces%20Personal?) #' #' @usage #' workspaces_create_workspaces(Workspaces) @@ -2934,7 +2939,7 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' #' @usage #' workspaces_describe_workspace_directories(DirectoryIds, -#' WorkspaceDirectoryNames, Limit, NextToken) +#' WorkspaceDirectoryNames, Limit, NextToken, Filters) #' #' @param DirectoryIds The identifiers of the directories. If the value is null, all #' directories are retrieved. @@ -2942,6 +2947,7 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' @param Limit The maximum number of directories to return. #' @param NextToken If you received a `NextToken` from a previous call that was paginated, #' provide this token to receive the next set of results. +#' @param Filters The filter condition for the WorkSpaces. #' #' @return #' A list with the following syntax: @@ -2961,7 +2967,7 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' ), #' CustomerUserName = "string", #' IamRoleId = "string", -#' DirectoryType = "SIMPLE_AD"|"AD_CONNECTOR"|"CUSTOMER_MANAGED", +#' DirectoryType = "SIMPLE_AD"|"AD_CONNECTOR"|"CUSTOMER_MANAGED"|"AWS_IAM_IDENTITY_CENTER", #' WorkspaceSecurityGroupId = "string", #' State = "REGISTERING"|"REGISTERED"|"DEREGISTERING"|"DEREGISTERED"|"ERROR", #' WorkspaceCreationProperties = list( @@ -3003,10 +3009,18 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' Status = "DISABLED"|"ENABLED", #' CertificateAuthorityArn = "string" #' ), +#' MicrosoftEntraConfig = list( +#' TenantId = "string", +#' ApplicationConfigSecretArn = "string" +#' ), #' WorkspaceDirectoryName = "string", #' WorkspaceDirectoryDescription = "string", -#' UserIdentityType = "CUSTOMER_MANAGED"|"AWS_DIRECTORY_SERVICE", +#' UserIdentityType = "CUSTOMER_MANAGED"|"AWS_DIRECTORY_SERVICE"|"AWS_IAM_IDENTITY_CENTER", #' WorkspaceType = "PERSONAL"|"POOLS", +#' IDCConfig = list( +#' InstanceArn = "string", +#' ApplicationArn = "string" +#' ), #' ActiveDirectoryConfig = list( #' DomainName = "string", #' ServiceAccountSecretArn = "string" @@ -3044,7 +3058,15 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' "string" #' ), #' Limit = 123, -#' NextToken = "string" +#' NextToken = "string", +#' Filters = list( +#' list( +#' Name = "USER_IDENTITY_TYPE"|"WORKSPACE_TYPE", +#' Values = list( +#' "string" +#' ) +#' ) +#' ) #' ) #' ``` #' @@ -3053,7 +3075,7 @@ workspaces_describe_workspace_bundles <- function(BundleIds = NULL, Owner = NULL #' @rdname workspaces_describe_workspace_directories #' #' @aliases workspaces_describe_workspace_directories -workspaces_describe_workspace_directories <- function(DirectoryIds = NULL, WorkspaceDirectoryNames = NULL, Limit = NULL, NextToken = NULL) { +workspaces_describe_workspace_directories <- function(DirectoryIds = NULL, WorkspaceDirectoryNames = NULL, Limit = NULL, NextToken = NULL, Filters = NULL) { op <- new_operation( name = "DescribeWorkspaceDirectories", http_method = "POST", @@ -3061,7 +3083,7 @@ workspaces_describe_workspace_directories <- function(DirectoryIds = NULL, Works host_prefix = "", paginator = list(input_token = "NextToken", output_token = "NextToken", result_key = "Directories") ) - input <- .workspaces$describe_workspace_directories_input(DirectoryIds = DirectoryIds, WorkspaceDirectoryNames = WorkspaceDirectoryNames, Limit = Limit, NextToken = NextToken) + input <- .workspaces$describe_workspace_directories_input(DirectoryIds = DirectoryIds, WorkspaceDirectoryNames = WorkspaceDirectoryNames, Limit = Limit, NextToken = NextToken, Filters = Filters) output <- .workspaces$describe_workspace_directories_output() config <- get_config() svc <- .workspaces$service(config, op) @@ -4118,7 +4140,9 @@ workspaces_import_client_branding <- function(ResourceId, DeviceTypeWindows = NU #' - Although this parameter is an array, only one item is allowed at #' this time. #' -#' - Windows 11 only supports `Microsoft_Office_2019`. +#' - During the image import process, non-GPU WSP WorkSpaces with Windows +#' 11 support only `Microsoft_Office_2019`. GPU WSP WorkSpaces with +#' Windows 11 do not support Office installation. #' #' @return #' A list with the following syntax: @@ -4132,7 +4156,7 @@ workspaces_import_client_branding <- function(ResourceId, DeviceTypeWindows = NU #' ``` #' svc$import_workspace_image( #' Ec2ImageId = "string", -#' IngestionProcess = "BYOL_REGULAR"|"BYOL_GRAPHICS"|"BYOL_GRAPHICSPRO"|"BYOL_GRAPHICS_G4DN"|"BYOL_REGULAR_WSP"|"BYOL_REGULAR_BYOP"|"BYOL_GRAPHICS_G4DN_BYOP", +#' IngestionProcess = "BYOL_REGULAR"|"BYOL_GRAPHICS"|"BYOL_GRAPHICSPRO"|"BYOL_GRAPHICS_G4DN"|"BYOL_REGULAR_WSP"|"BYOL_GRAPHICS_G4DN_WSP"|"BYOL_REGULAR_BYOP"|"BYOL_GRAPHICS_G4DN_BYOP", #' ImageName = "string", #' ImageDescription = "string", #' Tags = list( @@ -5085,7 +5109,8 @@ workspaces_rebuild_workspaces <- function(RebuildWorkspaceRequests) { #' workspaces_register_workspace_directory(DirectoryId, SubnetIds, #' EnableWorkDocs, EnableSelfService, Tenancy, Tags, #' WorkspaceDirectoryName, WorkspaceDirectoryDescription, UserIdentityType, -#' WorkspaceType, ActiveDirectoryConfig) +#' IdcInstanceArn, MicrosoftEntraConfig, WorkspaceType, +#' ActiveDirectoryConfig) #' #' @param DirectoryId The identifier of the directory. You cannot register a directory if it #' does not have a status of Active. If the directory does not have a @@ -5114,6 +5139,8 @@ workspaces_rebuild_workspaces <- function(RebuildWorkspaceRequests) { #' @param WorkspaceDirectoryName The name of the directory to register. #' @param WorkspaceDirectoryDescription Description of the directory to register. #' @param UserIdentityType The type of identity management the user is using. +#' @param IdcInstanceArn The Amazon Resource Name (ARN) of the identity center instance. +#' @param MicrosoftEntraConfig The details about Microsoft Entra config. #' @param WorkspaceType Indicates whether the directory's WorkSpace type is personal or pools. #' @param ActiveDirectoryConfig The active directory config of the directory. #' @@ -5144,7 +5171,12 @@ workspaces_rebuild_workspaces <- function(RebuildWorkspaceRequests) { #' ), #' WorkspaceDirectoryName = "string", #' WorkspaceDirectoryDescription = "string", -#' UserIdentityType = "CUSTOMER_MANAGED"|"AWS_DIRECTORY_SERVICE", +#' UserIdentityType = "CUSTOMER_MANAGED"|"AWS_DIRECTORY_SERVICE"|"AWS_IAM_IDENTITY_CENTER", +#' IdcInstanceArn = "string", +#' MicrosoftEntraConfig = list( +#' TenantId = "string", +#' ApplicationConfigSecretArn = "string" +#' ), #' WorkspaceType = "PERSONAL"|"POOLS", #' ActiveDirectoryConfig = list( #' DomainName = "string", @@ -5158,7 +5190,7 @@ workspaces_rebuild_workspaces <- function(RebuildWorkspaceRequests) { #' @rdname workspaces_register_workspace_directory #' #' @aliases workspaces_register_workspace_directory -workspaces_register_workspace_directory <- function(DirectoryId = NULL, SubnetIds = NULL, EnableWorkDocs = NULL, EnableSelfService = NULL, Tenancy = NULL, Tags = NULL, WorkspaceDirectoryName = NULL, WorkspaceDirectoryDescription = NULL, UserIdentityType = NULL, WorkspaceType = NULL, ActiveDirectoryConfig = NULL) { +workspaces_register_workspace_directory <- function(DirectoryId = NULL, SubnetIds = NULL, EnableWorkDocs = NULL, EnableSelfService = NULL, Tenancy = NULL, Tags = NULL, WorkspaceDirectoryName = NULL, WorkspaceDirectoryDescription = NULL, UserIdentityType = NULL, IdcInstanceArn = NULL, MicrosoftEntraConfig = NULL, WorkspaceType = NULL, ActiveDirectoryConfig = NULL) { op <- new_operation( name = "RegisterWorkspaceDirectory", http_method = "POST", @@ -5166,7 +5198,7 @@ workspaces_register_workspace_directory <- function(DirectoryId = NULL, SubnetId host_prefix = "", paginator = list() ) - input <- .workspaces$register_workspace_directory_input(DirectoryId = DirectoryId, SubnetIds = SubnetIds, EnableWorkDocs = EnableWorkDocs, EnableSelfService = EnableSelfService, Tenancy = Tenancy, Tags = Tags, WorkspaceDirectoryName = WorkspaceDirectoryName, WorkspaceDirectoryDescription = WorkspaceDirectoryDescription, UserIdentityType = UserIdentityType, WorkspaceType = WorkspaceType, ActiveDirectoryConfig = ActiveDirectoryConfig) + input <- .workspaces$register_workspace_directory_input(DirectoryId = DirectoryId, SubnetIds = SubnetIds, EnableWorkDocs = EnableWorkDocs, EnableSelfService = EnableSelfService, Tenancy = Tenancy, Tags = Tags, WorkspaceDirectoryName = WorkspaceDirectoryName, WorkspaceDirectoryDescription = WorkspaceDirectoryDescription, UserIdentityType = UserIdentityType, IdcInstanceArn = IdcInstanceArn, MicrosoftEntraConfig = MicrosoftEntraConfig, WorkspaceType = WorkspaceType, ActiveDirectoryConfig = ActiveDirectoryConfig) output <- .workspaces$register_workspace_directory_output() config <- get_config() svc <- .workspaces$service(config, op) @@ -5337,7 +5369,7 @@ workspaces_revoke_ip_rules <- function(GroupId, UserRules) { #' Starts the specified WorkSpaces. #' #' You cannot start a WorkSpace unless it has a running mode of `AutoStop` -#' and a state of `STOPPED`. +#' or `Manual` and a state of `STOPPED`. #' #' @usage #' workspaces_start_workspaces(StartWorkspaceRequests) @@ -5444,7 +5476,8 @@ workspaces_start_workspaces_pool <- function(PoolId) { #' Stops the specified WorkSpaces. #' #' You cannot stop a WorkSpace unless it has a running mode of `AutoStop` -#' and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or `ERROR`. +#' or `Manual` and a state of `AVAILABLE`, `IMPAIRED`, `UNHEALTHY`, or +#' `ERROR`. #' #' @usage #' workspaces_stop_workspaces(StopWorkspaceRequests) diff --git a/vendor/aws-sdk-js b/vendor/aws-sdk-js index 768912db47..a3a66e37df 160000 --- a/vendor/aws-sdk-js +++ b/vendor/aws-sdk-js @@ -1 +1 @@ -Subproject commit 768912db476224e53d1950ca623c7ba9a508bdfa +Subproject commit a3a66e37df4fdf402d1b9af520313dbaf3f98fe6